/* Start: Meyer Reset: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ *******/

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	cursor: auto;
	}

:focus { /* remember to define focus styles! */
	outline: 0;
	}

body {
	line-height: 1;
	color: #000;
	background: #fff;
	}

ol, ul {
	list-style: none;
	}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/****************************** >>>>> End: Meyer Reset <<<<< *****************************/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	background: #edebd5;
	}

* {
	xoutline: 1px dotted pink !important;
	}

/******************************** >>>>> Main layout <<<<< ********************************/

#container {
	width: 900px;
	padding: 0 10px;
	margin: 0 auto;
	background: #fff url(/assets/images/bg/bg-page.gif) repeat-y;
	}

#header {
	width: 900px;
	height: 140px;
	color: #fff;
	background: #000;
	}

#content {
	background: #fff url(/assets/images/bg/bg-page.gif) repeat-y;
	} 

#contentMain {
	float: left;
	width: 520px;
	padding: 24px 30px 32px 30px;
	color: #3b3b3b;
	background: #fff;
	}

#contentSub {
	float: left;
	width: 260px;
	padding: 33px 30px 32px 30px;
	background: #f7f7f7;
	}

#footer {
	clear: both;
	width: 900px;
	padding: 16px 0 32px 0;
	}

/******************************* >>>>> General Text <<<<< ********************************/

p,
ul,
ol,
address {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 16px 0;
	color: #3b3b3b;
	}

p.note {
	font-size: 11px;
	}


p em {
	font-weight: bold;
	}


/*--------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	color: #3b3b3b;
	background: #fff;
	margin: 0 0 9px 0;
	}

h1 em {
	color: #ffa200;
	background: #fff;
	}

/*--------------------------------------------------------------------------------------*/

h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #ffa200;
	background: #fff;
	}

#contentMain h2 {
	margin: 0 0 8px 0;
	}

#contentSub h2 {
	color: #3b3b3b;
	background: #f7f7f7;
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	border-bottom: 2px solid #ffa200;
	}

/*--------------------------------------------------------------------------------------*/

h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #ffa200;
	background: #fff;
	}

#contentMain h3 {
	margin: 0 0 8px 0;
	}

#contentSub h3 {
	color: #3b3b3b;
	background: #f7f7f7;
	padding: 0 0 7px 0;
	margin: 32px 0 7px 0;
	border-bottom: 2px solid #ffa200;
	}

/******************************* >>>>> General List <<<<< ********************************/

#contentMain ul,
#contentMain ol {
	margin: 0 0 16px 24px;
	}

#contentMain li {
	list-style-type: disc;
	}

#footer li {
	display: inline;
	}

ol li {
	list-style-type: decimal !important;
	}

/********************************** >>>>> Images <<<<< ***********************************/

#contentMain img {
	margin: 0 0 16px 0;
	}

#contentMain img.left {
	float: left;
	}

#contentMain img.right {
	float: right;
	}

#contentMain img.right.nibe {
	margin: 32px 0 16px 16px;
	}

/********************************** >>>>> Header <<<<< ***********************************/

#header a,
#header img {
	float: left;
	}

#header div {
	float: right;
	width: 200px;
	xbackground: pink;
	padding: 20px 0 0 0;
	margin: 0 30px 0 0;
	text-align: right;
	}

	#header div p {
		padding: 18px 0 0 0;
		margin: 0 0 10px 0;
		text-align: right;
		font-weight: bold;
		color: #fff;
		background: #000;
		}
	
		#header div strong {
			font-size: 20px;
			display: block;
			color: #ffa200;
			background: #000;
			}

	#header div img,
	#header div a {
		float: none;
		}


/******************************** >>>>> Navigation <<<<< *********************************/

ul#navMain {
	float: left;
	width: 840px;
	padding: 6px 30px 0 30px;
	margin: 0 0 0 0;
	color: #3b3b3b;
	background: #cdd;
	}

#navMain li {
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 4px 0 0;
	}

#navMain a {
	float: left;
	padding: 0 0 0 8px;
	text-decoration: none;
	color: #fff;
	background: url(/assets/images/bg/bg-nav-left.gif) left top no-repeat;
	
	}

#navMain span {
	float: left;
	display: block;
	padding: 8px 16px 6px 8px;
	background: url(/assets/images/bg/bg-nav-right.gif) right top no-repeat;
	}

/* Current tab style --------------------------------------------------------------------*/

#navMain .active a,
#navMain .active a:hover {
	background-position: 0% -200px;
	color: #ffa200;
	cursor: default !important;
	}

#navMain .active span,
#navMain .active a:hover span {
	background-position: 100% -200px !important;
	}

/* General hover ------------------------------------------------------------------------*/

#navMain a:hover {
	background-position: 0% -100px;
	color: #ffa200;
	}
#navMain a:hover span {
	background-position: 100% -100px !important;
	}

/********************************* >>>>> Sidebar <<<<< ***********************************/

#contentSub ul {
	margin: 0 0 16px 20px;
	}

#contentSub li {
	list-style-type: disc;
	font-weight: bold;
	}

