body {
	margin: 25px 0 0 0;
	padding: 0;
}

img, img a, form {
	margin: 0;
	padding: 0;
	border: 0;
}

p, h1, h2, h3, h4, h5, h6, ul, li, td, th, input, select, label, caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2C2A;
	line-height: 19px;
	margin: 0;
	padding: 0;
}

textarea {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2C2A;
}

p {
	margin: 0 0 13px 0;
}

p.disclaimer {
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	margin: 0;
	text-align: center;
}

a {	
	font-weight: bold;
	color: #C20101;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.lcolImg {
	float: left;
	padding: 9px;
	margin: 0 10px 5px 0;
	border: 1px solid #BDBAB8;
	background: #fff;
}

h1 {
	line-height: 30px;
/*	height: 27px;*/
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 25px;
	font-weight: normal;
	border-bottom: 1px solid #E3E1E0;
}

.h1small {
	font-size: 19px;
}

h2 {
	line-height: 17px;
	height: 17px;
	font-size: 13px;
	padding: 0 0 10px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #666666;
	font-weight: normal;
	color: #999;
	display: block;
}

h2 a {
	text-decoration: none;
	font-weight: normal;
	display: block;
}

h2 a:hover {
	text-decoration: none;
	color: #333333;
}

span.nodisplay {
	display: none;
}

label {
	display: block;
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	line-height: 17px;
}

label.quickSearch {
	margin: 0 10px 0 0;
	color: #000A4A;
}

.formError {
	display: inline;
	color: #a51515;
	font-weight: bold;
}

input, textarea, select {
	padding: 4px 2px;
	margin: 0;
	width: 255px;
	border: #fff;
	background: #E3E1E0;
}
select {
	width: auto;
	background: #fff;
	border: 1px solid #ccc;
}

input.search {
	background: #E3E1E0;
	width: 200px;
	margin: 0 10px 0 0;
}

input.go {
	width: 24px;
	margin: 0 10px 0 0;
	padding: 0;
	border: none;
}

input.radio {
	width: 20px;
	background: none;
}

input.short {
	width: 100px;
}

table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0 0 13px 0;
}

caption {
	text-align: left;
	height: 43px;
	line-height: 43px;
	padding: 0 10px;
	border-bottom: none;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #282828;
}

th, td {
	font-weight: normal;
/*	font-size: 11px;
	line-height: 17px;*/
	color: #656565;
	text-align: left;
	padding: 10px;
}

th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #E3E1E0;
}

th.notes{
	background: #f4f4f4;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #777;
}

td.alt {
	background: #e9eedf;
	color: #687d77;
}

td.right {
	text-align: right;
}

.error {
	color: #a51515;
	font-weight: bold;
}



/* slightly enhanced, universal clearfix hack */

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix { display: inline-block; }


#holdAll {
	width: 880px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 860px;
	height: 80px;
	margin: 0 0 30px 0;
	padding: 0 10px;
}

#steveslogo {
	float: left;
	margin: 10px 0 0 0;
}

#headerRight {
	float: right;
	width: 629px;
}

#header h3 {
	font-size: 25px;
	line-height: 29px;
	font-weight: normal;
	color: #2F2C2A;
	margin: 10px 0 10px 0;
}

#navHolder {
	width: 860px;
	padding: 9px;
	margin: 0 0 20px 0;
	border: 1px solid #D7D5D4;
	background: #E3E1E0;
}

#navHolder ul.menu {
	position: relative;
	z-index: 2;
	list-style: none; 
	height: 43px;
	background: #5e0000;
	border-bottom: 1px solid #fff;
	list-style: none;
}

#navHolder ul.menu * {
	margin: 0; 
	padding: 0;
}

#navHolder ul.menu li {
	position: relative; 
	float: left; 
	font-size: 17px;
	list-style: none;
	height: 43px;
	line-height: 43px;
	margin: 0 10px 0 0;
}

#navHolder ul.menu li.right {
	position: relative;
	float: right; 
	margin: 0
}

#navHolder ul.menu li a {
	display:block; 
	text-decoration:none;
	font-weight: normal;
	color: #D6B3B3;
	height: 43px;
	width: 115px;
	background: #9A0000;
	padding: 0 10px;
}

#navHolder ul.menu li.right a {
	width: 44px;
	padding: 0;
	background: #5e0000 url(../images/nav/nav_home.gif) 0 -43px no-repeat;
}

