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

body {
	margin: 0;
	background: #e0d39c top repeat-x url(/skin/images/header-bg.gif);
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
}

img {
	border: 0;
}

form {
	margin: 0;
}
input, select, textarea {
	border: 1px solid #40826a;
	padding: 2px 3px;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #910a2b;
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #eacbd2;
}
h2 {
	font-size: 16px;
	margin: 15px 0;
	color: #525252;
}
h3 {
	font-size: 14px;
	margin: 0;
	color: #296850;
}
h4 {
	font-size: 14px;
	margin-bottom: 0;
}

em {
	color: #215844;
	font-style: normal;
	font-weight: bold;
}

a:link, a:active, a:visited {
	color: #910A2B;
	text-decoration: underline;
}
a:hover {
	color: #910A2B;
	text-decoration: none;
}

a.link:link, a.link:active, a.link:visited {
	color: #525252;
	text-decoration: underline;
}
a.link:hover {
	color: #525252;
	text-decoration: none;
}

.clearleft {
	clear: left;
}

#container {
	width: 950px;
	margin: 0 auto;
}

/* HEADER */
#header {
	height: 88px;
}
.headerimage {
	margin-bottom: 3px;
}
.headerimage img {
	display: block;
}
.logo {
	float: left;
}
.logo img {
	display: block;
}
.search {
	width: 300px;
	color: #123628;
	text-align: right;
	padding: 10px 0 16px 0;
	margin-left: 355px;
}
.search input {
	border: 1px solid #123628;
	background-color: #60ae91;
}
.search input.button {
	vertical-align: middle;
	margin-bottom: 3px;
	border: 0;
}
.menuarea {
	float: right;
}

/* MENU */
#menu {
	float: right;
	border: 1px solid #568473;
	border-bottom: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#menu li {
	float: left;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 10px 12px;
	color: #e8ddad;
	text-decoration: none;
	display: block;
	border: 1px solid #ccc086;
	border-bottom: 0;
	background-color: #ab9e65;
}
#menu a:hover {
	color: #8e8044;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	background: top repeat-x url(/skin/images/menu-bg.gif);
}

#menu li.end {
	background-color: #7cab32;
}
#menu .end a:visited, #menu .end a:active, #menu .end a:link {
	padding: 10px 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #972b38;
}
#menu .end a:hover {
	color: #FFFFFF;
}


/* Sub menu */
#menu li ul {
	display: none;
	width: 140px;
	height: auto;
	background-color: #FFFFFF;
	border: 0;
	position: absolute;
	padding: 0;
	margin: 0;
}

#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li.sfhover a:link, #menu li.sfhover a:active, #menu li.sfhover a:visited, #menu li:hover a:hover, #menu li.sfhover a:hover {
	color: #8e8044;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	background: top repeat-x url(/skin/images/menu-bg.gif);
}


#menu li li {
	padding: 8px 0;
	margin: 0 10px;
	float: none;
	background: none;
	height: auto;
	text-transform: none;
	font-weight: normal;
	border: 0;
}
#menu li li.endsub {
	background: none;
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	padding: 0 0 0 10px;
	background: left no-repeat url(/skin/images/menu-sub-icon.gif);
}
#menu li ul a:hover {
	color: #4985aa;
	text-decoration: underline;
}
#menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited, #menu li.sfhover ul a:link, #menu li.sfhover ul a:active, #menu li.sfhover ul a:visited, #menu li:hover ul a:hover, #menu li.sfhover ul a:hover {
	background: left no-repeat url(/skin/images/menu-sub-icon.gif);
}

/* CONTENT */
#content {
	background-color: #FFFFFF;
	border: 1px solid #b7b9bb;
	padding: 7px;
}
#content .textarea {
	padding: 0 10px;
}

/* Content left, panel right */
.content-left {
	float: left;
	width: 630px;
}
.content-right-panel {
	width: 320px;
	margin: 15px 0 0 655px;
}
.content-right-panel ul {
	list-style: none;
	margin: 5px 20px;
	padding: 0;
}
.content-right-panel li {
	margin: 0;
	padding: 4px 0 4px 10px;
	background: 0 11px no-repeat url(/skin/images/list-icon.gif);
	line-height: 18px;
	color: #bce0f2;
}


/* Content right, panel left */
.content-right {
	width: 600px;
	margin-left: 325px;
}
.content-left-panel {
	float: left;
	width: 310px;
	margin: 2px 0 0 0;
}
.content-left-panel ul {
	list-style: none;
	margin: 5px 20px;
	padding: 0;
}
.content-left-panel li {
	margin: 0;
	padding: 4px 0 4px 10px;
	background: 0 11px no-repeat url(/skin/images/list-icon.gif);
	line-height: 18px;
	color: #bce0f2;
}

/* Home Page Box Panels */
.box-panels {
	padding: 2px 0 0 0;
	margin-bottom: 2px;
	border: 1px solid #E0D39C;
	border-left: 0;
	border-right: 0;
}

