/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}

/********** GLOBAL **********/

ul, ol, dl{
	margin:15px 0 15px 30px;
}
ul li, ol li, dl li{
	margin:3px 0;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.clear-both{
	clear:both;
}
a:link{
	color:#333;
}
a:visited{
	color:#333;
}
a:hover{
	color:#1343ae;
}
a:active{
}
a:focus{
}
input.checkbox{
	border:none;
	background-color:transparent;
}

/********* TYPOGRPAHY ********/

body{
	font-family:Helvetica, arial, sans-serif;
	font-size:12px;
	color:#333;
	text-align:center;
	background-color:#f2f2f2;
}
h1, h2, h3, h4, h5{
	font-family:tahoma, arial, sans-serif;
	font-weight:400;
	color:#1d459e;
}
h1{
	font-size:22px;
	margin:16px 0 18px 0;
}
h2{
	font-size:18px;
	margin:5px 0 18px 0;
}
h3{
	font-size:16px;
	margin:5px 0 18px 0;
}
h4{
	font-size:14px;
	margin:5px 0 18px 0;
}
h5{
	font-size:12px;
	margin:5px 0 18px 0;
}
p{
	margin:0 0 18px 0;
	line-height:18px;
}

/********* STRUCTURE *********/

#wrapper{
	text-align:left;
	margin:0 auto;
	width:980px;
}

/********* HEADER & NAV *********/

#header{
	height:398px;
	background:url('../nav/header_img.jpg') bottom left no-repeat;
	position:relative;
}
#header #logo{
	position:absolute;
	top:13px;
	left:3px;
}
#header #strap{
	position:absolute;
	top:56px;
	right:0;
}
ul#top-nav{
	list-style:none;
	margin:0;
	position:absolute;
	bottom:6px;
	left:8px;
}
ul#top-nav li{
	float:left;
	display:inline;
	margin:0 1px 0 0;
	position:relative;
}
ul#top-nav a{
	float:left;
	display:inline;
	height:20px;
	line-height:20px;
	text-decoration:none;
	position:relative;
	padding:0 8px 0 8px;
	font-weight:700;
	color:#3b3b3b;
	font-size:11px;
}
ul#top-nav a span{
	display:block;
	width:4px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
}
ul#top-nav a:hover, ul#top-nav li.selected a, ul#top-nav li.selected a:hover{
	background:url('../nav/nav_bg_right.gif') top right no-repeat #3b3b3b;
	color:#fff;
}
ul#top-nav a:hover span, ul#top-nav li.selected a span, ul#top-nav li.selected a:hover span{
	background:url('../nav/nav_bg_left.gif') top left no-repeat #3b3b3b;
}
ul#top-nav li li a{
	float:none;
	display:block;
}
ul#top-nav li.selected li a, ul#top-nav li.selected li a span{
	background:transparent;
	color:#3b3b3b;
}
ul#top-nav ul{
	width:130px;
	background:rgb(180, 180, 180);
	background:rgba(180, 180, 180, 0.9);
	position:absolute;
	left:0;
	top:20px;
	padding:10px 0 0;
	margin:0;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	display:none;
		z-index: 1;
}
ul#top-nav ul li{
	margin:0 3px 3px 3px;
	float:none;
	display:block;
}
ul#top-nav li:hover ul{
	display:block;
}
#header form{
	height:28px;
	width:420px;
	position:absolute;
	right:0;
	top:21px;
	background:url('../nav/search_bg.gif') top right no-repeat;
}
#header form input{
	width:213px;
	height:24px;
	line-height:24px;
	border:none;
	background:transparent;
	position:absolute;
	top:2px;
	right:33px;
	font-size:11px;
	font-family:helvetica neue, helvetica, arial, sans-serif;
	color:#555;
}
#header form input.submit{
	width:27px;
	height:24px;
	position:absolute;
	top:2px;
	right:4px;
}
#header form label{
	display:block;
	height:24px;
	width:130px;
	text-align:right;
	line-height:24px;
	position:absolute;
	right:258px;
	top:3px;
	font-size:11px;
	color:#5b5b5b;
}

/************ NEWS TICKER ***********/

