/*Unstyle*/
html {
	overflow: auto;

}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
}

/*HTML styling*/
h1 {

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px;
	font-size: 200%;
}

h3 {
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5A5345;
	margin: 10px;
	font-size: 120%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A5345;
	margin: 10px;
	margin-top: 15px;
	font-size: 86%;
	}
	
	h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A5345;
	margin: 10px;
	font-size: 80%;
	}
	
table caption {
	text-align: left;
	color: #5A5345;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A5345;
	line-height: 18px;
	margin: 10px;
	font-size: 85%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A5345;
	line-height: 18px;
	margin: 10px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A5345;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A5345;

}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A5345;

}

html {
	background: #71A6CA;
}

img { 
	border: 0px;
}

.help {
	cursor: help;
}	


.content_images {
	margin-left: 75px;
	margin-top: 15px;
	}
	
	.content_images img {
	background: url('../images/dropshadow_large.gif') no-repeat;
	padding-right: 8px;
	padding-bottom: 8px;
	}
	
.marquee {
	width:900px;
	overflow:hidden;
	height:35px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5A5345;
	text-indent:10px;
	font-size: 80%;
	vertical-align:middle;
	line-height:35px;
	white-space:nowrap; 
	border-bottom: 1px solid #5A5345;
	margin-bottom:20px;
	padding:0px;
}

.marquee span{
	left:0px;
	position:absolute; 
	display:block;
	height:35px;
	line-height:35px;
	white-space:nowrap;
	vertical-align:middle; 
	margin:0px;
	padding:0px;
}
/*Layout*/
#container {
	width: 900px;
	background-color: #71A6CA;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 95px;
	overflow: hidden;
}


#content {
	width: 900px;
	background-color: #FDFBCE;
	font-size: 90%;
}

#navigation {
	background-color: #FDFBCE;
	height: 35px;
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5A5345;
	border-bottom: 1px solid #5A5345;
	overflow: visible;
	margin:0px
}


#footer {
	background-color: #71A6CA;
	height: 45px;
}


/*Header*/
#header #title {
	float: left;
	width: 496px;
	top: 15px;
	left: 60px;
}

#header #awards {
	float: right;
	top: 15px;
	left: 50px;
	width: 300px;
}

#header #awards a {
	display: block;
	width: 72px;
	height: 74px;
	overflow: hidden;
	float: left;
	text-align: center;
	}

/*Navigation*/
#navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	display: inline-block;
	height: 35px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
}

#navigation ul li a{
	display: inline;
	color: #5A5345;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	text-decoration:underline;
	line-height: 35px;
	vertical-align: middle;
	outline: none;
}

#navigation ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#navigation ul li.selected {
	background: url('../images/selected.gif') no-repeat;
	background-position: bottom center;
}

#navigation ul li:hover ul {
	visibility: visible;
}

#navigation ul ul {
	visibility: hidden;
	width: 120px;
	position: absolute;
	display: block;
	margin-left: -1px;
	height: auto;
	z-index: 400;
}

#navigation ul ul:after {
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0px;
	display: block;
}

#navigation ul ul li {
	border: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	padding-left: 7px;
	background-color: #887E6A;
}

#navigation ul ul li a {
	display: block;
	text-align: left;
	background-color: #887E6A;
	color: white;
	width: 100%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}


#navigation ul ul li.selected {
	background: url('../images/selected_right.gif') no-repeat;
	background-position: left top;
}

/*Content*/
#content #content_text_full {
	margin: 15px;
}

#normaltext {
	margin: 15px;
	font-size: 1.2eM;
}

#normaltext img{
	border: none;
	vertical-align: bottom;
	margin-left: 0px;
}

#content #content_text_full img {
	border: 1px solid #000;
	margin-left: 10px;
}


#pagetitle img{
	border: none;
	vertical-align: bottom;
	margin: auto;;
}

#pagetitle {
	margin-top: -10px;
	padding-bottom: 10px;
	text-align: center;
}


#content #content_images {
	float: left;
	width: 440px;
}

#content #content_images img {
	background: url('../images/dropshadow.png') no-repeat;
	padding-right: 8px;
	padding-bottom: 8px;
}

#content #content_images #content_image1  {
	position: absolute;
	left: 35px;
	top: 35px;
}

#content #content_images #content_image2 {
	position: absolute;
	left: 95px;
	top: 78px;
}

