body {
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: left top;
	background-image:url(../images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
p{
font-size: 12px;
}
#container{
	background-color: #FFFFFF;
	width: 940px;
	margin: auto;
}

#header{
	width: 940px;
	height: 106px;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	border-bottom: solid 2px #FFFFFF;
}
#logo{
	float: left;
	background-image:url(../images/logo.gif);
	width: 305px;
	height: 90px;
}
#telephone{
	float: right;
	background-image:url(../images/telephone.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	width: 293px;
	height: 90px;
}
#header h1, #header p{
	text-indent: -9000em;
}
.clear{
	clear: both;
}
#nav{
	border-top: solid 1px #d71201;
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	width: 940px;
	height: 41px;
}
#nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li{
	float: left;
}
#nav ul li, #nav ul li a{
	line-height: 37px;
}
#nav ul li a{
	color: #ffcccc;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 25px;
	padding-right: 25px;	
}
#nav ul li a:hover{
	text-decoration: underline;
}
a:hover{
color: #0B1D9C;
	text-decoration: underline;
}
a{
color: #FF3300;
	text-decoration: underline;
}
.divide{
	background-image:url(../images/nav_divide.gif);
	background-repeat:no-repeat;
	background-position: left center;
}
#content{
	padding: 26px;
}
#col_1, #row_1_left_col{
	width: 279px;
	float: left;
}
#col_2{
	width: 283px;
	float: left;
	margin-left: 27px;
}
#col_3, #sub_page_right{
	width: 264px;
	float: right;
}
#sub_page_left{
	float: left;
	width: 593px;
}
#footer{
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position: top left;
	padding-top: 23px;
	margin-top: 28px;
}
#footer p, #footer a{
	color: #999999;	
	margin: 0px;
	text-decoration: none;
}
#copyright{
	float: left;
}
#credit{
	float: right;
}
#home_slogan h2{
	text-indent: -9000em;
}
#home_slogan{
	width: 581px;
	height: 252px;
	background-image:url(../images/home_slogan.gif);
	background-repeat:no-repeat;
	float: right;
}
.title{
	background-repeat: no-repeat;
	text-indent: -90000em;
}
#title_welcome{
	background-image:url(../images/title_welcome.gif);
	width: 258px;
	height: 46px;
}
#title_making_a_booking{
	background-image:url(../images/title_making_a_booking.gif);
	width: 201px;
	height: 24px;
}
#title_accident_repairs{
	background-image:url(../images/title_accident_repairs.gif);
	width: 178px;
	height: 23px;
}
#title_what_happens_next{
	background-image:url(../images/title_what_happens_next.gif);
	width: 226px;
	height: 24px;
}
#title_had_an_accident{
	background-image:url(../images/title_had_an_accident.gif);
	width: 378px;
	height: 26px;
}
#title_had_an_accident2{
	background-image:url(../images/title_had_an_accident2.gif);

	height: 26px;
}
#title_light_commercial_vehicles{
	background-image:url(../images/title_light_commercial_vehicles.gif);
	width: 284px;
	height: 23px;	
}
#title_wheel_alignment{
	background-image:url(../images/title_wheel_alignment.gif);
	width: 188px;
	height: 23px;
}
#title_other_services{
	background-image:url(../images/title_other_services.gif);
	height: 20px;
}
#title_contact_us{
	background-image:url(../images/title_contact_us.gif);
	height: 23px;
}
#title_contact_form{
	background-image:url(../images/title_enquiry_form.gif);
	height: 23px;
}
#title_faqs{
	background-image:url(../images/title_faqs.gif);
	height: 23px;
}
#row_2{
	padding-top: 25px;
	clear: both;
}
.call_to_action{
	display: block;
	background-image:url(../images/call_to_action.gif);
	background-repeat:no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 31px;
	text-align: right;
	background-position: top right;
	padding-right: 31px;
}
.call_to_action:hover{
	text-decoration: underline;
}
.float_right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}