#marquee-wrap{
	position:absolute;
	bottom:33px;
	left:0;
	width:100%;
	height:28px;
	line-height:28px;
	background-color:#ee3030;
}
#marquee-wrap h2{
	line-height:28px;
	margin:0 0 0 8px;
	float:left;
	color:#fff;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
}
ul.marquee {
	float:left;
	display: inline;
	padding:0;
	margin:0 0 0 8px;
	list-style: none;
	position: relative;
	overflow: hidden;
	width:900px;
	height:28px;
	line-height:28px;
}
ul.marquee li {
	position: absolute;
	top:0;
	left: 0;
	margin:0;
	display: block;
	white-space: nowrap;
	line-height:28px;
	color:#fff;
}
ul.marquee li a{
	color:#fff;
	text-decoration:none;
}
ul.marquee li a:hover{
	text-decoration:underline;
}

/********* HOMEPAGE *********/

#content, #content-full-width{
	margin:17px 0 0 4px;
	width:660px;
	float:left;
	display:inline;
	overflow:hidden;
}
#content-full-width{
	width:auto;
	margin:17px 4px 0 4px;
}
#content ul, #sidebar ul{
	list-style:none;
	margin:15px 0;
}
#content ul li, #sidebar ul li{
	background:url('../nav/bullet.gif') 0 0px no-repeat;
	padding:0 0 0 28px;
	margin:6px 0;
	line-height:16px;
}
#content h1, #content-full-width h1{
	margin:0 0 15px;
}
#sidebar{
	float:right;
	display:inline;
	background:url('../nav/sidebar_bg.gif') 0 0 no-repeat;
	width:280px;
	margin:17px 15px 0;
	padding:0 0 15px;
	overflow:hidden;
}
#sidebar h3{
	margin:5px 0 15px 20px;
}
#sidebar p{
	margin:5px 0 15px 20px;
}
#sidebar ul{
	margin-left:20px;
}
#choice-of-stock{
	background:url('../nav/choice_of_stock_bg.gif') bottom left no-repeat #c3c3c3;
	height:247px;
	clear:both;
	margin:17px 0 0;
	clear:both;
}
#choice-of-stock.hire{
	height:220px;
}
#choice-of-stock h2{
	width:980px;
	height:45px;
	position:relative;
	margin:0;
}
#choice-of-stock h2 span{
	display:block;
	width:980px;
	height:45px;
	background:url('../nav/choice_of_stock_heading.gif') top left no-repeat #c3c3c3;
	position:absolute;
	top:0;
	left:0;
	cursor: pointer;
}
#choice-of-stock.hire h2 span{
	background:url('../nav/vehicle_hire_heading.gif') top left no-repeat #c3c3c3;
}
#choice-of-stock ul{
	list-style:none;
	margin:0 0 0 7px;
}
#choice-of-stock ul li{
	width:189px;
	height:188px;
	float:left;
	display:inline;
	position:relative;
	margin:0 2px;
}
#choice-of-stock ul li p{
	position:absolute;
	top:134px;
	left:0;
	width:189px;
	text-align:center;
	font-weight:700;
	color:#222;
}
#choice-of-stock ul li a.new, #choice-of-stock ul li a.new span, #choice-of-stock ul li a.used, #choice-of-stock ul li a.used span{
	display:block;
	width:90px;
	height:26px;
	position:absolute;
	text-decoration:none;
}
#choice-of-stock ul li a.new{
	left:5px;
	bottom:0;
}
#choice-of-stock ul li a.used{
	right:5px;
	bottom:0;
}
#choice-of-stock ul li a.new span{
	position:absolute;
	background:url('../nav/new_button.gif') top left no-repeat;
}
#choice-of-stock ul li a.new:hover span{
	background-position:0 -26px;
}
#choice-of-stock ul li a.used span{
	position:absolute;
	background:url('../nav/used_button.gif') top left no-repeat;
}
#choice-of-stock ul li a.used:hover span{
	background-position:0 -26px;
}
#choice-of-stock img{
	margin:10px 0 0 0;
}
#choice-of-stock ul li a span.pop{
	display:none;
	background:url('../nav/number_of_trucks.png') 0 0 no-repeat;
	width:102px;
	height:152px;
	position:absolute;
	top:-152px;
	left:-5px;
	line-height:76px;
	text-align:center;
	color:#fff;
	font-size:48px;
	font-weight:700;
	text-decoration:none;
}
#choice-of-stock ul li a:hover span.pop{
	background-position:0 0;
	display:block;
}
ul#banners{
	list-style:none;
	margin:0;
	height:78px;
	overflow:hidden;
	margin:17px 0 0;
	clear:both;
}
ul#banners li{
	display:inline;
}
ul#banners li img{
	float:left;
}
ul#banners img#middle-banner{
	margin:0 17px;
}
#stoppress{
	width:460px;
	background:url('../nav/stoppress_bottom.gif') bottom left no-repeat;
	padding:0 0 15px;
	margin:20px 0;
	position:relative;
	overflow:hidden;
}
#stoppress h2{
	width:660px;
	height:46px;
	overflow:hidden;
	position:relative;
	margin:0 0 10px;
}
#stoppress h2 span{
	display:block;
	width:660px;
	height:46px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url('../nav/stoppress_top.gif') no-repeat;
}
#stoppress ul{
	margin:0 15px;
}
#stoppress ul li{
	background:transparent;
	padding:0;
}
#stoppress ul li h3{
	font-size:14px;
	line-height:20px
	margin:0;
}
#stoppress ul li.highlighted h3 {
	font-weight:bold;
}
#stoppress ul li.highlighted h3 a {
	color:#1d459e;
}
a#vehicle-hire, a#vehicle-hire span{
	display:block;
	width:229px;
	height:32px;
	position:absolute;
	top:6px;
	right:3px;
}
a#vehicle-hire span{
	top:0;
	right:0;
	background:url('../nav/vehicle_hire.gif') 0 0 no-repeat;
}
a#vehicle-hire:hover span{
	background-position:0 -32px;
}
#large-banners{
	width:187px;
	float:right;
	display:inline;
}
#large-banners img{
	margin:5px 0 0;
	display:block;
}
#large-banners img#banner2{
	margin:12px 0 0;
}

