/* CSS Document */

/*--- Heating Page Content ---*/
/*--- Top Frame ---*/
#topFrame {
width: 960px;
height: 400px;
}
/*--- Content ---*/
#content {
width: 650px;
height: auto;	
padding: 10px;
float: left;
}
#testimonial_image {
	background-image: url(../images/heating_testimonial_bg.jpg);
	width: 650px;
	height: 280px;
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
}

#testimonal_text {
	width: 220px;
	height: auto;
	float: right;
	font-size: 1.0em;
	padding: 10px 15px 10px 10px;
}
.testimonial_title {
font-size: 1.85em;
font-weight: bold;
text-align: left;
padding-bottom: 5px;
}
/*--- Sidebar ---*/
#sidebar {
width: 270px;
height: auto;
padding-top: 10px;
padding-left: 5px;
padding-right: 10px;
border-left: 1px solid #ccc;
float: right;
}
/*--- Bottom Column Frames ---*/
#bottomFrame {
width: 960px;
height: 235px;
border-top: 1px solid #ccc;
padding-top: 15px;
}
/*--- Bottom Columns ---*/
div#leftcolumnheating { 
 color: #333;
 background: #fff;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 width: 470px;
 height: auto;
 float: left;
}
div#rightcolumnheating { 
 color: #333;
 border-left: 1px dotted #ccc;
 background: #fff;
 margin: 0px;
 padding: 0px 0px 0px 10px;
 width: 440px;
 height: auto;
 float: left;
}
div#leftcolumnheating ul li,
div#rightcolumnheating ul li {
font-size: 1.1em;
list-style: inside;
list-style-type: disc;
}
div#rightcolumnheating img,
div#leftcolumnheating img {
float: left;
}
.heatingbottomhead {
font-size: 2.5em;
font-weight: bold;
}
