/* 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;
	padding:0;
	background-color:#c29157;
	background-image:url(graphics/bg.gif);
	background-repeat: repeat-x;
	}

#wrapper {
	position:relative;
	margin:0 auto;
	width:1000px;
	background-color:#3c2204;	
	}
	
#inner-wrap {
	float:left;
	width:1000px;
	min-height:200px;
	margin-bottom:5px;
	background-color:#3c2204;
	}

/* 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;
	font-weight: bold;	
	}

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:#000;
	}
	
h4 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	}
	
h5 {
	font-weight:100;
	}

a {
	color:#ccc;
	text-decoration:underline;
	}

a:hover {
	color: #ccc;
	text-decoration:underline;
	}

p {
	margin-bottom:15px;
	color:#FFF;
	font-size:11px;
	}

/*Navigation*/
#header {
	clear:both;
	width:1000px;
	height:206px;
	background-image: url(graphics/header.png);
	background-repeat:no-repeat;
}

#navigation {
	float:left;
	width:1000px;
	height:30px;
	background-image:url(graphics/bg_navigation.gif);
	background-repeat:repeat-x;
	background-color:#5a3306;
	}

#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: #630;
	}

#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:780px;
	}
	
#right  {
	float:left;
	width:200px;
	margin-left:5px;
	}
	
/*#centre {
	width:1000px;
}

#content {
	padding:5px;
	margin-bottom:15px;
}


.subheader {	
	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:  #3c2204;
	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:180px;
	height:160px;
	background-image: url(graphics/home-left-usedcars.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin-bottom:5px;
	padding:28px 0 0 24px;
	}
	
#home-left-section1 p {
	margin-bottom:5px;
	}

#home-slideshow {
	width:950px;
	height:165px;
	margin:25px;
	border:#FFF solid 3px;
	}

#home-text {
	width:710px;
	height:178px;
	padding:0 10px 0 10px;
	font-size:11px;
	color:#fff;	
	margin-bottom:5px;
	margin-left:25px;
	}
	
#location {
	margin-bottom:5px;
	padding:0px 10px 0 10px;
	height:130px;
	color:#FFF;
	}

#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;
}

#addressinfo {
	height:180px;
	width:200px;
}

/* Content */
#used-cars {
	width:980px;
	float:left;
	height:auto;
	margin-top:5px;
	padding-left:20px;	
	background-color: #3c2204;
	padding-top:15px;
	padding-bottom:15px;
}

/* Contact Page */
#contact_left {
	float:left;
	width:300px;
	margin-right:5px;
	margin-left:25px;
	margin-top:25px;
}

#contact_left p {
	padding:5px;
}

#contact_mid {
	float:left;
	width:330px;
	margin-right:5px;
		margin-top:25px;
}

#contact_right {
	float:left;
	width:330px;
		margin-top:25px;
}

#googlemap {
	float:left;
	width:330px;
	height:400px;
}

#contact-right {
	float:left;
}

#formquestions {
	margin-bottom:15px;
}

/* Footer */
#footer {
	width:1000px;
	height:60px;
	float:left;
	color:#c29157;
	font-size:11px;
	margin-left:10px;
	}

#footer a {
	color:#c29157;
	font-size:11px;
	}

#footer a:hover {
	color:#c29157;
	text-decoration:underline
	}

#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:900px;
	}
	
#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;
	}


/*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;
	}
