/* --------- STYLING FOR TEMPLATE HOMEPAGE --------- */

/* --------------------------- TYPOGRAPHY AND COLOURS ------------------------------ */


html {
}

div#holder {
	color: #000;
}

/*
div#lang-bar {
	font-size: 0.9em;
	text-transform: uppercase;
}
*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	text-transform: none;
}

img#main-logo,
img.png {
	_behavior: url(/png_behavior.htc); /* PNG fix for IE<=6 */
}

a {
	color: #003657;
	text-decoration: none;
}
a:visited {
	color: #265F1E;
}
a:hover {
	color: #9cff24;
}
a:active {
	color: #000000;
}

h3 a,
h3 a:visited,
h3 a:hover,
h4 a,
h4 a:visited,
h4 a:hover {
	text-decoration: none;
	color: inherit;
}

div#main-content h2 {
	margin-bottom: 0.9em;
}
div#main-content h2,
div#offers h2 {
	margin-top: 0;
}
div#main-content p.read-more {
	text-transform: uppercase;
}
div#main-content p.read-more a {
	color: #003657;
}
div#main-content p.read-more a:visited {
	color: #265F1E;
}
div#main-content p.read-more a:hover {
	color: #9cff24;
}
div#main-content p.read-more a:active {
	color: #000000;
}

div#map {
	border-style: solid;
	border-color: #4C6F08;	
}

div#map h3 {
	font-size: 1.5em;
	color: black;
}
div#map p {
	font-size: 1em;
}
div#map a:hover {
	color: #003657;
	text-decoration: underline;
}

#mod_flexForms input.input,
#mod_flexForms select,
#mod_flexForms textArea {
	background-color: ;
}

div#main-menu {
	font-family: "Times New Roman", Times, serif;
/*	letter-spacing: 1.2px; */
	text-transform: uppercase;
}
div#main-menu ul li {
	border-right-color: #fff;
	font-size: 1.08em;
}
div#main-menu ul li a {
	color: #fff;
}
div#main-menu ul li a:visited {
	color: #fff;
}
div#main-menu ul li a:hover,
div#main-menu ul li a.active-on {
	color: #E4C508;
}
div#main-menu ul li a:active {
	color: #E4C508;
}

div#availability-checker,
div#newsletter {
	color: #fff;
}

div#availability-checker h2 {
	margin-bottom: 0.2em;
}
div#availability-checker input.go {
	font-size: 1.5em;
	text-transform: uppercase;
}
div#availability-checker .best-rate-guaranteed a {
	text-decoration: underline;
}
div#availability-checker .best-rate-guaranteed a,
div#availability-checker .best-rate-guaranteed a:visited,
div#availability-checker .go {
	color: #fff;
}
div#availability-checker .best-rate-guaranteed a:hover,
div#availability-checker .best-rate-guaranteed a:active,
div#availability-checker .go:hover {
	color: #E4C508;
}

div#offers {
	color: #fff;
	font-size: 0.9em;
}
div#offers h2{
	font-size: 2.1em;
}
div#offers h3.subtitle {
	margin: 0 0 0.7em;
	font-size: 1em;
	text-transform: uppercase;
}
div#offers img#offers-image-small {
	border-style: solid;
	border-color: #fff;
}
div#offers a {
	color: #fff;
	text-decoration: underline;
}
div#offers .cta.repeat {
	font-size: 0.9em;
	padding: 1px 3px;
	margin-top: -1em;
}
* html div#offers .cta.repeat {
	margin-bottom: -1.6em; /* approx height of element; IE<=7 fails to collapse vertical space for floated, relatively-positioned elements */
}
*:first-child+html div#offers .cta.repeat { /* A Bad Hack targeting current browser IE7 */
	margin-bottom: -1.6em;
}

div#offers .cta.repeat,
div#newsletter .go {
	border-style: solid !important;
	border-color: #666 !important;
	text-decoration: none;
	text-transform: uppercase;
	color: #555;
}
div#offers .cta.repeat:hover,
div#newsletter .go:hover {
	color: #E4C508;
}

div#newsletter {
	right: 30px;
}
div#newsletter h2 {
	font-size: 1.2em;
}
div#newsletter .go {
	top: 2.1em;
	font-size: 0.9em;
}

