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

@font-face {
    font-family: 'ITC Avant Garde Std Md';
    src: url('/skin/fonts/itcavantgardestd-md-webfont.eot');
    src: url('/skin/fonts/itcavantgardestd-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/fonts/itcavantgardestd-md-webfont.woff') format('woff'),
         url('/skin/fonts/itcavantgardestd-md-webfont.ttf') format('truetype');
}

body {
	margin: 0;
	background: #bfa97e;
}
body, th, td, p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: 1px solid #d9d9d9;
	padding: 3px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select {
	padding: 2px 6px;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

h1 {
	font-family: 'ITC Avant Garde Std Md', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #60838e;
	margin-top: 10px;
	font-weight: normal;
	line-height: 28px;
}
h2 {
	font-family: 'ITC Avant Garde Std Md', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #a18b61;
	margin: 18px 0 10px 0;
	font-weight: normal;
	line-height: 22px;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #83101C;
}
h3 {
	font-family: 'ITC Avant Garde Std Md', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	margin: 16px 0 10px 0;
	line-height: normal;
	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: #60838e;
	text-decoration: underline;
}
a:hover {
	color: #60838e;
	text-decoration: none;
}
/* Less obvious content links */
a.link:link, a.link:active, a.link:visited {
	color: #333333;
	text-decoration: none;
	cursor: text;
}
a.link:hover {
	color: #333333;
	text-decoration: none;
}
/* More links */
a.more:link, a.more:active, a.more:visited {
	background: #735540 top repeat-x url(/skin/images/more-bg.png);
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 8px 3px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.more:hover {
	color: #82a2ac;
	text-decoration: none;
	text-shadow: 0 0 1px #2b1f16;
}



blockquote {
	background: top left no-repeat url(/skin/images/icon-blockquote.png);
	margin: 10px 0;
	padding: 5px 0 10px 55px;
	border-bottom: 1px solid #e5e5e5;
}
blockquote p {
	color: #7e7e7e;
}
blockquote .highlight {
	color: #34626F;
}
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);
	min-height: 740px;
	height: auto !important;
	height: 740px;
}*/
/* Container */
#container {
	width: 940px;
	margin: 0 auto;
}

#header {
	background: repeat url(/skin/images/header-bg.jpg);
	border-bottom: 4px solid #34626f;
}
#header .left {
	float: left;
	width: 220px;
}
#header .right {
	float: right;
	width: 720px;
}

/* Main Menu */
#menu {
	background: repeat url(/skin/images/menu-bg.jpg);
	height: 244px;
	font-family: 'ITC Avant Garde Std Md', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 1.2px;
}
#menu ul {
	background: top center no-repeat url(/skin/images/menu-div.png);
	float: left;
	width: 220px;
	margin: 0;
	padding: 1px 0 0 0;
	display: inline;
}
#menu li {
	background: bottom center no-repeat url(/skin/images/menu-div.png);
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 0 1px 0;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 6px 20px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#menu a:hover {
}
/* Sub menu */
#menu li ul {
	background: #70afc2;
	display: none;
	width: 220px;
	position: absolute;
	top: 0;
	left: 214px;
	z-index: 999;
	margin: 0;
}

#menu li:hover ul {
	display: block;
}
#menu li:hover, #menu li.active {
}
#menu li.active {
}
#menu li.active a:link, #menu li.active a:active, #menu li.active a:visited {
	color: #3f6371;
	background: repeat url(/skin/images/menu-bg-hover.jpg);
}
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li:hover a:hover {
	background: repeat url(/skin/images/menu-bg-hover.jpg);
}
#menu .top.parent {
}
#menu li li {
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	margin: 0;
}
#menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited {
	background: none;
}
#menu li li:hover, #menu li li.active {
}
#menu li ul a:hover, #menu li:hover ul a:hover {
	color: #3f6371;
}
/* Alternate menu option */
#menu li.alt {
}
#menu li.alt a {
}
#menu li.alt a:hover {
}


/* Logo */
.logo {
	width: 220px;
	background: top left no-repeat url(/skin/images/logo-bg.jpg);
	padding: 27px 6px 30px 7px;
}

