@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'HelveticaNeueRoman';
    src: url('/skin/fonts/hlr_____-webfont.eot');
    src: url('/skin/fonts/hlr_____-webfont.eot?iefix') format('eot'),
         url('/skin/fonts/hlr_____-webfont.woff') format('woff'),
         url('/skin/fonts/hlr_____-webfont.ttf') format('truetype'),
         url('/skin/fonts/hlr_____-webfont.svg#webfonthfYHRUQL') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	background: #97cee7 top repeat-x url(/skin/images/body-bg.gif);
}
body, th, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}

img {
	border: 0;
}

form {
	margin: 0;
}
input, select, textarea {
	background: #FFFFFF top repeat-x url(/skin/images/input-bg.gif);
	border: 0;
	padding: 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

h1 {
	font-family: 'HelveticaNeueRoman', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #1398d7;
	margin-top: 0;
	font-weight: bold;
}
h2 {
	font-family: 'HelveticaNeueRoman', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1398d7;
	margin: 28px 0 16px 0;
	font-weight: normal;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #1398d7;
}
h3 {
	font-family: 'HelveticaNeueRoman', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #01224f;
	margin: 22px 0 10px 0;
	font-weight: normal;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #1398d7;
}
h4 {
}
p {
	margin-top: 5px;
}

a:link, a:active, a:visited {
	color: #1398D7;
	text-decoration: underline;
}
a:hover {
	color: #1398D7;
	text-decoration: none;
}
/* Less obvious content links */
a.link:link, a.link:active, a.link:visited {
	color: #01224F;
	text-decoration: none;
	cursor: text;
}
a.link:hover {
	color: #01224F;
	text-decoration: none;
}

a.more:link, a.more:active, a.more:visited {
	background: center repeat-x url(/skin/images/button-bg.gif);
	padding: 2px 7px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.more:hover {
	background: center repeat-x url(/skin/images/button-bg-hover.gif);
	color: #FFFFFF;
	text-decoration: none;
}


blockquote {
	background: top left no-repeat url(/skin/images/icon-blockquote.png);
	margin: 10px 0;
	padding: 10px 0 10px 55px;
	border-bottom: 1px solid #EAEAEA;
}
blockquote p {
}
blockquote .highlight {
	color: #51a6ef;
}
blockquote .details {
	font-size: 11px;
}

.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 */
#container {
	background: #FFFFFF;
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}

#container-header {
	width: 100%;
	top: 0;
	border-top: 10px solid #169ad8;
}
#header {
	background: top center no-repeat url(/skin/images/header-bg.png);
	width: 940px;
	margin: -10px auto 0 auto;
	height: 106px;
}

#header .left {
	float: left;
	width: 180px;
	padding: 0 0 0 10px;
}
#header .right {
	float: right;
	width: 720px;
	padding: 14px 10px 0 0;
}

/* Panel - Social Media */
#header .socialmedia {
	float: left;
	width: 65px;
	margin-left: 420px;
}
#header .socialmedia img {
	margin-right: 5px;
}

/* Panel - Search */
#header .search {
	float: right;
	background: top center no-repeat url(/skin/images/search-bg.gif);
	width: 227px;
	height: 22px;
	color: #555555;
	text-align: center;
}
#header .search input {
	background: none;
	width: 170px;
	border: 0;
}
#header .search .button {
	float: right;
	width: auto;
	border: 0;
}


/* Main Menu */
#menu {
	float: right;
	height: 25px;
	font-family: 'HelveticaNeueRoman', Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 15px;
	line-height: normal;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0 0 0 6px;
	padding: 0;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 4px 12px;
	color: #666666;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	background: center repeat-x url(/skin/images/menu-bg-hover.gif);
	color: #FFFFFF;
}
#menu a.parent {
}
/* Sub menu */
#menu li ul {
	display: none;
	width: 200px;
	height: auto;
	border: 0;
	position: absolute;
	padding: 5px 0;
	margin: 0;
	background-color: #0e83cc;
}