#navHolder ul.menu li a:hover, #navHolder ul.menu li a.selected {
	text-decoration: none;
	background: #C20101;
	color: #fff;
}

#navHolder ul.menu li.right a:hover, #navHolder ul.menu li.right a.selected {
	background: #5e0000 url(../images/nav/nav_home.gif) 0 0 no-repeat;
}

#navHolder ul.menu li ul {
	position: absolute; 
	top: 43px; 
	left: 0; 
	background: #d1d1d1; 
	display: none; 
	opacity: 0; 
	list-style: none;
}

#navHolder ul.menu li ul li {
	position: relative; 
	height: 31px;
	line-height: 331px;
	margin: 0;
	border-top: 1px solid #5E0000;
}

#navHolder ul.menu li ul li a {
	display: block; 
	background-color: #800000;
	height: 31px;
	line-height: 31px;
	width: 115px;
	font-size: 12px;
	color: #fff;
}

#navHolder ul.menu li ul li ul {
	left: 135px;
	top: -1px;
}

#navHolder ul.menu li ul li ul li {

}

#navHolder #flashHolder {
	position: relative;
	width: 860px;
	height: 226px;
	margin: 0 0 10px 0;
	padding: 0;
}

#flashHolder {
	z-index: 1;
}

#navHolder div.cPanel, #navHolder div.cPanelLast {
	float: left;
	width: 260px;
	margin: 0 10px 0 0;
	background: #fff;
	padding: 10px;
}

#navHolder div.cPanelLast {
	margin: 0;
}

#navHolder div.cPanel h2, #navHolder div.cPanelLast h2 {
	color: #585250;
	border-bottom: 1px solid #e4e4e4;
}

#navHolder div.cPanel p, #navHolder div.cPanelLast p {
	margin: 0;
}

#navHolder div.cPanel ul, #navHolder div.cPanelLast ul {
	list-style: none;
}

#navHolder div.cPanel ul li, #navHolder div.cPanelLast ul li {
	list-style: none;
	padding: 0 0 0 20px;
}

#navHolder div.cPanel ul li.flTel, #navHolder div.cPanelLast ul li.flTel {
	background: url(../images/li/li_nav_tel.gif) 0 1px no-repeat;
}

#navHolder div.cPanel ul li.flFax, #navHolder div.cPanelLast ul li.flFax {
	background: url(../images/li/li_nav_fax.gif) 0 1px no-repeat;
}

#navHolder div.cPanel ul li.flEmail, #navHolder div.cPanelLast ul li.flEmail {
	background: url(../images/li/li_nav_email.gif) 0 1px no-repeat;
}

#vehicleSelector, #vehicleSelector.alt {
	width: 860px;
	height: 138px;
	list-style: none;
}

#vehicleSelector.alt  {
	height: 41px;
}

#vehicleSelector li, #vehicleSelector.alt li {
	float: left;
	display: block;
	width: 135px;
	/*height: 138px;*/
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
}
	#vehicleSelector.alt li {
		/*height: 41px;*/
	}

#vehicleSelector li.lorry, #vehicleSelector.alt li.lorry {
	margin: 0;
}

#vehicleSelector li a, #vehicleSelector.alt li a {
	display: block;
	padding: 0;
	/*line-height: 41px;*/
	width: 135px;
	/*height: 138px;*/
	color: #fff;
	text-decoration: none;
	background: #2F2C2A;
	font-weight: bold;
	font-size: 12px;
}
	#vehicleSelector.alt li a {
		/*height: 41px;*/
	}

#vehicleSelector li a:hover, #vehicleSelector li a.selected {
	background: #0A7CC1;
}

#vehicleSelector li a img {
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}

span.vsPadding {
	padding: 0 10px;
	line-height: 43px;
}

#lcol {
	display: inline;
	float: left;
	width: 570px;
	padding: 5px 0 0 0;
	margin: 0 10px 30px 10px;
/*	background-color: #cc3300;
	border: 5px solid #cc3300;*/
}

#lcol.wide {
	width: 860px;
/*	background-color: #cc3300;
	border: 5px solid #cc3300;*/
}

#lcol.wide #vehList {
	list-style: none;
	width: 860px;
	margin: 0 0 3px 0;
}

#lcol.wide #vehList li {
	float: left;
	list-style: none;
	height: auto /*280px*/;
	margin: 0 10px 10px 0;
}