div#page-summaries {
	font-size: 0.9em;
	color: #fff;
}
div.page-summary h3 {
	font-size: 1.1em;
	text-transform: uppercase;
}
div#page-summaries p {
	margin-bottom: 0.1em;
}
div.page-summary img {
	border-style: solid;
	border-color: #fff;
}
div.page-summary a.more,
div.page-summary a.more:visited {
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
	color: #E4C508;
}
div.page-summary a.more:hover,
div.page-summary a.more:active {
	color: #fff;
}

div#small-print {
	text-align: center;
	color: #666;
}
div#small-print a {
	color: #666;
	text-decoration: none;
}
div#small-print a:visited {
	color: #666;
}
div#small-print a:hover {
	color: #9cff24;
}
div#small-print a:active {
	color: #9cff24;
}


/* ----------------------------------- LAYOUT -------------------------------------- */

/* ----- START LAYOUT COMMON TO ALL PAGES ----- */

html {
	background: transparent url(../images/bg.gif) repeat-y scroll center top;
}

body {
	background: transparent url(../images/bg-top.gif) no-repeat scroll center top;
}

/* START DIV-ENVELOPING/ANTI-MARGIN-COLLAPSING */
body {
	border-top: 1px solid #557B08;
}
/* END DIV-ENVELOPING/ANTI-MARGIN-COLLAPSING */


div#holder {
	position: relative;
	margin: 98px auto 20px auto; 
	padding: 0;
	width: 980px;
}* html body { /* START Hack to center the div in IE<=5.5 */
	text-align: center;
} * html div#holder {
	text-align: left;
} /* END Hack to center the div in IE<=5.5 */


/* START EASY CLEARING */
div#main-menu ul.shortcuts:after,
div#page-summaries:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END EASY CLEARING */


/* START OFFSCREEN */
div#main-menu h2,
div#page-summaries h2,
div#small-print h2 {
	display: inline;
	position: absolute;
	left: -9999px;
}
/* END OFFSCREEN */


h1 {
	position: absolute;
	z-index: 1;
	left: 0;
	margin: 0;
}

/* ===== LANGUAGE NAVIGATION ===== */

div#language-navigation
{
	position: absolute;
	left: 10px; top: -80px;
	height: 50px;
}


#language-navigation ul
{
	padding: 10px 10px 0 0;
	list-style: none;
	float: left; _display:inline;
}

#language-navigation ul li
{
	float: left;
	margin-left: 6px;
}

#language-navigation ul li img
{
	display: block;
	width: 16px; height: 11px;
}

/* ===== ===== */

div#branding {
	position: absolute;
	left: 0;
	top: 244px;
	padding-left: 20px;
	width: 940px;
	padding-right: 20px;
	padding-top: 10px;
	height: 54px;
	padding-bottom: 10px;
} * html div#branding { /* Tan Hack for IE<=5.x */
	width: 980px;
	w\idth: 940px;
	height: 74px;
	he\ight: 54px;
} /* End Tan Hack */

div#branding h2 {
	margin: 0;
}

div#branding img#logo {
	_behavior: url(/png_behavior.htc);
	display: block;
	position: absolute;
	bottom: 0;
	width: 174px;
	height: 64px;
}


div#main-content {
	float: left;
	margin-top: 318px;
}


div#main-visual {
	position: absolute;
	left: 0;
	top: 28px;
	width: 980px;
	height: 216px;	
}

div#main-visual img {
	display: block;
}


div#main-menu {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 980px;
}
div#main-menu ul.shortcuts {
	margin: 0;
	padding-left: 16px;
	width: 964px;
	padding-right: 0px;
	padding-top: 7px;
	min-height: 14px; _height: 14px;
	padding-bottom: 7px;
}* html div#main-menu ul.shortcuts { /* Tan Hack for IE<=5.x */
	width: 980px;
	w\idth: 964px;
	_height: 28px;
	_he\ight: 14px;
} /* End Tan Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) { /* START Safari/Webkit filter */
	div#main-menu ul.shortcuts {
		padding-left: 10px;
		width: 976px;
		padding-right: -6px;
	}
} /* END Safari/Webkit filter */

div#availability-checker h2 {
	margin-top: 0;
}

div#availability-checker p.best-rate-guaranteed {
	clear: left;
	margin: 7px 0 0;
}


div#offers {
	position: relative;
}

div#offers h3.subtitle {
}

div#offers img#offers-image-small {
	display: block;
	border-width: 1px;
	width: 172px;
	height: 50px;
	margin-bottom: 1.5em;
}

