/* Wrap */

#content-wrap { /* Wrap stretching screen width with background image */
	float:left;
	width:100%;
	background:url(../graphics/content-bg.gif) #ffffff top left repeat-x;
	padding-bottom:30px;
	}

#content { /* 1000px centred wrap */
	width:1000px;
	margin:0px auto;
	}

/* Layout */

#right {
	float:left;
	width:708px;
	min-height:300px;
	padding:15px 23px 0 23px;
	margin:0 0 0 12px;
	background:url(../graphics/content.png) top left no-repeat;
	font-size:11px;
	}
	
#right.home {
	float:left;
	width:734px;
	height:390px;
	padding:10px 10px 0 10px;
	font-size:11px;
	}
	
#right.home p {
	margin-bottom:10px;
	}

#bread-crumbs {
	float:left;
	width:708px;
	height:25px;
	font-size:11px;
	margin-bottom:15px;
	border-bottom:1px dotted #999999;
	}

#bread-crumbs span {
	margin-top:4px;
	}

#bread-crumbs a {
	color:#002245;
	text-decoration:none;
	}

#bread-crumbs a:hover {
	color:#002245;
	text-decoration:underline;
	}
	
#enquiry {
	float:right;
	display:inline;
	font-weight:bold;
	background-color:#002245;
	height:18px;
	padding-top:4px;
	width:140px;
	text-align:center;
	}


/* Home Page Content */

#home-slideshow {
	float:left;
	width:734px;
	height:242px;
	margin-bottom:6px;
	background-color:#e3e4e4;
	}
	
#blog {
	float:left;
	width:734px;
	height:27px;
	padding-top:8px;
	margin-bottom:10px;
	background-color:#002245;
	color:#999999;
	}

#blog a {
	color:#ffffff;
	padding:0 3px 0 3px;
	font-size:13px;
	}
	
#home-content {
	float:left;
	width:554px;
	margin-top:5px;
	}

#latest-cars {
	float:left;
	width:165px;
	height:265px;
	background-color:#edeae3;
	margin:10px 0 0 15px;
	}

#latest-cars-images {
	float:left;
	width:129px;
	height:97px;
	margin:10px 0 10px 11px;
	border:7px solid #ffffff;
	}	

#MakeDropDown {
	float:left;
	margin-top:11px;
	margin-left:18px;
	width:129px;
	background-color:#ffffff;
	color:#000000;
	}

#ModelDropDown {
	float:left;
	margin-top:7px;
	margin-left:18px;
	width:129px;
	background-color:#ffffff;
	color:#000000;
	}

/* Main Content */

#right-image {
	float:right;
	width:259px;
	height:295px;
	padding:9px 0 0 9px;
	margin:0 0 10px 10px;
	background:url(../graphics/about-slideshow-bg.gif) top left no-repeat;
	}
	
#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;
	}

/* Contact */

#contact-left {
	float:left;
	width:356px;
	height:434px;
	}
	
#contact-right {
	float:left;
	width:352px;
	height:434px;
	background:url(../graphics/map.gif) top left no-repeat;
	}

.currentday {
	font-weight:bold;
	color:#002245;
	}

#txtPostcodeA {
	float:left;
	width:40px;
	height:15px;
	margin-left:0px;
	margin-top:1px;
	font-size:11px;
	padding-top:3px;
	}

#txtPostcodeB {
	float:left;
	width:40px;
	height:15px;
	margin-left:5px;
	margin-top:1px;
	font-size:11px;
	padding-top:3px;
	}

#btnShowDirections {
	float:left;
	margin-left:5px;
	margin-top:0px;
	}

#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:334px;
	height:416px;
	margin:9px 0 0 9px;
	}