#lcol.wide #vehList li.right {
	margin: 0 0 10px 0;
}

#lcol.wide #vehList li a {
	display: block;
	width: 240px;
	padding: 19px;
	border: 1px solid #E3E1E0;
	background: #f2f2f2;
	font-size: 17px;
	font-weight: normal;
	line-height: 19px;
	color: #474240;
}

#lcol.wide #vehList li a .moreInfo {
	line-height: 41px;
	display: block;
	padding: 0 10px;
	background: #2F2C2A;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.smallvehList{
	font-size: 11px;
}

#lcol.wide #vehList li a:hover {
	background: #E3E1E0;
	text-decoration: none;
	color: #454545;
}

#lcol.wide #vehList li a:hover .moreInfo {
	background: #0A7CC1;
}

#lcol.wide #vehList li a img {
	margin: 10px 0 0 0;
	border: 1px solid #D4D4D4;
	background: /*#f4f4f4*/ #fff;
	padding: 9px;
}

.moreInfo {
	line-height: 41px;
	display: block;
	padding: 0 10px;
	background: #2F2C2A;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#lcol.wide #vList1 {
	list-style: none;
	width: 860px;
	margin: 0 0 3px 0;
}

#lcol.wide #vList1 li {
	float: left;
	list-style: none;
	display: block;
	width: 278px;
	height: auto /*280px*/;
	margin: 0 10px 10px 0;
	border: 1px solid #d4d4d4;
/*	background: #d4d4d4;*/
}

#lcol.wide #vList1 li h3 {
	margin: 0;
}

#lcol.wide #vList1 li h3 a {
	font-weight: normal;
	/*background: #333;*/
	color: #454545;
	display: block;
	width: 258px;
/*	line-height: 43px;*/
	padding: 12px 10px 0 10px;
	font-size: 14px;
	font-weight: normal;
}

#lcol.wide #vList1 li h3 a {
	text-decoration: none;
}

#lcol.wide #vList1 li.right {
	margin: 0 0 10px 0;
}

#lcol.wide #vList1 li img {
	padding: 19px;
/*	border: 1px solid #d4d4d4;*/
/*	border-bottom: none;*/	
	background: #fff;
}

#lcol.wide #hvselectedHolder {
	float: left;
	margin: 0 10px 0 0;
}

#lcol.wide #hvselectedImg {
	padding: 29px;
	margin: 0 0 10px 0;
	border: 1px solid #d4d4d4;
	background: #fff;
	width: 220px;
}

#lcol.wide #hvselectedImg.blank {
	padding: 19px;
	width: 240px;
}

#lcol.wide #hvtableHolder {
	float: left;
	width: 570px;
}

#lcol.wide ul.hvquickLinks {
	list-style: none;
	padding: 0 0 37px 0;
}

#lcol.wide ul.hvquickLinks li {
	float: left;
	list-style: none;
	height: 43px;
	margin: 0 10px 0 0;
}

#lcol.wide ul.hvquickLinks li.right {
	margin: 0;
}

#lcol.wide ul.hvquickLinks li a {
	display: block;
	width: 115px;
	background: #9A0000;
	padding: 0 10px;
}

/*#lcol.wide .bookingForm input, #lcol.wide .bookingForm textarea {
	width: 255px;
	border: #fff;
	background: #E3E1E0;
}*/

#lcol .bookingForm input.submit, #lcol .bookingForm input.reset {
	width: 129px;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #2F2C2A;
	color: #fff;
	text-transform:uppercase;
	padding: 10px;
}

#lcol .bookingForm input.submit:hover {
	background: #C20101;
}

#lcol .bookingForm input.reset {
	background: #E3E1E0;
	color: #333;
	width: 60px;
}

#lcol .bookingForm input.reset:hover {
	background: #0A7CC1;
	color: #fff;
}

#lcol #accList {
	list-style: none;
}

#lcol #accList li {
	list-style: none;
	
}

#lcol #accList li h2 {
	color: #454545;
	font-weight: bold;
	border-bottom: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#lcol #disposalsList {
	list-style: none;
}

#lcol #disposalsList li {
	width: 570px;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #E3E1E0;
}

#lcol #disposalsList li img {
	float: left; 
	margin: 0 10px 0 0;
}

#rcol {
	display: inline;
	float: left;
	width: 280px;
	padding: 8px 0 0 0;
	margin: 0 10px 30px 0;
}