/********* STANDARD PAGE AND GALLERY *********/

#sidebar.standard{
	padding:15px 0 0 0;
}
#sidebar img{
	float:right;
	display:inline;
	clear:right;
	padding:1px;
	border:1px solid #b9b9b9;
	margin:0 15px 15px 15px;
}
#sidebar .caption{
	width:234px;
	float:right;
	clear:right;
	margin:0 15px 15px;
	text-align:center;
}
#sidebar img#rss-img{
	padding:0;
	border:0;
	margin:0 0 15px 10px;
}
#sidebar #gallery{
	padding:20px 0 0;
	width:204px;
	margin:0 0 0 50px;
}
#sidebar #gallery.large-galery{
	width:254px;
	margin:0 0 0 26px;
}
#sidebar #gallery img{
	margin:0 0 10px 0;
	float:none;
}
#sidebar #gallery a{
	text-decoration:none;
}
#sidebar #gallery img.thumb{
	float:left;
	display:inline;
	margin:0 10px 10px 0;
	padding:0;
}
#sidebar #gallery.large-galery img.thumb{
	float:left;
	display:inline;
	margin:0 9px 10px 0;
	padding:0;
}
#sidebar #gallery img.thumb.no-margin{
	margin:0 0 10px 0;
}
#sidebar img#zoom-button{
	padding:0;
	border:none;
	margin:0 0 20px 0;
	clear:both;
}
#sidebar img#zoom-button-gallery{
	padding:0;
	border:none;
	margin:0 0 20px 18px;
	clear:both;
	float:none;
}
#sidebar img.call-to-action-banner{
	padding:0;
	border:none;
	margin:5px 0 5px 15px;
}
table{
	border-collapse:collapse;
}
table td, table th{
	bordeR:1px solid #e3e3e3;
	padding:8px;
}
table th{
	background-color:#3b3b3b;
	color:#fff;
	font-weight:700;
}
img#book-now{
	margin:0 0 20px;
}

/********* FULL WIDTH GALLERY *********/

#full-width-gallery{
	width:620px;
	margin:25px 0 0 30px;
}

#full-width-gallery img{
	margin:0 8px 10px 0;
	display:inline;
	float:left;
	padding:0;
}
#full-width-gallery img.thumb{
	margin:0 12px 12px 0;
}
#full-width-gallery img.thumb.no-margin{
	margin:0 0 10px;
	border:1px solid red;
}

/********* ARTICLE LIST PAGE *********/

