@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Gotham Medium';
	src: url('/skin/fonts/gotham-medium-webfont.eot');
	src: local('☺'), url('/skin/fonts/gotham-medium-webfont.woff') format('woff'), url('/skin/fonts/gotham-medium-webfont.ttf') format('/skin/fonts/truetype')/*, url('/skin/fonts/gotham-medium-webfont.svg#webfontsdGgdU5k') format('svg')*/;
}

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: #666666;
}

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 {
	font-family: "Gotham Medium", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #51a6ef;
	margin-top: 0;
	font-weight: bold;
}
h2 {
	font-family: "Gotham Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #51a6ef;
	margin: 18px 0;
	font-weight: normal;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #51a6ef;
}
h3 {
	font-family: "Gotham Medium", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	margin: 16px 0 10px 0;
	line-height: normal;
	letter-spacing: -0.2px;
	font-weight: normal;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #06437e;
}
h4 {
}
p {
	margin-top: 5px;
}

a:link, a:active, a:visited {
	color: #51a6ef;
	text-decoration: underline;
}
a:hover {
	color: #51a6ef;
	text-decoration: none;
}
/* Less obvious content links */
a.link:link, a.link:active, a.link:visited {
	color: #666666;
	text-decoration: none;
	cursor: text;
}
a.link:hover {
	color: #666666;
	text-decoration: none;
}


blockquote {
	background: top left no-repeat url(/skin/images/icon-blockquote.png);
	margin: 10px 0;
	padding: 5px 0 5px 55px;
	border-bottom: 1px solid #e5e5e5;
	color: #7e7e7e;
}
blockquote p {
	color: #7e7e7e;
}
blockquote .highlight {
	color: #51a6ef;
}
blockquote .details {
	font-size: 11px;
	color: #999999;
}

.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;
}

/* Divider */
.div {
	overflow: hidden;
	height: 0;
	border-bottom: 1px solid #e5e5e5;
}

/* Container with fade */
#container-outer-bg {
	background: top center repeat-x url(/skin/images/container-outer-bg.jpg);
}
/* Container with additional bg image if necessary
#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-size: 14px;
	text-transform: uppercase;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#menu li {
	background: top right no-repeat url(/skin/images/menu-div.gif);
	float: left;
	list-style: none;
	margin: 0;
	padding: 9px 10px 8px 9px;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 3px 5px;
	color: #6f6f6f;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	color: #FFFFFF;
}
#menu a.parent {
	background: right no-repeat url(/skin/images/menu-parent.png);
	padding: 3px 15px 3px 5px;
}
/* Sub menu */
#menu li ul {
	display: none;
	width: 180px;
	height: auto;
	border: 0;
	position: absolute;
	padding: 5px 0;
	margin: -1px 0 0 0;
	background-color: #c2c2c2;
}

#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 {
	color: #51a6ef;
	/*background: #0b6ca5 top repeat-x url(/skin/images/menu-bg-hover.gif);*/
}
#menu li.active a.parent {
	background: right no-repeat url(/skin/images/menu-parent-active.png);
}
#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-color: #c2c2c2;
	/*background: #0b6ca5 top repeat-x url(/skin/images/menu-bg-hover.gif);*/
}
#menu li:hover a.parent:link, #menu li:hover a.parent:active, #menu li:hover a.parent:visited, #menu li:hover a.parent:hover,
#menu li.sfhover a.parent:link, #menu li.sfhover a.parent:active, #menu li.sfhover a.parent:visited, #menu li.sfhover a.parent:hover {
	background: #c2c2c2 right no-repeat url(/skin/images/menu-parent.png);
}
#menu li li {
	padding: 0;
	margin: 0;
	float: none;
	height: auto;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	letter-spacing: normal;	
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	padding: 3px 5px 3px 15px;
	background: 6px 9px no-repeat url(/skin/images/menu-sub-bullet.gif);
	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 {
}
#menu li ul a:hover, #menu li:hover ul a:hover, #menu li.sfhover ul a:hover {
	color: #6f6f6f;
}
/* Alternate menu option */
#menu li.alt {
	background: #8ebbd7 top repeat-x url(/skin/images/menu-bg-alt.gif);
}
#menu li.alt a {
	color: #FFFFFF;
}
#menu li.alt:hover a:link, #menu li.alt:hover a:active, #menu li.alt:hover a:visited, #menu li.alt:hover a:hover {
	color: #FFFFFF;
	background-color: #73a7c8;
}

