/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(layout/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 146px;
	color:#646464;
}
h1{
	margin-top: 10px;
	margin-bottom: 10px;
}
h2{
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px;
}
h3{
	margin: 0px;
	padding: 0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width: 851px;
	text-align:left;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(layout/page_bg.jpg);
	background-position: left 176px;
	background-repeat: no-repeat;
	margin-bottom: 38px;
}
#footer_container{
	text-align: center;
	background-image: url(layout/footer_bg.jpg);
	height: 103px;
}
#footer_container #footer{
	width: 851px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-size: 90%;
}
#footer_container #footer .rightSect{
	float: right;
	margin-top: 12px;
	text-align: right;
}
.rightSect .affintyLogin{
	text-decoration: none;
	color:#0D426A;
	margin-bottom: 2px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.rightSect .Rapidweb{
	text-decoration: none;
	color:#999999;
}
#footer ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer li{
	padding: 0px;
	margin: 0px;
	float: left;
}
#footer li a{
	margin-top: 12px;
	margin-right: 50px;
	display: block;
	
	text-decoration: none;
	color:#4c4c4c;
}
#footer li a:hover{
	text-decoration: underline;
}
#container #header{
	top: 0px;
	left: 0px;
	width: 851px;
	position: absolute;
	height: 176px;
}
#container #header #nav{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(layout/nav_bg.jpg);
	height:38px;
	width: 851px;
	background-repeat: no-repeat;
	background-position: left top;
}
#header #nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
#header #nav li{
	margin: 0px;
	padding: 0px;	
	display: inline;
}
#header #nav li a span{
	display: none;
}
#header #nav li.homeTab a{
	display: block;
	background-image: url(layout/nav_Home.jpg);
	height: 38px;
	width: 81px;
	float: left;
}
#header #nav li.productsTab a{
	display: block;
	background-image: url(layout/nav_products.jpg);
	height: 38px;
	width: 166px;
	float: left;
}
#header #nav li.worksTab a{
	display: block;
	background-image: url(layout/nav_howitworks.jpg);
	height: 38px;
	width: 125px;
	float: left;
}
#header #nav li.testomialsTab a{
	display: block;
	background-image: url(layout/nav_testimonials.jpg);
	height: 38px;
	width: 129px;
	float: left;
}
#header #nav li.contactTab a{
	display: block;
	background-image: url(layout/nav_contact.jpg);
	height: 38px;
	width: 182px;
	float: left;
	margin-left: 167px;
}
#container #header .logo{
	margin-top: 29px;
	float:left;
}
#container #header .powered_logo{
	margin-top: 30px;
	margin-left: 12px;
	float: left;
}
#container #header .telephone{
	bottom: 38px;
	right: 0px;
	width: 318px;
	position: absolute;
	height: 82px;
	background-image: url(layout/header_telephone.jpg);
}
#container #header .telephone .no{
	font-size: 150%;
	font-weight: bold;
	padding-top:46px;
	padding-left:10px;
}

#container #content{
	min-height:700px;
	padding-top: 176px;
	width: 580px;
	padding-bottom: 50px;
}

#container #content #sub-content {
	min-height:500px;
	_height:500px;
	margin-left:20px;
	margin-top: 20px;
	width:530px;
}

#container #rightNav{
	top: 176px;
	right: 0px;
	position: absolute;
	width: 271px;
}
.clear{
	clear:both;
}
#rightNav .servicePriceModule{
	background-image: url(layout/left_servicePrice.png);
	height: 118px;
	width: 259px;
	margin-top: 12px;
	position: relative;
}
#rightNav .networkModule a{
	background-image: url(layout/left_network.png);
	height: 159px;
	width: 259px;
	margin-top: 12px;
	display: block;
}
#rightNav .networkModule a span{
	display: none;
}
#rightNav .collectionModule a{
	margin-top: 5px;
	background-image: url(layout/left_free.png);
	height: 91px;
	width: 259px;
	display: block;
}
#rightNav .collectionModule a span{
	display:none;
}
#rightNav .MOTModule a{
	display:block;
	margin-top: 5px;
	background-image: url(layout/left_MOT_ad.jpg);
	height: 92px;
	width: 259px;
}

#rightNav .MOTModule a span {
	display:none;
}

