html {
	scrollbar-face-color:#FFFFFF; 
	scrollbar-shadow-color: #FF6600; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FF6600; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #FF6600;
}

body, p, table, td, th {
	font-size: 12px;
	Font-family: Tahoma;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

a {
	color: #D40000;
	text-decoration: none;
}

a:hover {
	color: #D40000;
	text-decoration: underline;
}

.header a {
	color: #FFFFFF;
	Font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	}
		
.header A:hover	{	
	Font-family: Arial;
	color: #015EC6;
	text-decoration: none;
	}

.credits  {
	color: #C6C6C6;
	font-size: 10px;

	}
		
.credits A:hover	{	
	color: #C6C6C6;
	text-decoration: none;
	}

.blue {
	font-size: 11px;
	color: #00254A;
}

.bluesmall {
	font-size: 10px;
	color: #00254A;
}

.bluebig {
	font-size: 14px;
	Font-family: Arial;
	font-weight: bold;
	color: #015EC6;
}

.darkblueheader {
	font-size: 16px;
	Font-family: Arial;
	font-weight: bold;
	color: #00254A;
}

.maincontent {
	margin-top: 0px;
	margin-bottom: 10px;
}

.white {
	font-size: 11px;
	color: #FFFFFF;
}

td.footer {
	border: 3 solid #F44800;
	padding: 9px;
	background: url(imgs/footer-bg-ks-heating-plumbing.jpg) repeat-x center top;
}

td.content {
	padding: 14px;
	background: url(imgs/grey-content-bg-ks-heating-plumbing.jpg) center top;
}

td.blueborder {
	border: 1 solid #3F6FA4;
}

td.greyborder {
	border: 1 solid #CECECE;
}

td.orangeborder {
	border: 1 solid #F44800;
	padding: 9px;
	background: url(imgs/grey-bg-square.jpg) repeat-x center top;
}

img.thumb {
        height: 90px;
}

/* ================= contact form ====================== */

input.text, textarea.text {
	color: #000000;
	width: 200px;
        font-family: Verdana;
        font-size: 10px;
        background-color: #F2F2F2;
        text-align: left;
        border: 1 solid #CECECE;
	white-space: nowrap;
	text-align: left top;
	vertical-align: top;
}

input.submit {
	color: #F44800;
	font-family: Arial;
	font-size: 12px;
        font-weight: bold;
	background-color: #FFFFFF;
	border: 1 solid #CECECE;
	margin: 2px;
}