/**
	general styles
**/	
body {
	margin: 0;
	background: transparent url(../images/background.gif) repeat-x;
	color: #060000;
}
body,
div,
span,
p,
th,
td,
input,
textarea,
select {
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	font-family: verdana, arial, geneva, "trebuchet ms", sans-serif;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #4E2B01;
	text-transform: uppercase;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}

a {
	text-decoration: none;
}
a img {
	border: none;
}

/**
	container areas
**/
#wrapper,
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

#wrapper {
	border: 10px solid #fff;
	background-color: #fff;
	margin-top: 0px;
}

.container {
	margin-bottom: 10px;
}
.left,
.right {
	float: left;
}
.left {
	width: 510px;
}
.right {
	width: 228px;
}

/**
	the navigation area
**/
#nav {
	padding: 0;
	padding-top: 5px;
	height: 26px;
	color: #fff;
	border-bottom: 5px solid #fff;
	background-color: #BA6108;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
	text-align: center;
	padding: 0 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
#nav ul li ul {
	position: absolute;
	width: 185px;
	left: -999em;
	z-index: 999;
	background-color: #5d5d60;
}
#nav ul li ul li {
	width: 99%;
	border-bottom: 1px dotted #fff;
}
#nav ul li:hover ul,
#nav ul li li:hover ul,
#nav ul li.sfhover ul,
#nav ul li li.sfhover ul {
	left: auto;
}
#nav a {
	color: #fff;
}
#nav a:hover,
#nav a.current {
	color: #060000;
}

/**
	the rotating banner image
**/
#main-image {
}
#main-image {
	height: 240px;
	vertical-align: top;
}

#main-image img {
	display: none;
	position: absolute;
}

/**
	content
**/
#content {
	margin-top: 10px;
	min-height: 300px;
	_height: 300px; /* IE Hack */
}
#content h1,
#content h2,
#content h3,
#content p {
	padding: 0 10px;
}
#content p {
	padding: 0 50px 0 10px;
}
#content a,
.content-link {
	color: #4E2B01;
}
#content a:hover,
.content-link:hover {
	color: #BA6108;
}
#content table {
	width: 90%;
	margin: 10px;
	border-collapse: collapse;
	border: 1px solid #4E2B01;
}
#content table tr.on {
	background-color: #CFAB7A;
}
#content table tr.off {
}
#content table td {
	padding: 0 5px;
	border-top: 1px solid #4E2B01;
}
#content table td.td-left {
	width: 50%;
}
#content table td.td-right {
	width: 50%;
	text-align: right;
}

/**
	facilities
**/
#facilities {
	margin-top: 15px;
	text-align: right;
}
#facilities ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#facilities ul li {
	border-bottom: 1px dotted #BBC1C5;
	padding: 5px 0;
}

/**
	the colour bar
**/
.left-color-bar,
.right-color-bar {
	float: left;
	height: 8px;
}
.left-color-bar {
	width: 509px;
	background-color: #CFAB7A;	
}
.right-color-bar {
	width: 231px;
	background-color: #4E2B01;
}

/**
	footer area
**/
#footer {
	padding-top: 10px;
}
#footer,
#footer span {
	font-size: 9px;
	color: #CEA876;
}
#footer span#splash {
	float: right;
}
#footer a {
	color: #CEA876;
}
#footer a:hover {
	color: #CEA876;
}

/**
	forms
**/
form {
	width: 90%;
}
input, textarea, select {
	width: 99%;
	border: 1px solid #BA6108;
}
textarea {
	height: 150px;
}
input.submit {
	color: #fff;
	background-color: #4E2B01;
	text-align: center;
	border: 1px solid #BA6108;
	width: 150px;
	padding: 1px 0;
}
input.cb {
	width: 15px;
}
select.date {
	width: 32%;
}

/**
	a default error style
**/
.error {
	font-weight: bold;
	color: #BA6108;
}

/**
	clear all floats
**/
.clear  {
	clear: both;
}

/**
	booking form
**/
#booking-form form select,
#booking-form form input {
	line-height: 1.0em;
}
#booking-form #heading,
#booking-form input.submit {
	padding-top: 5px;
	height: 26px;
	color: #fff;
	background-color: #4E2B01;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
#booking-form form {
	margin: 0;
	background-color: #efefef;
	width: 100%;
}
#booking-form form p {
	margin: 0;
	padding: 5px;
}
#booking-form input.submit {
	border: none;
	width: 100%;
	padding-bottom: 5px;
}

/**
	weather
**/
.weather {
	margin-left: 90px;
	color: #808000;
	line-height: 1.2em;
}
.weather img {
	float: left;
	margin-right: 5px;
}
/**
	the scrolling testimonials
**/
#testimonial-item {
	margin: 0 23px;
}