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

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

img {
	border: 0;
}

form {
	margin: 0;
}
input, select, textarea {
	border: 1px solid #a0a0a0;
	padding: 2px 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
	vertical-align: middle;
}
h1 {
	font-size: 22px;
	color: #da7e2b;
	margin: 10px 0 5px 0;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	margin: 10px 0;
	color: #00467f;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #00467f;
	text-transform: uppercase;	
}
h4 {
	font-size: 14px;
	margin: 0;
	color: #00467f;
}

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

a:link, a:active, a:visited {
	color: #00467f;
	text-decoration: underline;
}
a:hover {
	color: #00467f;
	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;
}
.clearboth {
	clear: both;
	height: 1px;
  overflow: hidden;
}

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

/* HEADER */
#header {
	height: 86px;
	padding-top: 14px;
}
.logo {
	float: left;
	width: 240px;
}
.bookbutton {
	background: top right no-repeat url(/skin/images/tab-booknow.gif);
	width: 135px;
	height: 25px;
	margin: 56px 0 0 758px;
	padding-top: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.bookbutton a:link, .bookbutton a:active, .bookbutton a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.bookbutton a:hover {
	color: #000000;
}

/* MENU */
#menu {
	font-size: 12px;
	margin: 20px 7px 20px 7px;
}
#menu ul {
	width: 226px;
	float: left;
	margin: 0;
	padding: 0;
}
#menu li {
	position: relative;
	float: left;
	width: 226px;
	background: left bottom no-repeat url(/skin/images/menu-bg-list.gif);
	list-style: none;
}
#menu a:visited, #menu a:active, #menu a:link {
	display: block;
	width: 186px;
	background: left no-repeat url(/skin/images/menu-bg.gif);
	color: #696a6c;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px 10px 4px 30px;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: #00467f left no-repeat url(/skin/images/menu-bg-hover.gif);
}


/* Sub menu */
#menu li ul {
	display: none;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #00467f;
	position: absolute;
	padding: 0;
	margin: -23px 0 0 225px;
}
#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: #FFFFFF;
	background: #00467f left no-repeat url(/skin/images/menu-bg-hover.gif);
	font-weight: bold;
}
#menu li:hover a:hover, #menu li.sfhover a:hover {
	color: #FFFFFF;
	background: #00467f left no-repeat url(/skin/images/menu-bg-hover.gif);
}

/* Sub menu */
#menu li:hover li a:link, #menu li:hover li a:active, #menu li:hover li a:visited, #menu li.sfhover li a:link, #menu li.sfhover li a:active, #menu li.sfhover li a:visited {
	color: #696a6c;
	background: left no-repeat url(/skin/images/menu-bg.gif);
	font-weight: normal;
}
#menu li:hover li a:hover, #menu li.sfhover li a:hover {
	color: #FFFFFF;
	background: #00467f left no-repeat url(/skin/images/menu-bg-hover.gif);
	font-weight: bold;
}


/* CONTENT */
#content {
	clear: both;
}

.headerimage {
	width: 644px;
	height: 289px;
	background: top center no-repeat url(/skin/images/headerimage-bg.gif);
	padding: 3px 9px 10px 7px;
}
.headerimage img {
	display: block;
}

/* Content right, panel left */
.content-right {
	width: 660px;
	margin-left: 246px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
}
.content-left-panel {
	float: left;
	background: top left no-repeat url(/skin/images/sidepanel-bg.gif);
	width: 240px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	margin: 0;
	padding: 0;
}
.content-left-panel h3 {
	color: #FFFFFF;
	background: top left no-repeat url(/skin/images/heading-bg.gif);
	padding: 3px 8px;
	margin: 0 7px;
}
.content-left-panel .text {
	padding: 0 15px;
	margin-bottom: 15px;
}

.content-left-panel .text ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.content-left-panel .text li {
	margin: 0;
	padding: 4px 0 4px 10px;
	background: 0 11px no-repeat url(/skin/images/list-icon.gif);
	border-bottom: 1px solid #F2F2F2;
	line-height: 18px;
}

.content-text {
	padding: 0 15px;
}

.panel {
	margin-top: 15px;
	padding: 0 15px 29px 15px;
	background: bottom left no-repeat url(/skin/images/panel-bottom.gif);
}
.search input.button {
	vertical-align: middle;
	margin-bottom: 2px;
}


/* Accommodation Room Panels */
.room-panel {
	margin: 20px 0;
	min-height: 180px;
	height: auto !important;
	height: 180px;
}
/* Room Panels - Text Area */
.room-panel div.text {
	margin-left: 260px;
	width: 280px;
}
/* Room Panels - List Style */
.room-panel ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.room-panel 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-panel .image {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #d9d9d9;
}
.room-panel div.button {
	margin-left: 50px;
}

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

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

/* Contact Form */
.contactform {
	width: 500px;
}
.contactform th {
	width: 130px;
	border-bottom: 1px solid #ECECEC;
	padding: 6px 8px 4px 8px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.contactform td {
	border-bottom: 1px solid #ECECEC;
	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-color: #eaeaea;
	padding: 15px 0;
	margin-top: 30px;
	color: #999999;
}
#footer .container {
	background: top left repeat-y url(/skin/images/footer-div.gif);
	width: 906px;
	margin: 0 auto;
}
#footer .col1 {
	float: left;
	width: 216px;
	padding: 0 15px 0 9px;
	color: #000000;
}
#footer .col2 {
	width: 301px;
	margin: 0 319px 0 246px;
	padding: 0 15px 0 9px;
	color: #000000;
}
#footer .col3 {
	float: right;
	width: 301px;
	padding: 0 15px 0 9px;
	color: #000000;
}
#footer .col1 p, #footer .col2 p, #footer .col3 p, #footer .col1 td, #footer .col2 td, #footer .col3 td {
	color: #000000;
}
#footer .tags {
	text-align: center;
	margin-top: 15px;
	line-height: 22px;
}
#footer .tags a:link, #footer .tags a:active, #footer .tags a:visited {
	color: #999999;
	text-decoration: underline;
	padding: 0 10px;
}
#footer .tags a:hover {
	color: #999999;
	text-decoration: none;
}
/* iLaunch tag */
#footer .tag {
	display: inline;
	vertical-align: middle;
}

#footer input.linkbutton {
	border: 0;
	border-bottom: 1px solid #999999;
	color: #999999;
	background-color: #EAEAEA;
	padding: 0;
}


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

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

