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

body {
	margin: 0;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

img {
	border: 0;
	display: block;
}

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

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #018dce;
	letter-spacing: -1px;
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #cecece;
}
h1.home {
	color: #181818;
	border: 0;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0;
	color: #0e70b1;
}
h3 {
	font-size: 16px;
	margin: 0;
	color: #525252;
	letter-spacing: -1px;
}
h4 {
	font-size: 14px;
	margin-bottom: 0;
}

em {
	color: #000000;
	font-style: normal;
}

a:link, a:active, a:visited {
	color: #095890;
	text-decoration: underline;
}
a:hover {
	color: #095890;
	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;
}

.clearleft {
	clear: left;
}

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

/* HEADER */
#header {
	background: top repeat-x url(/skin/images/header-bg.gif);
	padding-top: 23px;
}
.headerimage {
	clear: both;
}
.logo {
	float: left;
}
.search {
	height: 33px;
	width: 300px;
	color: #b8b8b8;
	text-align: right;
	padding-right: 10px;
	margin-left: 430px;
}
.search input.button {
	vertical-align: middle;
	margin-bottom: 4px;
}
.menuarea {
	float: right;
}

/* MENU */
#menu {
	height: 46px;
	float: right;
}
#menu .menu-start {
	float: left;
	width: 4px;
	height: 46px;
	background: top left no-repeat url(/skin/images/menu-start.gif);
}
#menu .menu-mid {
	float: left;
	height: 46px;
	background: top repeat-x url(/skin/images/menu-bg.gif);
}
#menu .menu-end {
	float: left;
	width: 5px;
	height: 46px;
	background: top right no-repeat url(/skin/images/menu-end.gif);
}
#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	display: inline;
}

#menu li {
	float: left;
	list-style: none;
	height: 45px;
	background: right no-repeat url(/skin/images/menu-divider.gif);
	text-transform: uppercase;
	font-weight: bold;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 18px 14px 12px 14px;
	color: #626262;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	color: #4985aa;
}

#menu .end {
	background: top repeat-x url(/skin/images/menu-bg-alt.gif);
}
#menu .end a:visited, #menu .end a:active, #menu .end a:link {
	padding: 18px 14px 12px 14px;
	color: #eb0000;
	text-decoration: none;
	display: block;
}
#menu .end a:hover {
	color: #3b8235;
}


/* Sub menu */
#menu li ul {
	display: none;
	width: 140px;
	height: auto;
	background-color: #ededed;
	border: 1px solid #c1c1c1;
	border-top: 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 {
	color: #4985aa;
}


#menu li li {
	padding: 8px 0;
	margin: 0 10px;
	float: none;
	background: none;
	height: auto;
	text-transform: none;
	font-weight: normal;
	background: bottom repeat-x url(/skin/images/menu-sub-divider.gif);
}
#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;
}

/* CONTENT */
#content {
}

/* 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;
}


/* Content right, panel left */
.content-right {
	width: 630px;
	margin-left: 355px;
}
.content-left-panel {
	float: left;
	width: 320px;
	margin: 15px 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;
}

/* Home Page Box Panels */
.box-panels {
	margin-top: 20px;
}

/* General Box Panel Outer Container */
.panel-outer {
	width: 320px;
	background: center repeat-y url(/skin/images/panel-bg.gif);
}
/* Stack Panels */
.panel-stack {
	float: left;
}
/* Stack Panels - Add spacing between */
.panel-stack-mid {
	float: left;
	margin: 0 8px;
}

/* General Box Panel */
.box-panel {
	padding-bottom: 15px;
	background: bottom no-repeat url(/skin/images/panel-bottom.gif);
	min-height: 210px;
	height: auto !important;
	height: 210px;
}
/* General Box Panel Heading */
.box-panel h3 {
	height: 32px;
	margin: 0;
	padding: 17px 18px 0 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #444444;
}
/* General Box Panel Text Area */
.box-panel div.text {
	padding: 10px 20px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
}
/* General Box Panel Button */
.box-panel div.button {
	margin-left: 230px;
}

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

/* Customised Box Panel Headings */
.box-special h3 {
	background: top center no-repeat url(/skin/images/panel-top-special.gif);
	color: #ffa309;
}
.box-book h3 {
	background: top center no-repeat url(/skin/images/panel-top-book.gif);
	color: #eb0000;
}
.box-contact h3 {
	background: top center no-repeat url(/skin/images/panel-top-contact.gif);
	color: #198ed1;
}
.box-news h3 {
	background: top center no-repeat url(/skin/images/panel-top-news.gif);
}
.box-newsletter h3 {
	background: top center no-repeat url(/skin/images/panel-top-newsletter.gif);
}
.box-faq h3 {
	background: top center no-repeat url(/skin/images/panel-top-faq.gif);
}

/* Accommodation Room Panels */
.room-panels {
	margin: 20px 0;
}
.room-panels td {
	vertical-align: top;
	width: 460px;
	padding: 10px;
}
/* Room Panels - Text Area */
.room-panels div.text {
	margin-left: 280px;
	width: 180px;
}
/* Room Panels - List Style */
.room-panels ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.room-panels li {
	margin: 0;
	padding: 4px 0 4px 10px;
	background: 0 11px no-repeat url(/skin/images/list-icon.gif);
	border-bottom: 1px dashed #d9d9d9;
	line-height: 18px;
}
/* Room Panels - Image */
.room-panels .image {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #d9d9d9;
}
.room-panels div.button {
	margin-left: 50px;
}

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

/* Contact Form */
.contactform {
	width: 500px;
	margin: 15px 0;
}
.contactform th {
	width: 130px;
	background: bottom repeat-x url(/skin/images/bg-fade.gif);
	border-bottom: 1px solid #e9e9e9;
	padding: 6px 8px 4px 8px;
	text-align: left;
	font-weight: normal;
	color: #444444;
	vertical-align: top;
}
.contactform td {
	background: bottom repeat-x url(/skin/images/bg-fade.gif);
	border-bottom: 1px solid #e9e9e9;
	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 {
	background: top repeat-x url(/skin/images/footer-bg.gif);
	padding: 30px 0;
	margin-top: 30px;
	text-align: center;
	color: #656565;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #910a2b;
	text-decoration: underline;
	padding: 0 10px;
}
#footer a:hover {
	color: #910a2b;
	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 #FFFFFF;
	background-color: #c3292e;
	color: #FFFFFF;
	padding: 3px;
}
#footer .footer-newsletter input.buttonalt {
	border: 1px solid #938446;
	background-color: #cabc80;
	color: #938446;
	padding: 3px;
}
#footer .footer-info {
	float: right;
}
#footer .footer-info a:link, #footer .footer-info a:active, #footer .footer-info a:visited {
	padding: 0;
}
#footer a.none:link, #footer a.none:active, #footer a.none:visited {
	color: #656565;	
	text-decoration: none;
	cursor: text;
}
#footer a.none:hover {
	color: #656565;
	text-decoration: none;
	cursor: text;
}


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

#book-attractions {
	background-color: #FFFFFF;
}
