body{
	background-color: #FFFFFF;
	background-image: url(../images/body-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
}

.clear{
	clear: both;
	height: 0px;
}

#banner {
	background-image: url(../images/main-image.jpg);
	height: 213px;
	margin-left: auto;
	margin-right: auto;
	width: 956px;
}

#footer{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 956px;
	padding-top: 5px;
		
}

#footer a{
color: Red;
}



#header {
	background-image: url(../images/banner.jpg);
	height: 82px;
	margin-left: auto;
	margin-right: auto;
	width: 956px;
	
}

#mainbody{
background-image: url(../images/main-bg.jpg);
background-repeat: repeat-y;
 background-position: center;
}
#mainbodycontainer{
width: 956px;
margin-left: auto;
margin-right: auto;
background-repeat: repeat-y;

}

#navigation{
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	width: 956px;
	
}

#navigationcontainer{
text-align: center;
}

#mainbodyleft{
	width: 428px;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#formbodyleft{
	width: 610px;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#mainbodyleft p{
font-size: 11px;
}

#mainbodycenter{
	width: 183px;
	float: left;
	background-image: url(../images/formButtons-bg.jpg);
	height: 367px;
}

#mainbodyright{
	width: 331px;
	float: left;
	background-image: url(../images/rightside-bg.jpg);
   height: 367px;
}

.centerbuttons {
	padding-top: 23px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.centerbuttons a{
text-decoration: none;
font-weight: bold;
color: Black;
font-size: 13px;
}

.centerbuttons a:hover{
 color: Red;
}

#stocklist {
	text-align: right;
	padding-right: 20px;
	padding-top: 50px;
}

#locationmap {
	padding-top: 10px;
	
	
}
#map-welling {
	width: 153px;
	height: 193px;
	padding-left: 6px;
	
}

#map-bex {
	width: 152px;
	height: 192px;
	float: right;
	padding-right: 11px;
	
}

h1 {
	color: #0257a2;
	font-size: 22px;
	margin-top: 5px;
}

#team {
	text-align: left;
	font-size: 13px;
	width: 424px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: transparent;
	

}

#team th{
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: #0356a2;
	color: white;

	
}

#team td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: transparent;


}



.title {
	background-color: Gray;
}

#preferredVehicle{background-image:url(../images/form-preferred-vehicle.jpg);background-position:top;background-repeat:no-repeat}
#aboutYou{background-image:url(../images/form-about-you.jpg);background-position:top;background-repeat:no-repeat}
#contactPreferences{background-image:url(../images/form-contact-preferences.jpg);background-position:top;background-repeat:no-repeat}
#employmentDetails{background-image:url(../images/form-employment-details.jpg);background-position:top;background-repeat:no-repeat}
#yourEnquiry{background-image:url(../images/form-your-enquiry.jpg);background-repeat:no-repeat;background-position:top}
.formBase{height:10px;width:600px;margin-left:auto;margin-right:auto;margin-bottom:1px;background-image:url(../images/form-about-you.jpg);background-position:bottom;background-repeat:no-repeat}
.formPanels{width:580px;margin-left:auto;margin-right:auto;padding-top:50px;padding-left:10px;padding-right:10px;padding-bottom:10px}
input,select,textarea{color:#7e1414;font-family:Arial,Helvetica,sans-serif;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;font-size:11px;border:1px solid #7e1414;font-weight:bold}