/* 
    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_2.jpg);
background-position:0 500px;
background-repeat:no-repeat;
}

.intro {
	top:85px;
}

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