@charset "utf-8";
p, h1, h2, h3, h4, h5, h6, h7, body, table, tr, td, th, form, input, img, div {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fcd06e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(../images/bg_img.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #00699e;
	background-image: url(../images/h1-img.gif);
	background-repeat: no-repeat;
	padding-left: 75px;
	margin: 10px;
	background-position: left center;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FA981B;
	margin: 10px;
}
#contentMain p {
	color: #000000;
	margin: 10px;
}
#contentMain form {
	margin: 10px;
}
.featureTable1 {
	font-size: 1em;
	background-color: #006666;
	margin: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.featureTable1 th {
	background-color: #ffac44;
	padding: 5px;
	color: #333333;
	font-size: 1.1em;
	border: 1px solid #666666;
}
.featureTable1 .th2 {
	font-size: 1em;
	font-weight: normal;
	vertical-align: top;
	text-align: right;
	padding-left: 15px;
	padding-right: 10px;
	color: #B0DCD2;
	background-color: #006666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.featureTable1 .th3 {
	font-size: 1em;
	font-weight: normal;
	vertical-align: top;
	text-align: right;
	padding-left: 15px;
	padding-right: 10px;
	color: #B0DCD2;
	background-color: #006666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.featureTable1 td {
	padding: 5px;
}
.featureTable1 .tdata {
	background-color: #b0dcd2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.featureTable1 .tdata2 {
	background-color: #b0dcd2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

#contentMain #contact_form .tdata2 #submit_btn {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 135px;
}

#contentMain #booking_form .tdata2 #submit_btn {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 90px;
}

#wrapper {
	background-color: #FFFFFF;
	padding: 0px;
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/nav-colour.gif);
	background-repeat: repeat-y;
	border: 10px solid #FFFFFF;
}
#navigation img {
	margin-top: 25px;
}

#header_home {
	background-color: #FFFFFF;
	height: 240px;
	width: 770px;
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	background-color: #CCCCCC;
	height: 148px;
	width: 770px;
}
#contentMain .contentImg {
	text-align: center;
}

#navigation {
	background-color: #80c6b6;
	width: 175px;
	float: left;
}
#navigation ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.9em;
	color: #005B49;
}
#navigation a {
	color: #005B49;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
}

#contentMain {
	width: 595px;
	background-color: #FFFFFF;
	float: right;
}
#bottom_nav {
	clear: both;
	width: 595px;
	margin-left: 175px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
#bottom_nav p {
	padding: 5px;
	text-align: center;
}

#bottom_nav a {
	text-decoration: none;
	font-size: 0.8em;
}
#bottom_nav a:hover {
	color: #FF0000;
	text-decoration: none;
}


#footer {
	width: 770px;
	background-color: #005b49;
	clear: both;
	font-size: 0.8em;
	font-weight: bold;
}
#footer p {
	color: #009B7C;
	padding: 5px;
}
#footer a {
	color: #009B7C;
	text-decoration: none;
}
#footer a:hover {
	color: #FA981D;
}
