@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	border: 0; margin: 0; padding: 0;
	font-size: 62.5%;
	background-color: #242502;
}

#giant_container {
	min-width: 960px;
}

/* ----- header styles ----- */

#header {
	background-color: #f2e9d3;
	height: 250px;
	background-image: url('../img/bg_header.gif');
}

#header h1 {
	background: transparent url('../img/header.jpg') no-repeat scroll 0 0;
	display: block;
	float: left;
	font-size: 0.1em;
	height: 250px;
	width: 960px;
	margin: 0;
	text-indent: -10000px;
}

/* ----- content styles ----- */

#content {
	padding-bottom: 40px;
	background-color: #fff;
}

#copy {
	width: 470px;
	float: left;
	padding: 10px;
	position: relative;
	margin-top: 10px;
}

#copy p {
	font-size: 1.1em;
	line-height: 1.8em;
}

#copy a {
	color: #111;
	text-decoration: none;
	border-bottom: solid 1px #779219;
}
#copy a:hover {
	border-bottom: solid 1px #3b3c04;
}

#copy ul {
	font-size: 1.1em;
	line-height: 1.8em;
	list-style-type: square;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 40px;
}

#column1 { float: left; width: 160px; }
#column2 { float: left; width: 205px; }

#gallery {
	width: 470px;
	float: right;
	position: relative;
	margin-top: 20px;
}

#gallery #feature {
	width: 460px;
	height: 193px;
	padding-top: 20px;
}

ul#thumbnails {
	margin: 0; padding: 0;
	margin-top: 10px;
}

ul#thumbnails li {
	width: 37px;
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

ul#thumbnails li.last {
	margin-right: 0px;
}

/* ----- footer styles ----- */

#footer {
	background-color: #242502;
	background-image: url('../img/bg_footer.gif');
	background-position: top;
	background-repeat: repeat-x;
}

#testimonials {
	width: 470px;
	float: left;
}

#testimonials h2 {
	background: transparent url('../img/hdr_testimonials.gif') no-repeat scroll 0 0;
	display: block;
	font-size: 0.1em;
	height: 40px;
	width: 195px;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 20px;
	text-indent: -10000px;
}

#testimonials .text { display: none; }

#testimonials p {
	font-size: 1.1em;
	line-height: 1.8em;
}

#testimonials p.quote {
	padding-left: 10px;
	padding-right: 20px;
	color: #989057;
	font-style: italic;
}

#testimonials p.thankyou {
	text-align: right;
	color: #f6f2de;
	width: 450px;
}

#booking {
	width: 470px;
	float: right;
	position: relative;
}

#booking h2 {
	background: transparent url('../img/hdr_booking.gif') no-repeat scroll 0 0;
	display: block;
	font-size: 0.1em;
	height: 40px;
	width: 195px;
	margin: 0;
	margin-bottom: 20px;
	text-indent: -10000px;
}

#booking h2.thankyou {
	background: transparent url('../img/hdr_thankyou.gif') no-repeat scroll 0 0;
	display: block;
	font-size: 0.1em;
	height: 40px;
	width: 195px;
	margin: 0;
	margin-bottom: 30px;
	text-indent: -10000px;
}

#booking p {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #f6f2de;
	text-align: center;
}

#booking #contact_details {
	float: left;
	width: 230px;
}

#booking #stay_details {
	float: right;
	width: 230px;
}

#booking label {
	display: block;
	height: 28px;
}

#booking label span {
	font-size: 1.1em;
	color: #f6f2de;
	width: 84px;
	display: block;
	text-align: right;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

#booking input, #booking textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	float: left;
}

#booking label#comments_field {
	clear: both;
	display: inline-block;
	height: 90px;
}

#booking label#submit_button {
	margin-right: 10px;
	clear: both;
	display: inline-block;
	float: right;
}

#booking textarea#comments {
	width: 365px;
	height: 82px;
	vertical-align: top;
}

#booking #contact_details input { width: 135px; }

#booking #stay_details input#arrival { width: 108px; }
#booking #stay_details input#departure { width: 108px; }

#booking label.duration {
	width: 222px;
	float: left;
}

#booking label.patrons {
	width: 110px;
	float: left;
}
#booking label.patrons span { width: 52px; }
#booking label.patrons input#adults { width: 47px; }
#booking label.patrons input#children { width: 47px; }

img.calendar {
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
}

/*----- date picker ----- */

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../img/calendar.gif') no-repeat;
	margin-top: 3px;
	margin-left: 3px;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}


/*----- shared styles ----- */

.width_container {
	width: 960px;
	margin: 0 auto 0 auto;
	overflow: auto;
}

img {
	border: 0; margin: 0; padding: 0;
}