/* Website Copyright of Spidersnet.co.uk */

/* Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	font: 12px arial, verdana, helvetica, sans-serif;
	color:#000000;
	margin:0;
	margin-top:17px;
	background-image: url(graphics/background-shadow.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	padding:0;
	}

#wrapper {
	position:relative;
	margin:0 auto;
	width:1000px;
	}
	
#inner-wrap {
	float:left;
	width:1000px;
	min-height:200px;
	margin-bottom:5px;
	}

/* Typology */
li {
	margin-left:12px;
	list-style:disc inside;
	}
	
ul {
	margin-bottom:15px;
	}	

h1 {
	font-size:11px;
	font-weight: normal;
	margin-bottom:14px;
	color:#fff;
	padding:4px;
	}

h2 {
	font-size:11px;
	font-weight: normal;
	margin-bottom:14px;
	color:#fff;
	padding:4px;
	}

h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
	color:#fff;
	}
	
h4 {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	}
	
h5 {
	font-weight:100;
	}

a {
	color:#666;
	text-decoration:underline;
	}

a:hover {
	color: #024eb0;
	text-decoration:underline;
	}

p {
	margin-bottom:15px;
	}
	


/*Navigation*/
#header {
	float:left;
	clear:both;
	width:998px;
	height:230px;
	z-index:20;
	background-image: url(graphics/header.png);
	background-repeat:no-repeat;
}

#header P {
	background-color:#fff;
	color:#333;
	width:254px;
	float:right;
	height:20px;
	padding-left:10px;
}

#header a {
	color:#333;
}


#navigation {
	float:left;
	width:1000px;
	height:30px;
	margin-top:5px;
	background-image:url(graphics/bg_navigation.gif);
	background-repeat:repeat-x;
	margin-bottom:5px;
	}

#links {
	height:15px;
	margin:8px 0 0 35px;
	float:left;
	}

#links ul {
	list-style:none;
	margin-left:0px;
	padding:0;
	}

#links li {
	list-style:none;
	float:left;
	margin:0px;
	border-right:1px dotted #fff;
	}

#links li a {
	height:11px;
	padding-bottom:3px;
	text-decoration:none;
	list-style:none;
	padding-right:36px;
	padding-left:36px;
	color:   #fff;
	}

#links li a:link,#links li a:visited {
	display:block;
	font-size:11px;
	text-align:center;
	height:11px;
	width:100px;
	}

#links li a:hover, #links li a:active, #links li .current {
	color: #fff;
	text-decoration:none;
	}

/* Layout */
#left {
	float:left;	
	width:730px;

	}
	
#right  {
	float:left;
	width:264px;
	margin-left:5px;

	}
	
#centre {
	width:1000px;
}

#content {
	padding:5px;
	margin-bottom:15px;
}

.subheader {	
	background-color: #024eb0;
	height:24px;
	width:auto;
	padding-left:5px;
}

.subheader h1, .subheader h2, .subheader h3, .subheader h4 {
	color:#fff;
}

#bread-crumbs {
	width:1000px;
	height:25px;	
	background-color:  #333;
	margin-bottom:5px;
	}

#bread-crumbs h1, #bread-crumbs h2, #bread-crumbs h3 {
	color:#FFF;
}

#bread-crumbs a {
	color:#fff;
	text-decoration:none;
	}

#bread-crumbs a:hover {
	color:#ccc;
	text-decoration:underline;
	}
	
#view_bread-crumbs {
	width:995px;
	height:25px;
	padding-top:0px;	
	background-color:  #333;
	padding-left:5px;
	}
	
#view_bread-crumbs h1, #view_bread-crumbs h2, #view_bread-crumbs h3 {
	color:#FFF;
}

#view_bread-crumbs a {
	color:#fff;
	text-decoration:none;
	}

#view_bread-crumbs a:hover {
	color:#ccc;
	text-decoration:underline;
	}

