@import url("reset.css");
body {
	background: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

#primary {
	background: #242424;
	width: 100%;
	padding-bottom: 20px;
}
#container, #header div, #footer div {
	width: 1000px;
	margin: auto;
	text-align: left;
}


#header {
	background: #FFF;
	height: 100px;
}
h1 {
	text-indent: -99999px;
	background: url(../images/logo.png) no-repeat center left;
	height: 100px;
	width: 410px;
	float: left;
}
#nav {
	float: right;
	margin-top: 40px;
}
#nav li {
	float: left;
	margin-left: 20px;
}
#address {
	height: 200px;
	background: #000  url(../images/headercar.png) no-repeat 400px center;
	color: #FFF;
	font-size: 13px;
}
#address address, #address p {
	font-style: normal;
	padding: 5px;
}
#address p {
	font-weight: bold;
	text-transform: uppercase
}
#search {
	text-align: right;
}
#search {
	background: #242424;
	height: 30px;
	padding-top: 5px;
}
#q {
	background: #242424;
	border: 1px solid #EEE;
	padding: 2px;
	color: #FFF;
}
label {
	padding-top: 3px;
}
#lowernav {
	height: 30px;
	background: #000 url(../images/bottomnav_logo.png) no-repeat top right;
	clear: both;
}
#lowernav li {
	float: left;
	margin: 0 10px 0 10px
}
h3 {
	height: 20px;
	background: #333;
	padding-left: 10px;
	margin: 10px 0 10px 0;
	text-align: left;
}
#footer {
	clear: both;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	background: #000;
	margin-top: 50px;
	padding: 10px; 
	font-weight: bold;
}
.credits {
	float: right;
}
#footer a {
	text-decoration: none;
	color: #FFF;
	text-transform: lowercase;
	height: 100%;
}
#vehiclelist {
	margin-left: 2px;
	clear: both;
}
#vehiclelist li {
	float: left;
	margin: 10px 25px 10px 0;
	padding: 0;
	border: 1px solid #000;
	height: 107px;
}
.lastitem {
	float: left;
	margin-right: 0 !important;
}
.boxgrid{ 
	width: 142px; 
	height: 107px;  
	float:left; 
	background:#161613;  
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 5px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
	.captionfull .boxcaption {
		top: 107px;
		left: 0;
	}
	.caption .boxcaption {
		top: 107px;
		left: 0;
	}
#herocar {
	float: right;
	width: 661px;
	height: 302px;
	background: url(../images/herocar.png) no-repeat center center;
}
#animation {
	float: left;
	margin-left: 2px;
}

#details {
	width:350px;
	float:right;
}

#imageblock {
	width: 630px;
	float: left;
}
td {
	padding: 10px;
}