@charset "utf-8";
/* CSS Document */

#content-text {
	width:720px;
	min-height:745px;
	padding:0 15px 15px 15px;
	font-size:11px;
	background-color: #F2F2F2;
	color: #333;
}

/* left side */
#left {
	float:left;	
	width:240px;
	height:100%;
	margin-right:10px;
	}

#left p {
	color: #333;
	}

#address {
	height:100px;
	width:210px;
	padding:15px;
	background:url(../graphics/map.png) top right no-repeat #F2F2F2;
	}
	
#call_back {
	height:56px;
	width:220px;
	padding:10px;
	margin-bottom:10px;
	background-color: #F2F2F2;
	color:#333;
}
#call_back input {
	width:80px;
}

#call_back p {
	padding-top:5px;
}

#call-back #send {
	width:45px;
}

#open_hours {
	background-color: #F2F2F2;
	height:50px;
	padding:10px;
}

.currentday {
	color:#2598d4;
	}

#car_list {
	background-color: #F2F2F2;
}

#car_list ul li a {
	display:block;
	padding:5px 0 5px 10px;	
	border-bottom: #fff 1px solid;
	color:#666;
}

#car_list ul li a:hover {
	text-decoration:underline;
	color:#252667;
}
	
.emailafriend, .callmeback {
	background-image:url(../graphics/sub_header.jpg);
	background-repeat:repeat-x;
	padding:10px;
	height:15px;
	margin-top:10px;
	clear:both;
	color:#FFF;
}

/* Home Right*/
#right  {
	float:left;
	width:750px;
	}

#home-slideshow {
	width:750px;
	height:250px;
	margin-top:10px;
	}

#home-buttons {
	width:750px;
	height:25px;
	background-image:url(../graphics/button_1.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
	}

#home-buttons li {
	list-style:none;
	float:left;
	margin:0px;
	border-right:1px dotted #ccc;
	}

#home-buttons li a {
	display:block;
	text-decoration:none;
	padding:0 15px 0 15px;
	color: #E1E1E1;	
	}

#home-buttons li a:link,#home-buttons li a:visited {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	height:11px;
	}

#home-buttons li a:hover,#home-buttons li a:active, #home-buttons li .current {
	color:#ccc;
	text-decoration:none;
	}
	
#home-text {
	clear:both;
	width:720px;
	height:100%;
	padding:0 15px 0 15px;
	font-size:11px;
	background-color: #F2F2F2;
	color: #333;
	}
	
/* Home Cars */
#home-cars {
	width:720px;
	height:280px;
	padding:0 15px 15px 15px;
	background-color: #F2F2F2;	
}

.listingadvert {
	float:left;
	position:relative;
	width:160px;
	height:177px;
	}
	
.listingphoto {
	float:left;
	margin-bottom:15px;
	}
	
.listingtext {
	float:left;
	width:160px;
	margin:20px 0 0 0;
	text-align:left;
	border-top:1px dotted #ccc ;
	padding-top:5px;
	}
	
.listingprice {
	text-align:left;
	font-size:11px;
	color:#006;
	font-weight:bold;
	}
	
.listingmore a {
	position:absolute;
	top:120px;
	left:0;
	width:152px;
	height:15px;
	padding:4px;
	color:#ffffff;
	text-align:center;
	background:url(../graphics/button_1.jpg) #00613b center;
	background-repeat:repeat-x;
	}
	
.listingmore a:hover {
	color:#333;
	text-decoration:none;
	}

/* Page Images */
.right-photo {
	float:right;
	margin:15px 0 15px 15px;
	border: #CCC 4px solid;
}

/* Contact Page */

#contact-left {
	float:left;
	width:400px;
	height:600px;
	margin:10px 0 0 0;
	}

#contact-right {	
	float:left;
	width:250px;
	height:400px;
	margin:10px 0 0 0;
	margin-left:20px;
	}
	
#contact-phone {
	font-size:20px;
	font-weight:bold;
	color: #033568;
	}
	
.border-bottom {
	border-bottom:1px dotted #ccc;
	padding-bottom:15px;
	}

#googlemap {
	float:left;
	width:380px;
	height:380px;
	border:6px solid #f1efee;
	margin:0 28px 20px 0;
	}

.currentday {
	color:#033568;
	}

#post-code1 {
	float:left;
	width:120px;
	height:25px;
	padding-top:5px;
	}
	
#post-code2 {
	float:left;
	width:130px;
	height:30px;
	}
	
#txtPostcodeA {
	float:left;
	width:40px;
	height:20px;
	margin-left:0px;
	margin-top:1px;
	background-color:#f1efee;
	border:1px solid #d9d9d9;
	}

#txtPostcodeB {
	float:left;
	width:40px;
	height:20px;
	margin-left:5px;
	margin-top:1px;
	background-color:#f1efee;
	border:1px solid #d9d9d9;
	}

#btnShowDirections {
	float:left;
	margin-left:5px;
	}


	
/* Footer */
#footer { 
	clear:both;
	width:1000px;
	height:100px;
	padding-top:15px;
	margin-top:30px;
	color: #666;
	text-align: center;
	font-size:11px;
	background:#F2F2F2;
}

#footer a {
	color:#666;
	font-size:11px;
	}

#footer a:hover {
	color:#000;
	text-decoration:none;
	}
	
#footer p {
	margin-bottom:10px;
	}

#footer-spidersnet {
	padding:4px;
	background-color: #999;
	color:#FFF;
}

#footer-spidersnet a {
	color:#FFF;
}