#rightNav .bulletsModule{
	background-image: url(layout/left_bullets.jpg);
	background-repeat: no-repeat;
	height: 223px;
	width: 221px;
	margin-top: 20px;
	margin-left: 18px;
}
#content .homepageBanner{
	margin-left: 10px;
	background-image: url(layout/frontpage_banner.jpg);
	height: 256px;
	height: 267px;
	width: 570px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.homepageBanner .findoutMore a{
	background-image: url(layout/btn_findOutMore.png);
	display: block;
	height: 27px;
	width: 143px;
	position: absolute;
	left: 14px;
	top: 221px;
}
.homepageBanner .findoutMore a span{
	display: none;
}
.welcomeMessage{
	width: 300px;
	float: left;
	background-image: url(layout/home_welcome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.welcomeMessage p{
	 margin-left: 11px;
	 margin-top: 45px;
	 margin-right: 20px;
	 margin-bottom: 0px;
	 padding-bottom: 0px;
	 font-size: 90%;
}
.welcomeMessage .smallLogo{
	 margin-top: 12px;
	 margin-left: 11px;
	 margin-bottom: 10px;
}
.welcomeTitle{
	display: none;
}
.redMesssage{
	font-size: 50%;
}
.home_servicePriceGuide{
	width: 269px;
	float: left;
	background-image: url(layout/home_Priceguide.jpg);
	height: 174px;
	position:relative;
}
.home_servicePriceGuide .GoButton{
	position:absolute;
	top: 32px;
	right: 27px;
}

#container .bookingForm {
	margin-left:0px;
	_height:440px;
	min-height:440px;
}
#container .bookingForm .adds_services{
	background-color: #F1F5FA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#container .bookingForm .adds_services p label{
	width:200px;
}
#container .bookingForm .adds_services a{
	font-size: 90%;
}
#container .bookingForm ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#container .bookingForm p, .contactForm p {
	padding: 0px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.formSection{
	background-color: #fff;
	padding: 14px;
	margin-right: 20px;
	border: 1px solid #e2e2e2;
}

#container .bookingForm p label, .contactForm p label {
	width:210px;
	float:left;
}

#container .commoninput, .calendar, select {
	float:left;
	width:200px;
	background: #fff url(layout/input-bk.jpg) repeat-x;
	border: 1px solid #e2e2e2;
	padding: 3px;
}

#container .bookingForm #form-block {
	margin-top:10px;
	margin-bottom:20px;
}

#container .bookingForm .form-divider {
	padding-top:10px;
}

#ui-datepicker-div {

}

.errorsbox  {
	background:#f5f0c6;
	width:200px;
	height:200px;
}

#priceCal {
	font-weight:bold;
	font-size: 200%;
}

.calendar-icon {
	padding-top:5px;
	padding-left:5px;
}

.bookbtn {
	background-color:#ededed;
	border:1px solid #CCCCCC;
	color:#6c6969;
	font-weight:bold;
	height:32px;
	margin:0;
	padding:5px;
	text-decoration:none;	
}

.headText {
	font-weight:bold;
}
.home_servicePriceGuide .frontselect{
	padding: 0px;
	width: auto;
	margin-top: 44px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 150px;
	float: none;
}
.home_servicePriceGuide p{
	font-size: 80%;
	color: #FFFFFF;
	margin-left: 13px;
	margin-right: 10px;
	margin-top: 30px;
}
.home_servicePriceGuide a{
	color: #FFFFFF;
}
.servicePriceModule .GoButton{
	position: absolute;
	right: 10px;
	top: 38px;
}
.servicePriceModule .frontselect{
	padding: 0px;
	width: auto;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 150px;
	float: none;
}
.servicePriceModule p{
	font-size: 80%;
	color: #FFFFFF;
	margin-left: 13px;
	margin-right: 10px;
	margin-top: 30px;
}
.servicePriceModule a{
	color: #FFFFFF;
}
.testimonials{
	border: 1px solid #d7d7d7;
	background-color: #FFFFFF;
	padding: 8px;
	margin-bottom: 10px;
	background-image: url(layout/testimonials_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.testimonials .thetest{
	float: left;
	margin-left: 15px;
	width: 370px;
}
.testimonials img{
	border: 4px solid #FFF;
	float:left;
}
.ServicePriceTable{
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.ServicePriceTable td{
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #e8e8e8;
}
.ServicePriceTable th{
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	color: #FFFFFF;
	font-size: 90%;
	background-image: url(layout/table_TH_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.ServicePriceTable tr:hover{
	background-color:#EFF3FA;
}
.ServicePriceTable th a{
	color: #FFFFFF;
}
.otherServices{
	margin-bottom:0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type:none;
}
.otherServices li{
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.otherServices li a{
	color: #086AAD;
	text-decoration: none;
}
.servicingTitle{
	display: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin:0px;
}
.add_service{
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.add_service img{
	float: left;
}
.add_service .add_service_text{
	float: left;
	margin-left: 20px;
	width: 370px;
}
.btn_serviceBookNow{
	margin-left: 10px;
	margin-top: 5px;
}
.main_service{
	padding: 15px;
	border: 2px solid #CFCFCF;
	background-color: #FFFFFF;
	margin-bottom: 8px;
}
.main_service h2{
	padding: 0px;
	margin: 0px;
}
.main_service .main_text{
	float: left;
	margin-left: 20px;
	width: 370px;
}
.main_service .main_img{
	float: left;
	width: 95px;

}
.model{
	float: left;
	width:220px;
}
.model a{
	text-decoration: none;
}
.clearModels{
	clear: both;
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
.bookingPlate{
	background-image: url(layout/number_plate.gif);
	height: 75px;
	width: 350px;
	margin-bottom: 12px;
	margin-top: 12px;
}
.bookingPlate .plateNumber{
	font-size: 350%;
	width: 350px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	letter-spacing: 3px;
}
.howTo{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #7ABAE0;
}
.howTo h2{
	padding: 0px;
	margin: 0px;
	float:left;
}
.howTo p{
	padding-top: 0px;
	margin-top: 0px;
}
.pdfText{
	font-size:80%;
	margin-top: 8px;
	background-color:#F4F4F4;
	padding: 6px;
}