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

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

img {
	border: 0;
}

form {
	margin: 0;
}
input, select, textarea {
	background: top repeat-x url(/skin/images/input-bg.gif);
	border: 0;
	padding: 3px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

h1 {
	margin-top: 0;
	font-size: 24px;
	color: #06437e;
}
h2 {
	font-size: 16px;
	color: #0092e7;
	margin: 20px 0 0 0;
}
h2.alt {
	margin: 0;
	font-size: 24px;
	color: #06437e;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #06437e;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #06437e;
	margin: 0;
}
h3.alt {
	color: #333333;
	font-size: 20px;
	font-style: italic;
	padding-bottom: 9px;
	border-bottom: 1px solid #b2b2b2;
	margin-top: 20px;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #06437e;
}
h4 {
}
p {
	margin-top: 5px;
}

a:link, a:active, a:visited {
	color: #0092e7;
	text-decoration: underline;
}
a:hover {
	color: #0092e7;
	text-decoration: none;
}
a.link:link, a.link:active, a.link:visited {
	color: #333333;
	text-decoration: none;
	cursor: text;
}
a.link:hover {
	color: #333333;
	text-decoration: none;
}

.notification {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-notification.png);
	border: 2px solid #6DC361;
	color: #6b6b6b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.warning {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-warning.png);
	border: 2px solid #bcbcbc;
	color: #6b6b6b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.error {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-error.png);
	border: 2px solid #EA6B58;
	color: #6b6b6b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}



/* FLOAT CLEARING */
.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearright {
	clear: right;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* Container with repeating shoreline */
#container-outer-bg {
	background: top center repeat-x url(/skin/images/container-outer-bg.jpg);
}
/* Container with shoreline / flower print */
/*#container-outer {
	background: top center no-repeat url(/skin/images/container-outer.jpg);
}
*/
/* Container */
#container {
	width: 950px;
	margin: 0 auto;
}

/* Main Menu */
#menu {
	height: 39px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 13px 16px 12px 17px;
	color: #5ecbf7;
	text-decoration: none;
	display: block;
	margin-right: 1px;
}
#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: 0;
	background: #0b6ca5;
}

#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}
#menu li.active a:link, #menu li.active a:active, #menu li.active a:visited {
	background: #0b6ca5 top repeat-x url(/skin/images/menu-bg-hover.gif);
}
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li:hover a:hover,
#menu li.sfhover a:link, #menu li.sfhover a:active, #menu li.sfhover a:visited, #menu li.sfhover a:hover {
	color: #FFFFFF;
	background: #0b6ca5 top repeat-x url(/skin/images/menu-bg-hover.gif);
}
#menu li li {
	padding: 0;
	margin: 0;
	float: none;
	height: auto;
	text-transform: none;
	font-weight: normal;
	border: 0;
	background: none;
}
#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: #042946;
}
/* Alternate menu option */
#menu li.alt {
	background: #f67300 top repeat-x url(/skin/images/menu-bg-alt.gif);
}
#menu li.alt a {
	color: #FFFFFF;
}

/* Logo */
.logo {
	margin: 18px 0 16px 0;
	text-align: center;
}

/* Feature image */
.featureimage {
	width: 914px;
	background: top center no-repeat url(/skin/images/featureimage.png);
	margin: 0 auto 10px auto;
	padding: 13px 13px 29px 13px;
}

/* Content */
#content {
	line-height: 22px;
}
.content {
	background: center repeat-y url(/skin/images/content-bg.png);
	padding: 5px;
	min-height: 480px;
  height: auto !important;
  height: 480px;
}
.content-top {
	background: center no-repeat url(/skin/images/content-top.png);
	overflow: hidden;
	height: 13px;
}
.content-bottom {
	background: center no-repeat url(/skin/images/content-bottom.png);
	overflow: hidden;
	height: 18px;
}
#content .left {
	float: left;
	width: 650px;
	padding: 0 20px;
}
#content .right {
	float: right;
	width: 250px;
}

/* PANEL */
.panel {
	margin: 0 auto 15px auto;
}
.panel input, .panel select {
	width: 170px;
}
.panel .button {
	margin-top: 5px;
	text-align: center;
}
.panel .button input {
	width: auto;
}

/* Panel - Search */
.panel.search {
	padding: 0 25px 0 12px;
	color: #555555;
	text-align: center;
}
.panel.search h3 {
	text-align: left;
	margin-bottom: 10px;
}
.panel.search input {
	width: 140px;
	border: 1px solid #bbbbbb;
	color: #666666;
}
.panel.search .button {
	width: auto;
	border: 0;
	vertical-align: middle;
	margin-bottom: 6px;
}

/* Panel - Social Media */
.panel.socialmedia {
	width: 90px;
	background: top left no-repeat url(/skin/images/panel-socialmedia.gif);
	padding: 5px 0 5px 130px;
	line-height: 22px;
}
.panel.socialmedia img {
	margin-right: 5px;
}


