@charset "utf-8";

#wrapper {
	width: 800px;
	margin: 10px auto;
}

.navBar {
	clear: both;
	width: 800px;
	height: 21px;
	background-color: #DF3937;
}

#navMenu {
	padding: 0 0 0 4px;
	list-style: none;
}

#navMenu li {
	display: inline;
}

#navMenu li a,
#navMenu li a:visited {
	color: #FFFFFF;
}

#heatingProducts {
	float: left;
	width: 250px;
}

#distributorMap {
	float: left;
	width: 300px;
	margin: 20px 0 0 0;
	text-align: center;
}

#howTo {
	float: right;
	width: 250px;
	text-align: right;
}

#howTo a {
	line-height: 2em;
}

#disclaimer {
	width: 80%;
	margin: 10px auto;
	text-align: justify;
	font-size: 10px;
}

.bannerImage {
	float: left;
}

.sectionBar {
	clear: both;
	width: 800px;
	height: 20px;
	background-color: #194B8C;
}

.whiteBar {
	clear: both;
	width: 800px;
	height: 20px;
	background-color: #FFF;
}

.categoryHeader {
	padding: 6px 0;
}

.categoryList {
	padding: 10px 0;
	list-style: none;
}

.manualSelector {
	width: 220px;
	margin: 10px 0;
}

.firstWord {
	color: #78A3D1;
}

/*Class from RC*/
.item {
	padding-top:10px;
	}

.item p {
	text-align:center;
	margin:4px;
	padding:4px;
	width:250px;
	float:left;
	height:225px;
	font-size:0.6em;
	display:block;
	}
	
.logo
{
	Margin:0px 100px; 
	width:80%;
}

.logo img
{

}

.bottomtitle
{
	font-weight:bold;
	font-size:20px;
	text-align:center;
}

.logoImage
{
	margin-right:6px;
	vertical-align:top;
	height:80px;
	width:180px;
	text-align:left;
	float:left;
}