@charset "UTF-8";

/* common elements */


body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background: #0038d6;
	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: #666666;
}
 
 
p, td{
	margin-top: 0px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

li{
	font-size: 12px;
	line-height: 18px;
}

.smalltext {
	font-size: 10px;
}


a:link {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #2a5dbb; font-weight: bold;}
a:visited {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #2a5dbb; font-weight: bold;}
a:active {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #2a5dbb; font-weight: bold;}
a:hover {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #2a5dbb; font-weight: bold;}

a.smalllink:link {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #2a5dbb; font-weight: normal; font-size:10px}
a.smalllink:visited {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #2a5dbb; font-weight: normal; font-size:10px}
a.smalllink:active {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #2a5dbb; font-weight: normal; font-size:10px}
a.smalllink:hover {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #2a5dbb; font-weight: normal; font-size:10px}

.productnav {
	text-decoration: none;
	color: #5CBFE9;}


H1 {
	font-weight: bold;
	font-size: 18px;
	color: #0038d6;
	margin: 0px 0px 18px 0px;
	padding:0;
	text-transform: none;
}

H2 {
	font-weight: bold;
	font-size: 14px;
    line-height: 15px;
	color: #666;
	margin: 0px 0px 6px 0px;
	padding:0;
	text-transform: none;
}

H3 {
	font-weight: bold;
	font-size: 14px;
    line-height: 13px;
	color: #0038d6;
	margin: 0px 0px 12px 0px;
	padding:0;
	text-transform: none;
}

H4 {
	font-weight: bold;
	font-size: 18px;
	color: #0038d6;
	margin: 16px 0px 0px 0px;
	padding:0;
	text-transform: none;
}

.bodytext {
	font-size: 12px; 
	font-family: arial;}
	

.productnav {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	color: #5CBFE9;}


/* end common elements */



#pagespan {
	position: relative;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	z-index: 0;
	padding: 0px;
	background: #FFF;
}


#bodyspan {
	position: relative;
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 0;
	
}


/* contained in container*/
#header{
	position: relative;
	width: 985px;
	height: 108px;
	background-image:url(/header.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px auto;
	z-index: 0;
	vertical-align: top;
}



#headernav{
	position: relative;
		width: 985px;
	height: 44px;
	background-image:url(/menu_search_bg.gif);
	background-position:top center;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px auto 2px auto;
	z-index: 0;
}

ul#main-nav { margin:0; padding:0; float:left; width:100%;}
ul#main-nav li {margin:0; padding:0; float:left; list-style:none; }



#content{
	position: relative;
	left: 0px;
	width: 985px;
	background: url(/shadowbg_mid.gif) repeat-y;
	padding: 0px 0px 30px 0px;
	margin: 0px auto;
	z-index: 0;
	text-align: left;
}
#contenttop{
	position: relative;
	left: 0px;
	width: 209px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	border: none;
	z-index:0;
	float: left;
	vertical-align: top;
}

#contentmain{
	width: 665;
	padding: 0px 80px 0px 240px;
	margin: 0px auto 0px auto;
	z-index: 0;
	min-height: 600px;
	height: auto;
}



#contentbot{
	position: relative;
	width: 209px;
	height: 31px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	border: none;
	z-index:0;
		float: left;
		vertical-align: top;
}


#phone {
	position: relative;
		float:left;
	height: 20px;
	width: 90px;
	margin-left: 876px;
	top: 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	z-index:50;

}






#toplinks {
	position: absolute;
/*	float: left;*/
	height: 20px;
	width: 120px;
	margin: 0px 0px 0px 870px;
	top: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	padding: 0px;
	text-align: left;
	z-index:25;
}





.logos {
	margin-left: 10px;
}


#secondaryrightcolumn {
	float: left;
	width: 755px;}

#secondarycontent {
	float: left;
	width: 715px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;}


#menuholder {
	position: absolute;
	top: 180px;
	left: 8px;
	width: 190px;
	height: 520px;
	background-image:url(/side_bg.jpg);
	background-position:top left;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	z-index: 1001;
	float: left;
	
}

/* side menu */

.linkbox {
	margin: 0px 0px 0px 0px;

}  

.menuside {
	margin: 0px;
	background: url(/yellow_triangle.png) no-repeat 18px 6px ;
	padding-top: 1px;
	padding-bottom: 1px;
}  


.menuside a {
	width: 140px;
	font-size: 10px;
	padding: 3px 0px 6px 31px;
	margin: 0px;
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #0038d6;
	line-height: 12px;
}


.menuside a:hover {
 text-decoration: underline;
}

.menusocial {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px 2px 19px;
}  


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* end contained in container*/




/* start bottom container2 */

#container2 {
	position: relative;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0038d6;
	padding: 0px 0px 0px 0px;
	text-align: center;
	z-index: 0;
}



#footer {
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
	height: 80px;
	padding: 7px 0px 10px 20px;
	margin: 0 auto;
	width: 965px;
}



#bottominfo2 {
	width: 610px;
	text-align: left;
	padding: 0;
	margin: 0;
	float: left;
	
	
}

