@charset "UTF-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}

body {
	font-family: Arial, Helvetica, Geneva;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-align: left;
	background-color: #ececec;
	background-image: url(images/main_bkgrnd.gif);
	background-repeat: repeat-x;
	}
	
a:link {
	text-decoration: none;
	color: #063a71;
	}
	
a:visited {
	text-decoration: none;
	color: #063a71;
	}
	
a:hover, a:active {
	color: #ff7d00;
	}
	
	
	
.boldbody  {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #9fb3c9;
	}	
	
.dates {
	color: #ff7d00;
	font-weight: bold;
}
	
.smallbody  {
	font-size: 10px;
	line-height: 18px;
	}

.whitebody  {
	color: #ffffff;
	}
	
.producthead  {
	color: #063a71;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	}
	
.productbody  {
	color: #666666;
	font-size: 10px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-image: url(images/arrow_bullet2.gif);
	}
	
.blue_subheads {
	color: #063a71;
	font-weight: bold;
	font-size: 16px;
	line-height: 12px;
}
.blue_italic_subheads {
	color: #9fb3c9;
	font-weight: normal;
	font-style: oblique;
	font-size: 16px;
}

.whiteheads {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 30px;
	line-height: 28px;
}
	
.whitesubheads {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	line-height: 22px;
}

	
/* home page */

#homecontainer {
	margin: auto;
	width: 940px;
	height: 900px;
	position:relative;
	background-repeat: repeat-y;
	overflow: visible;
	height: 780px;
	}
	
#search {
	position: absolute;
	top: 8px;
	left: 574px;
	width: 356px;
	height: 26px;
	text-align: right;
	z-index: 2050;
	}
	
#toplinks {
	position: absolute;
	top: 12px;
	left: 11px;
	width: 920px;
	height: 32px;
	z-index: 2025;
	}
	
#date {
	position: absolute;
	top: 69px;
	left: 681px;
	width: 249px;
	height: 26px;
	text-align: right;
	z-index: 2020;
	}
	
#dcc {
	position: absolute;
	top: 117px;
	left: 12px;
	width: 600px;
	height: 300px;
	background-color: #FFFFFF;
	text-align: left;
	z-index: 10;
	}
	
#brands_bar {
	position: absolute;
	top: 432px;
	left: 11px;
	width: 919px;
	height: 65px;
	text-align: left;
	}
	
	
#customer_center {
	position: absolute;
	top: 117px;
	left: 629px;
	padding: 10px;
	width: 278px;
	height: 278px;
	background-color: #FFFFFF;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #9fb3c9;
	}
	
#logo_rotator {
	position: absolute;
	top: 328px;
	left: 629px;
	width: 300px;
	height: 77px;
	background-color: #FFFFFF;
	text-align: left;
	}
	
#latest_news {
	position: absolute;
	top: 510px;
	left: 11px;
	padding: 10px;
	width: 274px;
	height: 250px;
	background-color: #FFFFFF;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #9fb3c9;
	}
	
#quick_links {
	position: absolute;
	top: 512px;
	left: 631px;
	margin: 0;
	width: 274px;
	height: 250px;
	padding: 10px;
	vertical-align: top;
	background-color: #FFFFFF;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #9fb3c9;
	}
	
#new_products {
	position: absolute;
	top: 511px;
	left: 322px;
	margin: 0;
	width: 274px;
	padding: 10px;
	height: 250px;
	background-color: #FFFFFF;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #9fb3c9;
	}
	
	
/* home page logo rotator */	
	

div.Table_01 {	position:absolute;
	left:0px;
	top:0px;
	width:918px;
	height:65px;
}
div.logo-bar-alt-01 {	position:absolute;
	left:0px;
	top:0px;
	width:165px;
	height:65px;
}
div.logo-bar-alt-02 {	position:absolute;
	left:165px;
	top:0px;
	width:105px;
	height:65px;
}
div.logo-bar-alt-03 {	position:absolute;
	left:270px;
	top:0px;
	width:70px;
	height:65px;
}
div.logo-bar-alt-04 {	position:absolute;
	left:340px;
	top:0px;
	width:165px;
	height:65px;
}
div.logo-bar-alt-05 {	position:absolute;
	left:505px;
	top:0px;
	width:171px;
	height:65px;
}
div.logo-bar-alt-06 {	position:absolute;
	left:676px;
	top:0px;
	width:99px;
	height:65px;
}
div.logo-bar-alt-07 {	position:absolute;
	left:775px;
	top:0px;
	width:143px;
	height:65px;
}


/* shared */
	
	
#footer {
	width: 804px;
	position: absolute;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	bottom: -1px;
	left: 0px;
}



#copyright {
	margin: auto;
	width: 940px;
	text-align: center;
	position: relative;
	height: 40px;
}

	
/* subpages */

#subcontainer {
	margin: auto;
	position:relative;
	background-repeat: repeat-y;
	overflow: visible;
	height: 640px;
	width: 804px;
}

#full_subcontainer {
	margin: auto;
	position:relative;
	background-repeat: repeat-y;
	overflow: visible;
	height: 640px;
	width: 804px;
}

#titles {
	position: absolute;
	top: 118px;
	left: 242px;
	margin: 0;
	width: 300px;
	padding: 0;
	overflow: visible;
	z-index: auto;
	}
	
#sub_content {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 644px;
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #9fb3c9;
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}
	
#sub_sidebar {
	position: absolute;
	top: 120px;
	left: 688px;
	margin: 0;
	width: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #9fb3c9;
	}
