/* 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: 11px sans-serif  ;
	color:#000000;
	margin:0;
	padding:0;
	background-image:url(graphics/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	}

#wrapper {
	position:relative;
	margin:0 auto;
	width:1000px;
	}
	
#inner-wrap {
	float:left;
	width:1000px;
	min-height:200px;
	padding-bottom:20px;
}


/* Typology */
h1 {
	font-weight:bold;
	font-size:18px;
	}
	
h5 {
	font-weight:100;
	}

a {
	color:#666;
	text-decoration:none;
	}

a:hover {
	color:#66C2F4;
	text-decoration: none;
	}


.blue {
	color:  #66C2F4;
}

.border {
	border:solid 10px #ccc;
	margin-top:25px;
}

/*Navigation*/
#header {
	clear:both;
	width:1000px;
	height:140px;
	z-index:1;
	margin-bottom:1px;
	padding-top:40px;
	}
	
#header h1 {
	font-size:15px;
	color:#ccc;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
	padding-left:295px;
	}
	
#header h3 {
	font-size:26px;
	color:#fff;
	font-weight:bold;
	font-family:Helvetica, sans-serif;
	}

#navigation {
	float:left;
	width:1000px;
	height:47px;
	}

#links {
	height:15px;
	margin:11px 0 0 10px;
	float:left;
	}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#links li {
	list-style:none;
	float:left;
	margin:0px;

	}

#links li a {
	height:11px;
	padding-bottom:3px;
	text-decoration:none;
	list-style:none;
	padding-right:40px;
	padding-left:40px;
	color:#fff;
	
	}

#links li a:link,#links li a:visited {
	/*display:block;/*   /*Uncomment if defining a width for each button*/
	font-size:18px;
	text-align:center;
	height:11px;
	}

#links li a:hover {
	color:#FF0;
	padding-bottom:16px;
	border-bottom:#66C2F4 10px solid;
}

#links li a:active, #links li .current {
	
	text-decoration:none;
	padding-bottom:16px;
	border-bottom:#66C2F4 10px solid;
	}


/* Layout */
#right {
	float:left;	
	width:220px;
	padding-top:25px;
	padding-left:30px;
	}

#right h2 {
	font-weight:bold;
	font-size:18px;
	color: #333;
	}
	
#left  {
	float:left;
	width:740px;
	padding-top:25px;
	padding-left:10px;
	min-height:200px;
	}

#left h2 {
	font-weight:bold;
	font-size:18px;
	}	
	


/* Home Page */		
#home-slideshow {
	margin-top:25px;
	float:left;
	width:1000px;
	height:250px;
	border: solid 10px #ccc;
	}

#home-text {
	float:left;
	width:707px;
	height:250px;
	font-size:11px;
	overflow:auto;
	}
	

/* Content */
#used-cars {
	width:1000px;
	float:left;
	height:auto;
	margin-top:50px;
	}
	
#contact_wrap 	{
	width:975px;
	float:left;
	height:auto;
	margin-top:50px;
	padding-left:25px;
	}

/* Contact Page */
#googlemap {
	float:right;
	width:544px;
	height:426px;
	border:#CCC solid 10px;
	}
	
.currentday {
	color:#66C2F4;
	}

#txtPostcodeA {
	width:50px;
}

#txtPostcodeB {
	width:50px;
}

#btnShowDirections {
	padding:4px;
	font-size:11px;
}


/* Footer */
#footer {
	width:1000px;
	height:50px;
	float:left;
	border-top:1px dotted #ccc;
	color:#999;
	font-size:11px;
	}

#footer a {
	color:#999;
	font-size:11px;
	}

#footer a:hover {
	color:#999;
	text-decoration:underline
	}

#footer-links {
	float:left;
	width:550px;
	margin-top:8px;
	margin-left:20px;
	}
	
#footer-spidersnet {
	float:right;
	width:220px;
	margin-top:8px;
	}
	
#footer-address {
	float:left;
	width:900px;
	margin-top:8px;
	margin-left:20px;
	clear:both;
	}

/*ie6 warning*/
#ie6Warning {
	float:left;
	width:1000px;
	margin-top:10px;
	background-color: #F00/*#66C2F4*/;
	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;
	}
