/*** MAIN ***/

body { 
	font-family: Arial; 
	font-size: 12px; 
	color: #666; 
	background: #ffeed2 url(/i/bg.gif) repeat-x top; 
	text-align: center; 
}

/*** LAYOUT ELEMENTS ***/

#container { 
	width: 960px; 
	border: 3px solid #ee8a1d; 
	margin: 0px auto; 
	background: #fff; 
	margin-top: 15px; 
	text-align: left; 
}

#header {
	height: 100px; 
	border-bottom: 3px solid #ffe894;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
.holygrail {
}

.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-200px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#fff;    	/* Centre column background colour */
}

.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:400px;         	/* Left column width + right column width */
}

.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:200px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}

.holygrail .col1 {
	margin:0 215px;     	/* Centre column side padding:
                         	Left padding = left column width + centre column left padding width
                         	Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}

.holygrail .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:170px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:15px;         	/* Width of the left-had side padding on the left column */
}

.holygrail .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:170px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}
    
#footer { 
	clear: both;
	height: 32px; 
	border-top: 2px solid #ffea96; 
	font-size: 10px;
	text-align: center;
}

#logoimages {
	width: 700px;
	height: 100px;
}

#searchbox { 
	height: 100px;
	float: right;
	margin-right: 10px;
    margin-top: 4px;
}

.cols3 { margin: 0px 0px; }
.cols3 ul li { float: left; width: 29%; margin: 0px 4px; background: #dfdfdf url(/i/navliststargrey.gif) no-repeat top left; padding: 6px; height: 140px; }
.cols3 ul li p { font-size: 11px; line-height: 11px; }

.cols2 { margin: 10px 0px; }
.cols2 ul li { float: left; width: 48%; margin: 0px 4px; border: 1px solid #ccc; }
.cols2 h1 { 
	font-size: 14px; 
	font-weight: bold; 
	margin:0px; 
	background:#ee8b1d url(/i/mbg.gif) repeat-x; 
	color: #fff; 
	padding: 0px 6px; 
	height: 30px; 
	border: 1px solid #fecd3d; 
}
.cols2 h3 { 
	font-size: 14px; 
	font-weight: bold; 
	margin:0px; 
	background:#ee8b1d url(/i/mbg.gif) repeat-x; 
	color: #fff; 
	padding: 0px 6px; 
	line-height: 30px;
	border: 1px solid #fecd3d; 
}
.cols2 h1 a { color: #fff; text-decoration: none; display: block; }
.cols2 h3 a { color: #fff; text-decoration: none; display: block; }
.cols2 ul li ul li { 
	background: url(/i/star.gif) no-repeat top left;
	width: 90%;
	padding-left: 20px;
}
.cols2 h2 a { font-size: 13px; line-height: 12px; color: #ee8b1d; margin: 4px; text-decoration:none; }
.cols2 h2 a:hover { text-decoration: underline; }
.cols2 img.chbutton { margin: 4px; }

.cols2 dl { margin: 10px; }
.cols2 dl dt { font-size: 10px; margin-top: 4px; color: #999; text-align: right; }
.cols2 dl dd { font-weight: bold; text-align: right; }

#panel {
	width: 200px;
	float: right;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

#breadcrumb {
	margin-top: 10px;
}


/*** FORM ELEMENTS ***/

#searchform {
	margin-top: 10px;
}

.inputactive {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 4px;
}

/*** CONTENT ***/

a {
	color: #033476;
}

a:hover {
	color: #e65907;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ee8b1d;
	line-height: 32px;
	margin-top: 10px;
}

.grey-mid {
	font-size: 16px;
	color:  #999;
	font-weight: bold;
	margin: 0px; padding: 0px;
	letter-spacing: -0.05em;
	line-height: 16px;
}

.orange-large {
	font-size: 27px;
	color: #e65907;
	font-weight: bold;
	margin: 0px; padding: 0px;
	letter-spacing: -0.05em;
	line-height: 26px;
}

#footer a { 
	font-size: 10px; 
	padding: 4px; 
}

#footer td {
	font-size: 10px;
	padding: 4px;
}

#footer a:hover {
	color: #e65907;
	text-decoration: underline;
}

hr { 
	border: 0px;
	clear: both; 
	width: 100%; 
	height: 2px; 
	color: #ffd64e; 
	background: #ffd64e; 
	margin: 10px 0px;
}

hr.white { color: #fff; margin: 0px; padding: 0px; }

p {
	font-size: 12px; 
	line-height: 18px;
}

p.quote {
	margin: 10px;
	font-style: italic;
}

p.quoted {
	padding: 10px 40px;
	background: url(/i/quoted.gif) no-repeat top center;
	font-size: 12px;
	color: #f6aa34;
	font-weight: bold;
}

p.link a { padding: 10px 0px; text-align: right; }

ul.norm {
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(/i/star2.gif);
	list-style-type: square;
	padding: 6px;
	margin: 2px;
	font-size: 11px;
	line-height: 16px;
}

ul.norm li ul {
	list-style-image: url(/i/triangle.png);
	margin-left: 16px;
}

ul.pages {
	text-indent: 5px;
	list-style-position: outside;
	padding: 6px;
	margin: 6px;
	font-size: 12px;
	border: 1px solid #ccc;
}

ul.pages li {
	list-style-image: url(/i/triangle.png);
	margin-left: 16px;
}

ul.pages li a { 
	display: block;
	padding: 2px 0;
}

h2 {
	font-size: 16px;
	color: #ee8b1d;
	font-weight: bold;
	margin: 6px 0px;
}

h3 {
	font-size: 14px;
	color: #033476;
	font-weight: bold;
	margin: 0px;
}

.inputbox { 
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 3px;
	margin: 2px;
}

#errors {
	color: red;
	font-size: 11px;
	font-style: italic;
}

#contenttable td {
	padding: 4px;
}

