@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(../images/orange-gradient.gif);
	background-repeat: repeat-x;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif, AvantGarde, Impact;
}
img
{  border-style: none;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.light:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.light:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.light:hover {
	text-decoration: none;
	color: #F90;
	font-weight: bold;
}
a.light:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
p {
	font-size: 90%;
}
h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #FF6600;
	margin-top: 0px;
}
h2 {
	
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #FF6600;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif, AvantGarde, Impact;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif, AvantGarde, Impact;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif, AvantGarde, Impact;
	font-size: 80%;
	color: #083A02;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bold {
	font-weight:bold;
}

.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding: 15px 15px 0px 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
} 
.thrColFixHdr #nav-bar {
	padding: 0px 15px 0px 15px;
}
#nav-bar-contents {
	width: 750px;
	height: 22px;
	background-image: url(../images/nav-bar-background-green.jpg);
	padding-top: 8px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 85%;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin-left: 15px;
	display: inline;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin-right: 15px;
	text-align: center;
}
.thrColFixHdr #mainContent {
	padding: 15px 10px;
	margin-right: 230px;
	margin-left: 180px;
} 
.thrColFixHdr #footer {
	padding: 15px 15px 15px 15px;
}
#footer-contents {
	width: 750px;
	height: 83px;
	background-image: url(../images/footer-graphic.gif);
}
#footer-brands {
	width: 750px;
}
#footer-title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 18px;
	font-size: 16px;
	padding-left: 20px;
	text-align: center;
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif, AvantGarde, Impact;
}
#footer-button {
	padding-top: 15px;
	font-size: 60%;
	text-align: center;
}
#footer-registrations {
	padding-top: 15px;
	font-size: 80%;
	text-align: center;
	color: #008248;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.picture-left {
	padding: 5px;
	font-size:9px;
	color: black;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	background-color: #DBEAFB;
	display: inline;
	}
.picture-right {
	padding: 5px;
	font-size:9px;
	color: black;
	float: right;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	background-color: #DBEAFB;
	display: inline;
	margin-left: 15px;
	}
#left-container {
	background-repeat: no-repeat;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
	color: #666666;
}
#gasfires-container {
	background-color: #0000FF;
	height: 31px;
	margin-bottom: 5px;
	background-image: url(../images/thumb-gasfires.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 18px;
}
#cookers-container {
	background-color: #993300;
	height: 42px;
	margin-bottom: 5px;
	background-image: url(../images/thumb-cookers.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 8px;
}
#centralheating-container {
	background-color: #FF6600;
	height: 42px;
	margin-bottom: 5px;
	background-image: url(../images/thumb-central-heating.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 8px;
}
#fireplaces-container {
	background-color: #666666;
	height: 31px;
	margin-bottom: 5px;
	background-image: url(../images/thumb-fireplaces.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 18px;
}
#woodburner-container {
	background-color: #006600;
	height: 41px;
	margin-bottom: 5px;
	background-image: url(../images/thumb-woodburner.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 8px;
}
#shop-prompt-container {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 10px;
	color: #666666;
	background-image: url(../images/shop-online-background.jpg);
	padding-right: 5px;
	padding-left: 60px;
}
#hours-container {
	background-color: #01267F;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-right: 5px;
	background-image: url(../images/showroom-gradient.gif);
}
#emergency-container {
	background-color: #990100;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-top: 5px;
	text-align: right;
	padding-bottom: 5px;
	color: #FFFFFF;
	padding-right: 5px;
	background-image: url(../images/emergency-background.jpg);
}
#shoponline-container {
	background-color: #00099C;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-top: 10px;
	text-align: right;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-right: 5px;
	background-image: url(../images/shop-online-background.jpg);
}
#callus-container {
	background-color: #168C00;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-top: 10px;
	text-align: right;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-right: 5px;
	background-image: url(../images/call-us-background.jpg);
}
#corgi-container {
	background-color: #905300;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-top: 3px;
	text-align: right;
	padding-bottom: 7px;
	color: #FFFFFF;
	padding-right: 5px;
	background-image: url(../images/corgi-background.jpg);
}