#bottominfo2 p {
	
	font-size: 10px;
		line-height: 14px;
		margin-top: 6px;
	text-align: left;
	margin-bottom: 15px;
	 }
	 
	 #bottominfo2 a {
	text-transform: uppercase;
}

#bottominfo3 {
	width: 320px;
	text-align: left;
	padding: 4px 0 0 0;
	margin-left: 20px;
	float: left;	
}

#bottominfo3 p {
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	
}

#bottominfo3 a {
	font-size: 11px;
	line-height: 14px;
}

.logosbottom {
	float: left;
	margin-right: 10px;
}

.logosbottom2 {
	margin-top: 4px;
	margin-left: 20px;
}


a.bottom:link{font-size: 10px;text-decoration: none; color: #ffffff; font-weight: normal;  }
a.bottom:visited {font-size: 10px;text-decoration: none; color: #ffffff; font-weight: normal;  }
a.bottom:active {font-size: 10px;text-decoration: none; color: #ffffff; font-weight: normal;  }
a.bottom:hover {font-size: 10px;text-decoration: underline; color: #ffffff; font-weight: normal; }



/* end bottom container2 */
.picbotmarg {
	margin-bottom: 8px;
}
.picrightmarg {
	margin-right: 4px;
	float: left;
	width: 28px;
	margin-top: 2px;
}
.white {
	background: #FFF;
}

/* search button*/


#searchstock {
	position: relative;
	background: url(/search_stock_bg.png) no-repeat;
	height: 57px;
	width: 220px;
	margin-left: 209px;
	top: 41px;
	color: #0038d6;
	font-weight: bold;
	font-size: 10px;
	padding-top: 7px;
	padding-left: 46px;
	border-width: 0px;
	z-index:100;
}

#navsearch {
	position: relative;
	background: url(/search_stock_bg.png) no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	padding-top: 7px;
	padding-left: 46px;
	border-width: 0px;
	z-index:100;
}

#field{
	font-size:10px;
	font-weight: normal;
	width:180px;
	height:17px;
	background:url(/search_field.gif) no-repeat left center;
	float:left;
	border:none;
	padding:4px 0px 0px 4px;
	outline:none;
	margin: 4px 0px 0px 0px;
	color: #666;
}

#go{
	width:24px;
	height:18px;
	background:url(/search_go.png) no-repeat center center;
	padding:3px 0 0 0;
	float:left;
	border:none;
	margin: 4px 0px 0px 0px;
	cursor:pointer;
}

#field2{
	font-size:10px;
	font-weight: normal;
	width:180px;
	height:17px;
	background:url(/search_field.gif) no-repeat left center;
	/*background-color:#FFF;*/
	float:left;
	border:none;
	padding:4px 0px 0px 4px;
	outline:none;
	margin: 4px 0px 0px 0px;
	color: #666;
	z-index: 20000;
}

#go2{
	width:24px;
	height:18px;
	/*background:url(search_go.png) no-repeat center center;*/
	padding:3px 0 0 0;
	float:left;
	border:none;
	margin: 1px 0px 0px 0px;
	cursor:pointer;
}

ul#main-nav #sitesearch{
	padding: 4px 0 0 73px;
	
}

.textinput
{
	width: 170px;
	height: 17px;
	background: none;
	border: none;
	font-size:10px;
	color: #666;
	margin: 0px 0px 0px 0px;
	padding:0px;
	z-index: 25000;
	
}

:focus { outline: 0; }

*+html .textInput
{
margin-left: -50px;
}
ul {
	margin-top: -8px;
	margin-left: 10px;
}
li {
	margin-bottom: 0px;
	padding-bottom: 8px;
	margin-top: 0px;
	padding-top: 0px;
}


#homelink{
	position:absolute;
	width: 100px;
	height: 86px;
	top:15px;
	left:15px;
	padding: 0px;
	margin: 0px;
	z-index: 2000;
}


/* revisions */

#header2{
	position: relative;
	width: 985px;
	height: 108px;
	background-image:url(/header2.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px auto;
	z-index: 0;
	vertical-align: top;
}


#sitesearch {
	position: absolute;
	height: 25px;
	width: 200px;
	margin-left: 770px;
	top: 35px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	z-index:100;

}

#phone2 {
	position: absolute;
		float:left;
	height: 20px;
	width: 120px;
	margin-left: 826px;
	top: 65px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	z-index:50;

}


#toplinks2 {
	position: absolute;
/*	float: left;*/
	height: 20px;
	width: 140px;
	margin: 0px 0px 0px 813px;
	top: 10px;
	color: #FFF;
	padding: 0px;
	text-align: left;
	z-index:25;
}

#toplinks2 a {
	
	font-weight: bold;
	font-size: 12px;
	
}


 td.pricing {
 width: 80px;
 text-align: right;
	padding: 9px 0 0 0;
	color: #0038d6;
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
}

#toplogo {
	position: absolute;
	height: 100px;
	width: 100px;
	margin-left: 30px;
	top: 10px;
	z-index:1000;
	border:0;

}

.rightsidecontent {
	padding: 10px 0px 0px 10px;
	margin: 0px;
	width: 285px;
	color: #0038d6;
		font-size: 11px;
		
}