#formtable td {
	font-size: 12px;
	text-align: center;
}

#formtable th {
	font-size: 10px;
	text-align: center;
}

td.yellowBackground {
	background: #feffcc;
}

dl.faq dt {
	font-size: 11px;
	background: #feffac;
	padding: 2px 0px;
}

dl.faq dd {
	font-size: 11px;
	margin-bottom: 10px;
}

dl.feedback dt {
	font-size: 11px;
	padding: 2px 0px;
}

dl.feedback dd {
	text-align: right;
	font-size: 11px;
	color: #e65907;
	margin-bottom: 10px;
}

.disptable { border: 1px solid #ccc; }
.disptable th { background: #ececec; font-size: 10px; padding: 2px; }
.disptable td { padding: 2px; border-top: 1px solid #ccc; }
.disptable .t2 { text-align: center; }

.smallorange { font-size: 11px; color: #fecd3d; text-align: center; }

.boiler_price {
    text-align: center;
    background: #ffe594;
}

.house_type {
    padding-right: 5px;
    margin-right: 5px;
}

.boiler_ex {
    padding-left: 5px;
    margin-left: 5px;
}

/*** MENU ***/

#menu ul li a { 
	font-size: 11px;
	color: #033476;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li { margin-top: 10px; }

#menu ul li a:hover {
	color: #e65907;
	text-decoration: underline;
}

#menu ul li ul li { margin-top: 2px; }

#menu ul li ul li a {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

#breadcrumb a {
	color: #033476;
}

#breadcrumb a:hover {
	color: #e65907;
}

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#navlist li {
	margin-bottom: 12px;
}
#navlist li a {
	margin-top: 2px;
	display: block;
	padding: 6px 10px;
	background: #ffdf74 url(/i/mbg.gif) repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #e65907;
}
#navlist li a:hover {
	background: #ee8a1c;
}

a.minibutton {
	padding: 0px 2px;
	border: 1px solid #e65907;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #e65907;
}

.button2 a {
	text-align: center;
	margin: 4px;
	display: block;
	padding: 4px 10px;
	background: #ffdf74 url(/i/mbg.gif) repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #e65907;
}
.button2 a:hover {
	background: #ee8a1c;
}

/*** FORMS ***/
#adminForm fieldset {
	border: 1px solid #ccc;
	padding: 10px;
}

#adminForm legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #e65907;
}

.displaylist	li {
  list-style: none;
  background-position: left top;
  background-image: url(/i/star2.gif);
  background-repeat: no-repeat;
  margin-top: 12px;
  padding-left: 20px;
}

.infobox {
	float: right; 
	width: 160px; 
	margin: 8px; 
	padding: 6px; 
	border: 2px solid #ffd457;
	background: #fff0b4;
}

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

#call-back {
    width: 180px;
    height: 108px;
    padding-top: 110px;
    background: url('/i/callback-bg.gif') top left no-repeat;    
}

#call-back label {
    float: left;
    padding-left: 10px;
    font-size: 12px;
    font-family: arial;
    color: #ee8b1d;
    font-weight: bold;
}

#call-back input {
    text-align: left;
    width: 155px;
}

#call-back input[name="website"] {
    display: none;
}

#call-back-button {
    width: 180px;
    height: 37px;
    background: url('/i/callback-btn.gif') top left no-repeat;    
}

#call-back-button input {
    float: left;
    width: 100px;
    height: 30px;
    background: none;
    border: none;
}

label#required {
    float: left;
    color: red;
}
.bullet {
	text-indent: 5px;
	list-style-image: url(/i/triangle.png);
	padding: 10px;
	margin-top: 10px;
	margin-left: 45px;
	font-size: 12px;
	line-height: 25px;
}

.bullet a {
	font-size: 12px;
	color: #e65907;
	font-weight: normal;
}