/* CSS Document
Created by: Justin Chapman
May 1st, 2007 
Golf Cart Comparison*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}

#wrapper {
	position:relative;
	height:auto;
	width:950px;
	margin-left:auto;
	margin-right:auto;	
}

#header {
	position:relative;
	height:154px;
	width:950px;
	background-image: url(images/header1.gif);
	}
	
#logo {
	position:absolute;
	height:126px;
	width:886px;
	left:32px;
	top:15px;
	background-image: url(images/logo2.gif);
	background-repeat: no-repeat;
	}
	
#nav {
	position:relative;
	height:90px;
	width:892px;
	padding-left:34px;
	padding-right:24px;
	background-image: url(images/nav-container.gif);
	}
	
	/* styles for the top navigation */
a#tan_current{ height: 65px; width: 102px; padding-top:25px; padding-right:4px; padding-left:4px; background-position: 0 -90px;background-image: url(images/nav-tan.gif);float: left;display: block;background-repeat: repeat-x;}
a#tan_link{height: 80px;width: 102px; padding-top:10px; padding-right:4px; padding-left:4px; background-position: 0 0;background-image: url(images/nav-tan.gif);float: left;display: block;background-repeat: repeat-x;}
a#tan_link:hover { height: 65px; padding-top:25px; background-position: 0 -90px;}	


	/* nav text movement on allatates */
#nav a{
	font-size: 14px;
	color: #666666;
	text-decoration:none;
	text-align: center;
	font-family: arial;
	font-weight: bold;
}	
#nav a:link{
	font-size: 14px;
	color: #666666;
	text-decoration:none;
	font-family:arial;
		font-weight: bold;
}	
#nav a:visited{
	font-size: 14px;
	color: #666666;
	text-decoration:none;
	font-family: arial;
		font-weight: bold;
}
#nav a:hover{
	font-size: 14px;
	text-decoration:none;
	font-family: arial;
	color:#000000;
		font-weight: bold;
}

#nav a:active{
	font-size: 14px;
	color: #666666;
	text-decoration:none;
	font-family: arial;
		font-weight: bold;
}

#body-text {
	position:relative;
	height:auto;
	width:800px;
	padding-left:75px;
	padding-right:75px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(images/body.gif);
	}
	
#body-top {
	position:relative;
	height:20px;
	width:800px;
	padding-left:75px;
	padding-right:75px;
	background-image:url(images/body_top.gif);
	}	
	
#body-bottom {
	position:relative;
	height:35px;
	width:800px;
	padding-left:75px;
	padding-right:75px;
	background-image:url(images/body_bottom.gif);
	}

	/* quote box */	
div#calltoquotesrt h5 {
	text-align: center;
	color:#333333;
	padding: 15px 0 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}

div#calltoquotesrt h6{ height: 26px; width:100px; margin: 10px 0px 0px 45px; background-image:url(images/btn.gif)}


div#calltoquotesrt {
		float: left;
	height: 200px;
	margin: 25px 10px 10px 10px;
	padding: 3px 10px 10px 10px;
	width: 250px;
	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: 11px; margin-bottom: 5px; margin-left: 80px; margin-top: 5px;}


/* container for four boxes on index */	
#quad_box{
	position:relative;
	height: 375px;
	width: 799px;
	padding-top: 30px;
	padding-bottom:10px;
	}

/* Box1  */	
#quad_box1{
	position:relative;
	height: 165px;
	width: 375px;
	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;
	}

/* Box 2  */	
#quad_box2{
	position:relative;
	height: 165px;
	width: 375px;
	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;
	}

/* Box 3  */	
#quad_box3{
	position:relative;
	height: 170px;
	width: 375px;
	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;
	}

/* Box 4  */		
#quad_box4{
	position:relative;
	height: 170px;
	width: 375px;
	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);
	}

/* image container for grid*/	
.productimagegrid {
	clear:both;
	float: left;
	background-position: 0 0;
	margin-right:40px;
	border: 2px solid #999999;
	}


/* image container*/	
.productimagert {
	clear:both;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 25px;
	background-position: 0 0;
	border: 2px solid #999999;	
	}
	
	
div#footer {
	text-align:center;
	width:950px;
	height:111px;
	padding-top:9px;
	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;}	

.h1 {
	font-size:20px;
	color:#20607F;
	font-family:verdana;
	line-height: 24px;
	}
	

	
.h2 {
	font-size:16px;
	color: #6B95AE;
	font-family:verdana;
	font-weight: bold;
	}

.bodytext {
	font-size:12px;
	color:#000000;
	font-family: Verdana;
	}
	
/* fix for mailing costs */	
.bodytextmc {
	font-size:12px;
	color:#555555;
	font-family: Verdana;
	line-height: 16px;
	}
	
	/* link styles for body text */	
.bodytext a:visited{text-decoration: underline;font-family: Arial;font-size:12px;color: #51678F;font-weight: bold;}	
.bodytext a:active{text-decoration: underline;font-family: Arial;font-size:12px;color:#51678F;font-weight: bold;}	
.bodytext a:link{text-decoration: underline;font-family: Arial;font-size:12px;color:#51678F;font-weight: bold;}	
.bodytext 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: 16px;font-weight: bold;}
.h2 a:active{text-decoration: underline;color: #356788;font-family:verdana;font-size: 16px;font-weight: bold;}
.h2 a:link{text-decoration: underline;color: #356788;font-family:verdana;font-size: 16px;font-weight: bold;}
.h2 a:hover{text-decoration: underline;color: #6B95AE;font-family:verdana;font-size: 16px;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; }

