/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0; padding: 0;
	border: none; outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
body {
	font: 0.75em "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #333;
	text-align: center;
}

h1 {
	position: absolute;
	top: -10px; left: 0;
	margin-top: 50px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	z-index: 50;
}

h1 img { margin: -42px 0 -26px 19px; }

h2 {
	color: #DF0A15;
	font-size: 2.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0.3em;
	font-weight: bold;
	letter-spacing: 0.06em;
}

a { color: #09F; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

/* Overall container */
#container {
	text-align: left;
	width: 760px;
	margin: 10px auto 0 auto;
	position: relative;
}

/* Header area */
#header {
	height: 97px;
	position: relative;
}

/* sign up / login */
#header div {
	position: absolute;
	top: 0; right: 0;
	font-size: 0.9em;
	color: #999;
}
#header div img { vertical-align: -0.4em; margin-left: 0.4em; }

/* Site menu */
#menu {
	float: right;
	margin-top: 40px;
	padding: 7px 0 7px 40px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

#menu li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	border-left: 1px solid #DEDEDE;
	padding: 0 8px 0 7px;
}

#menu li img { display: block; }
#menu li:first-child { border-left: none; padding-left: 0; }

/* Submenu */
#subMenu {
	position: absolute;
	right: 0; top: 74px;
}

#subMenu li {
	float: left;
	border-left: 1px solid #DBDBDB;
	padding: 0 13px;
}

#subMenu li:first-child { border-left: none; padding-left: 0; }
#subMenu li img { display: block; }

/* Footer */
#footer {
	color: #999;
	clear: both;
	font-size: 0.9em;
	border-top: dotted 1px #CCC;
	padding: 0.5em 0 2em 0;
	margin-top: 10px;
}

#footer span {
	float: right;
	display: block;
}

#footer span a {
	color: #999;
	text-decoration: underline;
}

/* Right sidebar */
#sidebarRight {
	width: 179px;
	float: right;
}

#sidebarRight .feature {
	border: 1px solid #DDD;
	padding: 4px;
	margin-bottom: 11px;
}

#sidebarRight .feature h3 {
	color: #666;
	text-transform: uppercase;
	padding-left: 4px;
	margin-bottom: 4px;
}
#sidebarRight .feature img { display: block; }

#sidebarRight .feature-seasonal {
	border: 1px solid #DDD;
	color: #FFF;
	padding: 4px;
	margin-bottom: 11px;
}
#sidebarRight .feature-seasonal div { background: #64A63A; text-align: center; }
#sidebarRight .feature-seasonal div h3 { font-size: 1.6em; padding: 25px 0 0 0; letter-spacing: 0.18em; margin: 0; text-transform: uppercase; }
#sidebarRight .feature-seasonal div ul li { line-height: 1.1em; margin: 0 7px; padding: 10px 0; border-bottom: 1px dotted #FFF; }
#sidebarRight .feature-seasonal div ul li.last { border: none; }
#sidebarRight .feature-seasonal div ul li a { color: #FFF; display: block; padding: 10px 0 5px 0; text-transform:uppercase; font-weight:bold; }
#sidebarRight .feature-seasonal div ul li strong { font-size: 1.1em; }

/* Content */
#content { margin-right: 190px; }
#content.noright { margin-right: 0; }
/* Main feature */
#mainfeature {
	width: 472px; height: 306px;
	float: left;
	position: relative;
}

#mainfeature p {
	color: #000;
	font-size: 1.1em;
	width: 380px;
	position: absolute;
	top: 267px; left: 45px;
	text-align: center;
}

#mainfeature p a { color: #000; font-size: 0.9em; font-weight: bold; text-decoration: underline; }

/* Right-hand feature */
#subfeature {
	float: right;
	position: relative;
	height: 306px;
	width: 290px;
	display: block;
	margin-right: -10px;
	margin-top: -6px;
}

#subfeature h3 {
	position: absolute;
	left: 25px;
	top: 14px;
}
#subfeature h3 img { padding-bottom: 100px; }

#subfeature h4 {
	color: #000;
	position: absolute;
	left: 10px;
	top: 165px;
	text-align: left;
	line-height: 1.3;
}

#subfeature p img { margin-top: 0.4em; }

#subfeature a {
	color: #000;
	text-decoration: underline;
}

/* Feature boxes */
#features {
	clear: both;
	padding-top: 7px;
	height: 120px;
}

#features li { float: left; margin-left: 6px; }
#features li:first-child { margin-left: 0; margin-right: 2px; }

#partners {
	border-top: dotted 1px #CCC;
	padding-top: 8px;
	margin-top: 10px;
	text-align: right;
	position: relative;
	text-align: right;
}

#partners ul { float: left; }
#partners ul li { float: left; }
#partners ul li.bringBack { margin: 0 10px 0 25px; }

#partners p {
	color:#9D9D9D;
	padding-top:0.3em;
	clear: right;
}

#partners h4 {
	margin: 4px 17em 0 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #9D9D9D;
	float: right;
}

#partners p a {
	color:#666;
	text-decoration:underline;
}

#partners span {
	text-align: left;
	display: block;
	float: left;
	font-size: 0.85em;
	color: #999;
}

/* Footer */
#footer #copyright {
	float: right;
	display: block;
	text-align: right;
}

#footer #copyright a {
	color: #999;
	text-decoration: underline;
}

#footer #refuelling { text-transform: uppercase; font-weight: bold; float: left; }
#footer #refuelling span { float: none; }
