html{
	
}
body{
	font-family: arial;
	font-size: 11px;
	margin: 0px;
	background-color: #282412;
}
h1{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
h2{

}
h3{

}
h4{

}
h5{

}
h6{

}
a{
	color: #e30d00;
}
a:hover{
	text-decoration: none;
}
a img{
	border: none;
}
p{
	text-align: justify;
}
form{
	margin: 0px;
	padding: 0px;
}
input,select,textarea{
	font-family: arial;
	font-size: 12px;
	border: solid 1px #ED1A02;
	background-color: #340702;
	color: #FFFFFF;
}
textarea{
	overflow: auto;
}
label{
	display: -moz-inline-stack;
	display: inline-block;
	width: 150px;
	margin-right: 20px;
	padding: 5px;
	vertical-align: top;
}

#parent{
	width: 946px;
	margin-left: auto;
	margin-right: auto;
	background-color: #191707;
}
#header{
}
#mainnav{
	background-image: url(mainnav-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 78px;
}
#mainnav a{
	display: block;
	width: 261px;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 0px;
	padding: 5px;
}
#mainnav a:hover{

}
#maincontent{
	width: 921px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
	background-color: #0D0C03;
	border-left: solid 6px #282412;
	border-right: solid 6px #282412;
	border-bottom: solid 6px #282412;
}
#mainleft{
	float: left;
	display: block;
	width: 295px;
	padding-left: 20px;
	margin-left: 10px;
	color: #E30D00;
	background-image: url(mainnav-bgmain.jpg);
	background-repeat: no-repeat;
}	
#mainright{
	float: left;
	display: block;
	width: 560px;
	margin-left: -7px;
}
#footer{
	padding: 10px;
	padding-left: 25px;
	font-size: 10px;
	color: #E30D00;
}

#subscribe{

}
#txtemail{
	font-size: 10px;
	padding: 5px;
	margin-top: 44px;
	margin-left: 10px;
}
#bttsend{
	background-repeat: no-repeat;
	border: none;
	width: 61px;
	height: 24px;
}

#carsPane{
	display: block;
	width: 560px;
	margin-left: 10px;
	color: #FFFFFF;
}
#carsPane img{
	border: solid 1px #E30D00;
}
#carsPane a{
}
#carsPane h2{
	margin: 0px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#carsPane h3{
	margin: 0px;
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #E30D00;
}

#cardetails{
	position: relative;
	display: block;
	margin: 5px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	background-color: #340702;
	text-decoration: none;
	width: 555px;
}
#cardetails img{
	border: solid 1px #E30D00;
}
#cardetails h2{
	margin: 0px;
	margin-left: 5px;
	margin-top: 5px;
	/*padding-top: 10px;*/
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#cardetails h3{
	margin: 0px;
	margin-left: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #E30D00;
}
#returnlink{
	position: absolute;
	left: 230px;
	top: 363px;
	width: 300px;
	text-align: right;
}
#returnlink a{
	color: #FFFFFF;
}
#thumbmenu{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 549px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background-color: #E30D00;	
	padding: 3px;
	padding-top: 19px;
	text-align: center;
}
#thumbmenu:hover{
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
#thumbmenu a{
	float: left;
	display: block;
	margin: 0px;
	padding-bottom: 0px;
	background-color: none;
	text-decoration: none;
}
#thumbmenu img{
	border: none;
}
#moreimages{
	position: absolute;
	left: 0px;
	display: block;
	width: 549px;
	padding: 3px;
	background-color: #E30D00;
	color: #FFFFFF;
}
.cardetails-p{
	float: left;
	width: 48%;
	margin: 5px;
	margin-top: 8px;
	font-size: 12px;
	font-weight: normal;
	background-color: #0D0C03;
	color: #FFFFFF;
}
.cardetails-p b{
	/*color: #E30D00;*/
}

#searchbar{
	margin-left: 12px;
	color: #FFFFFF;
	width: 575px;
}
#searchpane{
	float: left;
	width: 45%;
	margin: 5px;
}
#searchpane p{
	text-align: left;
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 1px #FFFFFF;
}
#pagemenu{
	color: #E00E01;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	text-align: right;
}
#pagemenu a{
	float: none;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0px;
	padding-bottom: 0px;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #191707;
}
#pagemenu b{
	color: #FFFFFF;
}

#logo{

}
#subscribe{
	margin-top: 1px;
	width: 271px;
	height: 80px;
	background-repeat: no-repeat;
}
#smallnav{
	display: block;
	width: 590px;
	height: 26px;
	background-image: url(smallnav-bg.jpg);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	text-align: right;
}
#smallnav a{
	display: inline-block;
	text-decoration: none;
	color: #0D0C03;
	margin-top: 6px;
	margin-right: 15px;
	margin-left: -8px;
}
#smallnav a:hover{
	text-decoration: underline;
}
#mainnavlink1,#mainnavlink2,#mainnavlink3,#mainnavlink4{
	font-size: 12px;
	border-top: solid 1px #0D0C03;
}
#mainnavlink1{
	background-color: #e30d00;
}
#mainnavlink2{
	background-color: #e30d00;
}
#mainnavlink3{
	background-color: #264C48;
}
#mainnavlink4{
	background-color: #1E2A2A;
}
#mainnavlink1:hover,#mainnavlink2:hover{
	background-color: #120f08;
	color: #FFFFFF;/* #0D0C03;*/
}
#mainnavlink3:hover,#mainnavlink4:hover{
	//background-color: #E00E01;
	background-color: #120f08;
	color: #FFFFFF;/* #0D0C03;*/
}
#mainnavlinksmall:hover{
	color: #E00E01; 
}
#pagetitle{
	display: block;
	height: 29px;
	padding-top: 6px;
	padding-left: 10px;
	margin-bottom: -6px;
	margin-right: -10px;
	margin-left: 10px;
	background-image: url(title-bg.jpg);
	background-repeat: no-repeat;
}
#mainleft p{
	width: 270px;
}
#flash{
}
#txtemail{
	color: #ED1A02;
}
#contactform{
	clear: both;
	width: 90%;
	padding: 10px;
	margin: 10px;
	border: solid 1px #ED1A02;
}

.label-title{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: solid 1px;
}
.textcontent{
	padding-top: 15px;
}
.carpane-link{
	float: left;
	display: block;
	margin: 5px;
	padding-bottom: 6px;
	text-decoration: none;
	background-color: #340702;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}