div#offers a.cta.repeat {
	float: right;
	position: relative;
	right: -9px;
	top: 52px;
}

div#offers .cta.repeat,
div#newsletter .go {
	background: transparent url(../images/button.gif) repeat-x scroll left center;
	border-width: 1px !important;
}

div#newsletter {
	position: absolute;
	top: -7.9em;
}


div#small-print {
	padding-top: 20px;
	width: 980px;
}

div#availability-checker .best-rate-guaranteed {
	position:relative;
	top: -20px;
	display:inline;
}

div#small-print p {
	margin-top: 0;
}

/* ----- END LAYOUT COMMON TO ALL PAGES ----- */

h1 {
	top: 318px;
	margin-left: 25px;
	width: 496px;
	margin-top: 20px;
	min-height: 27px;
}


div#main-content {
	padding-left: 25px;
	width: 496px;
	padding-right: 25px;
	border-right: 0;
	margin-right: 0;
	padding-top: 52px;
	min-height: 301px; _height: 301px;
	padding-bottom: 25px;
} * html div#main-content { /* Tan Hack for IE<=5.x */
	width: 546px;
	w\idth: 496px;
	_height: 378px;
	_he\ight: 301px;
} /* End Tan Hack */


img#taster-image-1 {
	position: absolute;
	left: 546px;
	top: 536px;
}


div#availability-checker {
	background-color: #75A327;
	position: absolute;
	z-index: 1;
	left: 546px;
	top: 318px;
	padding-left: 30px;
	width: 164px;
	padding-right: 30px;	
	padding-top: 20px;
	min-height: 178px; _height: 178px;
	padding-bottom: 20px;
} * html div#availability-checker { /* Tan Hack for IE<=5.x */
	width: 224px;
	w\idth: 164px;
	_height: 218px;
	_he\ight: 178px;
} /* End Tan Hack */


div#offers {
	background: black none;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 318px;;
	padding-left: 18px;
	width: 174px;
	padding-right: 18px;
	padding-top: 20px;
	min-height: 358px; _height: 358px;
} * html div#offers { /* Tan Hack for IE<=5.x */
	width: 210px;
	w\idth: 174px;
	_height: 378px;
	_he\ight: 358px;
} /* End Tan Hack */
/* START Fx<=2 filter */
div#offers, x:-moz-any-link { /* Fx<=2 */
	background: transparent url(../images/trans-black.png) repeat;
} div#offers, x:-moz-any-link, x:default { /* Fx>=3 */
	background: black none;
} /* END Fx<=2 filter */
/* No filter for Op<=8; style degradation is acceptable */

img#offers-image-large {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	opacity: 0.5; filter: alpha(opacity=50);
}
/* START Fx<=2 filter */
img#offers-image-large, x:-moz-any-link { /* Fx<=2 */
	opacity: 1;
} img#offers-image-large, x:-moz-any-link, x:default { /* Fx>=3 */
	opacity: 0.6;
} /* END Fx<=2 filter */

div#offers a.cta.repeat {
	right: -9px;
}


div#small-print {
	clear: both;
}

/* ---------------------------------END LAYOUT -------------------------------------*/

h1 {
	font-size: 1.9em;
}

div#offers p {
	margin-bottom: 1.4em;
}

/* ---------------------------------START MAIN MENU -------------------------------------*/

div#main-menu ul {
	list-style-type: none;
}

div#main-menu ul li {
	float: left; _display: inline; /* Fixes IE<=6 doubled float-margin bug */
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	list-style: none;
	white-space: nowrap;
}
div#main-menu ul li.item10,
div#main-menu ul li.last {
	border-right: 0;
}

div#main-menu ul li a {
	display: block;
	margin: 0 7px;
	padding: 0px 0px 0 0px;
	padding-bottom: 0px;
	line-height: 1em;
	text-decoration: none;
}
div#main-menu ul li.item1 a {
	margin-left: 0;
}
div#main-menu ul li.highlight a {
	padding-bottom: 0px;
	border-bottom: 0px solid #CF2224;
}
div#main-menu ul li a:hover,
div#main-menu ul li a.active-on {
}
* html div#main-menu ul li.item10 {
	margin-right: -30px; /* IE<=6 3-pixel jog bug */
}
div#main-menu ul li.item11,
div#main-menu ul li.item12,
div#main-menu ul li.item13 {
	position: absolute;
	top: -2em;
}
div#main-menu ul li.item11 {
	left: 16px;
	border-right-color: #E4C508;
}
div#main-menu ul li.item11 a {
	margin-left: 0;
}
div#main-menu ul li.item12 {
	left: 5.8em; /* related to width of previous item */
	margin-left: 16px;
	border-right-color: #E4C508;	
}
div#main-menu ul li.item13 {
	left: 14.4em; /* related to width of previous item */
	margin-left: 16px;
}