ul#list{
	margin:20px 0 0;
}
ul#list li{
	padding:0 0 15px;
	background:transparent;
	float:left;
	clear:both;
	margin:0 0 15px 0;
	width:100%;
	border-bottom:1px dashed #d8d8d8;
}
ul#list li img{
	float:left;
	padding:1px;
	border:1px solid #b9b9b9;
}
ul#list li img.margin-top {
	margin:5px 0 0 0 ;
}
ul#list li div{
	width:495px;
	margin:0 0 0 165px;
}
ul#list li h3{
	margin:0 0 8px;
}
ul#list li div p{
	font-size:11px;
	margin:0;
}
ul#list li h3 a{
	text-decoration:none;
	color:#1d459e;
}
ul#list a.read-more, ul#list a.visit-site{
	display:block;
	width:100px;
	height:22px;
	overflow:hidden;
	float:right;
	background-color:#184aa1;
	color:#fff;
	font-size:11px;
	margin:10px 0 0;
	position:relative;
}
ul#list a.read-more span, ul#list a.visit-site span{
	display:block;
	width:100px;
	height:22px;
	background:url('../nav/read_more.gif') 0 0 no-repeat #184aa1;
}
ul#list a.visit-site span{
	background:url('../nav/visit_site.gif') 0 0 no-repeat #184aa1;
}
ul#list a:hover.read-more span ,ul#list a:hover.visit-site span{
	background-position:0 -22px;
}
ul#list.recovery-vehicles ul{
	margin:0;
}
ul#list.recovery-vehicles ul li{
	float:right;
	clear:right;
	border-bottom:1px solid #fff;
	padding:0 0 10px;
}
ul#list.recovery-vehicles ul li h4{
	margin:0;
	width:380px;
	float:left;
	font-size:12px;
	color:#555;
	line-height:22px;
}
ul#list.recovery-vehicles ul a.read-more{
	margin:0;
}

p.image-cont {
	float:left;
	width: 152px;
	margin:0;
	padding:0;
}

/********* PAGINATION *********/

p.pagination{
	margin:20px 0;
}
p.pagination a, p.pagination span{
	display:block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	float:left;
	display:inline;
	margin:0 1px 1px 0;
	background:#c0c0c0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#3b3b3b;
	text-shadow:1px 1px 1px #f1f1f1;
	font-size:11px;
}
p.pagination a:hover, p.pagination span{
	background-color:#17469e;
	color:#fff;
	text-shadow:1px 1px 1px #002e84;
}
p.pagination a.next-prev{
	width:74px;
}

/********* VEHICLE LIST PAGES *********/

ul#vehicle-category-list{
	margin:20px 0 0;
	list-style:none;
}
ul#vehicle-category-list li{
	padding:0;
	background:transparent;
	display:inline;
}
ul#vehicle-category-list li a{
	display:block;
	width:291px;
	height:210px;
	background:url('../nav/vehicle_category_bg.gif') 0 0 no-repeat #cccccc;
	position:relative;
	float:left;
	display:inline;
	margin:0 16px 32px 16px;
	text-decoration:none;
	font-family:tahoma, arial, sans-serif;
	font-weight:400;
	color:#1d459e;
	font-size:16px;
}
ul#vehicle-category-list li a:hover{
	background-position:0 -210px;
}
ul#vehicle-category-list li a img{
	position:absolute;
	top:49px;
	left:48px;
}
ul#vehicle-category-list li a img#rd_logo{
	top:64px;
}
ul#vehicle-category-list li a span{
	position:absolute;
	top:0;
	left:10px;
	display:block;
	height:32px;
	line-height:32px;
}
ul#vehicle-category-list li a span.vehicles-in-stock{
	position:absolute;
	top:173px;
	left:0;
	display:block;
	height:24px;
	text-align:center;
	color:#fff;
	width:100%;
}
img#ebay-banner{
	margin:0 0 0 16px;
}

/********* VEHICLE PAGE *********/

#vechicle-images{
	width:220px;
	border-right:1px solid #e3e3e3;
	float:left;
	display:inline;
	margin:5px 0 0;
}
#vechicle-images a{
	text-decoration:none;
}
#vehicle-desc{
	width:420px;
	float:left;
	display:inline;
	margin:0 0 0 15px;
}
#vechicle-images a img{
	padding:1px;
	border:1px solid #b9b9b9;
	margin:0 0 7px;
}
#vechicle-images a img.thumb{
	border:1px solid #b9b9b9;
	margin:0 7px 7px 0;
	padding:0px;
}
#vechicle-images img.no-margin{
	margin:0 0 4px;
}
ul#vehicle-info{
	margin:25px 0 25px 20px;
}
ul#vehicle-info li{
	padding:8px 0 6px 30px;
	margin:0;
	background-position:0 6px;
	border-bottom:1px solid #e3e3e3;
}
ul#vehicle-info span{
	display:block;
	width:130px;
	float:left;
	clear:left;
	font-style:italic;
	font-size:11px;
}
ul#vehicle-info strong{
	color:#1d459e;
}
ul#vehicle-info li.vehicle-price{
	background:url('../nav/price_bg.gif') no-repeat #ef2b00;
	height:30px;
	padding:0;
	line-height:32px;
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:14px;
	margin:15px 0 0;
}
ul#vehicle-info li.vehicle-price span{
	display:inline;
	font-style:normal;
	width:auto;
	float:none;
	font-size:11px;
}
ul#downloads li{
	padding:0;
	background:transparent;
	line-height:16px;
}
ul#downloads li img{
	float:left;
	margin:0 6px 0 0;
	padding:0;
	border:none;
}
#sidebar a img.enquire-now{
	padding:0;
	border:none;
	margin:0 0 10px 21px;
}

