h3 {
	color:#069;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
}

h2 {
	color:#006570;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
}

h1 {
	margin-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:950px;
	height:745px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:400px;
	height:89px;
}

#blank01 {
	position:absolute;
	left:400px;
	top:0px;
	width:36px;
	height:89px;
}

#blank02 {
	position:absolute;
	left:436px;
	top:0px;
	width:514px;
	height:59px;
}

#home-btn {
	position:absolute;
	left:436px;
	top:59px;
	width:62px;
	height:30px;
}

#services-btn {
	position:absolute;
	left:498px;
	top:59px;
	width:77px;
	height:30px;
}

#quality-btn {
	position:absolute;
	left:575px;
	top:59px;
	width:69px;
	height:30px;
}

#sustainability-btn {
	position:absolute;
	left:644px;
	top:59px;
	width:114px;
	height:30px;
}

#links-btn {
	position:absolute;
	left:758px;
	top:59px;
	width:49px;
	height:30px;
}

#blank03 {
	position:absolute;
	left:807px;
	top:59px;
	width:143px;
	height:30px;
}

#header {
	position:absolute;
	left:0px;
	top:89px;
	width:950px;
	height:41px;
}

#body-colour {
	background-color: f4f4f4;
	width: 100%;
	height: 615px;
	position: absolute;
	top: 130px;
}

#body01 {
	position:absolute;
	top:130px;
	width:610px;
	height:615px;
	margin-left: 50px;
	text-align: left;
	left: 0px;
}

#body02 {
	position:absolute;
	left:680px;
	top:130px;
	width:5px;
	height:615px;
}

#body03 {
	position:absolute;
	left:685px;
	top:130px;
	width:265px;
	height:155px;
	padding-left: 20px;
	text-align: left;
}

#body04 {
	position:absolute;
	left:685px;
	top:285px;
	width:265px;
	height:460px;
	padding-left: 20px;
}

#footer {
	position:relative;
	width:100%;
	height:65px;
	float: left;
	background-image: url(Images/footer_bg.jpg);
	background-repeat: repeat-x;
	bottom: 0px;
	background-color: 52647f;
	padding-top: 20px;
}

body {
	background-image: url(Images/header_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: relative;
	background-color: #52647f;
}
a:link {
	color: #006570;
	text-decoration: none;
}
a:visited {
	color: #006570;
	text-decoration: none;
}
a:hover {
	color: #006570;
	text-decoration: underline;
}
a:active {
	color: #006570;
	text-decoration: none;
}


/* form divs */

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 480px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	height: 30px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #9ab4c8;
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
	margin-right: 5px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
}
