@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
}
body, th, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
}

img {
	border: 0;
}

form {
	margin: 0;
}
input, select, textarea {
	border: 1px solid #b1d8e7;
	padding: 3px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #2f33af;
	letter-spacing: 1px;
	margin: 15px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #e8e9ff;
}
h2 {
	margin: 15px 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #dd8021;
}
h3 {
	margin: 15px 0;
	font-size: 16px;
	font-weight: bold;
	color: #636363;
	padding-bottom: 5px;
	border-bottom: 1px solid #bbbbbb;
}
h3 em {
	float: right;
	margin-top: 3px;
	vertical-align: middle;
}
h4 {
	font-size: 14px;
	margin-bottom: 0;
}

a:link, a:active, a:visited {
	color: #00aeef;
	text-decoration: underline;
}
a:hover {
	color: #00aeef;
	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;
}

/* FLOAT CLEARING */
.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearright {
	clear: right;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}


#container {
	width: 940px;
	margin: 0 auto;
}

/* HEADER */
#header {
}
.headerimage {
	padding-bottom: 3px;
	border-bottom: 3px;
}
.headerimage img {
	display: block;
}
.logo {
	width: 450px;
	float: left;
}
.logo img {
	display: block;
}

.booking-search {
	width: 480px;
	float: right;
	padding-top: 40px;
	color: #636363
}
.booking-search table {
	width: 100%;
	margin-top: 5px;
}
.booking-search em {
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
	font-style: normal;l
}
.booking-search th {
}
.booking-search td {
	padding-right: 6px;
}

.booking-banner {
	text-align: center;
}

.divider {
	background: top repeat-x url(/skin/images/div.gif);
	line-height: 2px;
	height: 2px;
}


.search {
	width: 300px;
	color: #123628;
	text-align: right;
	padding: 10px 0 15px 0;
	margin: 20px 0 15px 320px;
}
.search input {
	border: 1px solid #3d7599;
	background-color: #e3ecf2;
	font-family: Arial, Helvetica, sans-serif;
	color: #085587;
	width: 200px;
}
.search input.button {
	vertical-align: middle;
	margin-bottom: 3px;
	border: 0;
	width: auto;
}

/* MENU */
#menu {
	background: top repeat-x url(/skin/images/menu-bg.gif);
	height: 32px;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#menu li {
	float: left;
	list-style: none;
	text-transform: uppercase;
	padding-left: 2px;
	letter-spacing: 2px;
	font-size: 11px;
	margin: 0 16px;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 6px 8px 12px 8px;
	color: #d7d7d7;
	text-decoration: none;
	display: block;
	
}
#menu a:hover {
	color: #FFFFFF;
}



/* Sub menu */
#menu li ul {
	display: none;
	width: 170px;
	height: auto;
	border: 0;
	position: absolute;
	padding: 10px 0 5px 0;
	margin: -5px 0 0 0;
	background: #2f33af top repeat-x url(/skin/images/menu-sub-bg.gif);
}

#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: #FFFFFF;
	background: bottom repeat-x url(/skin/images/menu-sub-bg.gif);
}


#menu li li {
	padding: 0;
	margin: 0;
	float: none;
	height: auto;
	text-transform: none;
	font-weight: normal;
	border: 0;
	background: none;
	letter-spacing: 0.75px;
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	padding: 5px 15px;
	margin: 0;
}
#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{
	background: none;
}
#menu li ul a:hover, #menu li:hover ul a:hover, #menu li.sfhover ul a:hover {
	background-color: #383dca;
}



/* CONTENT */
#content {
	margin-bottom: 15px;
}

/* Content left, panel right */
.content-left {
	float: left;
	width: 620px;
}
.content-right-panel {
	float: right;
	width: 300px;
}

.content-left, .content-left p {
	line-height: 20px;
}
.content-left em {
	font-size: 13px;
	color: #2f33af;
	font-style: normal;
	font-weight: bold;
}
.content-left .grid {
	border-collapse: collapse;
}
.content-left .grid td, .content-left .grid th {
	border: 1px solid #e8e9ff;
	padding: 3px 6px;
}


/* Panel Styles */
.panel {
	margin-bottom: 50px;
}
.panel a:link, .panel a:active, .panel a:visited {
	text-decoration: none;
}
.panel a:hover {
	text-decoration: underline;
}
.panel .text-light {
	color: #888888;
}
.panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.panel li {
	margin: 8px 0;
	padding: 4px 0 12px 0;
	line-height: 16px;
	font-size: 11px;
	background: bottom repeat-x url(/skin/images/div-dot.gif);
}
.panel li em {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.panel .more-link {
	text-align: right;
}


/* Accommodation Room Panels */
.room {
	margin: 15px 0;
}
.room div.button {
	text-align: right;
}

.gallery {
	margin: 0 auto;
}
.gallery td {
	width: 170px;
	padding: 10px;
	text-align: center;
	line-height: normal;
	font-size: 11px;
	vertical-align: top;
}
.gallery img {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #d9d9d9;
}

/* Contact Form */
.form {
	margin: 15px auto;
}
.form th {
	width: 130px;
	border-bottom: 1px solid #e8e9ff;
	padding: 6px 8px 4px 8px;
	text-align: left;
	font-weight: normal;
	color: #444444;
	vertical-align: top;
}
.form td {
	width: 315px;
	border-bottom: 1px solid #e8e9ff;
	padding: 4px 30px 4px 8px;
	vertical-align: top;
	font-size: 12px;
}
.form td.required {
	background: #fafafa 330px 4px no-repeat url(/skin/images/icon-required.png);
}
.form td em {
	font-size: 11px;
	font-weight: normal;
	color: #888888;
}
.form input, .form select, .form textarea {
	width: 300px;
}
.form input.button {
	width: auto;
}


.testimonial {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #cce3db;
}
.testimonial em {
	margin-right: 10px;
}

.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: 10px 0;
	text-align: center;
	color: #898989;
	font-size: 10px;
	border-top: 1px solid #b2b2b2;
	letter-spacing: 0.5px;
}
#footer em {
	padding: 0 6px;
	color: #898989;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #898989;
	text-decoration: none;
}
#footer a:hover {
	color: #898989;
	text-decoration: underline;
}
#footer .tag {
	display: inline;
	vertical-align: middle;
	margin: 0 0 10px 6px;
}





.entry {
	border-bottom: 1px dotted #b8b8b8;
	padding: 5px 0;
	margin-bottom: 10px;
}

.comment {
	padding: 5px 0;
	margin-bottom: 5px;
}

