/* 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; }

/*Main*/

body {
	font: 11px arial, verdana, helvetica, sans-serif;
	color:#000000;
	padding:0;
	background-color:#fff;
	margin-top:20px;
	background-position:center top;
	background-repeat: repeat-x;
	background-image:url(../graphics/background-small.jpg);
	}

#wrapper {
	position:relative;
	margin:0 auto;
	width:1000px;
	}
	
#inner-wrap {
	width:1000px;
	min-height:475px;
	padding:0 10px;
	}
	
#content {
	background-color:#FFF;
	width:985px;
	min-height:500px;
	padding:20px 0 0 15px;
}

/* Typography */
h1 {
	font-weight:bold;
}

h2 {
	font-size:14px;
	margin:5px 0 5px 0;
	font-weight:bold;
}

h3 {
	font-size:12px;
	margin:0 0 15px 0;
	color: #666;
}

a {
	color: #C00;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	color:#000;
	}

p {
	margin-bottom:15px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.padding {
	padding:10px;
	}

/*Bread Crumb*/
#bread-trail {
	padding:25px;
	color:#fff;
	font-size:26px;
	text-align:right;
	font-weight:bold;
	}

#bread-trail a {
	color: #fff;
	}

#bread-trail a:hover {
	color: #000;
	}

/*Header*/
#header {
	width:1000px;
	height:109px;
	}

#logo {
	display:block;
	background-image:url(../graphics/logo.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:730px;
	height:50px;
	margin-top:30px;
	float:left;
}

#header #phone  {
	float:left;
	text-align:right;
	padding:25px 0 0 100px;
	color:#666;
}

/*Navigation*/
#navigation_wrap {
	width:980px;
	clear:both;
}

#navigation {
	width:980px;
	height:35px;
	}

#links {
	height:14px;
	margin:0 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 {
	text-decoration:none;
	list-style:none;
	padding:10px 10px 15px 10px;
	color:#fff;
	}

#links li a:link,#links li a:visited {
	display:block;
	width:80px;
	height:12px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	}

#links li a:hover,#links li a:active, #links li .current {
	text-decoration:none;
	background-image: url(../graphics/navigation-over.png);
	background-position:bottom;
	color:#fff;
	}

/* Drop Down */
#menu1 {
	position:absolute;
	left:113px;
	top:147px;
	width:125px;
	visibility:hidden;
	background-color:#4f6a95;
	z-index:2;
	}

#menu1 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width:125px;
	}

#menu1 li {
	list-style-type: none;
	width:125px;
	border-bottom:#CCC 1px solid;
	}

#menu1 a {
	display: block;
	height:19px;
	padding:5px 5px 5px 15px;
	width:125px;
	text-align:left;
	text-decoration: none;
	color:#fff;
	font-size:12px;
	font-weight: normal;
	background-color:#4f6a95;
	}

#menu1 a:hover {
	color: #003;
	text-decoration:none;
	}

/* Home Sections*/
#top {
	width:1000px;
	height:309px;
	margin-top:30px;
	position:relative;
	}
	
#home-slideshow {
	width:940px;
	height:250px;
	background-image:url(../graphics/slide-bg.png);
	background-repeat:no-repeat;
	padding:20px;
	float:left;
	z-index:1;
	}	
	
#sash {
	position:absolute;
	left:837px;
	top:-3px;
	width:150px;
	height:150px;
	z-index:2;
}
	
#home-video {
	float:left;
	padding:20px;
	background-image:url(../graphics/video-bg.png);
	background-repeat:no-repeat;
	z-index:1;
}

#middle {
	height:700px;
	width:1000px;
}

#left {
	float:left;	
	width:240px;
	height:100%;
	padding:0 10px;
	margin:0 10px 25px 0;
	border-right:#CCC dotted 1px;
	}

#left-home {
	float:left;	
	width:335px;
	height:100%;
	padding:15px;
	}
	
#left-view {
	float:left;	
	width:200px;
	height:100%;
	padding:0 10px;
	margin-right:10px;
	border-right:#CCC dotted 1px;
	}
	
#right {
	width:680px;
	float:left;
	padding:0 10px;
}

#right h3 {
	margin:0px;
}


#right-home {
	float:left;
	padding:15px;
	width:600px;
}