/* Home Page */
#home-left-section1  {
	float:left;
	width:210px;
	height:160px;
	background-color: #e0edf8;
	background-image: url(graphics/home-left-usedcars.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:28px 0 0 54px;
	}
	
#home-left-section1 p {
	margin-bottom:5px;
	}

#home-slideshow {
	width:730px;
	height:165px;
	margin-bottom:5px;
	}

#home-text {
	width:710px;
	height:178px;
	padding:10px 10px 0 10px;
	font-size:11px;
	color:#333;
	background-color: #e0edf8;
	overflow:auto;
	}
	
#location {
	background-color: #e0edf8;
	margin-bottom:5px;
	padding:10px 10px 0 10px;
	height:130px;
	}

#home-address h2{
	padding:0;
	margin:0;
}

#txtPostcodeA, #txtPostcodeB {
	width:50px;
	float:left;
	margin:2px;
}

#btnShowDirections {
	float:left;
	width: 78px;
	height: 20px;
	font-size:11px;
}


/* Content */
#used-cars {
	width:980px;
	float:left;
	height:auto;
	margin-top:5px;
	padding-left:20px;	
	background-color: #e0edf8;
	padding-top:15px;
	padding-bottom:15px;
}

/* Contact Page */
#contact_left {
	float:left;
	width:330px;
	height:426px;
	margin-right:5px;
	background-color:#e0edf8;
}

#contact_left p {
	padding:5px;
}

#contact_mid {
	float:left;
	width:330px;
	height:426px;
	margin-right:5px;
	background-color:#E8E8E8;
}

#contact_right {
	float:left;
	width:330px;
	height:426px;
	background-color:#fff;
}

/*#contactform {
	float:left;
	margin-right:5px;
}*/

#googlemap {
	float:left;
	width:330px;
	height:400px;
	background-color: e0edf8;
}

#contact-right {
	float:left;
}

#contactform b {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
	
/*Finance*/
#financeapp {
	padding:20px;
	}



/*sell your car*/
.formfield {
	width:200px;
	float:left;
}
#formcontainer {
	width:450px;
	height:600px;
	margin-left:50px;
	margin-top:25px;
	margin-bottom:25px;
}

#formquestions {
	margin-bottom:15px;
}

/* Footer */
#footer {
	width:990px;
	height:55px;
	float:left;
	color: #666;
	font-size:11px;
	margin-top:5px;
	border-top:#999 1px dotted;
	background-color: #fff;
	padding-left:10px;
	}

#footer a {
	color: #666;
	font-size:11px;
	}

#footer a:hover {
	color:#999;
	text-decoration:underline
	}

#footer-logos {
	float:left;
	height:55px;
	width:1000px;
	margin-bottom:5px;
	margin-top:5px;
	background-image:url(graphics/footer.png);
	background-repeat: no-repeat;
	
	}

#footer-links {
	float:left;
	width:500px;
	margin-top:8px;
	}
	
#footer-spidersnet {
	float:right;
	width:220px;
	margin-top:8px;	}
	
#footer-address {
	float:left;
	margin-top:8px;
	clear:both;
	width:500px;
	}
	

#footer-links ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:5px;
	}

#footer-links li {
	list-style:none;
	float:left;
	margin:0px;
	
	}

#footer-links li a {
	height:11px;
	padding-bottom:3px;
	text-decoration:none;
	list-style:none;
	padding-right:5px;
	padding-left:5px;
	color:  #fff;
	}
	
#footer-cars {
	clear:both;
	text-align:center;
	width:500px;
}

.SiteMapVehicleLink {
	float:left;
	padding-right:5px;
	
}

/*ie6 warning*/
#ie6Warning {
	float:left;
	width:1000px;
	margin-top:10px;
	background-color: #F00/*#5b7396*/;
	color:#ffffff;
	text-align:center;
	padding-top:10px;
	}

#ie6Warning a {
	color:#ffffff;
	}
	
#ie6Warning a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Sitemap */
#sitemap {
	float:left;
	margin:6px 0 0 10px;
	}

