/*Quick reset*/

body, div, ul, li, a, span, p, h1, h2, h3, h4 { 
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-size: 10px;
	color: #fff;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
body{ margin: 10px; background: #333; }

#special-offer{ border: 1px solid #000; width: 600px; float: left; background: #000; padding-bottom: 20px;}

#header { background: #fff; padding: 10px 20px; float: left; border-bottom: 1px solid #fff; width: 560px;  }

#header span.branding { 
	background:url(http://www.godincookers.co.uk/img/godin_sml.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 90px;
	height: 70px;
	float: left;
	
	}
#header h1 { font-size: 2em; float: left; margin: 20px; color: #000; }

#the-offer { float: left; clear: left; width: 600px; text-align: center; border-top: double #fff; }

#the-offer h2 { font-size: 1.8em; font-weight: bold; text-transform: lowercase; font-variant: small-caps; letter-spacing: 1px; margin-bottom: 12px; padding: 4px; background: #f6f7fa; color: #bb0f09; }

#the-offer p { font-size: 1.3em; }

ul.options { float: left; width: 568px; text-align: center; margin: 16px; border-bottom: 1px solid #666; padding-bottom: 1.2em; }
ul.options li { float: left; font-size: 1.2em; width: 33%; }

ul.fuel-type {
	width: 600px;
	text-align: center;
	font-size: 1.1em;
	}

ul.two-col { width: 290px; float: left ;}

ul.fuel-type li { margin-bottom: 1.1em; font-size: 1.1em; }
ul.fuel-type li.heading { font-size: 1.3em; font-weight: bold; text-transform: lowercase; font-variant: small-caps; letter-spacing: 1px; margin-bottom: 0.8em; }
p.footnote { margin-top: 16px; clear: left; }
#special-offer p.footnote { font-size: 1em; }


#contact { border-top: 1px solid #666; margin: 16px; padding: 16px 0; clear: left; }
#contact a { font-size: 1em; color: #E49794; }
#contact a:hover { color: #fff; }

