/* 
    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:#f1efe1;
background-image:url(../images/background_3.jpg);
background-position:0 650px;
background-repeat:no-repeat;
}

.intro {
	top:85px;
}

.box.tip h2 {
	background-image:url(../images/q_colour2.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;
	min-height:25px;
	padding-left:32px;
	background-color:#cd8ca9;
}

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

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

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