/* General Box Panel Outer Container */
.panel-outer {
	width: 310px;
	margin-bottom: 2px;
}
/* Stack Panels */
.panel-stack {
	float: left;
}
/* Stack Panels - Add spacing between */
.panel-stack-mid {
	float: left;
	margin: 0 2px;
}

/* General Box Panel */
.box-panel {
	padding-bottom: 15px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
}
.box-panel a:link, .box-panel a:active, .box-panel a:visited {
	color: #FFFFFF;
}
.box-panel a:hover {
}
/* General Box Panel Heading */
.box-panel h3 {
	margin: 0;
	padding: 10px 0 0 13px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
/* General Box Panel Text Area */
.box-panel div.text {
	padding: 0 13px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}
/* General Box Panel Button */
.box-panel div.button {
	background: right no-repeat url(/skin/images/icon-arrows.gif);
	text-align: right;
	margin-right: 13px;
	padding-right: 15px;
}

.box-panel td img {
	display: inline;
}

/* Customised Box Panel Headings */
.box-special {
	background: #1e523f;
	color: #8ea89f;
}
.box-special p {
	color: #8ea89f;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 10px;
}
.box-special em {
	font-weight: bold;
	font-size: 16px;
	color: #8ea89f;
}
.box-special div.text {
	margin-top: 10px;
}
.box-book {
	background: #910a2b;
	color: #d39daa;
}
.box-book p {
	color: #d39daa;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 10px;
}



.box-faq, .box-contact, .box-news {
	background: #ab9e65;
	color: #ede4bc;
}
.box-faq p, .box-contact p, .box-news p {
	color: #ede4bc;
}
.box-contact ul, .box-news ul {
	list-style: none;
	margin: 5px 20px;
	padding: 0;
}
.box-contact li, .box-news li {
	margin: 0;
	padding: 4px 0 4px 10px;
	background: 0 11px no-repeat url(/skin/images/list-icon.gif);
	line-height: 18px;
	color: #ede4bc;
}


/* Accommodation Room Panels */
.room-panel {
	margin: 0 0 20px 0;
}
/* Room Panels - Text Area */
.room-panel div.text {
	margin-left: 280px;
}
/* Room Panels - Image */
.room-panel .image {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #d9d9d9;
}
.room-panel div.button {
	text-align: center;
}

.gallery {
	margin: 0 auto;
}
.gallery td {
	padding: 5px;
	text-align: center;
}
.gallery img {
	padding: 5px;
	border: 1px solid #d9d9d9;
}

/* Contact Form */
.contactform {
	width: 500px;
	margin: 15px 0;
}
.contactform th {
	width: 130px;
	border-bottom: 1px solid #cce3db;
	padding: 6px 8px 4px 8px;
	text-align: left;
	font-weight: normal;
	color: #444444;
	vertical-align: top;
}
.contactform td {
	border-bottom: 1px solid #cce3db;
	padding: 4px 8px;
	vertical-align: top;
}
.contactform input, .contactform select, .contactform textarea {
	width: 300px;
}
.contactform input.button {
	width: auto;
}

.testimonial {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #cce3db;
}

.error{
	font-size: 1em;
	padding: 5px 6px 6px 25px;
	color:#CD0A0A;
	background: #FEF8F6 url(/skin/images/icon-error.gif) no-repeat 6px 6px;
	border: 1px solid #CD0A0A;
	margin: 10px 0;
}
.warning{
	font-size: 1em;
	padding: 5px 6px 6px 25px;
	color:#000000;
	background: #ffffcc url(/skin/images/icon-warning.gif) no-repeat 6px 6px;
	border:2px solid #ffcc33;
	margin: 10px 0;
}
.notification{
	font-size: 1em;
	padding: 5px 6px 6px 25px;
	color:#69a13c;
	background: #fbf9ef url(/skin/images/icon-confirm.gif) no-repeat 6px 7px;
	border:1px solid #69a13c;
	margin: 10px 0;
}

/* FOOTER */
#footer {
	margin: 0;
	padding: 20px 0 30px 0;
	text-align: center;
	color: #6a6038;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #6a6038;
	text-decoration: underline;
	padding: 0 10px;
}
#footer a:hover {
	color: #6a6038;
	text-decoration: none;
}
#footer .tag {
	display: inline;
	vertical-align: middle;
	margin-bottom: 10px;
}
#footer .footer-newsletter {
	float: left;
	width: 400px;
	text-align: left;
}
#footer .footer-newsletter input {
	color: #4d4421;
	font-size: 11px;
	border: 1px solid #4d4421;
	padding: 4px;
}
#footer .footer-newsletter input.button {
	border: 1px solid #4d4421;
	background-color: #6a6038;
	color: #FFFFFF;
	padding: 3px;
}
#footer .footer-newsletter input.linkbutton{
	border: none;
	background: none;
	padding: 0;
}
#footer .footer-info {
	float: right;
}
#footer .footer-info a {
	padding: 0;
}

.entry {
	border-bottom: 1px dotted #b8b8b8;
	padding: 5px 0;
	margin-bottom: 10px;
}

.comment {
	padding: 5px 0;
	margin-bottom: 5px;
}