div.panel {
	background: #E3E1E0;
	padding: 10px 10px 10px 10px;
	margin: 0 0 13px 0;
}

div.panel h2, div.panel h2 a {
	width: 260px;
	color: #666666;
	border-bottom: 1px solid #BDBAB8;
}

div.panel h2 a {
	background: url(../images/nav/nav_h2_rcol.gif) 243px 0 no-repeat;
	border: none;
}

div.panel h2 a:hover {
	color: #333;
	background: url(../images/nav/nav_h2_rcol.gif) 243px -17px no-repeat;
}

div.panel img {
	float: left;
	padding: 9px;
	margin: 0 10px 5px 0;
	border: 1px solid #BDBAB8;
	background: #fff;
}

div.panel p {
	color: #666666;
	font-size: 11px;
	line-height: 17px;
	margin: 0;
}

/*     SITEMAP     */

#sitemap {
	list-style: none;
}

#sitemap li {
	list-style: none;	
	font-size: 20px;
	line-height: 21px;
	margin: 0 0 5px 0;
}

#sitemap li a {
	font-weight: normal;
	display: inline-block;
	padding: 6px 10px;
	border: 1px solid #D7D5D4;
	margin: 0 0 5px 0;
}

#sitemap li a:hover {
	text-decoration: none;
	border: 1px solid #C20101;
}

#sitemap li ul {
	list-style: none;
	margin: 0 0 0 30px;
/*	padding: 5px 0 0 0;
*/	
}

#sitemap li ul li {
	list-style: none;
	font-size: 16px;
	line-height: 17px;
	background: none;
}

#sitemap li ul li a {

}

#sitemap li ul li ul {
	list-style: none;
}

#sitemap li ul li ul li {
	float: left;
	list-style: none;
	font-size: 12px;
	line-height: 13px;
	background: none;
	margin: 0 5px 0 0;
	font-style: italic;
}

#sitemap li ul li ul li a {

}

/*     FOOTER     */

#footerLinks {
	width: 840px;
	margin: 0 0 10px 0;
	padding: 20px 20px 7px 20px;
	background: #2F2C2A;
}

#footerLinks div {
	float: left;
	width: 260px;
	margin: 0 30px 0 0;
}

#footerLinks div.last {
	margin: 0;
}

#footerLinks p, #footerLinks ul, #footerLinks ul li {
	font-size: 11px;
	line-height: 17px;
	color: #999;
}

#footerLinks p a, #footerLinks ul li a {
	color: #ccc;
}

#footerLinks p a.range {
	font-weight:normal;
}

#footerLinks p a:hover, #footerLinks ul li a: hover {
	color: #ccc;
}

#footerLinks h2, #footerLinks h2 a {
	width: 260px;
	color: #999;
	border-bottom: 1px solid #666666;
}

#footerLinks h2 a {
	background: url(../images/nav/nav_h2_footerLinks.gif) 243px 0 no-repeat;
	border: none;
}

#footerLinks h2 a:hover {
	color: #ccc;
	background: url(../images/nav/nav_h2_footerLinks.gif) 243px -17px no-repeat;
}

#smallMap {
	margin: 0 0 10px 0;
}

#footerLinks ul {
	list-style: none;
	padding: 0 0 13px 0;
}

#footerLinks ul li {
	list-style: none;
	float: left;
	display: block;
	width: 105px;
	height: 17px;
	line-height: 17px;
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}

#footerLinks ul li.flTel {
	background: url(../images/li/li_footerLinks_tel.gif) 0 0 no-repeat;
}

#footerLinks ul li.flTelright {
	background: url(../images/li/li_footerLinks_tel.gif) 0 0 no-repeat;
	margin: 0;
}

#footerLinks ul li.flFax {
	background: url(../images/li/li_footerLinks_fax.gif) 0 0 no-repeat;
}

#footerLinks ul li.flEmailright {
	background: url(../images/li/li_footerLinks_email.gif) 0 0 no-repeat;
	margin: 0;
}

#footer {
	list-style: none;
	margin: 0 0 30px 0;
}

#footer li {
	float: left;
	list-style: none;
	font-size: 10px;
	line-height: 16px;
	margin: 0 3px 0 0;
	color: #999999;
}

#footer li.right {
	float: right;
	margin: 0;
}

#footer li a {
	font-weight: normal;
	color: #555;
}