/* CSS Document */

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

.cms_image_left{
	padding-right:10px;	
}

.cms_image_right{
	padding-left:10px;	
}

.green_text {
	color:#27bc1c;
}	

h1 {
	background:url(/images/h1-bg.jpg) repeat-x;
	width:789px;
	font-family:Trebuchet MS, Arial, Verdana;
	color:#fff;
	font-size:16px;
	padding:4px 5px;
	margin-bottom:10px;
	font-weight:normal;
}

h2 {
	font-family:Trebuchet MS, Arial, Verdana;
	color:#333;
	margin-bottom:10px;
	font-size:13px;
}

h3 {
	font-family:Trebuchet MS, Arial, Verdana;
	color:#346ce1;
	font-size:22px;
	font-weight:normal;
	margin-bottom:6px;
}

h3 a {
	color:#346ce1;
	text-decoration:none;
}

h3 a:hover {
	text-decoration:underline;
}

p {
	margin-top:4px;
	margin-bottom:14px;
}

#container {
	margin:0 auto;
	width:799px;
	margin-top:30px;
}

#header {
	padding:8px;
}

#logo {
	float:left;
	width:224px;
	padding-bottom:8px;
}

#contact {
	float:right;
	text-align:right;
	width:300px;
	color:#444;
	font-size:14px;
	padding-top:10px;
}

#header-content {
	clear:both;
}

#menu {
	float:left;
	height:150px;
	width:145px;
	border:1px solid #c8c8c8;
	border-top:none;
}

#menu li {
	list-style:none;
	font-size:12px;
}

#menu li a {
	text-decoration:none;
	color:#444;
	display:block;
	height:19px;
	padding-left:10px;
	width:135px;
	padding-top:5px;
	border-top:1px solid #c8c8c8;	
	background:#fff;
}

#menu li a:hover {
	color:#3b71e3;
}

#menu .menu_selected a {
	background:url(/images/menu-bg.jpg) repeat-x #356de1;
	color:#fff;
}

#menu .menu_selected a:hover {
	color:#fff;
}

#header-image {
	float:right;
	width:652px;
	height:151px;
	overflow:hidden;
}

#content {
	padding-top:5px;
	color:#616060;
	line-height:18px;
	font-size:12px;
	clear:both;
}

#text {
	float:left;
	width:524px;
	padding-right:15px;
}

#enquiry-form {
	float:right;
	width:230px;
	background:#f2f2f2;
	padding:10px;
	margin-bottom:10px;
	font-size:11px;
}

#enquiry-form td {
	padding-bottom:4px;
}

#footer {
	border-top:1px solid #356de1;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:20px;
	margin-bottom:20px;
	font-size:11px;
	color:#848484;
	clear:both;
}

#footer a {
	color:#848484;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
}

#copy {
	float:left;
	width:45%;
}

#designby {
	float:right;
	text-align:right;
	width:45%;
}

#mot-servicing {
	background:url(/images/mot.jpg);
	width:204px;
	padding-right:10px;
	padding-left:180px;
	height:147px;
	padding-top:10px;
	margin-bottom:15px;
	margin-top:15px;
	line-height:22px;
	float:left;
}

.find-out-more {
	text-align:right;
}

.find-out-more a {
	text-decoration:none;
	color:#346ce1;
}

.find-out-more a:hover {
	text-decoration:underline;
}

#vehicle-recovery {
	background:url(/images/recovery.jpg);
	width:204px;
	padding-right:10px;
	padding-left:180px;
	height:147px;
	padding-top:10px;
	margin-top:15px;
	line-height:22px;
	float:right;
}

.input-box {
	padding:2px;
	font-size:12px;
	color:#333;
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
}