/* Heating Menu Activated *********/
#heating 
{
	background-color: #073c6e;
	font-weight: bold;
}

#content_area
{
	text-align: left;
}
 
#content_area h1
{
	color: #073c6e;
	font-size: 23px;
	margin-bottom: 5px;
}

#products_section
{
	width: 99%;
	height: 300px;
	margin-top: 15px;
}

#products_image
{
	float: right;
	width: 310px;
	height: 276px;
	background-image: url(../images/heatingresidentialproducts/heating_residential_photo.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

#products_content
{
	float: left;
	width: 230px;
	height: 48px;
	background-image: url(../images/heating_home_block.png);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#products_section p
{
	font-size: 12px;
	margin: 0px;
}
#products_content ul
{
	margin-left: 15px;
	margin-top: 0px;
}


#products_content li
{
	list-style: none;
}

#products_content h1
{
	margin: 0px;
	font-size: 19px;

}
#products_content a
{
	text-decoration: none;
	color: #073c6e;
	font-weight: bold;
}
#products_content a:hover
{
	color: #000000;
}