/* Logo */
.logo {
	position: absolute;
	margin: 10px 0 0 15px;
}

.headerphone {
	text-align: right;
	font-family: "Gotham Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #585858;
	line-height: normal;
	letter-spacing: -0.2px;
	font-weight: normal;
	margin: 5px;
}

/* Feature image */
.featureimage {
	width: 913px;
	height: 407px;
	background: top center no-repeat url(/skin/images/featureimage.png);
	margin: 0 auto 10px auto;
	padding: 13px 13px 29px 13px;
}

/* Content */
#content {
}
.content {
	background: center repeat-y url(/skin/images/content-bg.png);
	padding: 5px;
	min-height: 480px;
  height: auto !important;
  height: 480px;
	line-height: 22px;
}
.content ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}
.content ul li {
	background: 0 8px no-repeat url(/skin/images/icon-li.gif);
	margin: 10px 0;
	padding: 0 0 0 14px;
}
.content ol {
	margin: 10px;
	padding: 0;
}
.content ol li {
	margin: 10px 0 0 14px;
	padding: 0;
}
.content ol ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}
.content ol ul li {
	background: 0 8px no-repeat url(/skin/images/icon-li.gif);
	margin: 10px 0;
	padding: 0 0 0 14px;
}
/* Highlight - used for highlighting keywords in search results */
.content em.highlight {
	padding: 2px 5px;
	background-color: #E5A31A;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.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;
}

/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 15px;
	color: #999999;
}
.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited {
	color: #999999;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #999999;
	text-decoration: underline;
}


/* PANEL */
.panel {
	margin: 0 auto 15px auto;
	font-size: 12px;
}
.panel h3 {
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}
.panel input, .panel select {
	width: 170px;
}
.panel .summary {
	font-size: 11px;
	line-height: 16px;
	margin-top: 5px;
}
.panel .button {
	margin-top: 5px;
	text-align: center;
}
.panel .button input {
	width: auto;
}

/* Panel - Search */
.panel.search {
	width: 220px;
	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: 4px 0 0 130px;
}
.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 {
	background: top center no-repeat url(/skin/images/panel-specialoffers.gif);
	margin-bottom: 0;
	padding: 15px 16px;
	line-height: 16px;
	font-size: 12px;
	color: #FFFFFF;
  min-height: 103px;
  height: auto !important;
  height: 103px;
}
.panel.special .image {
	float: left;
	width: 174px;
	height: 95px;
	padding: 3px;
}
.panel.special .text {
	float: right;
	width: 180px;
	color: #FFFFFF;
	padding-top: 25px;
}
.panel.special .text p {
	color: #FFFFFF;
}
.panel.special a {
	color: #FFFFFF;
}

/* Panel - FAQ */
.panel.faqs {
	width: 220px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

/* Panel - Blog */
.panel.blog {
	width: 220px;
	color: #555555;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
/* Categories / grey blocks -- blog and faq */
ul.categories {
	margin: 0;
	padding: 0;
}
ul.categories li {
	background: none;
	background-color: #e4e4e4;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 4px;
	margin: 8px 0 0 0;
	color: #979797;
	font-size: 12px;
	line-height: normal;
}
ul.categories a:link, ul.categories a:active, ul.categories a:visited {
	color: #666666;
	text-decoration: none;
}
ul.categories a:hover {
	color: #666666;
	text-decoration: underline;
}
ul.categories .image {
	background-color: #FFFFFF;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 2px;
	width: 28px;
	height: 28px;
	float: left;
	margin-right: 9px;
}
ul.categories .text {
	min-height: 34px;
	height: auto !important;
	height: 34px;
}


/* Entries list style */
ul.entries {
	margin: 0 0 15px 0;
	padding: 0;
}
ul.entries li {
	line-height: normal;
	margin: 0;
	padding: 14px 0;
	background: bottom repeat-x url(/skin/images/div-dot.gif);
}
ul.entries em {
	font-style: normal;
	font-size: 11px;
	 color: #7B7B7B;
}
ul.entries a:link, ul.entries a:active, ul.entries a:visited {
	text-decoration: none;
}
ul.entries a:hover {
	text-decoration: underline;
}

/* Subscribe icon list style */
ul.subscribe {
	margin: 0;
}
ul.subscribe li {
	background: none;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 14px;
}
ul.subscribe a:link, ul.subscribe a:active, ul.subscribe a:visited {
	display: block;
	padding: 9px 0 9px 40px;
	color: #3e3e3e;
	text-decoration: none;
}
ul.subscribe a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}
ul.subscribe a.rss {
	background: left no-repeat url(/skin/images/icon-rss.gif);
}


/* Archive list style */
ul.archive {
	margin: 0;
}
ul.archive li {
	margin: 5px 0 0 0;
}


/* Panel - Contact */
.panel.contact {	
	width: 179px;
	background: top center no-repeat url(/skin/images/panel-contact.gif);
	padding: 25px 20px 10px 20px;
	line-height: 18px;
}
.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);
}

