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

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

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: #868686;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
	vertical-align: middle;
}
h1 {
	font-size: 22px;
	color: #3483c6;
	margin: 10px 0 5px 0;
	padding-bottom: 6px;
	font-weight: normal;
	border-bottom: 1px solid #bdd3e6;
}
h2 {
	font-size: 14px;
	margin: 15px 0 10px 0;
	color: #62a90d;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #307897;
}
h4 {
	font-size: 14px;
	margin: 0;
	color: #d3b752;
}

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

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

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

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

#container {
	width: 950px;
	margin: 25px auto;
	border: 1px solid #205eaa;
	background-color: #FFFFFF;
}

/* HEADER */
#header {
}
.logo {
}
.logo img {
	display: block;
}

/* MENU */
#menu {
	margin: 10px;
	padding: 0 10px;
	height: 34px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #205eaa;
	background: #205eaa top repeat-x url(../images/menu-bg.gif);
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
	height: 34px;
}

#menu li {
	float: left;
	list-style: none;
	height: 34px;
	background: right no-repeat url(../images/menu-div.gif);
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 10px 27px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#menu a:hover, #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 {
	background-color: #205eaa;
	color: #FFFFFF;
}


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

#menu li li {
	padding: 0;
	margin: 0;
	float: none;
	background: none;
	height: auto;
	font-weight: normal;
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	padding: 4px 10px 4px 20px;
	color: #FFFFFF;
	background: 8px 9px no-repeat url(../images/menu-bg-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;
	background: 8px 9px no-repeat url(../images/menu-bg-icon.gif);
}
#menu li ul a:hover, #menu li:hover ul a:hover, #menu li.sfhover ul a:hover {
	color: #FFFFFF;
	background: #3c8aea 8px 9px no-repeat url(../images/menu-bg-icon-over.gif);
}


/* Special box */
.specialpanel {
	float: left;
	position: relative;
	width: 305px;
	margin: 7px 0 20px 0;
	padding: 10px 10px 5px 10px;
	border: 1px solid #62a90d;
	background: #6eb01f top repeat-x url(../images/panel-bg.gif);
	min-height: 165px;
	height: auto !important;
	height: 165px;
	font-family: Arial, Helvetica, sans-serif;
}
.specialpanel h3 {
	background: bottom left repeat-x url(../images/panel-heading-border.gif);
	padding-bottom: 8px;
	margin: 0;
	color: #62a90d;
}
/* Book box */
.bookpanel {
	float: left;
	width: 305px;
	margin: 7px 0 20px 5px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #62a90d;
	background: #6eb01f top repeat-x url(../images/panel-bg.gif);
	min-height: 165px;
	height: auto !important;
	height: 165px;
	font-family: Arial, Helvetica, sans-serif;
}
.bookpanel h3 {
	background: bottom left repeat-x url(../images/panel-heading-border.gif);
	padding-bottom: 8px;
	margin: 0;
	color: #62a90d;
}


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

/* Content right, panel left */
.content-right {
	width: 660px;
	margin-left: 280px;
}
.content-left-panel {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}
.content-left-panel td, .content-left-panel p {
	font-size: 11px;
}
.content-left-panel h3 {
	color: #FFFFFF;
	background-color: #1e5ca9;
	border: 4px solid #FFFFFF;
	padding: 3px 8px;
	margin: 0 10px;
}

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

.content-text {
	padding: 0 0 15px 0;
}
.content-text, .content-text p {
	line-height: 20px;
}
.content-text th {
	text-align: left;
}

.panel {
	margin: 0 10px 10px 10px;
	background-color: #FFFFFF;
	padding: 0 14px 8px 14px;
}
.search input.button {
	vertical-align: middle;
	margin-bottom: 2px;
}




/* Accommodation Room Panels */
.room-panel {
	margin: 20px 0;
	padding-bottom: 20px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	border-bottom: 1px solid #d9d9d9;
}
/* 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(../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(../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(../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(../images/icon-confirm.gif) no-repeat 6px 7px;
	border:1px solid #69a13c;
	margin: 10px 0;
}

.details {
	clear: left;
	background-color: #FFFFFF;
	padding: 25px 0 15px 0;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}

/* FOOTER */
#footer {
	width: 950px;
	text-align: center;
	margin: 0 auto 10px auto;
	color: #89b8de;
	font-size: 11px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #89b8de;
	text-decoration: underline;
	padding: 0 8px;
}
#footer a:hover {
	color: #89b8de;
	text-decoration: none;
}
#footer a.link:link, #footer a.link:active, #footer a.link:visited {
	color: #89b8de;
	text-decoration: none;
	padding: 0;
	cursor: text;
}
#footer a.link:hover {
	color: #89b8de;
	text-decoration: none;
}
#footer .tags {
	margin-top: 15px;
	line-height: 22px;
	font-size: 10px;
	color: #89b8de;
}
#footer .tags a {
	padding: 0;
	text-decoration: none;
}
/* iLaunch tag */
#footer .tag {
	display: inline;
	vertical-align: middle;
}

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

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


