@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	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 */
	color: #000000;
}
 #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/container_bg.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
}
 #header {
	background-image:url(images/header.jpg);
	height:303px;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	overflow:visible;
	
	

}

 #testheader {
	background-image:url(images/test-header.jpg);
	height:298px;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	overflow:visible;
	
	

}

 #mainContent {
padding:20px 0px 20px 0px;
	}
	
#subContent {
	padding:20px 0px 0px 0px;
	
	
	
	}



 #footer {
background-image:url(images/home_footer.jpg);
height:54px;
}

#sub-footer {
background-image:url(images/product_btm.jpg);
height:139px;
background-repeat:no-repeat;
padding: 20px 0px 0px 0px;
font-weight:bold;
font-size:12px;
float:left;
width:750px;
}

#navlist {
float:left;
width:750px;
padding: 273px 0px 0px 0px;

z-index:2;
}

#sub-nav {
float:left;
padding: 0px 0px 0px 0px;
}

.imgleft {
float:left;
padding: 0px 20px 20px 20px;
}

.color {
color:#FF6600;
font-size:18px;
font-weight:bold;
}

.white {
color:#FFffff;
font-size:16px;
}

a:link {
color:#FFFFFF;
text-decoration:underline;
}

a:visited{
color:#FFFFFF;
text-decoration:underline;
}

a:HOVER {
color:#FFFFFF;
text-decoration:none;
}

a:active {
color:#FFFFFF;
text-decoration:underline;
}

#subnav {
width:750px;
background-image:url(images/subnavbg.jpg);
background-repeat:repeat;
}