
@import url("normalise.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #003875;
	padding: 1.5em 0 2em 0;
	background: url(../images/bk_repeat.gif) repeat-x top center;
	}
	
#header, #content, #footer {width: 55em; margin: 0 auto;}
#header {text-align: center;}
#content {clear: both;}
#footer {clear: both; border-top: 1px solid #C8C8C8; margin-top: 1.2em;}
	
h1, h2 {text-indent: -10000px; display: block;}
	
h1 {
	background: url(../images/h1_replacement.gif) no-repeat top center;
	float: left;
	width: 550px;
	height: 225px;
	margin: 0 1.5em 0 0;
	}
	
h2 {
	background: url(../images/h2_replacement.gif) no-repeat top center;
	float: right;
	width: 252px;
	height: 182px;
	}
	
#content p {font-size: 80%; line-height: 1.5em;}
	
#feature_panel {margin-top: 1em;} 
#feature_panel li {display: inline;}

#feature_panel a#vaux, a#suzuki, a#volvo{
	display: block;
	outline: none;
	float: left;
	width: 287px;
	height: 362px;
	text-decoration: none;
	text-indent: -10000px;
	background-position: 0;
	background-repeat: no-repeat;
	}

#feature_panel a#vaux {background-image: url("../images/stands/astonvauxhall_vaux.jpg");} /* first image */ 
#feature_panel a:hover#vaux {background-image: url("../images/stands/astonvauxhall_vaux_hover.jpg");} /* rollover image */

#feature_panel a#suzuki {background-image: url("../images/stands/browningsuzuki_suz.jpg");}
#feature_panel a:hover#suzuki {background-image: url("../images/stands/browningsuzuki_suz_hover.jpg");}	

#feature_panel a#volvo {background-image: url("../images/stands/marshallvolvo_volvo.jpg");}
#feature_panel a:hover#volvo {background-image: url("../images/stands/marshallvolvo_volvo_hover.jpg");}


	
#footer p {
	font-size: 70%; 
	line-height: 1.5em;
	text-align: center; 
	color: #666; 
	margin-top: 1.2em; 
	}
	
a:link, a:visited {color: #CC2427;}