/********* FAQ PAGE *********/

ul#frequently-asked-questions-contents{
	margin:20px 0;
}
ul#frequently-asked-questions-contents li{
	margin:0 0 8px;
}
ul#frequently-asked-questions li{
	background:url('../nav/faq_bg.gif') bottom left repeat-x #e2e2e2;
	padding:15px 20px;
	border-bottom:1px solid #a9a9a9;
}
ul#frequently-asked-questions li h3{
	margin:0 0 16px;
}
ul#frequently-asked-questions li p{
	margin:0;
}

/********* LOGIN PAGE *********/

#log-in, #sign-up{
	width:450px;
	float:left;
	display:inline;
}
#log-in form#form, #sign-up form#form{
	margin:20px 0 0;
}
#sign-up{
	margin:0 0 0 55px;
}

/********* BROCHURES PAGE *********/

ul#brochure-sections{
	list-style:none;
	margin:20px 0;
}
ul#brochure-sections li{
	display:inline;
	background:transparent;
	padding:0;
}
ul#brochure-sections li a{
	display:block;
	width:210px;
	height:130px;
	background:url('../nav/small_bg.gif') 0 0;
	position:relative;
	text-decoration:none;
	float:left;
	display:inline;
	margin:0 15px 0 0;
}
ul#brochure-sections li a.no-margin{
	margin:0;
}
ul#brochure-sections li a:hover{
	background:url('../nav/small_bg.gif') 0 -130px;
}
ul#brochure-sections li a span{
	position:absolute;
	top:0;
	left:10px;
	display:block;
	height:32px;
	line-height:32px;
	font-family:tahoma, arial, sans-serif;
	font-weight:400;
	color:#1d459e;
	font-size:16px;
}
ul#brochure-sections li a span.details{
	position:absolute;
	top:59px;
	left:20px;
	display:block;
	line-height:20px;
	text-align:center;
	color:#fff;
	width:170px;
	font-size:14px;
}


/********* FORMS AND CONTACT PAGE *********/