#content #content_images #content_image3 {
	position: absolute;
	left: 133px;
	top: 170px;
}

#content #content_images #content_image4 {
	position: absolute;
	left: 81px;
	top: 250px;
}

#content #content_images img:hover {
	z-index: 100;
}

#content #content_text {
	float: right;
	width: 400px;
	padding: 20px;
	padding-bottom: 50px;
}

#content table {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	border-collapse: collapse;
}

#content table th {
	background-color: #887E6A; 
	color: white;
	font-weight: bold;
}

#content table td,
#content table th {
	padding: 4px;
}

#content table tr th {
	border: 1px solid white;
}


#content table tr td {
	border: 1px solid #887E6A;
}

#content .list {
	margin-left: 220px;
	margin-top: -10px;
}

.jpgs img {
	position: absolute;
	}

.jpgs {
	float: left;
	width: 200px;
	height: 133px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 30px;
}

#larger {
	float: left;
	width: 400px;
	height: 266px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 30px;
	padding: 0px;
	clear: both;
	-moz-box-shadow:0px 0px 20px #5A5345;
	border:1px solid #5A5345;
}

#larger2 {
	float: left;
	width: 400px;
	height: 266px;
	margin-top: 50px;
	margin-left: 40px;
	margin-right: -30px;
	-moz-box-shadow:0px 0px 20px #5A5345;
	border:1px solid #5A5345;

	clear: both;
}

#larger3 {
	float: left;
	width: 400px;
	height: 266px;
	margin-bottom: 140px;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 70px;
	padding: 0px;
	clear: both;
	-moz-box-shadow:0px 0px 20px #5A5345;
	border:1px solid #5A5345;
}

#titleimage{
	border: none;
}

.facilities_blocks {
	clear: both;
	width: 100%;
}

#front-cycle{
	margin: auto;
	width: 800px;
	height: 300px;
	border:1px solid #5A5345;
	-moz-box-shadow:0px 0px 20px #5A5345;
}

#front-cycle img{
	position: absolute;
	width: 800px;
	height: 300px;
	border-bottom: 1px solid #5A5345;
}

#regcycle{
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 30px;
	float: left;
	clear: both;
	width: 400px;
	height: 266px;
	border:1px solid #5A5345;
	-moz-box-shadow:0px 0px 20px #5A5345;
}

#regcycle img{
	position: absolute;
	width: 400px;
	height: 266px;
	border-bottom: 1px solid #5A5345;
}

#regcycle2{
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 50px;
	float: left;
	clear: both;
	width: 400px;
	height: 266px;
	border:1px solid #5A5345;
	-moz-box-shadow:0px 0px 20px #5A5345;
}

#regcycle2 img{
	position: absolute;
	width: 400px;
	height: 266px;
	border-bottom: 1px solid #5A5345;
}

#regcycle3{
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 50px;
	margin-bottom: 100px;
	float: left;
	clear: both;
	width: 400px;
	height: 266px;
	border:1px solid #5A5345;
	-moz-box-shadow:0px 0px 20px #5A5345;
}

#regcycle3 img{
	position: absolute;
	width: 400px;
	height: 266px;
	border-bottom: 1px solid #5A5345;
}

#regcycle_standard, #regcycle_standard2, #regcycle_standard3{
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 0px;
	float: left;
	clear: both;
	width: 400px;
	height: 266px;
	border:1px solid #5A5345;
	-moz-box-shadow:0px 0px 20px #5A5345;
}

#regcycle_standard img, #regcycle_standard2 img, #regcycle_standard3 img{
	position: absolute;
	width: 400px;
	height: 266px;
	border-bottom: 1px solid #5A5345;
}

/*Footer*/

#footer #address,
#footer #phone_number,
#footer #email,
#footer p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	margin-left: 10px;
	font-weight: bold;
	margin-top: 20px;
}

#footer #phone_number,
#footer #email  {
	display: inline;
}

#footer a {
	color: #333333;
}

#footer #address address {
	font-style: normal;
}


/*Other */
#booking_form {
	position: absolute;
	right:  70px;
	bottom: 20px;
}

#xmas_img {
	float: left;
	width: 410px;
	left: 30px;
}

#credit{
	font-family: Arial, Helvetica, sans-serif;
	font-size:60%;
	text-align:center;

}

.sold{
	text-decoration: line-through;
}