.right-col {
	width: 300px;
	float: left;
	margin: 0 20px 15px 0;	
	padding:0 10px 0 25px;
	
}

.left-col {
	width: 275px;
	float: left;
	border-right: 1px dotted #cccccc;
	margin: 0 20px 15px 0;
	padding:0 10px 0 0; 
	}

/*Feed back*/
#feed-back img {
	float:left;
}

#feed-back p {
	margin:0;
	padding-left:30px;
}

#feed-back .small {
	font-size:10px;
	color:#666;
	padding:0 0 0 30px;
	margin:0 0 10px 0;
}

#review-button {
	display:block;
	clear:both;
	width:145px;
	height:44px;
	margin:25px 0 0 0;
	padding:0;
	font-size:12px;
	color: #C00;
	font-weight:bold;	
}

#bottom {
	width:1000px;
	height:320px;
	margin-top:40px;
	margin-bottom:20px;
	padding:15px 0 0 15px;
	clear:both;
	border-top:#ccc dotted 1px;
}

#bottom h3 {
	margin:0;
}

/*warranty*/
#warranty-list {
	width:400px;
	padding-right:150px;
	margin:10px;
}



/*Testimonials*/
#contactform {
	padding:15px 0;
	margin-top:15px;
	border-top: #CCC dotted 1px;
}

#contactform label {
	font-size:12px;
	width:150px;
	height:20px;
}

.formLabel {
	line-height: 1.6em;
	text-align: right;
	margin-right: 10px;
	width: 100px;
	font-size:11px;
	float: left;
}

#comments {
	width:450px;
	height:150px;
}
#comments-home {
	height: 160px;
	width: 142px;
}


.submitButton {
	width:100px;
	margin:10px 0 0 160px;

}



.enquire {
	float:left;
	height:27px;
	padding:5px 10px 0 10px;
	background-color:#233f7d;
	font-size:20px;
	color:#ffffff;
	text-align:center;
	margin-bottom:15px;
	font-family: 'Cuprum', arial, serif;
	-moz-border-radius:8px;
	border-radius:8px;
	}

.enquire:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#cc0000; 
	}

/*Stock list*/
#used-cars {
	width:980px;
	float:left;
	height:auto;
	margin-top:15px;
	padding-left:20px;	
	background-color:#FFFFFF;
	}

/*Finance*/

#finance-text {
	float:left;
	font-size:11px;
}

#finance-text img {
	float:right;
	padding-left:25px;
}

#finance-calc {
	width:510px;
	float:left;
	padding:10px 0 30px 15px;

}

#apply-finance {
	background-image: url(../graphics/slideshow-buttons-bg.jpg);
	height:13px;
	padding:24px;
	border: #fff solid 1px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

/* Contact Page */

#googlemap {
	float:left;
	width:680px;
	height:250px;
	margin-bottom:25px;
	}

.col-left {
	float:left;
	width:300px;
}

.col-right {
	float:left;
	padding-left:15px;
	width:300px;
	border-left:#999 dotted 1px;
}
	
#directions {
	padding:10px;
}

#txtPostcodeA {
	width:50px;
	margin-top:15px;
	margin-left:10px;
}

#txtPostcodeB {
	width:50px;
	margin-top:15px;
}

#btnShowDirections {
	margin-top:5px;
}

#contact-form {
	float:left;
	width:250px;
}


#logos {
	float:left;
	width:964px;
	height:40px;
	background:url(../graphics/footer-logos.gif) top left no-repeat;
	}
	
/*Footer*/
#footer {
	width:1000px;
	height:100px;
	clear:both;
	margin-top:15px;
	border-top:#CCC 1px dotted;
}

	
/* Footer - Internal Links */
#footer p {
	padding:5px 0 0 0;
	margin:0;
	font-size:10px;
	color:#666;
	}

#footer-links a {
	color:#666666;
	}
	
#footer-links a:hover {
	color:#000;
	text-decoration:none;
	}

/*ie6 warning*/
#ie6Warning {
	float:left;
	width:1000px;
	margin-top:10px;
	background-color: #F00/*#21354e*/;
	color:#ffffff;
	text-align:center;
	padding-top:10px;
	}

#ie6Warning a {
	color:#ffffff;
	}
	
#ie6Warning a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

.techheader {
	background-color:#03C;
}

.SiteMapVehicleLink {
	margin-left:25px;
}

