body, div, a, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px; padding: 0px; border: 0px;
}

/* Internet Explorer PNG fix */
img, div, a { behavior: url(iepngfix.htc) }

#body { font-family: "arial","tahoma", san-serif; 
font-size: 12px; 
color: #000000;
background-color:#DDDDDD;
}

a:link {text-decoration:none; color: maroon;}
a:visited: {text-decoration:none; color: maroon;}
a:hover: {text-decoration:underline; color: blue;}
a:active: {text-decoration:none; color: maroon;}

.style1 {color: #336699}

.style9 {color: #990000; font-size: 125%; }

label {
	float: left;
	width: 210px;
	margin-top: 10px;
}
.text {
	padding: .2em;
	border: 2px inset #6699CC;
}
.error {
	font-weight:bold;
	color:#990000;
}

#email {
position: absolute;
top: 0px;
right: 0px;
width: 100px;
height: 75px;
}

/* Nav Styles */

#nav {
width:790px;
text-align:center;
}

#thicktabs{
position:relative;
margin: 0;
padding: 0;
font: bold 12px Arial, Helvetica, sans-serif;
z-index:3;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: middle;
color: black;
padding: 8px 30px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/nav_bg.png) top right repeat;
border-top: 1px solid #333333; /*top border style*/
border-bottom: 1px solid #333333; /*thick bottom border below tabs*/
border-right: 1px solid #333333; /*border inbetween tabs*/
border-left: 1px solid #333333; /*border on far left*/
}



#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(images/nav_bg_over.png); /*background image swap on hover*/
}

/* End Nav Styles */

/* Main Content Styles */
   
	#container {
	position:relative;
	background-color:#6699CC;
	height: 100%;
	top: 0px;
	right: 0px;
	}
	
	#content {
	background:#FFFFFF;
	text-align:left;
	width: 780px;
	border: 1px solid #333333;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	}
	
	#content p{
	margin-top: 10px;
	}
	
	#map {
	width: 550px;
	height: 360px;
	float: right;
	margin-left: 10px;
	border:none;
	}
	
/* End Main Content Styles */

/* Vehicles Styles */

	#vehicles {
	border:none;
	text-align:center;
	padding-top:10px;
	}
	
	#vehicles .price {
	color: maroon;
	}
	
	#vehix_pic {
	border:none;
	text-align: center;
	width:750px;
	height: 110px;
	padding: 10px 0px 0px 0px;
	margin:auto;
	}

/* Vehicles Styles */

	
	#title {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;
	text-align:left;
	font-weight: bold;
	width: 790px;
	}

/* Banner Styles */
		
	#banner {
	width:800px;
	height:173px;
	background-image: url(images/banner.png);
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-right: 0px;
	padding-top: 0px;
	position:relative;
	}
	
	#bannertitle {
	font-size:36px;
	}
	
	#bannerinfo {
	font-size:14px;
	}
	
/* End Banner Styles */
	
	#clearfloat {
	clear:both;
	}

/* Footer Styles */
	
	#footer {
	padding-top: 10px;
	width:790px;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
	#copyright {
	width:790px;
	text-align:center;
	font-size:11px;
	}