#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 {
}
#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 {
	background: center repeat-x url(/skin/images/menu-bg-hover.gif);
	color: #FFFFFF;
}
#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 {
}
#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 10px;
	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 {
	color: #022350;
	background: none;
}
/* Alternate menu option */
#menu li.alt {
	padding: 0;
}
#menu li.alt a {
	background: black top center no-repeat url(/skin/images/menu-bg-alt.gif);
	color: #FFFFFF;
	padding: 4px 33px 4px 14px;
}
#menu li.alt:hover a:link, #menu li.alt:hover a:active, #menu li.alt:hover a:visited, #menu li.alt:hover a:hover {
	background: top center no-repeat url(/skin/images/menu-bg-alt-hover.gif);
}
#menu li.alt:hover ul a:link, #menu li.alt:hover ul a:active, #menu li.alt:hover ul a:visited, #menu li.alt.sfhover ul a:link, #menu li.alt.sfhover ul a:active, #menu li.alt.sfhover ul a:visited {
	background: none;
}
#menu li.alt ul a:hover, #menu li.alt:hover ul a:hover, #menu li.alt.sfhover ul a:hover {
	color: #de7e06;
	background: none;
}



/* 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;
}
.featureflash {
	margin: 10px auto 0 auto;
	width: 100%;
	height: 470px;
	border-bottom: 10px solid #169ad8;
}


#featurebox {
	padding: 0 0 30px 0;
}
#featurebox .banner {
	float: left;
	width: 300px;
}
#featurebox .banner.mid {
	margin: 0 20px;
}

/* Content */
#content {
	padding-bottom: 10px;
}
/* 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 .left {
	float: left;
	width: 605px;
	padding-left: 20px;
}
#content .right {
	float: right;
	width: 300px;
}
#content .content {
	width: 940px;
	margin: 0 auto;
}
.content a, .left a {
	color: #1398d7;
}

/* 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 {
	color: #666666;
	margin: 5px 0 10px 0;
}
.panel input, .panel select {
	width: 170px;
}
.panel .summary {
	font-size: 11px;
	line-height: 18px;
	margin-top: 5px;
}
.panel .button {
	margin-top: 5px;
	text-align: center;
}
.panel .button input {
	width: auto;
}
.panel input.button {
	width: auto;
}



/* Panel - Book Online */
.panel.bookonline {
	width: 260px;
	height: 95px;
	background: top center no-repeat url(/skin/images/panel-bookonline.gif);
	margin: 0;
	padding: 45px 20px 0 20px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.panel.bookonline td {
	font-size: 13px;
	padding-right: 5px;
	color: #FFFFFF;
}
.panel.bookonline input, .panel.bookonline select {
	width: auto;
}

/* Panel - Subscription */
.panel.newsletter {
	width: 300px;
	height: 100px;
	background: top center no-repeat url(/skin/images/panel-newsletter.gif);
	text-align: center;
	margin: 0;
	padding: 40px 0 0 0;
	font-weight: bold;
}
.panel.newsletter p {
	font-size: 13px;
	color: #FFFFFF;
}
.panel.newsletter img {
	vertical-align: middle;
	margin-left: 5px;
}
.panel.newsletter input {
	background: top repeat-x url(/skin/images/newsletter-input-bg.gif);
	width: 160px;
	color: #bfd4df;
}
.panel.newsletter .button {
	width: auto;
	margin: 5px;
}

/* Panel - Special Offers */
.panel.special {
	position: relative;
	width: 300px;
	height: 113px;
	background: #1599d8 top center no-repeat url(/skin/images/panel-special.gif);
	margin: 0;
	padding: 26px 0 0 0;
}
.panel.special .image {
	width: 300px;
	height: 113px;
}
.panel.special .text {
	position: absolute;
	background: #1599d8;
	width: 200px;
	height: 74px;
	color: #FFFFFF;
	padding: 5px;
	top: 55px;
	left: 90px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	line-height: normal;
}
.panel.special p {
	color: #FFFFFF;
	margin: 0;
	font-size: 12px;
	line-height: normal;
}
.panel.special a {
	color: #FFFFFF;
}

/* Panel - FAQ */
.panel.faqs {
	border: 1px solid #EAEAEA;
	padding: 0 10px 10px 10px;
}

/* Panel - Blog */
.panel.blog {
	border: 1px solid #EAEAEA;
	padding: 0 10px 10px 10px;
}

/* Categories / grey blocks -- blog and faq */
ul.categories {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.categories li {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	margin: 8px 0 0 0;
	padding: 5px;
	color: #979797;
	font-size: 12px;
	line-height: normal;
}
ul.categories a:link, ul.categories a:active, ul.categories a:visited {
	color: #1398D7;
	text-decoration: none;
}
ul.categories a:hover {
	color: #1398D7;
	text-decoration: underline;
}
ul.categories .image {
	padding: 5px;
	width: 28px;
	height: 28px;
	float: left;
	margin-right: 9px;
}
ul.categories .text {
	min-height: 32px;
	height: auto !important;
	height: 32px;
}


/* Entries list style */
ul.entries {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
ul.entries li {
	line-height: normal;
	margin: 0;
	padding: 5px 0;
}
ul.entries em {
	font-style: normal;
	font-size: 11px;
	 color: #7B7B7B;
}


/* Subscribe icon list style */
ul.subscribe {
	list-style: none;
	margin: 0;
	padding: 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 30px;
	color: #FA9C39;
	text-decoration: none;
}
ul.subscribe a:hover {
	color: #FA9C39;
	text-decoration: underline;
}
ul.subscribe a.rss {
	background: left no-repeat url(/skin/images/icon-rss.png);
}

/* Archive list style */
ul.archive {
	list-style: none;
	margin: 0;
	padding: 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);
}


/* Photo Gallery / Album Panel */
.gallery {
	margin: 5px auto;
}
.gallery td {
	font-size: 11px;
	color: #555555;
	line-height: 16px;
	vertical-align: top;
	padding: 6px 6px 10px 6px;
}
.gallery td.none {
	background: none;
}
.gallery img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
}
.gallery strong {
	font-size: 12px;
	color: #0092e7;
}
.gallery .thumb {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: bottom center no-repeat url(/skin/images/photo-bg.gif);
}


/* Wraps around the heading, content and map */
.map-wrapper {
}

/* Where the Google Map is inserted */
.map-container {
	width: 920px;
	height: 500px;
	margin: 0 auto;
	color: #000000;
}

/* 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;
}

/* 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 #EAEAEA;
}
.form td {
	width: 430px;
	padding: 5px 50px 5px 5px;
	border-bottom: 1px solid #EAEAEA;
}
.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 {
	border: 1px solid #EAEAEA;
	width: 380px;
	color: #666666;
}
.form input.short {
	width: 215px;
	color: #666666;
}
.form input.button {
	width: auto;
	border: 0;
	padding: 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;
}
.blog-image {
	margin: 10px 0;
	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 #EAEAEA;
}
.entry .image {
	float: left;
	margin: 0 20px 0 0;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
}
.entry .summary {
}
.entry h2, .entry h2 a:link, .entry h2 a:active, .entry h2 a:visited {
	margin: 0;
	text-decoration: none;
}
.entry h2 a:hover {
	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 {
	width: 600px;
	margin: 10px auto;
	border: 1px solid #169AD8;
	border-bottom: 0;
}
.tariffs-table th {
	padding: 3px;
	line-height: normal;
	text-align: left;
	color: #FFFFFF;
	background: #69b8dc;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #169AD8;
}
.tariffs-table td {
	padding: 3px;
	line-height: normal;
	text-align: center;
	background: #e8f4f9;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #169AD8;
}





/* Footer - full width */
#footer {
	background: #52a4cc top repeat-x url(/skin/images/footer-bg.gif);
	padding: 10px 0;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
#footer .container {
	width: 940px;
	margin: 0 auto;
}
#footer em {
	padding: 0 4px;
	color: #FFFFFF;
}
#footer a:link, #footer a:active, #footer a:visited {
	padding: 0 4px;
	color: #cad7dd;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.tag {
	padding: 5px 60px 5px 0;
	background: right no-repeat url(/skin/images/etourism-white-75.png);
}

.vcard {
	background: #116e9c;
	padding: 15px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
.vcard a {
	color: #cad7dd;
}


/* 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: #169AD8;
}
