@charset "UTF-8";


body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-color: #00A4E4;
}

a:link {
	color: #00A4E4;
}
a:visited {
	color: #00A4E4;
}
a:hover {
	color: #FFB400;
}
a:active {
	color: #333333;
}

.clearfloat { 
   clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}


#container {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
* {
	margin: 0px;
}
#header {
	height: 154px;
	width: 730px;
	background-image: url(images/header.gif);
}
#mainbody {
	width: 730px;
}
#navigation {
	height: 40px;
	width: 730px;
	padding-top: 10px;
}
#mainbody {
	background-color: #FFFFFF;
	width: 724px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/strip.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainbodytext {
	float: left;
	width: 500px;
	padding: 10px;
	margin-top: 15px;
}
#photostrip {
	float: right;
	width: 200px;
	margin-top: 15px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00A4E4;
	padding-bottom: 15px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00A4E4;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	height: 30px;
	width: 730px;
	clear: both;
	background-image: url(images/footer.gif);
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: center top;
}
#webcredit {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
.webcredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.webcredit a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;	
	
}
.webcredit a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;	
}

.webcredit a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;	
}
#mainbodytextcontact {
	float: left;
	width: 180px;
	padding: 10px;
	margin-top: 15px;
}
#contactform {
	float: left;
	width: 280px;
	margin-top: 15px;
	padding: 10px;
		}
#enquirycontainer {
	padding: 5px;
	border: 1px solid #0AA6E4;
}
.textfield {
	border: 1px solid #00A4E4;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #00A4E4;
	height: 25px;
	width: 60px;
	border: 1px solid #FFFFFF;
}
.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00A4E4;
	font-weight: bold;
}

