@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

html {
	overflow-y:scroll;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #c23f3f;
	margin: 0;
	padding: 0;
	font-size: 14px;
	height:100%;
}
#frame {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
		
	
	width: 839px;
	background:url(img/bg.png) repeat-y;
	padding: 0px 11px;
}
.push {
	height:50px; /* .push must be the same height as .footer */
}

#footer {
	background:url(img/footer.png) repeat-x;
	height:44px;
	border-top:1px solid #5a5858;
	padding:3px 5px;
	width:829px;
	margin:0px auto;
}

a {
	color: #c23f3f;
}
h2 {
	clear:right;	
}
img, a {
	outline:none;
	border:none;
}
strong,b {
	color:#c23f3f;
	font-size:110%;
}

.mainHeading {
	color:#FFFFFF;
	font-size:120%;
	background:url(img/heading-main.png) repeat-x;
	font-weight:normal;
	padding-left:10px;
	border:1px solid #5a5858;
	margin-bottom:15px;
}


.sideHeading {
	color:#FFFFFF;
	font-size:120%;
	background:url(img/heading-side.png) repeat-x;
	font-weight:normal;
	padding-left:10px;
	border:1px solid #5a5858;
	margin-bottom:15px;
}


#mainContent {
	clear:both;	
	padding:20px 10px;
	overflow:hidden;
	
	
}

h4 {
	color:#187e0d;
	text-transform:uppercase;
}

h2 {
	color:#c23e3e;
	font-size:110%;
	margin:10px 0px;
}

a {
	color:#595959;
	text-decoration:none;
	font-weight:bold;
}

p {
	color:#494949;
	font-size:80%;
	margin-bottom:10px;	
}


#logo {
	float:left;	
	margin: 20px 5px;
}

#logo a {
	background: url(/img/logo.png);
	display:block;
	height:53px;
	width:148px;
	text-indent:-9999px;
	margin-left:20px;
}

#menu {
	list-style-type:none;
	float:left;
	width:839px;
	height:37px;
	background:url(/img/button.jpg) repeat-x;
	border-top:1px solid #5a5858;
	border-bottom:1px solid #5a5858;
	position:relative;
}	

#menu li {
	float:left;
}

#menu li a {
	float:left;
	display:block;
	height:17px;
	padding:10px 0px;
	width:139px;
	color:#282727;
	text-align:center;
	border-right:1px solid #5a5858;
	border-collapse:collapse;
	font-size:12px;

}

#menu li a:hover {
	background:url(/img/hover.jpg) repeat-x;	
	color:#FFF;
}

#menu li ul {
	background-color:#c54646;
	border:1px solid #5a5858;
	clear:both;
	display:none;
	float:none;
	font-size:80%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	top:37px;
	width:200px;
	z-index:99999999;
}

#menu li ul li {
	border:none;
}

#menu li ul li a {
	height:10px;
	padding:10px 0px 10px 20px;
	background:url(/img/bullet.png) no-repeat;
	text-align:left;
	color:#FFFFFF;
	border:none;
	width:180px;
	
}

#menu li ul li a:hover {
	background:url(/img/bullet.png) no-repeat;
	text-decoration:underline;
}


#header {
	overflow:hidden;
}

#numbers {
	color:#606060;
	float:right;
	font-size:120%;
	margin:30px 5px 0px 0px;
	text-align:right;
}

.slideshow {
	border-top:1px solid #5a5858;
}

#content {
	float:left;
	width:495px;
}

#sideContent {
	width:310px;
	float:right;
}



.vehicle {
	font-size:85%;	
	color:#5a5858;
	overflow:hidden;
	margin-bottom:10px;
}

.vehiclePhoto {
	height:75px;
	width:100px;
	display:block;
	text-indent:-9999px;
	border:1px solid #5a5858;
	float:left;
	margin-right:5px;
}

.vehicle .vehicleTitle {
	color:#c54646;
	float:left;
}

.vehicleTitle {
	width:200px;
}

.vehicle table {
	float:left;
	width:200px;
}

#breadcrumb {
	font-size:80%;	
	width:100%;
	clear:both;
}

.carDetails {
	overflow:hidden;
	background:#e9e8e8;
	border:1px solid #5a5858;
	clear:both;
	margin-bottom:10px;
}

.carPhoto {
	height:122px;
	width:162px;
	border:1px solid #5a5858;
	float:left;
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin:15px;
}

.carDescription {
	margin:15px 15px 15px 0px;
	overflow:hidden;
	color:#5a5858;
	min-height:95px;
 }

.carDescription h3, .buttonText b {
	color:#c23e3e;
	
}

.button {
	background:transparent url(/img/left-price.png) no-repeat scroll left center;
	float:left;
	height:40px;
	padding-left:15px;	
}

.buttonRight {
	background:transparent url(/img/right-price.png) no-repeat scroll right center;
	height:40px;
	padding-right:15px;
}

.buttonText {
	background:transparent url(/img/price.png) repeat-x scroll 0 0;
	color:#FFFFFF;
	font-size:130%;
	height:30px;
	padding-top:10px;
	text-align:center;
	text-decoration:none;
	position:relative;
	min-width:105px;
}

.carDescription ul {
	clear:left;
	list-style-image:url(/img/bullets.png);
}

.carDescription ul li {
	margin-left:15px;
	font-size:85%!important;
}

.carLinks {
	overflow:hidden;
}

.carLinks .enquiry,.carLinks .cboxElement {
	
	background:url(img/make_enquiry.png) no-repeat;
	display:block;
	height:23px;
	width:135px;
	float:right;
	text-align:center;
	color:#FFF;
	font-size:90%;
	margin-right:15px;
	padding-top:8px;
}

.carLinks .cboxElement {
	
	background:url(img/view_photos.png) no-repeat;

}

.carLinks .enquiry {
	
	background:url(img/make_enquiry.png) no-repeat;
	
}

.photoHide {
	display:none;	
}

.formRow {
	margin-bottom:5px;	
}

.formRow label {
	width:150px;
	display:block;
	float:left;
	font-size:90%;
}

.vat {
	float:right;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#C23E3E;
	top:-10px;
}

