/*
GLOBAL RESET
*/

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
}

body {
	background: url(/images/bg.gif) repeat-y center top #414141;
	font-size: 62.5%;
	text-align: center;
}

/*
GLOBAL LAYOUT
*/

div#header {
	background-color: #eff1f4;
	border-top: 10px solid #212121;
}

div#site-wrap {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

div#left-col {
	width: 550px;
	float: left;
	background-color: #eff1f4;
	padding-top: 15px;
	display: inline;
	overflow: hidden;
}

div#right-col {
	width: 350px;
	float: left;
	background-color: #98999a;
	padding-top: 15px;
	display: inline;
	overflow: hidden;
}

div#footer {
	clear: both;
	background-color: #212121;
	height: 30px;
}

/*
BLOCK STYLES
*/

div#header h1 {
	padding: 40px 0 10px 20px;
	background: url(/images/h1-heinrichs-bros.gif) no-repeat 20px 45px;
	width: 670px;
	height:30px;
	text-indent:-9999px;
}

div#banner-copy {
	float: left;
	width: 550px;
	height: 225px;
	background: url(/images/bg_bannerText.jpg) no-repeat left top #b6b7b7;
	display: inline;
}
img.banner-image { float: left; }

div#banner-copy h2 {
	margin: 11px 0 0 20px;
	background: url(/images/h2-bryan-furnace.gif) no-repeat left top;
	width: 387px;
	height: 33px;
	text-indent:-9999px;
}

div#banner-copy p { font-size: 1.6em; }

/*
STYLES
*/

img, fieldset { border: none; }

h3 {
	padding-left: 12px;
	margin: 30px 20px 10px 8px;
	font-size: 1.6em;
	color: #000;
	clear: left;
}
div#left-col h3 { background: url(/images/bullet_red.gif) no-repeat left center; }
div#right-col h3 { background: url(/images/bullet_white.gif) no-repeat left center; }

p, h4, li { line-height: 1.6em; }

p {
	margin: 0 20px 20px 20px; 
	font-size: 1.3em;
	color: #000;
}
h4 {
	margin: 0 20px; 
	font-size: 1.2em;
	text-transform:uppercase;
}

img.map { margin: 0 0 10px 20px; }
address {
	display: inline;
	width: 155px;
	margin-left: 20px;
	float: left;
	font-size: 1.2em;
	font-style: normal;
	padding-bottom: 10px;
}

/*
Product Styles
*/

.product-contain {
	margin: 20px 20px 0 20px;
	padding-bottom: 20px;
	background: url(/images/bg_productDivider.jpg) no-repeat center bottom;
	float: left; clear: left;
	display: inline;
}

div.product-copy {
	float: right;
	width: 335px;
}

div.product-image {
	float: left;
	width: 175px;
}

td,th { font-size: 1.1em; padding: 2px 6px;}
table.product-data { margin: 0px 20px; width: 295px; }
table.product-data tr.shaderow {
	background-color: #DFDFDF;
}

ol.additional-models {
	list-style: none;
	margin: 20px;
	padding: 2px 0 0 2px;
	border: 1px solid #787878;
	float: left;
}

ol.additional-models li {
	float: left;
	width: 145px;
	height: 40px;
	margin: 0 2px 2px 0;
	background-color: #DFDFDF;
	text-align: center;
	padding: 5px;
	font-size: 1.3em;
	line-height: 1.3em;
}

/*
style over-rides
*/

.no-top-margin { margin-top: 0px; }
.bottom-margin { margin-bottom: 20px; }
.non-visual { position: absolute; text-indent: -9999px; display: block; }