/* Wrap */

#content-wrap { /* Wrap stretching screen width with background image */
	float:left;
	width:100%;
	padding-bottom:20px;
	}

#content { /* 1000px centred wrap */
	width:1000px;
	margin:0px auto;
	}

/* Layout */

#right {
	float:left;
	width:704px;
	margin:0 0 0 20px;
	padding:20px 15px 20px 15px;
	font-size:11px;
	background-color:#1c1c1e;
	}
	
#right.used-cars {
	float:left;
	width:724px;
	margin:0 0 0 20px;
	padding:20px 10px 20px 0;
	font-size:11px;
	background:none;
	}

#bread-crumbs {
	float:left;
	width:717px;
	height:21px;
	padding:7px 0 0 15px;
	font-size:11px;
	margin:0 0 0 20px;
	background-color:#302e2f;
	border:1px solid #1b191a;
	}

#bread-crumbs a {
	color:#7db827;
	text-decoration:none;
	}

#bread-crumbs a:hover {
	color:#7db827;
	text-decoration:underline;
	}


/* Home Page Content */

#home-slideshow {
	float:left;
	width:714px;
	height:215px;
	padding:10px;
	margin:0 0 10px 20px;
	background-color:#000000;
	}

/* Main Content */

#right-image {
	float:right;
	width:239px;
	height:275px;
	padding:9px 0 0 9px;
	margin:0 0 10px 10px;
	border:10px solid #000000;
	}
	
#selling-service td {
	background-color:#cccccc;
	border:1px solid #ffffff;
	height:18px;
	padding-left:5px;
	}
	
.finance {
	float:left;
	width:89px;
	height:350px;
	border:1px solid #666666;
	margin:0 4px 20px 0;
	font-size:11px;
	padding:3px;
	}

.finance-title {
	float:left;
	width:89px;
	height:55px;
	border-bottom:1px solid #666666;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:bold;
	}
	
.finance p {
	float:left;
	width:89px;
	border-bottom:1px dotted #002245;
	padding:0 0 5px 0;
	margin-bottom:5px;
	}
	
#enquire {
	float:left;
	height:18px;
	padding:4px 10px 0 10px;
	text-align:center;
	background-color:#7db827;
	border:3px solid #302e2f;
	color:#000000;
	font-weight:bold;
	}
	
#enquire:hover {
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
	}

/* Contact */

#contact-left {
	float:left;
	width:352px;
	height:434px;
	}
	
#contact-right {
	float:left;
	width:332px;
	height:414px;
	border:10px solid #000000;
	}

.currentday {
	font-weight:bold;
	color:#7db827;
	}

#txtPostcodeA {
	float:left;
	width:40px;
	height:15px;
	margin-left:0px;
	margin-top:1px;
	font-size:11px;
	padding-top:3px;
	background-color:#302e2f;
	border:none;
	color:#ffffff;
	}

#txtPostcodeB {
	float:left;
	width:40px;
	height:15px;
	margin-left:5px;
	margin-top:1px;
	font-size:11px;
	padding-top:3px;
	background-color:#302e2f;
	border:none;
	color:#ffffff;
	}

#btnShowDirections {
	float:left;
	margin-left:5px;
	height:18px;
	width:20px;
	margin-top:1px;
	padding-top:0px;
	background-color:#7db827;
	border:none;
	color:#000000;
	}

#btnShowDirections:hover {
	background-color:#ffffff;
	border:none;
	color:#000000;
	}

#post-code1 {
	float:left;
	height:17px;
	padding-top:5px;
	width:180px;
	margin:10px 0 15px 0;
	}

#post-code2 {
	float:left;
	height:22px;
	width:130px;
	margin:10px 0 15px 0;
	}

#googlemap {
	float:left;
	width:332px;
	height:414px;
	}