/* Feature image */
.featureimage {
}
.featureimage img {
	display: block;
}
.featureflash {
	width: 720px;
	height: 445px;
	line-height: 0;
}
.featureflash object {
	display: block;
}

/* Side image */
.sideimage {
	text-align: center;
}
.sideimage p {
	margin: 30px 0;
	color: #9b9b9b;
}
.sideimage img {
	margin-bottom: 5px;
}

/* Content */
#content {
	background: #FFFFFF;
	padding: 10px 20px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.content {
	line-height: 18px;
}
#content .left {
	float: left;
	width: 600px;
}
#content .right {
	float: right;
	width: 280px;
}

/* Highlight - used for highlighting keywords in search results */
.content em.highlight {
	padding: 2px 5px;
	background-color: #34626F;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}


/* 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 20px auto;
	font-size: 13px;
}
.panel h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
}
.panel input, .panel select {
	width: 235px;
}
.panel .summary {
	font-size: 11px;
	line-height: 16px;
	margin-top: 5px;
}
.panel .button {
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
}
.panel .button input {
	background: none;
	width: auto;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* Panel - Search */
.panel.search {
	background: none;
	border: 0;
	padding: 0;
}
.panel.search h3 {
	font-size: 18px;
	margin-bottom: 0;
}
.panel.search input {
	width: 220px;
	border: 1px solid #bbbbbb;
	color: #666666;
}
.panel.search .button {
	width: auto;
	border: 0;
	vertical-align: middle;
	margin-bottom: 6px;
}

/* Panel - Social Media */
.panel.socialmedia {
	background: none;
	border: 0;
	padding: 0;
}
.panel.socialmedia img.fb {
	margin-right: 20px;
}

/* Panel - Book Online */
.panel.bookonline {
	background: top center no-repeat url(/skin/images/panel-bookonline-bg.jpg);
	height: 104px;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 0;
	line-height: normal;
	border: 0;
}
.panel.bookonline h3 {
	margin: 0 0 5px 0;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
.panel.bookonline input {
	width: 100px;
	border: 1px solid #466672;
}
.panel.bookonline select {
	width: 110px;
	border: 1px solid #466672;
}
.panel.bookonline .checkin {
	float: left;
	width: 135px;
	padding-left: 13px;
}
.panel.bookonline .duration {
	float: right;
	width: 115px;
	padding-right: 10px;
}
.panel.bookonline input.button {
	background: none;
	width: auto;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* Panel - Newsletter Subscription */
.panel.newsletter {
	background: top center no-repeat url(/skin/images/panel-newsletter.jpg);
	padding: 5px 10px;
	line-height: normal;
	text-align: center;
	border: 0;
	height: 76px;
}
.panel.newsletter h3 {
	color: #FFFFFF;
	margin: 0 0 2px 0;
}
.panel.newsletter input {
	border: 1px solid #5e4533;
}
.panel.newsletter .button {
	margin: 2px 0 0 0;
	border: 0;
}

/* Panel - Special Offers */
.panel.special {
	background: none;
	margin: 0;
	padding: 7px;
	line-height: 16px;
	font-size: 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
}
.panel.special .left {
	float: left;
	width: 195px;
}
.panel.special .right {
	float: right;
	width: 140px;
}
.panel.special h3 {
	margin: 0;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.panel.special .text {
}
.panel.special p {
	color: #FFFFFF;
	margin: 5px 0;
}
.panel.special a {
	color: #FFFFFF;
}
.panel.special img.thumb {
	float: right;
	-moz-box-shadow: 0 0 5px #342216;
	-webkit-box-shadow: 0 0 5px #342216;
	box-shadow: 0 0 5px #342216;
}


/* Panel - FAQ */
.panel.faqs {
}

/* Panel - Blog */
.panel.blog {
	line-height: normal;
}

/* Categories / grey blocks -- blog and faq */
ul.categories {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d9d9d9;
}
ul.categories li {
	line-height: normal;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d9;
}
ul.categories .image {
	display: none;
	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 10px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d9d9d9;
}
ul.entries li {
	line-height: normal;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d9;
}
ul.entries em {
	font-style: normal;
	font-size: 11px;
	 color: #7B7B7B;
}
/*ul.entries a:link, ul.entries a:active, ul.entries a:visited {
	color: #272626;
	text-decoration: none;
}
ul.entries a:hover {
	text-decoration: underline;
}*/

/* Subscribe icon list style */
ul.subscribe {
	margin: 0;
	padding: 0;
}
ul.subscribe li {
	background: none;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 14px;
	list-style: none;
}
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);
}
ul.subscribe a.itunes {
	background: left no-repeat url(/skin/images/icon-itunes.gif);
}

.rss {
	display: block;
	margin: 0 auto 15px auto;
}

/* Archive list style */
ul.archive {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d9d9d9;
}
ul.archive li {
	line-height: normal;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d9;
}


/* Banner - home */
.banner {
	text-align: center;
	margin-bottom: 15px;
}


/* Photo Gallery / Album Panel */
.gallery {
	margin: 0 auto;
}
.gallery td {
	width: 205px;
	border: 5px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #81673a;
	line-height: 16px;
	vertical-align: top;
	text-align: center;
	background-color: #c3dae0;
	padding: 9px;
}
.gallery td.none {
	background: none;
}
.gallery strong {
	font-size: 12px;
}
.gallery img {
	display: block;
}


/* Wraps around the heading, content and map */
.map-wrapper {
}

/* Where the Google Map is inserted */
.map-container {
	width: 100%;
	height: 500px;
	margin-bottom: 15px;
}

/* 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: 5px auto;
}
.form th {
	width: 140px;
	padding: 5px 10px 5px 5px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #e7e4e4;
}
.form td {
	width: 400px;
	padding: 5px 50px 5px 5px;
	border-bottom: 1px solid #e7e4e4;
	color: #999999;
}
.form td em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.form td.required {
	background: 420px 7px no-repeat url(/skin/images/icon-required.png);
}
.form input, .form textarea {
	width: 385px;
}
.form input.short {
	width: 185px;
}
.form input.button {
	background: none;
	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 {
	padding: 20px 0;
	vertical-align: top;
	border-top: 1px solid #34626F;
}
.rooms img {
	display: block;
	border: 4px solid #34626F;
}
.rooms img.button {
	border: 0;
}

/* 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 .thumb {
	float: left;
	margin: 0 20px 0 0;
}
.entry .image {
	float: left;
	margin: 0 20px 0 0;
	background: bottom center no-repeat url(/skin/images/icon-clicktozoom.gif);
	padding-bottom: 25px;
}
.entry .summary p {
	font-size: 12px;
}
.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 {
	width: 940px;
	margin: 17px auto 10px auto;
	padding-bottom: 8px;
	line-height: 22px;
	font-size: 11px;
	color: #bbbbbb;
}
#footer .container {
	background: repeat url(/skin/images/footer-bg.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 20px;
}
#footer .left {
	float: left;
	width: 260px;
}
#footer .right {
	float: right;
	width: 620px;
	text-align: right;
}
#footer em {
	padding: 0 3px;
	color: #82a2ac;
	font-style: normal;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #82a2ac;
	text-decoration: none;
}
#footer a:hover {
	color: #82a2ac;
	text-decoration: underline;
}
#footer .tag {
	padding: 5px 60px 5px 0;
	background: right no-repeat url(/skin/images/etourism-white-50.png);
}

#footer .linkmenu {
	text-align: center;
}
#footer .linkmenu a {
	margin: 0 3px;
}

#footer .vcard {
	color: #bbbbbb;
	clear: both;
	text-align: center;
}
#footer .vcard a {
	color: #bbbbbb;
}
#footer .vcard .org {
	font-weight: bold;
}
#footer .vcard .tel, #footer .vcard .fax {
	font-weight: bold;
}
#footer .vcard em {
	color: #6e6e6e;
}

/* 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: #B09258;
}

.goog-te-gadget {
	float: right;
}
