body{
	font-family: arial;
	margin: 12px;
	padding: 0px;
	text-align: center;
	color: white;
}

.master{
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -386px;
	width: 772px;
	border: 3px solid #330000;
	text-align: left;
	padding: 0px;
}

.banner{
	width: 100%;
	height: 307px;
	border: none;
	padding: 0px;
}

.banner .left{
	width: 482px;
	height: 307px;
	background-image: url(images/banner_bg.jpg);
	background-repeat: no-repeat;
}

.d_banner{
	width: 100%;
	height: 164px;
	border: none;
	padding: 0px;
}

.d_banner .left{
	width: 482px;
	height: 164px;
	background-image: url(images/d_banner_bg.jpg);
	background-repeat: no-repeat;
}


.menu{
	height: 36px;
	background: #929497;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border: 0px solid red;
	text-align: center;
}


.menu a{
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid red;
	padding-left: 20px;
	padding-top: 4px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-top: 8px;
	margin-right: 7px;
	margin-left: 7px;
	height: 20px;
}


.menu a:hover{
	background-position: 0px 0px;
}

.header{
	height: 36px;
	background: #330000;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border: 0px solid red;
	padding-top: 8px;
	padding-left: 10px;
}

.header h2, .search h2{
	color: white;
}
.header a{
	color: white;
	width: 80px;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid red;
	padding-left: 20px;
	padding-top: 4px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-right: 8px;
	margin-left: 8px;
	height: 20px;
}


.header a:hover{
	background-position: 0px 0px;
}

.vehicle{
	height: 104px;
	padding: 3px;
	margin-bottom: 2px;
	border: 0px solid #78797C;
}

.vehicle span{
	width: 90px;
	padding: 8px;
	float: left;
}

.vehicle p{
	width: 300px;
	margin-left: 145px;
}

.vehicle img{
	width: 131px;
	height: 95px;
}

.page{
	width: 100%;
	border: none;
	padding: 0px;
}

.search{
	background: #330000;
	height: 103;
	padding: 10px;
}

.search .button{
	position: relative;
	top: 5px;
}

.details{
	width: 256px;
	background: #EEEFFC;
	padding: 10px;
}

.details img#big_1{
	width: 256px;
	height: 195px;
	border: 1px solid #78797C;
	margin-top: 4px;
}


.details a{
	text-decoration: none;
}

.details img.d_thumb{
	width: 77px;
	height: 56px;
	font-size: 12px;
	margin: 0px;
	margin-top: 8px;
	margin-right: 1px;
	border: 1px solid #78797C
}


.content{
	padding: 10px;
	
}

.content_img{
	border: 1px solid #78797C;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: 5px;
}

.content a{
	color: #1116D2;
	text-decoration: none;
}

.features{
	text-align: left;
}

.features span{
	display: inline;
	width: 49%;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;	
	color: #970000;

}
.footer{

}

form{
	margin: 0px;
}

h1, .h1{
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #550000;
	font-style: italic;
}

h2, .h2{
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

h3, .h3{
	color: white;
	font-size: 16px;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
}

h4, .h4, strong, .strong{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;	
	color: white;
	padding: 0px;
	margin: 0px;
}

p, .p{
	color: white;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	font-weight: normal;
	margin: 2px;
}

a, .a{

}

ul, .ul{

}

li, .li{

}
