#contentSub em {
	font-size: 14px;
	font-style: italic;
	color: #ffa200;
	}

/********************************** >>>>> Footer <<<<< ***********************************/

#footer,
#footer * {
	text-align: center;
	color: #f7f7f7;
	background: #000;
	}

#footer ul {
	margin: 0 0 0 0;
	}

#footer p,
#footer p a {
	color: #3b3b3b;
	}

#footer ul li {
	font-weight: bold;
	color: #3b3b3b;
	}

#footer ul a {
	padding: 0 4px;
	font-weight: normal;
	}

#footer p,
#footer ul {
	font-size: 11px;
	line-height: 16px;
	}

#footer a {
	text-decoration: none;
	}

#footer a:hover,
#footer a:visited:hover,
#footer a:focus {
	color: #ffa200;
	background: #000;
	}

/********************************* >>>>> Promobox <<<<< **********************************/

.promobox {
	width: 520px;
	min-height: 200px;
	margin: 32px 0 0 0;
	}

#contentMain .promobox h2 {
	display: block;
	font-size: 16px;
	line-height: 32px;
	padding: 0 16px 0 16px;
	margin: 0 0 0 0;
	color: #ffa200;
	background: #3b3b3b url(/assets/images/bg/bg-promobox-header.gif) no-repeat;
	}

.promobox div {
	padding: 16px;
	color: #3b3b3b;
	background: #fff url(/assets/images/bg/bg-promobox-content.gif) no-repeat;
	}

.heatingComplete div {
	background: #fff url(/assets/images/bg/bg-promobox-content-heating-complete.gif) no-repeat;
	}

.heatingPackages div {
	background: #fff url(/assets/images/bg/bg-promobox-content-heating-packages.gif) no-repeat;
	}

.promobox li {
	font-weight: bold;
	}

.promobox p.note {
	margin: 0 0 0 0;
	}

/***************************** >>>>> Manufacturer logos <<<<< *****************************/

div#manufacturerLogos {
	float: left;
	margin: 16px 0 0 0;
	}

div#manufacturerLogos img {
	float: left;
	margin: 0 25px 0 0;
	}

/******************************* >>>>> CORGI info box <<<<< *******************************/

#corgiReg p {
	font-size: 11px;
	margin: 0 0 0 0;
	}

#corgiReg p.corgiRegNo {
	margin: 16px 0 0 0;
	font-weight: bold;
	}

#corgiReg p.note {
	font-size: 12px;
	margin: 16px 0;
	}

#corgiReg img {
	float: left;
	margin: 0 8px;
	}

/******************************** >>>>> Contact form <<<<< ********************************/

#contactForm {
	margin: 0 0 16px 0;
	}

#contactForm * {
	font-size: 12px;
	line-height: 16px;
	}

#contactForm label {
	font-weight: bold;
	}

#contactForm label em {
	cursor: help;
	}

#contactForm span {
	font-size: 11px;
	font-weight: normal;
	color: #888;
	}

#contactForm select {
	font-size: 11px;
	}

/* Contact name & business details -------------------------------------------------------*/

#contactNameWrapper {
	margin: 0 30px 0 0;
	}

#contactNameWrapper,
#contactBusinessWrapper {
	float: left;
	padding-top: 2px;
	}

#contactNameWrapper,
#contactNameLabel,
#contactBusinessWrapper,
#contactNameBusinessLabel {
	width: 240px;
	}

#contactName,
#contactNameBusiness {
	width: 240px;
	}

/* Email, phone and mobile details -------------------------------------------------------*/

#contactDetailsWrapper {
	clear: both;
	width: 250px;
	padding: 8px 0 12px 0;
	}

#contactDetailsWrapper label,
#contactDetailsWrapper input {
	float: left;
	}

#contactDetailsWrapper label {
	width: 70px;
	padding: 6px 10px 0 0;
	clear: left;
	}

#contactDetailsWrapper input {
	width: 160px;
	margin: 0 auto 12px auto;
	}

/* Enquiry textarea ----------------------------------------------------------------------*/

#contactEnquiry {
	width: 518px;
	height: 134px;
	margin: 4px 0;
	}

/*********************************** >>>>> vCard <<<<< ************************************/

.vcard h3 {
	font-size: 12px;
	font-weight: normal;
	color: #3b3b3b;
	background: #f7f7f7;
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
	}

.street-address,
.locality {
	display: block;
	}

.vcard .tel .type {
	font-weight: bold;
	}

address.tel {
	margin: 0 0 0 0;
	}

/********************************** >>>>> Sitemap <<<<< ***********************************/

ul#sitemap {
	margin: 0 0 0 0
	}

#sitemap li {
	list-style-type: none;
	}

#sitemap li h3 a {
	color: #ffa200 !important;
	}

/*********************************** >>>>> Links <<<<< ************************************/

a {
	cursor: pointer !important;
	}

a,
a:link,
a:visited {
	color: #1777b1;
	}

a:hover,
a:visited:hover {
	color: #ffa200;
	}

/********************************* >>>>> Utilities <<<<< **********************************/

.noMargin {
	margin: 0 !important;
	}