/* Panel - Book Online */
.panel.bookonline {
	width: 179px;
	background: top center no-repeat url(/skin/images/panel-bookonline.gif);
	padding: 35px 20px 9px 20px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Panel - Newsletter Subscription */
.panel.newsletter {
	width: 181px;
	background: top center no-repeat url(/skin/images/panel-newsletter.gif);
	padding: 32px 19px 9px 19px;
	line-height: normal;
}

/* Panel - Special Offers */
.panel.special {
	width: 189px;
	background: top center no-repeat url(/skin/images/panel-specialoffers.gif);
	margin-bottom: 15px;
	padding: 35px 15px 0 15px;
	line-height: 16px;
	font-size: 12px;
	color: #FFFFFF;
  min-height: 212px;
  height: auto !important;
  height: 212px;
}
.panel.special p {
	color: #FFFFFF;
}
.panel.special .thumb {
	border: 3px solid #FFFFFF;
	display: block;
	margin: 0 auto 10px auto;
}
.panel.special a {
	color: #06437e;
}

/* Panel - Blog */
.panel.blog {
	padding: 0 25px 0 12px;
	color: #555555;
}
.panel.blog a:link, .panel.blog a:active, .panel.blog a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #06437e;
	text-decoration: none;
}
.panel.blog a:hover {
	text-decoration: underline;
}
.panel.blog a.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0092e7;
}
.panel.blog .text-light {
	color: #888888;
	margin: 3px 0;
}
.panel.blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.panel.blog 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.blog li em {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.panel.blog .more-link {
	text-align: right;
}

a.rss {
	display: block;
	padding: 9px 0 9px 30px;
	color: #f78f40;
	text-decoration: none;
	background: left no-repeat url(/skin/images/icon-rss.png);
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 10px;
}


/* Panel - Contact */
.panel.contact {
	width: 219px;
}
.panel.contact p {
	margin: 0;
}
.panel.contact ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.panel.contact li {
	margin: 0;
	padding-left: 25px;
}
.panel.contact .phone {
	background: left no-repeat url(/skin/images/icon-phone.gif);
}
.panel.contact .fax {
	background: left no-repeat url(/skin/images/icon-fax.gif);
}
.panel.contact .email {
	background: left no-repeat url(/skin/images/icon-email.gif);
}

/* Photo Gallery / Album Panel */
.gallery {
	margin: 5px auto;
}
.gallery td {
	width: 200px;
	padding: 0 8px 20px 8px;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
	vertical-align: top;
}
.gallery strong {
	font-size: 12px;
	color: #0092e7;
}
.gallery img {
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
}
.gallery .thumb {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: bottom center no-repeat url(/skin/images/photo-bg.gif);
}

/* Google Map Panel */
.map {
	padding-bottom: 9px;
	background: bottom center no-repeat url(/skin/images/map-bg.gif);
}
.map iframe {
	padding: 7px;
	border: 1px solid #e5e5e5;
}

/* FORM - Standard forms, eg. Enquiry */
.form {
	margin: 15px auto;
}
.form th {
	width: 140px;
	padding: 5px 10px 5px 5px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #e7e4e4;
}
.form td {
	width: 430px;
	padding: 5px 50px 5px 5px;
	border-bottom: 1px solid #e7e4e4;
	color: #999999;
}
.form td em {
	font-size: 11px;
	font-style: normal;
}
.form td.required {
	background: 450px 7px no-repeat url(/skin/images/icon-required.png);
}
.form input, .form textarea {
	width: 415px;
	border: 1px solid #bbbbbb;
	color: #666666;
}
.form input.button {
	width: auto;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* Rooms Listing */
.rooms {
	margin: 5px auto;
}
.rooms td {
	width: 300px;
	padding: 0 13px 30px 13px;
	line-height: 16px;
	vertical-align: top;
}
.rooms h3 {
	font-size: 12px;
	color: #0092e7;
}
.rooms p {
	font-size: 11px;
	color: #555555;
}
.rooms img {
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
}
.rooms .image {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: bottom right no-repeat url(/skin/images/photo-bg.gif);
}
.rooms .button {
	padding: 0;
	border: 0;
	text-align: right;
}

/* Testmonials / Blog comments */
.testimonial {
	background: top left no-repeat url(/skin/images/icon-blockquote.png);
	margin: 10px 0;
	padding: 5px 0 10px 55px;
	border-bottom: 1px solid #e5e5e5;
}

/* News / Blog Article image*/
.article-image {
	float: right;
	margin: 0 0 10px 10px;
	padding-bottom: 10px;
	background: bottom right no-repeat url(/skin/images/photo-bg.gif);
}
.article-image img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
}

/* FAQ */
.faq {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #e5e5e5;
}

/* Blog */
.entry {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #e5e5e5;
}
.entry em {
	color: #999999;
}

/* Tariffs Table */
.tariffs-table {
	border-collapse: collapse;
	margin: 10px 0;
}
.tariffs-table th {
	padding: 3px 6px;
	font-size: 11px;
	line-height: normal;
	text-align: left;
	font-weight: normal;
	border: 1px solid #FFFFFF;
}
.tariffs-table td {
	padding: 3px;
	font-size: 11px;
	line-height: normal;
	text-align: center;
	border: 1px solid #FFFFFF;
}





/* Footer - full width */
#footer {
	background: #3e2615 top repeat-x url(/skin/images/footer-bg.gif);
	font-size: 11px;
	color: #bbb2ac;
	margin-top: 25px;
	padding: 10px 0;
	line-height: 22px;
	text-align: center;
}
#footer .container {
	width: 940px;
	margin: 0 auto;
}
/*#footer .left {
	width: 270px;
	float: left;
}
#footer .right {
	width: 660px;
	float: right;
	text-align: right;
}*/
#footer em {
	padding: 0 5px;
	color: #bbb2ac;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #bbb2ac;
	text-decoration: none;
}
#footer a:hover {
	color: #03ade6;
	text-decoration: none;
}
#footer .tag {
	padding: 5px 60px 5px 0;
	background: right no-repeat url(/skin/images/etourism-white-75.png);
}

.vcard {
	margin-top: 10px;
	text-align: center;
}
