/* CSS Document */
#content-container { width: 1024px; }

#header-right-contact {
	float: left;
	margin: 89px 0 0 20px;
	text-transform: uppercase;
	font-size:12px;
	color:#272525;
}

#header-right-contact p {
	margin-top: 7px;
	margin-bottom: 0px;
}

#header-right-contact a 	  { color:#272525; }
#header-right-contact a:hover { color:#272525; text-decoration: none; }

#content-left {
	float: left;
	margin:5px 30px 0 0;
	padding-left: 60px;
	width: 232px;
	line-height: 1.5;
	color:#909089;
	font-size: 12px;
}

p#showroom { 
	padding-top:10px;
	color:#78202c;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 0px;
}

p#showroom-times { 
	margin-top: 5px;
	color:#272525;
}

#parking-image { padding-top:20px; }
#parking { margin-top:4px; text-transform:uppercase; font-size: 9px; }

/* to layout the map */
#map { 
	float: left;
	background:url(../images/how-to-get-to-david-lisle.jpg) no-repeat;
	width: 580px;
	height: 406px;
	padding: 27px 0 0 27px;
	margin-left: 30px;
}

#map a {
	display: block;
	color:#7899c6;
	font-size: 11px;
	padding-bottom: 5px;
}

#map a:hover {
	display: block;
	color:#7899c6;
	font-size: 11px;
	padding-bottom: 5px;
	text-decoration: none;
}

.clear-blue { 
	background: #dde5f2; height:1px; clear:both;
}
	