@charset "iso-8859-1";
/* CSS Document */

*{
	margin:0;
	padding:0;
	text-decoration:none;
}

.cms_image_left{
	padding-right:10px;	
}

.cms_image_right{
	padding-left:10px;	
}

img{
	border:0;
}

h1{
	font-size:14px;
	color:#1e3769;
}

h2 a{
	font-size:10px;
	color:#1e3769;
}

p{
	font-size:11px;
	color:#333232;
	margin:10px 0;
}

body {
	font-family:Verdana, Geneva, sans-serif;
}

.clear{
	clear:both;
	height:0;
	font-size:0;
}

.container{
	width:800px;
	margin:0 auto;
}

#content_container{
	background:url(/images/content-bg.jpg) repeat-y left;	
}

#header_container{
	background:url(/images/header_bgr.jpg) repeat-x;
}

#header{
	background:url(/images/header_bg.jpg) no-repeat right;
	height:113px;
}

#logo{
	padding:25px 0 0 0;
	width:167px;
}

#menu{
	width:177px;
	float:left;
	padding-left:1px;
}

.menu_item{
	border-bottom:1px dashed #d5d5d5;
	color:#1e3769;
	font-size:12px;
}

.menu_item a{
	color:#1e3769;
	padding:6px 4px;
	display:block;
	font-size:12px;
}

.menu_item a:hover{
	background:#efefef;
}

.menu_item_sel{
	border-bottom:1px dashed #d5d5d5;
	font-size:12px;
}

.menu_item_sel a{
	color:#fff;
	padding:6px 4px;
	display:block;
	background:#1e3769;
}

#enquiries{
	color:#1e3769;
	font-size:12px;
	padding:10px 4px;
	border-bottom:1px dashed #d5d5d5;
	border-top:1px dashed #d5d5d5;
	margin:90px 0 0 0;
}

#menu_item_delivery{
	background:url(/images/left_col_delivery.jpg);
	height:83px;
}

#content{
	background:url(/images/content_bg.jpg) no-repeat right top;
	width:601px;
	padding:30px 10px;
	float:left;
	text-align:justify;
}

#content a{
	color:#1e3769;
}

#content a:hover{
	text-decoration:underline;
}

#content ul, #content ol{
	font-size:11px;
	padding:0 0 0 25px;
}

.wrapper{
	margin:10px auto;
}

#navtrail{
	font-size:10px;
	color:#1e3769;
}

#navtrail a{
	font-size:10px;
	color:#1e3769;
}

.product_page{
	float:left;
	width:50%;
	margin:4px auto;
}

.product_page_box{
	float:left;
	width:146px;
	margin:10px 0;
	font-size:11px;
}

.product_page_image{
	text-align:center;
	font-size:11px;
	padding:0 0 10px 0;
}

#content .product_page_box a:hover{
	text-decoration:none;
}

.product_page_text{
	text-align:center;
	padding:0 8px;
	color:#1e3769;
	font-size:12px;
}

#content .product_page_text a:hover, #content .product_page_image a:hover{
	text-decoration:none;
	color:#333;
}

.product_page_price, .featured_item_price{
	font-size:18px;
	color:#1e3769;
	text-align:center;
}

#content .product_page_price a{
	color:#1e3769;
	text-decoration:none;
}

.product_thumbs{
	float:left;
	margin:4px 2px;
	cursor:pointer;
}

#base{
	background:url(/images/featured_vehicles_bgr.jpg) repeat-x;
	height:235px;
	border-bottom:1px solid #ccc;
	clear:both;
}

#featured_item_container{
	padding:10px 0;
}

.featured_item{
	float:left;
	width:170px;
	margin:10px;
}

.featured_item_image{

}

.featured_item_text a{
	color:#333232;
}

.featured_item_text{
	padding:10px 0;
	text-align:center;
	font-size:11px;
	color:#333232;
}

.featured_item_price{
	padding:10px 0;
}

#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#929292;
	clear:both;
	padding:0 0 20px 0;
}

#footer a{
	color:#929292;
}

.contact_form{
	border:1px solid #e1e1e1;
	background:#fcfcfc;
	border-bottom:none;
}

.contact_form td{
	padding:10px 15px;
	border-bottom:1px solid #e1e1e1;
	font-size:11px;
	
}

.text_input{
	border:1px solid #e1e1e1;
	width:100%;
}

.text_area{
	border:1px solid #e1e1e1;
	width:100%;
}

.text_input_error{
	width:100%;
	border:1px solid #ff0000;
}

.form_button{
	background:url(/images/form_button.jpg) no-repeat;
	border:none;
	height:42px;
	width:86px;
	cursor:pointer;
}

.form_button:hover{
	color:#1e3769;
}

.error_message{
	background:#ffe8e8;
	border:1px solid #e39292;
	color:#812828;
	padding:4px;
	margin:5px 0;
	font-size:11px;
}

.message_sent{
	background:#f0ffe8;
	border:1px solid #b2e392;
	color:#478128;
	padding:4px;
	margin:5px 0;
	font-size:11px;
}

.required_field{
	color:#F00;
}