﻿/* CSS MAIN SETTINGS -------------------------------------*/ body{ margin:0; padding:0; line-height: 1.5em; font-family:Verdana,Arial, Helvetica, sans-serif; font-size:11px; } #maincontainer{ width: 960px; margin: 0 auto; border-right: 1px solid #b3b3b3; border-left: 1px solid #b3b3b3; } /* HEADER SECTION -------------------------------------*/ #header{ background: #fff; } #header .logo { 	padding-top: 14px; 	padding-bottom:5px; 	padding-left:5px; 	float:left; } #header .coname { 	padding-top: 0px; 	padding-bottom:5px; 	padding-left:5px; 	float:left; }  #header .hdrR { 	line-height: 18px; 	text-align: right; 	float:right; padding-right:6px; padding-top:10px; font-family:Arial, Helvetica, sans-serif; font-size:22px; } .clr { 	clear: both; 	line-height: 0; 	font-size: 0; 	height: 0; 	border: none; }  .header-nav { background-image:  url(images/topmenu.jpg); 	font-size: 11px; 	font-family : Tahoma; 	color : #666666; 	height: 19px; 	border-top: 1px solid #b3b3b3; 	letter-spacing:2px; 	padding-top:4px; }  .nav { 	float:right; 	padding-right:6px; 	font-size:11px; } .nav a{ 	text-decoration:none; 	color:#666666; } .nav a:hover { 	color: #333333; }  #header-bar { 	width:960px; 	height:20px; 	background-image:url(images/topbg.gif); 	background-position:top left; 	background-repeat:repeat-x; 	border-top:1px solid #000000; 	border-bottom:1px solid #000000; } #bar-left { 	float:left; 	width:165px; 	height:20px; 	color:#ffffff; 	background-color:#999999; 	background-image:url(images/topleftcorn.gif); 	background-position:top right; 	background-repeat:no-repeat; } #bar-date { 	float:left; 	padding-top:2px; 	font-family:Verdana, Arial, Helvetica, sans-serif; color:#fff; } /* MAIN BODY -------------------------------------*/ #content{ float: left; width: 960px; } #columns{ margin: 0 150px 0 168px; }/* LEFT COLUMN -------------------------------------*/ #leftside{ float: left; width: 150px; margin-left: -960px; background: #fff; } /* RIGHT COLUMN -------------------------------------*/ #rightside{ float: left; width: 160px; margin-left: -160px; background: #fff; } /* FOOTER SECTION -------------------------------------*/ .footer1{ clear: left; width: 100%; background: #fff; padding-bottom:4px; } #footer{ clear: left; width: 100%; background: #fff; border-top: 1px solid #b3b3b3; } div.bottomlinks{ float: left; width: 220px; background: #fff; border-right: 1px solid #b3b3b3; padding:8px; } div.bottomlinksend{ float: left; width: 220px; background: #fff; padding:8px; } /* LEFT MENU -------------------------------------*/ #menulist { padding: 0; margin-left: 0; margin-top:0; font: 11px Verdana, sans-serif; background: #fff; width: 150px; border-right: 1px solid #b3b3b3; } #menulist li { list-style: none; margin: 0; border-bottom: 1px solid #666; text-align: left; }  #menulist li a { display: block; padding: 4px 1px 2px 3px; border-left: 4px solid #F0F0F0; background: #fff; text-decoration: none; }  #menulist li a:link { color: #666; } #menulist li a:visited { color: #666; }  #menulist li a:hover { border-color: #fff; color: #333; background: #F0F0F0; }  /* LINK PROPERTIES -------------------------------------*/ A:link { 	color: #666666; 	text-decoration: none; }  A:visited { 	color: #666666; 	text-decoration: none; }  A:active { 	color: #666666; 	text-decoration: none; }  A:hover { 	color: #333333; 	text-decoration: none; }  A.dark:link { 	color: #666666; 	text-decoration: none; }  A.dark:visited { 	color: #666666; 	text-decoration: none; }  A.dark:active { 	color: #666666; 	text-decoration: none; }  A.dark:hover { 	color: #333333; 	text-decoration: none; }  /* BOX HEADER -------------------------------------*/ div.heading{ 	background-image:  url(images/topmenu.jpg); 	background-repeat: repeat-x; 	border-top-width: 0px; 	border-bottom-width: 1px; 	border-top-style: solid; 	border-bottom-style: solid; 	border-top-color: #168baa; 	border-bottom-color: #b3b3b3; 	height: 20px; 	padding-left: 4px; 	letter-spacing:2px; 	font-weight:bold; 	padding-top:4px; 	} 	 /* MAIN CONTENT FORMATTING -------------------------------------*/ div.maintable{ border: 1px solid #b3b3b3;  float:left; width:620px; margin-right:10px; margin-bottom:10px; }  div.prod1{ border: 1px solid #b3b3b3;  float:left; width:305px; margin-right:0px; margin-bottom:7px; }  div.prod2{ border: 1px solid #b3b3b3;  float:right; width:305px; margin-right:20px; margin-bottom:7px; }  div.prodpic{ float:left; padding:4px; } div.prodtext{ float:right; width:210px; padding:4px; }  div.rightbox{ border: 1px solid #b3b3b3;    float:left; width:150px; margin-right:10px; margin-bottom:7px; } div.boxcontent{ padding:6px; }   HR { 	height: 1px; 	color: #999; } 
