/* 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:#fff;
	}

#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:bold;
	margin-bottom:13px;
	color:#000;
	}

h2 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:13px;
	color:#000;
	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:#999;
	text-decoration:underline;
	}

a:hover {
	color:#ccc;
	text-decoration:underline;
	}

p {
	margin-bottom:15px;
	}

.red {
	color:#5b7396;
	}

/*Navigation*/
#header {
	float:left;
	clear:both;
	width:1000px;
	height:86px;
	z-index:20;
	margin-top:10px;
	background-image: url(graphics/diag-stripes.jpg);
	background-repeat:repeat;
	}
	
#header p {
	float:right;
	color:#FFF;
	padding:10px;
	text-align:right;
}

#navigation {
	float:left;
	width:1000px;
	height:30px;
	margin-top:5px;
	background-color: #C7C7C7;
	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:0;
	padding:0;
	}

#links li {
	list-style:none;
	float:left;
	margin:0px;
	border-right:1px dotted #666666;
	}

#links li a {
	height:11px;
	padding-bottom:3px;
	text-decoration:none;
	list-style:none;
	padding-right:20px;
	padding-left:20px;
	color:  #333;
	}

#links li a:link,#links li a:visited {
	/*display:block;/*   /*Uncomment if defining a width for each button*/
	font-size:11px;
	text-align:center;
	height:11px;
	}

#links li a:hover,#links li a:active, #links li .current {
	color: #999;
	text-decoration:none;
	}

/* Drop Down */
#menu1 {
	position:absolute;
	left:124px;
	top:136px;
	width:135px;
	z-index:500;
	visibility:hidden;
	}

#menu1 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}

#menu1 li {
	list-style-type: none;
	}

#menu1 a {
	display: block;
	height:19px;
	padding-top:3px;
	width:135px;
	text-align:center;
	text-decoration: none;
	color:#000000;
	font-size:11px;
	background-color:#ffffff;
	}

#menu1 a:hover {
	color: #666;
	text-decoration:none;
	}

/* Layout */
#left {
	float:left;	
	width:264px;

	}
	
#right  {
	float:left;
	width:730px;
	margin-left:5px;
	}

#content {
	padding:10px;
	margin-bottom:15px;
}

#subheader {
	background-image: url(graphics/diag-stripes.jpg);
	background-repeat:repeat;
	height:24px;
	width:auto;
	padding:5px;
}

#subheader h1, #subheader h2, #subheader h3, #subheader h4 {
	color:#FFF;
}

#bread-crumbs {
	width:1000px;
	height:25px;
	background-image: url(graphics/diag-stripes.jpg);
	background-repeat:repeat;
	margin-bottom:5px;
	}

#bread-crumbs h1, #bread-crumbs h2, #bread-crumbs h3 {
	color:#FFF;
}

#bread-crumbs a {
	color:#999;
	text-decoration:none;
	}

#bread-crumbs a:hover {
	color:#ccc;
	text-decoration:underline;
	}
	
#view_bread-crumbs {
	width:995px;
	height:25px;
	padding-top:0px;
	background-image: url(graphics/diag-stripes.jpg);
	background-repeat:repeat;
	padding-left:5px;
	}
	
#view_bread-crumbs h1, #view_bread-crumbs h2, #view_bread-crumbs h3 {
	color:#FFF;
}

#view_bread-crumbs a {
	color:#999;
	text-decoration:none;
	}

#view_bread-crumbs a:hover {
	color:#ccc;
	text-decoration:underline;
	}

/*#form {
	float:left;
	width:175px;
	height:39px;
	padding-top:9px;
	}
*/

/* Home Page */

#home-left-section1  {
	float:left;
	width:210px;
	height:200px;
	background-color:#CCC;
	background-image: url(graphics/home-left-usedcars.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin-bottom:5px;
	padding:28px 0 0 54px;
	position:relative;
	}
	
#txtPostcodeA, #txtPostcodeB {
	width:40px;
}

#directions {
	position:absolute;
	left:20px;
	top:180px;
	width:220px;
}
	
#home-left-section1 p {
	margin-bottom:5px;
	}

#home-slideshow {
	width:1000px;
	height:165px;
	margin-bottom:5px;
	}

#home-text {
	float:left;
	width:710px;
	height:218px;
	padding:10px 10px 0 10px;
	font-size:11px;
	color:#333;
	background-color:#CCC;
	margin-bottom:5px;
	overflow:auto;
	}

#bottom_banner {
	background-image: url(graphics/diag-stripes.jpg);
	background-repeat:repeat;
	clear:both;
	height:40px;
	padding:5px;
}

#bottom_banner img {
	padding:10px;
	float:right;
}

#bottom_banner a {
	font-size:11px;
}	

/*button and icons*/
.button {
	float:left;
	height:50px;
	width:264px;
	background-image: url(graphics/diag-stripes.jpg);
	background-repeat:repeat;
	margin-bottom:5px;
	}
	
.button img {
	padding:5px;
	float:right;
	}
	
.button p {
	width:170px;
	color:#FFF;
	float:left;
	padding:10px;
}

.button_logo {
	height:70px;
	width:264px;
	margin-bottom:5px;
	background-color: #E0E0E0;
	}
	
.button_logo img {
	float:right;
	padding-right:5px;
	}
	
.button_logo h1 {
	color: #333;
	padding:10px;
	width:80px;
	padding-top:15px;
	float:left;
	font-weight:normal;
}

.button_nologo h1 {
	color: #333;
	padding:10px;
	width:150px;
	padding-top:15px;
	float:left;
	font-weight:normal;
}

.button_nologo {
	height:70px;
	width:264px;
	margin-bottom:5px;
	background-color: #E0E0E0;
}


/* Content */

#used-cars {
	width:980px;
	float:left;
	height:auto;
	margin-top:5px;
	padding-left:20px;	
	background-color:#ccc;
	padding-top:15px;
	padding-bottom:15px;
	}


/* Contact Page */
#contact-left {
	float:left;
	width:300px;
	padding-left:5px;
	}

#contact-right {
	float:left;
	width:344px;
	height:426px;
	padding:4px;
	background:url(graphics/map.png) top left no-repeat;
	}

#contactform {
	float:right;
}

/*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:1000px;
	height:60px;
	float:left;
	border-top:1px dotted #999;
	color:#999;
	font-size:11px;
	}

#footer a {
	color:#999;
	font-size:11px;
	}

#footer a:hover {
	color:#999;
	text-decoration:underline
	}

#footer-logos {
	float:left;
	height:20px;
	width:970px;
	margin-bottom:5px;
	background:url(graphics/footer.gif) top right no-repeat;
	padding:15px;
	}

#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;
	}
	

#footer-links ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:5px;
	}

#footer-links li {
	list-style:none;
	float:left;
	margin:0px;
	border-right:1px dotted #666666;
	}

#footer-links li a {
	height:11px;
	padding-bottom:3px;
	text-decoration:none;
	list-style:none;
	padding-right:5px;
	padding-left:5px;
	color:  #333;
	}


/*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;
	}
