@charset "UTF-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
 #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#666666;
}
#mainnav  {
	height: 20px;
	width:800px;
	background-color:#999999;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 20px;
	white-space: nowrap;	
}
#mainnav li{
	list-style-type: none;
	display: inline-block;
	width: 80px;
	text-align: center;
	float: left;
}
#mainnav li a {
	text-decoration: none;
	color: #ffffff;
}
#mainnav li a:hover {
	text-decoration: none;
	color: #666666;
}
#prodnav {
	height: 20px;
	width:800px;
	background-color:#cccccc;
}
#prodnav ul {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	white-space: nowrap;	
}
#prodnav li{
	list-style-type: none;
	display: inline-block;
	width: 80px;
	text-align: center;
	float: left;
}
#prodnav li a {
	text-decoration: none;
	color: #ffffff;
}
 #prodnav li a:hover {
	text-decoration: none;
	color: #666666;
}
#fillbar {
	width: 800px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 40px;
	background:#666666
}
#titlebar {
	height: 35px;
	width:800px;
	background:#666666;
	text-align:right;
}
#titlebar ul {
	margin: 0 auto;
	padding: 0;
	line-height:35px;
}
#titlebar li{
	list-style-type: none;
	display: inline-block;
	width: 140px;
	text-align: center;
	float: left;
}
#titlebar li a {
	color: #ffffff;
	text-decoration: none;
}
#titlebar li a:hover {
	color: #000000;
	text-decoration: none;
}
#mainside {
	float: left; /* since this element is floated, a width must be given */
	width: 390px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
#prodside1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
#prodside2 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
#prodside3 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
#maincontent {
	margin: 0 0 0 390px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 0;
	padding: 0;
	text-align: justify;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
}
#main2col {
	width: 480px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:110px;
	float:right;
	margin: 0;
	padding: 20px 20px 20px 20px;
	text-align:justify;
}
#main3col {
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: left;
	height:260px;
	padding: 20px 20px 0px 20px;
	margin: 0;
	text-align:justify;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width:200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:250px;
	padding: 15px 20px 15px 20px;
	text-align:center;
}
#sidebar2 ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#sidebar2 li a {
	padding: 4px;
	display:block;
	height:1em;
	width:200px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;		
}
#sidebar2 li a:hover {
	padding: 4px;
	display:block;
	height:1em;
	width:200px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
#bottom {
	width:800px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 0;
	text-align:right;
	background-color:#666666;
}
#bottomsumm {
	width:520px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 130px;
	float:right;
	text-align:right;
	background-color:#666666;
}
#footer {
	width:760px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px;
	margin: 0;
	background-color:#666666;
	text-align:center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#summary1 #summary1 a,
#details1 #details1 a,
#home #home a,
#about #about a,
#products #products a,
#brochure #brochure a,
#corporate #corporate a,
#contact #contact a
	 {color:#000000;
}
#copyright {
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#222222;
}	

