/* CSS Document */

/* colors
	dark maroon - text etc: color: #422d2d;
	off white / ivory - menu text, bg etc: color: #f4f3e1;
	pink - sidebar etc: color: #a88080;
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px "Trebuchet MS", Helvetica, Georgia;
	color: #422d2d;
	background: url(../images/bodybg.jpg);
	line-height: 1.4em;
}

a {
	color: #f4f3e1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content a {
	color: #a88080;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#container {
	position: absolute;
	width: 738px;
	left: 50%;
	margin-left: -369px;
	background: url(../images/containerbg.jpg) repeat-y center;
	border-left: #422d2d 1px solid;
	border-right: #422d2d 1px solid;
	border-bottom: #422d2d 1px solid;
}

#flashhead {
	position: relative;
	width: 738px;
	height: 138px;
	background: url(../images/headbg.jpg) no-repeat center;
}

#flashhead h1 {
	text-indent: -5000px;
}

#flashhead ul {
	list-style: none;
	margin: 92px 0 0 200px;
}

#flashhead li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin-left: 35px;
}

#content {
	position: relative;
	left: 200px;
	width: 538px;
}

#content h2 {
	background: url(../images/contentheadbg.jpg) no-repeat top left;
	width: 538px;
	line-height: 69px;
	text-indent: -5000px;
}

#wide {
	float: left;
	width: 538px;
	background: url(../images/widebg.jpg) repeat-y left;
}

#wide h3 {
	background: url(../images/widebgtop.jpg) no-repeat top left;
	width: 538px;
	line-height: 37px;
	height: 37px;
	text-indent: 23px;
	font-size: 14px;
}

#wide h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 40px 10px 20px;
}

#wide h6 {
	background: url(../images/widebgbottom.jpg) no-repeat bottom left;
	width: 538px;
	line-height: 11px;
	height: 11px;
	text-indent: -5000px;
	margin-top: 0 !important;
	margin-top: -1px;
}

#narrows {
	float: left;
	width: 538px;
	background: #f4f3e1 url(../images/narrowbg.jpg) repeat-y left;
}

#narrowsfoot {
	float: left;
	width: 538px;
	height: 11px;
	line-height: 11px;
	background: #f4f3e1 url(../images/narrowbgbottom.jpg) no-repeat top left;
	margin-top: 0 !important;
	margin-top: -1px;
}

.split {
	float: left;
	width: 268px;
}

.split h3 {
	background: url(../images/narrowbgtop.jpg) no-repeat top left;
	line-height: 37px;
	height: 37px;
	text-indent: 23px;
	font-size: 14px;
}

.split h3#inner {
	background: url(../images/narrowhead.jpg) no-repeat top left;
	line-height: 37px;
	height: 37px;
	text-indent: 23px;
	font-size: 14px;
}

#wide p {
	margin: 5px 40px 10px 20px;
}

#wide ul {
	margin: 5px 40px 0 40px;
}

#wide ul li {
	margin: 10px 0;
}

#wide ul li.nostyle {
	list-style: none;
}

em {
	color: #a88080;
}

#wide img {
	float: right;
	clear: right;
	border: #422d2d 1px solid;
	margin: 0 15px 5px 15px;
}

.split p {
	margin: 5px 15px 5px 20px;
}

.split img {
	float: left;
	border: #422d2d 1px solid;
	margin: 15px 15px 5px 17px;
}

#mainfoot {
	float: right;
	clear: both;
	width: 539px;
	height: 40px;
	background: url(../images/contentfootbg.jpg) repeat-x bottom left;
	color: #f4f3e1;
	font-size: 10px;
}

#mainfoot .left {
	margin-left: 5px;
	margin-top: 12px;
	float: left;
}

#mainfoot .right {
	margin-right: 5px;
	margin-top: 12px;
	float: right;
}

#sidebar {
	position: absolute;
	left: 0;
	top: 138px;
	width: 200px;
	height: 200px;
	background: url(../images/sidebarbg.jpg) no-repeat top left;
}

#sidebar ul {
	list-style: none;
	margin-left: 80px;
	color: #f4f3e1;
}

#rating {
	background: url(../images/star.gif) no-repeat 1.6em 40%;
}

#email {
	background: url(../images/email.gif) no-repeat 50% 1.5em !important;
	background: url(../images/email.gif) no-repeat 45% 1.5em;
	padding: 0 3px 8px 3px;
	line-height: 3.3em;
}

#enquiry {
	background: url(../images/enquiry.gif) no-repeat 50% 1.5em !important;
	background: url(../images/enquiry.gif) no-repeat 45% 1.5em;
	padding: 0 3px 8px 3px;
	line-height: 3.3em;
}

#sidefoot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 198px;
	height: 85px;
	background: url(../images/sidebarfootbg.jpg) no-repeat bottom left;
	font-size: 10px;
}

#sidefoot ul {
	list-style: none;
	margin-left: 50px;
	margin-top: -12px;
	color: #f4f3e1;
}

#sidefoot li {
	display: inline;
	margin-right: 36px;
}

#sidefoot li a {
	padding-bottom: 8px;
}
	
form.contactform {
	width: 490px;
	margin: 0 0 0 20px;
}

input, textarea, select {
	border: 2px #a88080 solid;
	width: 10em;
}

textarea {
	width: 20em;
}

#btn {
	float: right;
	margin: 5px 10px 0 0;
}

.btn {
	border: 2px #422d2d solid;
	background: #a88080;
	width: 5em;
	color: #fff;
	margin-left: 10px;
}

form.contactform fieldset {
	margin-bottom: 10px;
	border: none;
	border-top: 2px solid #a88080;
}

form.contactform legend {
	padding: 5px;
	font-weight: bold;
}

form.contactform ol {
	float: left;
	margin-left: 10px;
}

form.contactform ol#rooms label {
	float: left;
	margin-left: 10px;
	width: 200px;
}

form.contactform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 70px;
	margin-right: 10px;
}

form.contactform fieldset li {
	list-style: none;
	margin: 15px 0;
}