/* --- CSS --- */
/* ---   chris@grafeio.co.uk   --- */

/* --- main body settings --- */

body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
	text-align: left;
	color: #482A0E;
	background: #C0D6EB;
	}

img {
	border: none;
	}
	
p { 
	margin: 10px 0 10px 20px;
	padding: 0;
	}
	
em {
	font-style: italic;
	font-weight: normal;
	}

h1 {
	margin: 2px 5px;
	padding: 0;
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 150%;
	color: #016CBE;
	}

h1 span {
	display: none;
	}

h2 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 115%;
	}

h3 {
	margin: 2px;
	padding: 0;
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 105%;
	color: #777;
	}

a span {
	display: none;
	}

.code {margin-left: 20px; font-family: courier, monospace; color: green;}
.right {float: right; text-align: right;}
.left {float: left; text-align: left;}
.note {font-size: 90%; color: #555;}


/* --- page layout --- */


#header {
	margin: 0 auto 0 auto; padding: 0;
	width: 925px; height: 158px;
	background: url('../images/headerBG.jpg') no-repeat;
	}

#clear_left {
	float: left; margin: 0;
	width: 40px; height: 140px;
	}

#address {
	display: none;
	float: left;
	margin-top: 40px; padding: 0;
	width: 210px; height: 100px;
	color: #91B1D0;
	}
	
#clear_right {
	float: left; margin: 0;
	width: 390px; height: 140px;
	}
	
#static a {
	float: left; display: block;
	margin-top: 50px;  padding: 0;
	width: 210px; height: 90px;
	}

#container {
	margin: 0 auto 0 auto; padding: 0;
	width: 925px;
	background: url('../images/containerBG.jpg') repeat-y;
	}

#navbar {
	float: left;
	margin: 0; padding: 0;
	width: 925px; height: 25px;
	text-align: center;
	background: url(../images/navbarBG.jpg) no-repeat;
	}

#navbar ul {
	margin-top: 5px;
	padding-left: 0px;
	}

#navbar li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}

#navbar li a, #navbar li a:visited {
	text-decoration: none;
	color: #482A0E;
	}

#navbar li a:hover, #navbar li a:active {
	text-decoration: none;
	border-top: 1px solid #482A0E;
	border-bottom: 1px solid #482A0E;
	color: #016CBE;
	}

#focus {
	float: left;
	margin: 0; padding: 0;
	width: 925px; height: 283px;
	}

#photo {
	float: left;
	margin: 0; padding: 0;
	width: 654px; height: 283px;
	background: url(../images/IMGhome.jpg) no-repeat;
	}

.tabs {
	float: left;
	margin: 0; padding: 0;
	width: 260px; height: 94px;
	background: #D7E5F4;
	}

#tab1 a, #tab1 a:visited {
	display: block; width: 260px; height: 94px; 
	background: url(../images/tab1.jpg)  0 0 no-repeat;
	}

#tab1 a:hover, #tab1 a:active {
	display: block; width: 260px; height: 94px; 
	background: url(../images/tab1.jpg) 0 -94px no-repeat;
	}

#tab2 a, #tab2 a:visited {
	display: block; width: 260px; height: 94px; 
	background: url(../images/tab2.jpg) 0 0 no-repeat;
	}

#tab2 a:hover, #tab2 a:active {
	display: block; width: 260px; height: 94px; 
	background: url(../images/tab2.jpg) 0 -94px no-repeat;
	}
	
#tab3 a, #tab3 a:visited {
	display: block; width: 260px; height: 94px; 
	background: url(../images/tab3.jpg)  0 0 no-repeat;
	}

#tab3 a:hover, #tab3 a:active {
	display: block; width: 260px; height: 94px; 
	background: url(../images/tab3.jpg) 0 -94px no-repeat;
	}
	
#content {
	clear: both;
	margin: auto; padding: 0;
	width: 825px; height: 300px;
	}

.content_boxes {
	float: left;
	margin: 10px; padding: 0;
	width: 250px; height: 280px;
	}

#content1 p, #content2 p, #content3 p {
	margin: 75px 20px 0 75px ;
	}

#content1 {
 background: url(../images/home_linen.jpg) no-repeat;
 }
 
#content2 {
 background: url(../images/home_service.jpg) no-repeat;
 }

#content3 {
 background: url(../images/home_contact.jpg) no-repeat;
 }
 
#content a, #content a:visited {
	padding-left: 2px;
	color: #002846;
	text-decoration: underline;
	}

#content a:hover, #content a:active {
	padding-left: 2px;
	color: #016CBE;
	background: #e8e8e8;
	text-decoration: none;
	}

#footer {
	float: left;
	margin: 0; padding: 0;
	width: 925px; height: 60px;
	font-size: 80%;
	text-align: center;
	color: #2C6902;
	background: url(../images/footerBG.jpg) no-repeat;
	}

#footer ul {
	margin-top: 16px;
	margin-left: 0px;
	padding-left: 0px;
	}

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	}

#footer li a, #footer li a:visited {
	text-decoration: none;
	color: #8EA9BE;
	}

#footer li a:hover, #footer li a:active {
	text-decoration: none;
	border-top: 1px solid #016CBE;
	color: #016CBE;
	}





/* ------------ */
/*--- Finito ---*/