@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:url(images/bgWebbs.jpg) repeat-x #358add;
}

#mainContainer {
	width:960px;
	margin:0 auto;
}

#header {
	background:url(images/Webbs-Motorcaravans-Motorhomes-Header.png);
	width:960px;
	height:288px;
	position:absolute;
}

#navContainer {
	background:url(images/navBG.png) no-repeat;
	width:960px;
	height:40px;
	margin-top:180px;
}

ul.nav {
	margin-left:0px;
	padding-left:0px;
	list-style:none;
}

ul.nav li {
	display:inline;
}

ul.nav a {
	font-family:Arial, Helvetica, sans-serif;
	color:#002c95;
	font-size:14px;
	text-decoration:none;
	padding:12px 24px 12px 24px;
	-moz-outline:none;
	line-height:40px;
}

ul.nav a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#0450FF;
	font-size:14px;
	text-decoration:none;
	-moz-outline:none;
}

#searchContainer {
	float:left;
	width:200px;
	padding-top:18px;
	padding-bottom:18px;
}

#contentContainer {
	float:left;
	width:540px;
	padding-top:18px;
	padding-left:10px;
	padding-bottom:18px;
}

#newsContainer {
	float:right;
	width:200px;
	padding-top:18px;
	padding-bottom:18px;
}

#contentContainerNews {
	float:left;
	width:740px;
	padding-top:18px;
	padding-left:10px;
	padding-bottom:18px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:18px;
	font-weight:100;
	border-bottom:solid 1px #8eafdd;
	margin-bottom:10px;
	clear:both;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
}

#footer {
	clear:both;
 	border-top:solid 1px #8eafdd;
	padding-top:10px;
	padding-bottom:40px;

}

.textLeft {
	float:left;
}

.textRight {
	float:right;
}

.textRightContact {
	float:right;
	padding-right:180px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	-moz-outline:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	text-decoration:underline;
	-moz-outline:none;
}

.vanBg {
	width:240px;
	height:244px;
	background:url(images/vanSearchBG.png) no-repeat;
	float:left;
	text-align:center;
	padding-top:1px;
	margin:3px;
}

.vanBgNEW {
	width:240px;
	height:58px;
	background:url(images/vanSearchBG.png) no-repeat;
	float:left;
	text-align:center;
	padding-top:1px;
	margin:3px;
}

.vanDetailsBg {
	width:240px;
	height:186px;
	background:url(images/vanDetailsBG.png) no-repeat;
	float:left;
	text-align:center;
	padding-top:1px;
	margin:3px;
}

dl.Listleft {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	float:left;
	line-height:20px;
	width:350px;
}

dl.Listleft dt {
	border-bottom:solid 1px #8eafdd;
	font-weight:bold;
}

dl.Listleft dd {
}

dl.ListRight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	float:right;
	line-height:20px;
	width:350px;
}

dl.ListRight dt {
	border-bottom:solid 1px #8eafdd;
	font-weight:bold;
}

dl.ListRight dd {
	background:url(images/tick.png) no-repeat 0px 4px;
	padding-left:20px;
}

.selectSearch {
	width:196px;
	height:28px;
	border:0.1em solid #8eafdd;
	background:#2364AE;
	color:#FFF;
}

.Search {
	width:180px;
	height:25px;
	border: 1px solid #8eafdd;
	color:#002c95;

}

.button {
	background:url(images/arrow.png) no-repeat right bottom;
	width:100px;
	margin-left:90px;
	height:20px;
	border:none;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:18px;
	font-weight:100;
}

.floatRight {
	float:right;
}

#contactContainer {
	background:url(images/links-cloud.jpg) no-repeat;
	padding-top:60px;
}

ul.contact {
	padding-left:none;
	margin-left:none;
	list-style:none;
	border: 1px solid #8eafdd;
}

ul.contact li {
}

ul.contact a {
	background:url(images/links-background.png);
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	color:#FFF;
	font-size:15px;
	line-height:40px;
	text-decoration:none;
	-moz-outline:none;
	text-align:center
}

.enquire {
	clear:both;
	background:url(images/links-background.png);
	border: 1px solid #8eafdd;
	display:block;
	line-height:30px;
	text-align:center;
	margin-top:20px;
}

.tb1 {
	border: 1px solid #8eafdd;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	padding:5px;
}

.tb1 td {
	padding:5px;
}

#print-header {
	display:none;
}

/*Shop*/

/*basket.php table*/

table.basket{

width: 680px;
margin-top: 5px;
margin-bottom: 5px;
border-collapse:collapse;
background-color: #c7d5eb;

}

table.basket td, th{

padding: 5px;

}

table.basket th{

text-align: left;

}

table.basket th.item{

width: 300px;

}

table.basket tr.bordertop{

border-top: 1px solid #c8c7c7;

}

/*checkout customer form*/

.checkout label, .checkout input{

float: left;
width: 200px;
height: 20px;
margin-top: 5px;

}

.checkout label{

color: #ffffff;
clear: left;

}

.checkoutsubmit{

clear:both;

}

.basketform{

margin-left: 5px;
width: 20px;
height: 20px;

}

label.qty{

color: #ffffff;

}

#searchContainer ul{

text-decoration: none;
list-style: none;

}

#contentContainerNews>ul {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	margin-left:40px;
}

.sellImg {
	border:solid 1px #8eafdd;
	margin:14px 0 10px 0;
}

.newsH1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	border-bottom:solid 1px #8eafdd;
	margin-bottom:10px;
	clear:both;
}

.submit {
	background:#2364ae;
	border:1px solid #8eafdd;
	color:#FFF;
	padding:5px;
}

#specialOffers {
	width:200px;
	height:151px;
	border:solid 1px #8eafdd;
	margin:14px 0 10px 0;
	position:relative;
	z-index: -1;
}

.specialOffersBanner {
	position:absolute;
	top:0px;
	left:0px;
	z-index:80;
}

.specialOffersImg {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
	