/* 
    Document   : heating.css
    Created on : 17-Dec-2008, 12:26:32
    Author     : Richard Le Poidevin
    Description:
        Colours and styles specific to the heating section
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#holderBody {
background-color:#f2f6f5;
background-image:url(../images/background_4.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}

.intro {
	top:85px;
}

.box.tip h2 {
	background-color:#6dc2c4;
}

.box.tip table {
	background-color:#f9f3f6;
}

.box.tip table th {
	background-color:#6dc2c4;
	color:#ffffff;
}

.box.tip table td {
	border-bottom:solid 1px #6dc2c4;
}

.box.tip p, .box.tip ul, .box.tip table {
	margin:10px 10px 0 10px;
	padding-left:0;
}