/* coded by Justin R Chapman */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #EFEFEF;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}

#header {
position:relative;
margin-top:1px;
	width: 900px;
	height: 210px;
	background-image: url(images/header.gif);
}

#logo {
	position:absolute;
	width:687px;
	height: 104px;
	background-image: url(images/hdr_logo1.gif);
	left: 75px;
	background-repeat: no-repeat;
}

#body_text {
position:relative;
	width: 750px;
	height: auto;
	padding-left:75px;
	padding-right:75px;
	padding-top:30px;
	padding-bottom:50px;
	background-image: url(images/body.gif);
}
#footer {
position:relative;
	text-align:center;
	width: 900px;
	height: 111px;
	background-image: url(images/footer.gif);
}

div#footer ul { list-style: none; background: none; display: inline; }
div#footer ul li { list-style: none; background: none; display: inline; font: normal 11px arial; padding: 0 0 0 1px;  }
div#footer ul li a { padding: 0 2px 0 0;}
div#footer p { font: normal 11px arial; text-align: center; margin: 0px; padding: 5px 0 0 0;}	

#nav {
	position:absolute;
	top: 136px;
	left:32px;
	width: 828px;
	height: 65px;
}

/* styles for the top navigation */	
a#tab_current{
	height: 65px;
	width: 114px;
	background-position: 0 0;
	background-image: url(images/current_nav.gif);
	float: left;
	display: block;
	background-repeat: repeat-x;
	}
	
	
a#tab_link{
	height: 65px;
	width: 114px;
	background-position: 0 0;
	background-image: url(images/singular_nav.gif);
	float: left;
	display: block;
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-left: 0px;
	}
	
	a#tab_current_long{
	height: 65px;
	width: 162px;
	background-position: 0 0;
	background-image: url(images/current_nav_long.gif);
	float: left;
	display: block;
	background-repeat: repeat-x;
	}
	
	a#tab_link_long{
	height: 65px;
	width: 162px;
	background-position: 0 0;
	background-image: url(images/singular_nav_long.gif);
	float: left;
	display: block;
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-left: 0px;
	}
	
a#tab_link:hover {background-position: 0 -65px;}
a#tab_link_long:hover {background-position: 0 -65px;}

/* nav text movement on allatates */
#nav a{
	font-size: 12px;
	color: #666666;
	line-height: 50px;
	text-decoration:none;
	text-align: center;
	font-family: Verdana;
}	
#nav a:link{
	font-size: 12px;
	color: #666666;
	line-height: 50px;
	text-decoration:none;
	font-family: Verdana;
}	
#nav a:visited{
	font-size: 12px;
	color: #666666;
	line-height: 50px;
	text-decoration:none;
	font-family: Verdana;
}
#nav a:hover{
	font-size: 12px;
	color: #000000;
	line-height: 50px;
	text-decoration:none;
	font-family: Verdana;
}

#nav a:active{
	font-size: 12px;
	color: #666666;
	line-height: 50px;
	text-decoration:none;
	font-family: Verdana;
}

/* container for four boxes on index */	
#quad_box{
	position:relative;
	height: 355px;
	width: 750px;
	padding-top: 10px;
	padding-bottom:10px;
}

#quad_box1{
	position:relative;
	height: 165px;
	width: 345px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	border: 1px solid #CCCCCC;
	background-image: url(images/grid_bg.gif);
	margin-right: 5px;
	margin-bottom: 5px;
	}

#quad_box2{
	position:relative;
	height: 165px;
	width: 345px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	border: 1px solid #CCCCCC;
	background-image: url(images/grid_bg.gif);
	margin-bottom: 5px;
	}

#quad_box3{
	position:relative;
	height: 170px;
	width: 345px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	border: 1px solid #CCCCCC;
	background-image: url(images/grid_bg.gif);
	margin-right: 5px;
	}
#quad_box4{
	position:relative;
	height: 170px;
	width: 345px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	border: 1px solid #CCCCCC;
	background-image: url(images/grid_bg.gif);
	}
	
	/* QUOTE BOX */	
div#calltoquotesrt h5 {text-align: center;color:#0072A3;padding: 15px 0 10px 20px;margin: 0px 0px 0px 0px;font-family: arial;font-size: 13px;}
div#calltoquotesrt {float: left;height: 197px;margin:0px 10px 10px 10px;padding: 8px 10px 10px 6px;width: 244px;background-image: url(images/bg-quote3.gif);background-repeat: no-repeat;background-position: left top;}
div#calltoquotesrt select { background-color: #ffffff; font-family: arial, helvetica; font-size: 12px; margin:5px 0px 5px 75px;}
div#calltoquotesrt h6 { padding: 8px 0 0px 15px; margin: 0px 0px 0px 85px; }


/* image container*/	
.productimagert {
	clear:both;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-position: 0 0;;
}

/* image container for grid*/	
.productimagegrid {
	clear:both;
	float: left;
	padding-top: 10px;
	background-position: 0 0;
	margin-right:15px;
}


.body_texts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.h1 {
	color: #356788;
	font-family:verdana;
	font-size: 20px;
}

.h2 {
	color: #6B95AE;
	font-family:verdana;
	font-size: 16px;
	font-weight: bold;
}

/* link styles for body text */	
.body_texts a:visited{text-decoration: underline;font-family: Arial;font-size:12px;color: #51678F;font-weight: bold;}	
.body_texts a:active{text-decoration: underline;font-family: Arial;font-size:12px;color:#51678F;font-weight: bold;}	
.body_texts a:link{text-decoration: underline;font-family: Arial;font-size:12px;color:#51678F;font-weight: bold;}	
.body_texts a:hover{text-decoration: underline;font-family: Arial;font-size:12px;color: #7989A7;font-weight: bold;}	
a img { border : none; }

/* link styles for heading 2 */	
.h2 a:visited{text-decoration: underline;color: #356788;font-family:verdana;font-size: 14px;font-weight: bold;}
.h2 a:active{text-decoration: underline;color: #356788;font-family:verdana;font-size: 14px;font-weight: bold;}
.h2 a:link{text-decoration: underline;color: #356788;font-family:verdana;font-size: 14px;font-weight: bold;}
.h2 a:hover{text-decoration: underline;color: #6B95AE;font-family:verdana;font-size: 14px;font-weight: bold;}

/* link styles for footer */	
#footer a:visited{text-decoration: underline;font-family: Arial;font-size:11px;color: #51678F;font-weight: bold;}	
#footer a:active{text-decoration: underline;font-family: Arial;font-size:11px;color:#51678F;font-weight: bold;}	
#footer a:link{text-decoration: underline;font-family: Arial;font-size:11px;color:#51678F;font-weight: bold;}	
#footer a:hover{text-decoration: underline;font-family: Arial;font-size:11px;color: #7989A7;font-weight: bold;}	
a img { border : none; }
.style1 {color: #356788}

