/* CSS Document */

#topFrame {
width: 960px;
height: 400px;
}

#content {
width: 650px;
height: 360px;	
padding: 10px;
float: left;
}

#testimonial_image {
	background-image: url(../images/cooling_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: 10px 10px 0px 5px;
margin: 0px 0px 0px 0px;
border-left: 1px solid #ccc;
float: right;
}

#bottomFrame {
width: 960px;
height: auto;
border-top: 1px solid #ccc;
padding-top: 15px;
float: left;
}

#leftcolumncooling { 
 color: #333;
 background: #fff;
 margin: 0px;
 padding: 0px 0px 0px 10px;
 width: 940px;
 height: auto;
 float: left;
}

#rightcolumncooling { 
width: 200px;
height: auto;
padding: 0px 240px 0px 0px;
float: right;
}

div#leftcolumncooling ul {
width: 220px;
margin-left: 50px;
margin-right: 35px;
float: left
}

div#leftcolumncooling ul li,
div#rightcolumncooling ul li {
font-size: 1.05em;
list-style: inside;
list-style-type: disc;
margin: 0px;
}

div#leftcolumncooling img {
float: left;
}