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

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

img {
	border: 0;
}

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

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #f08034;
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
}
h2 {
	font-size: 16px;
	margin: 15px 0;
	color: #525252;
}
h3 {
	font-size: 14px;
	margin: 0;
	color: #3e3466;
	text-transform: uppercase;
}
h4 {
	font-size: 14px;
	margin-bottom: 0;
}

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

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

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

ol {
}
ol li {
	margin-bottom: 10px;
}

.clearleft {
	clear: left;
}

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

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

/* MENU */
#menu {
	float: right;
	border: 1px solid #746a9a;
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}

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

#menu li.end {
	background-color: #f08034;
}
#menu .end a:visited, #menu .end a:active, #menu .end a:link {
	padding: 10px 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#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: #322957;
	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 .contentimage {
	margin: 0 0 15px 35px;
	float: right;
}

/* 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 13px;
	background: 0 11px no-repeat url(/skin/images/icon-arrows.gif);
	line-height: 18px;
	color: #322957;
}


/* 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 13px;
	background: 0 11px no-repeat url(/skin/images/icon-arrows.gif);
	line-height: 18px;
	color: #322957;
}

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

/* General Box Panel Outer Container */
.panel-outer {
	width: 310px;
}
/* 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: 5px;
	background: bottom no-repeat url(/skin/images/panel-bottom.gif);
	min-height: 90px;
	height: auto !important;
	height: 90px;
	margin-bottom: 2px;
}
.box-panel, .box-panel p, .box-panel td {
	font-size: 11px;
}
.box-panel a:link, .box-panel a:active, .box-panel a:visited {
	color: #e7701f;
}
.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: #322957;
	font-family: Arial, Helvetica, sans-serif;
}
.box-panel h4 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 13px;
	font-size: 16px;
	text-decoration: underline;
	color: #292149;
}

/* General Box Panel Text Area */
.box-panel div.text {
	padding: 0 13px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}
/* 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: #e6e6e6 top right no-repeat url(/skin/images/panel-top-special.gif);
	color: #322957;
}
.box-special p {
}
.box-book {
	background: #f18c48 top right no-repeat url(/skin/images/panel-top-book.gif);
	color: #3c6e0d;
}
.box-book h3 {
	color: #FFFFFF;
}
.box-book h4 {
	color: #FFFFFF;
}
.box-book p {
}
.box-contact {
	background: #e6e6e6 top right no-repeat url(/skin/images/panel-top-contact.gif);
	color: #322957;
}
.box-contact p {
}
.box-contact ul {
	list-style: none;
	margin: 5px 20px;
	padding: 0;
}

.box-news {
	background: #e6e6e6 top right no-repeat url(/skin/images/panel-top-news.gif);
	color: #322957;
}
.box-news p {
}
.box-newsletter h3 {
	background: top center no-repeat url(/skin/images/panel-top-newsletter.gif);
}
.box-faq {
	background: #e6e6e6 top right no-repeat url(/skin/images/panel-top-faq.gif);
	color: #322957;
}


/* Accommodation Room Panels */
.room-panel {
	margin: 0 0 20px 0;
}
/* Room Panels - Text Area */
.room-panel div.text {
	margin-left: 260px;
}
/* Room Panels - Image */
.room-panel .image {
	float: left;
	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 #CECECE;
	padding: 6px 8px 4px 8px;
	text-align: left;
	font-weight: normal;
	color: #444444;
	vertical-align: top;
}
.contactform td {
	border-bottom: 1px solid #CECECE;
	padding: 4px 8px;
	vertical-align: top;
}
.contactform input, .contactform select, .contactform textarea {
	width: 300px;
}
.contactform input.button {
	width: auto;
}

.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: #656565;
	font-size: 11px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #656565;
	text-decoration: underline;
	padding: 0 10px;
}
#footer a:hover {
	color: #656565;
	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: #868686;
	font-size: 11px;
}
#footer .footer-newsletter input.button {
	border: 1px solid #b8b8b8;
	background-color: #e0e0e0;
	padding: 3px;
}
#footer .footer-info {
	float: right;
}
#footer .footer-info a {
	padding: 0;
}
#footer a.none:link, #footer a.none:active, #footer a.none:visited {
	text-decoration: none;
	cursor: text;
}
#footer a.none:hover {
	text-decoration: none;
	cursor: text;
}


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

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

