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

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

img {
	border: 0;
}

form {
	margin: 0;
}
input, select, textarea {
	border: 1px solid #d1ccc9;
	padding: 2px 3px;
	background-color: #FFFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767474;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
}

h1 {
	background: top left no-repeat url(/skin/images/heading-bg-full.gif);
	padding: 5px 8px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0d914d;
	margin: 10px 0 5px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e97300;
	margin: 5px 0 12px 0;
}
h4 {
	font-size: 14px;
	margin-bottom: 0;
}

em {
	color: #999999;
}

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

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



.clearleft {
	clear: left;
}
.clearboth {
	clear: both;
	height: 1px;
  overflow: hidden;
}

#container {
	width: 857px;
	margin: 30px auto 0 auto;
}

/* HEADER */
#header {
	height: 270px;
	background: #FFFFFF top repeat-x url(/skin/images/header-bg.gif);
	border: 1px solid #e7e6e6;
	margin-bottom: 10px;
}
#header img {
	display: block;
}
.headerimage {
	float: right;
	width: 543px;
	padding-right: 4px;
}
.logo {
	float: left;
	width: 300px;
}

.search {
	color: #b8b8b8;
	margin-bottom: 15px;
}
.search input.button {
	vertical-align: middle;
	margin-bottom: 4px;
}

/* MENU */
#menu {
	margin: 9px 0 4px;
	padding: 0 20px;
	height: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #0d914d;
	border-bottom: 1px solid #0d914d;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
	height: 36px;
}

#menu li {
	float: left;
	list-style: none;
	height: 36px;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 11px 30px 12px 30px;
	color: #0d914d;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	color: #FFFFFF;
}
#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: #FFFFFF;
	background-color: #0d914d;
}


/* Sub menu */
#menu li ul {
	display: none;
	width: 140px;
	height: auto;
	background-color: #0d914d;
	border-top: 0;
	position: absolute;
	padding: 0;
	margin: 0;
}
#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}

#menu li li {
	padding: 8px 0;
	margin: 0 10px;
	float: none;
	background: none;
	height: auto;
	font-weight: normal;
	border-bottom: 1px solid #13a359;
}
#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;
	font-weight: bold;
	background: left no-repeat url(/skin/images/menu-sub-icon.gif);
}
#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 {
	color: #FFFFFF;
}
#menu li ul a:hover {
	color: #4985aa;
	text-decoration: underline;
}

/* CONTENT */
#content {
	margin: 0;
}


/* Content right, panel left */
.content-right {
	float: right;
	width: 548px;
	margin: 0;
	padding: 0;
}
.content-right .content-text {
	background-color: #FFFFFF;
	border: 1px solid #e7e6e6;
	border-top: 0;
	padding: 5px 21px 15px 21px;
	margin: 0 0 10px 0;
}

.content-left-panel {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}
.content-left-panel h3 {
	background: top left no-repeat url(/skin/images/heading-bg.gif);
	padding: 5px 8px;
	margin: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content-left-panel .text {
	background-color: #FFFFFF;
	border: 1px solid #e7e6e6;
	border-top: 0;
	padding: 15px;
	margin: 0 0 10px 0;
}
.content-left-panel em {
	font-size: 11px;
	font-style: normal;
}
.content-left-panel .bookingbutton {
	text-align: center;
	margin-top: 15px;
}

.content-left-panel ul {
	list-style: none;
	margin: 5px;
	padding: 0;
}
.content-left-panel li {
	margin: 10px 0;
	padding: 0;
}

.divider {
	margin: 20px 0 10px 0;
	height: 1px;
  overflow: hidden;
	border-bottom: 1px solid #e7e6e6;
}

/* Newsletter Panel */
.panel-newsletter {
	float: left;
	width: 245px;
}
.panel-newsletter input {
	vertical-align: middle;
}
.panel-newsletter input.linkbutton {
	width: auto;
	margin-top: 6px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #d1ccc9;
	background-color: #FFFFFF;
	color: #959595;
	font-size: 11px;
}

/* Search Panel */
.panel-search {
	float: right;
	width: 245px;
}
.panel-search input {
	vertical-align: middle;
}

/* Accommodation Room Panels */
.roomlist {
	margin: 20px 0 0 0;
}

/* Room Panels - Text Area */
.roomlist div.text {
	margin-left: 260px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
}

/* Room Panels - Image */
.roomlist .image {
	float: left;
	padding: 2px;
	border: 2px solid #ebebeb;
}


/* Testimonial */
.testimonial {
	border: 1px solid #eaeaea;
	padding: 10px;
	margin: 5px 0;
}


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

/* Contact Form */
.contactform {
	width: 442px;
}
.contactform th {
	width: 130px;
	border-bottom: 1px dotted #e9e9e9;
	padding: 6px 8px 4px 8px;
	text-align: left;
	font-weight: normal;
	color: #444444;
	vertical-align: top;
}
.contactform td {
	border-bottom: 1px dotted #e9e9e9;
	padding: 4px 8px;
	vertical-align: top;
}
.contactform input, .contactform select, .contactform textarea {
	width: 250px;
}
.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);
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	padding: 0 10px;
	line-height: 28px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer em {
	color: #FFFFFF;
	padding: 0 6px;
}
#footer .tags {
	color: #666666;
}
#footer .tags a:link, #footer .tags a:active, #footer .tags a:visited {
	color: #666666;
	text-decoration: none;
}
#footer .tags a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer .tags em {
	color: #666666;
	padding: 0 6px;
}
#footer .tag {
	margin-left: 10px;
	display: inline;
	vertical-align: middle;
}