/* Banner - home */
.banner {
	text-align: center;
	margin-bottom: 15px;
}


/* 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);
}


/* 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.short {
	width: 215px;
	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;
}
.form table {
	margin: 0;
}
.form table td {
	width: auto;
	padding: 0 5px;
	border: 0;
}

/* CAPTCHA - if it's enabled in settings */
.form .captcha {
	width: 70px;
	margin-left: 10px;
}
.form .captcha-message {
	display: block;
	line-height: normal;
	padding-top: 5px;
}


/* Rooms Listing */
.rooms {
	margin: 5px auto;
}
.rooms td {
	width: 300px;
	padding: 0 13px 30px 13px;
	line-height: 16px;
	vertical-align: top;
}
.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;
}

/* 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;
}


/* Entry in a listing - used on Blog and FAQ */
.entry {
	margin: 15px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
.entry .image {
	float: left;
	margin: 0 20px 0 0;
}
.entry .summary {
}
.entry h2, .entry h2 a:link, .entry h2 a:active, .entry h2 a:visited {
	color: #666666;
	margin: 0;
	text-decoration: none;
}
.entry h2 a:hover {
	color: #666666;
	text-decoration: underline;
}
.entry .details {
	font-size: 11px;
	color: #999999;
}
.comment {
	background: 0px 10px no-repeat url(/skin/images/icon-profile.gif);
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
	line-height: 16px;
	min-height: 48px;
  height: auto !important;
  height: 48px;
}




/* Paging */
.paging {
	margin: 10px 0;
	text-align: right;
	font-size: 11px;
	color: #808080;
}
.paging a:link, .paging a:active, .paging a:visited {
	background-color: #ededed;
	padding: 2px 6px;
	color: #808080;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.paging a:hover, .paging em {
	background-color: #b0b0b0;
	padding: 2px 6px;
	color: #FFFFFF;
	font-style: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.paging .options {
	margin: 0 40px;
}
.paging .result-count {
}

.smalltext {
	font-size: 11px;
	color: #999999;
	line-height: 16px;
}


/* 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: #dedede;
	font-size: 11px;
	color: #72848e;
	margin-top: 25px;
	padding: 10px 0;
	line-height: 22px;
	text-align: center;
}
#footer .container {
	width: 940px;
	margin: 0 auto;
}
#footer em {
	padding: 0 2px;
	color: #72848e;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #72848e;
	text-decoration: none;
}
#footer a:hover {
	color: #0092e7;
	text-decoration: none;
}
#footer .tag {
	padding: 5px 60px 5px 0;
	background: right no-repeat url(/skin/images/etourism-black-50.png);
}

.vcard {
}


/* Fancybox - lightbox, keep arrows on */
#fancybox-left-ico {
 left: 20px;
}
#fancybox-right-ico {
 right: 20px;
 left: auto;
} 
#fancybox-title{ text-align: center; font-size: 14px; }


/* Datepicker - colour changes */
.datepicker_control {
	background: #51A6EF;
}

/* Wraps around the heading, content and map */
.map-wrapper {
}

/* Where the Google Map is inserted */
.map-container {
	width: 98%;
	height: 500px;
	-webkit-box-shadow: 5px 5px 15px #7d7d7d;
	-moz-box-shadow: 5px 5px 15px #7d7d7d;
	box-shadow: 5px 5px 15px #7d7d7d;
}

/* The overlay popup window (which should be display: none by default) */
.map-info {
	display: none;
}

.map-info-window {
	width: 300px;
	min-height: 70px;
	font-size: 12px;
}

