﻿body {
	text-align:center;
}

/* LAYOUT */

#leftcol, #main, #main2, #header, #footer, #middlecol, #middlecol_home {
	float:left;
}

#leftcol, middlecol, #middlecol_home {
	min-height:490px;
}

#leftcol {
	width:132px;
	margin:0 0 0 30px;
}

#middlecol {
	width:730px;
}

#middlecol_home {
	width:340px;
}

#middlecol p {
	width:500px;
}

#header {
	width:100%;
}

#footer {
	width:892px;
}

#container {
	width:972px;
	margin:0 auto;
	text-align:left;

}

/* LOGO */

#logo { display:none; }

#header h2, #header h1 {
	position:absolute;
	left:-5000em;
}

#logoimg {
	position:absolute;
	top:70px;
	right:40px;
	margin:0 10px 0 0;
}
#logoimg_big {
	position:absolute;
	top:130px;
	right:40px;
	margin:0 10px 0 0;
}
#contractor {
	position:absolute;
	top:600px;
	right:40px;
	margin:0 10px 0 0;
}
#fsblogo {
	position:absolute;
	top:615px;
	right:270px;
	margin:0 10px 0 0;
}

/* COLOURS */

h1, h2, h3 {
	color:#00713f;
	font-size:20px;
}

.h2subhead {
font-weight:bold;font-size:14px;color:#00713f;
}

a, a:link, a:visited {
color:#00713f;
}

.stronggreen {
	color:#00713f;
	font-weight: bold; 
}

/* INTERFACE */

#header {
	position:relative;
	padding:50px 0 0 0;
	margin:0px 0 0 0;
	background: url(../images/header.png) no-repeat top left;
}

#main {
	width:892px;
	padding:40px 40px 10px 40px;
	background: url(../images/body.png) repeat-y top left;
}

#main2 {
	background-position: 200px 10px;
	background-image: url(../images/bg_small.png);
	background-repeat: no-repeat;
}


#footer {
	background: url(../images/footer.png) no-repeat top left;
	margin:0 0 20px 0;
	padding:2px 40px 20px 40px;
	color:#fff;
}

/* IMAGES */

img.right {
	margin:20px 0 0 10px;
	float:right;
}

/* CONTACT PAGE */

fieldset {
	width:490px;
	margin:0;
	padding:0;
}

ol, ol li {
	margin:0;
	padding:0;
}

#contact {
	position:relative;
}

#contact_left {
	margin:10px 0 0 0;
	float:left;
	width:680px;
}

#contact_right {
	margin:0 0 0 0;
	float:left;
	width:260px;
	position:absolute;
	right:50px;
}