form#form{
	width:400px;
	padding:10px 0 10px 0;
	margin:0 0 0 100px;
}
form#form.contact-form{
	margin:0 0 0 50px;
	float:left;
	display:inline;
	padding:5px 0 10px;
}
form#form fieldset{
	margin:0 0 20px 0;
	background-color:#f9f9f9;
	padding:0 0 15px;
}
form#form.no-legend fieldset{
	padding:20px 0 15px;
}
form#form legend{
	margin:0 0 15px 0;
	background-color:#f9f9f9;
	color:#1d459e;
	font-size:14px;
	padding:10px;
}
form#form p{
	margin:0;
	clear:both;
}
form#form p.details{
	margin:0 0 14px 20px;
}
form#form label{
	display:block;
	width:120px;
	float:left;
	display:inline;
	margin:2px 0 0 20px;
	line-height:20px;
	color:#333;
}
form#form label span{
	font-size:11px;
	font-style:italic;
	color:#999;
}
form#form input, form#form textarea{
	bordeR:1px solid #e0e0e0;
	background-color:#fff;
	height:20px;
	width:220px;
	margin:0 0 8px;
}
form#form select{
	margin:0 0 8px;
}
form#form textarea{
	width:240px;
	height:120px;
}
form#form input#submit{
	width:160px;
	height:22px;
	margin:8px 0 0 221px;
	border:none;
}
form#form input#stop-notifications{
	width:200px;
	height:22px;
	margin:15px 0 0 80px;
	border:none;
}
input#log-out{
	margin:10px 0 0 70px;
}
form#form input#submit.form-button-med{
	margin:0 0 0 201px;
}
form#form input.checkbox {
	width:auto;
}
form#form input.alert-chooser {
	width:auto;
	margin:0 10px 0 25px;
}
ul#form-errors{
	margin:25px 0 10px 110px;
	list-style:none;
	width:377px;
	padding:8px 0 0;
	background:url('../nav/alert_top.gif') top left no-repeat #f8f8f8;
}
ul#form-errors.contact-form-errors{
	margin:25px 0 0 242px;
}
ul#form-errors li{
	padding:0 0 0 60px;
	background:transparent;
}
ul#form-errors li p{
	color:#da1111;
}
ul#form-errors li#error-foot{
	height:10px;
	background:url('../nav/alert_bottom.gif') bottom left no-repeat #f8f8f8;
	margin:0;
}
ul#contact-list{
	margin:10px 0 0 20px;
}
ul#contact-list li p{
	margin:0;
}
ul#contact-list li{
	padding:0;
	margin:0 0 10px;
}
ul#contact-list li.contact-department{
	background:transparent;
	font-size:12px;
	font-weight:700;
	color:#1d459e;
}
ul#contact-list li span{
	display:block;
	width:70px;
	float:left;
	clear:left;
	font-style:italic;
	font-size:11px;
}
ul#contact-list li strong{
	display:block;
	margin:0;
	float:left;
	width:100%;
	padding:3px 0;
	text-indent:8px;
	margin:0 0 5px;
	font-weight:400;
	background-color:#d3d3d3;
}
#contact-details{
	width:180px;
	border-right:1px solid #e3e3e3;
	float:left;
	display:inline;
	margin:5px 0 0;
}
#contact-details h3{
	margin:0 15px 15px 0;
}
#contact-details p{
	margin:0 15px 15px 0;
}
p.small{
	font-size:11px;
	line-height:16px;
}
#contact-details img{
	margin:0;
}
iframe{
	padding:1px;
	border:1px solid #b9b9b9;
	margin:5px 0 0 30px;
}
#sidebar-callback #form.contact-form{
	width:260px;
	margin:0 0 15px 20px;
}
#sidebar-callback #form.contact-form label{
	display:block;
	float:none;
	width:auto;
	margin:5px 0 5px 20px
}
#sidebar-callback #form.contact-form fieldset{
	padding:10px 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#sidebar-callback #form.contact-form input, #sidebar-callback #form.contact-form select{
	margin:0 0 0 20px;
	width:215px;
}
#sidebar-callback #form.contact-form input#submit{
	width:160px;
	height:22px;
	margin:15px 0 5px 75px;
}
#sidebar-callback ul#form-errors{
	width:260px;
	margin:10px 0 10px 20px;
}
#sidebar-callback ul#form-errors p{
	margin:0 5px 10px 0;
}

/********* FOOTER *********/

#footer{
	height:240px;
	background:url('../nav/footer.jpg') top left no-repeat #b8b8b8;
	margin:17px 0 8px;
	position:relative;
	color:#555;
	clear:both;
}
#footer ul{
	list-style:none;
	margin:17px 0 0 17px;
	float:left;
	width:135px;
	display:inline;
}
#footer ul#look-around{
	width:160px;
}
#footer ul li{
	margin:0;
	height:18px;
	overflow:hidden;
	line-height:18px;
	float:left;
	clear:left;
	width:100%;
}
#footer ul li#newsletter-footer{
	line-height:18px;
	height:auto;
}
#footer ul li#newsletter-footer img{
	margin:16px 0 0;
}
#footer ul li.foot-head{
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	font-weight:700;
	color:#1d459e;
	margin:0 0 12px;
}
#footer ul li a{
	font-size:11px;
	color:#555;
	text-decoration:none;
}
#footer p{
	position:absolute;
	height:35px;
	width:980px;
	text-align:center;
	color:#fff;
	font-size:11px;
	bottom:0;
	left:0;
	line-height:35px;
	margin:0;
}
#footer p a{
	color:#fff;
}
#footer a:hover{
	text-decoration:underline;	
}
#designed-by{
	margin:0 2px 8px;
	font-size:10px;
	color:#888;
	text-align:right;
}
#designed-by a, #mobile-site a{
	color:#888;
}
#mobile-site{
	float:left;
	display:inline;
	font-size:10px;
	color:#888;
	margin:0 0 0 2px;
}