div#main-menu ul li.item11 a,
div#main-menu ul li.item12 a,
div#main-menu ul li.item13 a {
	color: #E4C508;
}
div#main-menu ul li.item11 a:visited,
div#main-menu ul li.item12 a:visited,
div#main-menu ul li.item13 a:visited {
	color: #E4C508;
}
div#main-menu ul li.item11 a:hover,
div#main-menu ul li.item12 a:hover,
div#main-menu ul li.item13 a:hover {
	color: #fff;
}
div#main-menu ul li.item11 a:active,
div#main-menu ul li.item12 a:active,
div#main-menu ul li.item13 a:active {
	color: #fff;
}

/* ---------------------------------END MAIN MENU -------------------------------------*/

/* ------------------------- START BOOKING MASK AND NEWSLETTER ------------------------- */

div#availability-checker form {
	position: relative; zoom: 1;
/*	float: left; */
	margin: 0;
}
/* START EASY CLEARING */
div#availability-checker form:after,
div#availability-checker div.date:after,
div#newsletter form:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END EASY CLEARING */
div#availability-checker label,
div#newsletter label {
	display: block;
	margin: 8px 0 2px;
	font-size: 0.8em;
	text-transform: uppercase;
}
div#availability-checker input,
div#availability-checker select,
div#newsletter input {
	display: block;
	border: 1px solid gray;
	font-size: 0.9em;
}
div#availability-checker input[type~="hidden"] {
	display: none;
}
div#availability-checker div.date {
	zoom: 1;
	_width: 100%; /* IE5 */
	margin-bottom: 10px;
}
div#newsletter div.email-entry {
	float: left; _display: inline;
}
div#availability-checker div.date label,
div#newsletter div.email label {
	_position: relative;
	margin-top: 0;
}
div#availability-checker div.date label#date-format-helper {
	text-transform: lowercase;
}
div#availability-checker div.date input,
div#newsletter div.email-entry input {
	padding-left: 0.5em;
	margin-right: 5px;
	width: 10.8em;
}
div#availability-checker div.date input {
	float: left; _display: inline;
}
div#availability-checker img.datepicker {
	display: block;
	position: absolute;
	left: 10.8em;
	margin: 0;
	margin-left: 4px;
	border: 0 none;
	width: 21px;
	height: 24px;
	cursor: pointer;
}
div#availability-checker div.choose {
	float: left; _display: inline;
	margin-right: 7px;
}
div#availability-checker div.choose.children {
	margin-right: 0; _margin-right: -9px; /* IE<=6 3-pixel jog bug */
}
div#availability-checker div.choose select {
	padding: 1px;
	width: 4.3em; /* WARNING! Allowing for Safari's need for wide select boxes: for font-size which evaluates to 9px, use 4.4em;  for 11px, 4.1em;  for 12px, 4em */
}
div#newsletter div.email {
	float: left; _display: inline;
	margin-right: 18px;
}
div#newsletter div.email input {
	width: 13em;
	margin-bottom: 2px;
}
div#availability-checker input.go,
div#newsletter input.go {
	margin: 0;
	border: 0 none;
	padding: 0;
	cursor: pointer;
}
div#availability-checker input.go {
	background-color: transparent;
	float: right;
	margin-top: 0.8em;
}
div#newsletter input.go {
	position: relative;
	min-height: 1.7em; _height: 1.7em;
}
div.calendar {
	z-index: 10;
}

/* -------------------------- END BOOKING MASK AND NEWSLETTER -------------------------- */

/* --------------------------------- WIDGETS -------------------------------------*/

/* ------------- WIDGETS ------------- */

div.widget-content {
	position: relative; zoom: 1;
}

div.widget h3 {
	margin-top: 0;
	font-size: 0.9em;
	font-weight: bold;
}

div.widget a.more-link {
	display: block;
	margin-top: 12px;
}



/* -------------------------------- LANGUAGE ------------------------------------*/



/* ----------------------------- FINAL FIX-UPS ----------------------------------*/
