@import url("reset.css");
@import url("fonts.css");
@import url("base.css");
@import url("grid.css");

html, body {
	margin: 0; padding: 0;
}

body {
	position: relative;
}

#header {
	background: #FEFEFE url(../img/header-bg.png) repeat-x 0 0;
	margin-bottom: 3px;
	padding-top: 14px;
}

a { color: #000033; text-decoration: underline; }
a:focus { color: #033569; text-decoration: none; }
a:hover { color: #033569; text-decoration: none; }
a:active { color: #033569; text-decoration: none; }

#header .row {
	height: 141px;
}

#header #logo {
	position: absolute; overflow: hidden;
	left: 0; top: 0; width: 243px; height: 141px;
	text-indent: -9999px;
	background: url(../img/top-logo.png) no-repeat 0 0;
}

#header #phone {
	position: absolute; overflow: hidden;
	right: 0; top: 14px; width: 344px;
	height: 50px;
	/*
	text-indent: -9999px;
	background: url(../img/top-phone.png) no-repeat 0 0;
	*/
	color: #000;
	font-size: 150%;
	text-align: right;
}

#header .big-button {
	text-transform: uppercase;
	position: absolute;
	right: -4px;
	bottom: 10px;
}

#masthead {
	background: #32468D url(../img/masthead-bg.jpg) no-repeat 50% 0;
	color: #FFF;
	position: relative;
	overflow: hidden;
	left: 50%;
	width: 100%;
	margin-left: -50%;
	/*min-height: 312px;*/
	border-top: 1px solid #FFF;
}

#masthead h1, #masthead p, #masthead ol, #masthead ul {
	color: #FFF;
	text-shadow: #000000 0px 0px 3px;
	-moz-text-shadow: #000000 0px 0px 3px;
}

#footer {
	border-top: 7px solid #000;
	background: #0E0F11 url(../img/footer-bg.jpg) no-repeat 50% 0;
	/*height: 233px;*/
	color: #CCCCCC;
	padding-top: 27px;
	padding-bottom: 56px;
	font-size: 90%;
}

#footer .w8 {
	text-align: right;
}

#footer .vcard {
	padding-top: 74px;
	background: url(../img/footer-logo.png) no-repeat 100% 0;
}

#main {
	margin-top: 16px;
	margin-bottom: 16px;
	color: #333333;
	font-size: 90%;
}

.box {
	position: relative;
	margin-top: 4px;
	margin-bottom: 24px;
}

.box * {
	position: relative;
	z-index: 1;
}

.box img {
	width: 100%; display: block;
}

.box .full-width {
	position: relative;
	margin-left: -8px;
	margin-right: -8px;
}

.box .full-width img {
	width: 100%;
}

/*
http://hal/toolbox/boxes.php?borderNorthWidth=10&borderEastWidth=6&borderSouthWidth=10&borderWestWidth=6&bgNorthOffset=-6&bgEastOffset=-9&bgSouthOffset=-4&bgWestOffset=-8&define=inner&borderNorthInner=0&borderEastInner=-8&borderSouthInner=-2&borderWestInner=-8&borderNorthOuter=10&borderEastOuter=14&borderSouthOuter=12&borderWestOuter=14
*/


.box .bg {
	position: absolute;
	z-index: 0;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	border: 1px solid #FFF;
	padding: 6px 8px 2px 8px;
	left: -9px;
	top: -7px;
	
  box-shadow: 0px 2px 6px #555;
  -moz-box-shadow: 0px 2px 6px #555;
  -webkit-box-shadow: 0px 2px 6px #555;
  -o-box-shadow: 0px 2px 6px #555;
	background: #fff url(../img/frame-bg2.jpg) no-repeat 0 0;
	/*
	background-size: 100% 100%;
	-moz-background-size: 101% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	*/
}

.box img.fake-bg {
	position: absolute;
	z-index: 0;
	left: 0px; top: 0px;
}

.has-button {
	padding-bottom: 54px;
}

.has-button a.button {
	position: absolute;
	/*left: 5px;*/
	bottom: 5px;
}

.box h2 {
	color: #033569;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

.equalize-boxes .box h2 {
	height: 2em;
}

/*
a.button, button {
	display: inline-block;
	border: none;
	position: relative;
	width: auto;
	margin-left: 8px;
	padding-left: 4px;
	padding-right: 18px;
	background: url(../img/button.png) no-repeat 100% 0;
	font-size: 90%;
	color: #FFF;
	text-shadow: #000000 0px 0px 3px;
	-moz-text-shadow: #000000 0px 0px 3px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	height: 22px;
	padding-top: 6px;
	cursor: link;
	
	padding: 5px 18px 0px 4px;
}

a.button:before, button:before {
	content: '.'; text-indent: -9999px;
	position: absolute; overflow: hidden;
	left: -8px; width: 8px;
	top: 0px; height: 100%;
	background: url(../img/button.png) no-repeat 0 0;
}

a.button:hover, button:hover {
	background-position: 100% -28px;
	color: #FFF;
	color: #033569;
	text-shadow: #FFFFFF 0px 0px 3px;
	-moz-text-shadow: #FFFFFF 0px 0px 3px;
}

a.button:hover:before, button:hover:before {
	background-position: 0 -28px;
}

@-moz-document url-prefix() {
	button:before {
		top: -10px; left: -20px;
	}
}
*/
a.button, button {
	border: none;
	display: inline-block;
	width: auto;
	font-weight: bold;
	font-size: 100%;
	padding-right: 17px;
	padding-left: 5px;
	margin-left: 12px;
	margin-right: 5px;
	position: relative;
	height: 28px; line-height: 28px!important;
	background: url(../img/button.png) no-repeat 100% 0;
	text-decoration: none;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-align: center;
	
	cursor: pointer;
	
	color: #FFF;
	text-shadow: #000000 0px 0px 3px;
	-moz-text-shadow: #000000 0px 0px 3px;
	overflow:visible;
}

.block-buttons a.button, .block-buttons a.big-button, .block-buttons button {
	display: block!important;
}

a.button:hover, button:hover {
	color: #033569;
	text-shadow: #FFFFFF 0px 0px 3px;
	-moz-text-shadow: #FFFFFF 0px 0px 3px;
	background-position: 100% -28px;
}

a.button:before, button:before {
	content: '.';
	text-indent: -9999px; overflow: hidden;
	position: absolute; display: block;
	left: -12px; top: 0; width: 12px; height: 100%;
	background: url(../img/button.png) no-repeat 0 0;
	margin: 0; padding: 0;
}

a.button:hover:before, button:hover:before {
	background-position: 0 -28px;
}

a.button .before, button .before {
	text-indent: -9999px; overflow: hidden;
	position: absolute; display: block;
	left: -12px; top: 0; width: 12px; height: 100%;
	background: url(../img/button.png) no-repeat 0 0;
	margin: 0; padding: 0;
}

a.button:hover .before, button:hover .before {
	background-position: 0 -28px;
}

button.fake-before:before {
	display: none;
}

@-moz-document url-prefix() {
	button.fake-before {
		margin-left: 0!important;
		top: -9px;
		/*left: 12px;*/
	}
	
	.before-fake-button {
		text-indent: -9999px; overflow: hidden;
		position: relative; display: inline-block;
		line-height: 28px;
		left: 0px; top: 0; width: 12px; height: 100%;
		background: url(../img/button.png) no-repeat 0 0;
		margin: 0; padding: 0;
	}
	
	.before-fake-button.hover, .before-fake-button:hover {
		background-position: 0 -28px;
	}
	
	.before-fake-button:hover + button {
	color: #033569;
	text-shadow: #FFFFFF 0px 0px 3px;
	-moz-text-shadow: #FFFFFF 0px 0px 3px;
	background-position: 100% -28px;
	}
	
	button {
		-moz-appearance: none;
		overflow: visible!important;
	}
	button:before, button .before {
		top: -6px; left: -17px;
	}
}

button::-moz-focus-inner {
	padding: 0;
	border: none;  /* overrides extra padding in Firefox */
}

a.button .before, button .before {
	text-indent: -9999px;
	position: absolute; display: block;
	left: -12px; top: 0; width: 12px; height: 100%;
	background: url(../img/button.png) no-repeat 0 0;
	
	cursor: pointer;
}

a.button:hover .before, button:hover .before {
	background-position: 0 -28px;
}

a.big-button {
	display: inline-block;
	position: relative;
	width: auto;
	margin-left: 12px; /* Space for overlay */
	padding-left: 8px;
	padding-right: 20px;
	background: url(../img/big-button.png) no-repeat 100% 0;
	font-size: 120%;
	color: #FFF;
	text-shadow: #000000 0px 0px 3px;
	-moz-text-shadow: #000000 0px 0px 3px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	height: 32px;
	padding-top: 16px;
}

a.big-button:before {
	content: '.'; text-indent: -9999px;
	position: absolute; overflow: hidden;
	left: -12px; width: 12px;
	top: 0px; height: 100%;
	background: url(../img/big-button.png) no-repeat 0 0;
}

a.big-button .before {
	text-indent: -9999px;
	position: absolute; overflow: hidden;
	left: -12px; width: 12px;
	top: 0px; height: 48px;
	background: url(../img/big-button.png) no-repeat 0 0;
}

a.big-button:hover {
	background-position: 100% -50px;
	color: #FFF;
	color: #033569;
	text-shadow: #FFFFFF 0px 0px 3px;
	-moz-text-shadow: #FFFFFF 0px 0px 3px;
}

a.big-button:hover:before {
	background-position: 0 -50px;
}

a.big-button:hover .before {
	background-position: 0 -50px;
}

#footer ul {
	list-style: none;
	margin: 0; padding: 0;
	font-size: 85%;
}

#footer ul li {
	list-style: none;
	text-transform: uppercase;
	padding-left: 8px;
	line-height: 1.6
}

#footer a {
	color: #CCC;
	text-decoration: none;
}

#footer b {
	font-weight: bold;
	color: #FFF;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

h2.package {
	text-transform: uppercase;
	padding-left: 64px;
	background: url(../img/package.jpg) no-repeat 0 50%;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}

hr {
	clear: both;
	border: none;
	border-top: 1px solid #E1E1E1;
	height: 0px;
	margin: 2em 0;
	margin-left: 16px;
	margin-right: 16px;
}

/* -------------------------- */

#menu-bar {
	background: url(../img/menu-normal.png) repeat-x 0 50%;
	border-bottom: 1px solid #0E0D09;
	border-top: 1px solid #808080;
}

#menu-bar .row {
	clear: both;
	padding-right: 2px;
	background: url(../img/menu-separator.png) repeat-y 100% 50%;
}

#menu-bar ul {
	display: table;
	margin: 0;
	width: 100%;
}

#menu-bar li {
	display: table-cell;
	text-align: center;
}

#menu-bar li a, #menu-bar li b {
	display: block;
	padding: 14px 8px;
	text-decoration: none;
	font-size: 115%;
	background: url(../img/menu-normal.png) repeat-x 0 50%;
	color: #fff;
	text-shadow: #000000 0px 0px 3px;
	-moz-text-shadow: #000000 0px 0px 3px;
	font-weight: normal;
}

#menu-bar li b {
	cursor: default;
}

#menu-bar li {
	padding-left: 2px;
	background: url(../img/menu-separator.png) repeat-y 0 50%;
}

#menu-bar li a:hover, #menu-bar li b {
	background-image: url(../img/menu-hot.png);
}

/* -------------------------- */


#top-menu {
	background: #D0DCE8;
	color: #211D1E;
	text-transform: uppercase;
	font-size: 85%;
}

#top-menu ul {
	text-align: right;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	display: block;
}

#top-menu li {
	text-align: right;
	margin: 0;
	list-style: none;
	display: inline;
	font-size: 115%;
}

#top-menu li + li:before {
	margin: 0 5px;
	content: ' | ';
}

#top-menu li a {
	color: #211D1E;
	text-decoration: none;
}

#top-menu li a:hover {
	color: #211D1E;
	text-decoration: underline;
}

/* ----- */

form .input {
	margin-bottom: 1em;
}

form legend {
}

form fieldset {
	margin-bottom: 0;
	/*
	border: 1px solid #033569;
	padding: 4px;
	*/
}

form legend {
	display: block;
	border-bottom: 1px solid #033569;
	font-size: 110%;
	margin-bottom: 1em;
	font-weight: bold;
	width: 100%;
	color: #033569;
}

form .radio fieldset {
	border: none;
	padding: 0;
}

form label, form .checkbox legend, form .checkboxes legend, form .radio legend, form .radio_set legend  {
	display: block;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5em;
	font-size: 100%;
	background: transparent;
	border: none;
}

form .checkboxes legend, form .radio_set legend {
	margin-left: 16px;
	margin-right: 16px;
	float: left;
}

.required > label:after {
	content: ' *';
}

form .checkboxes label, form .radio_set label, form .radio label, form .checkbox label {
	display: inline;
	font-weight: normal;
	vertical-align: middle;
	margin-right: 0.5em;
}

div.checkbox {
	margin-bottom: 1em;
}

div.checkboxes input, div.radio_set input, div.checkbox input, div.radio input {
	vertical-align: middle;
}

div.checkboxes input, div.checkbox input {
	margin-right: 0.5em;
}

div.text input, textarea, select {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #FFF url(../img/fieldbg.png) repeat-x 0 0;
	border: 1px solid #AAA;
	padding: 2px;
	color: #333333;
}

div.text.error input, div.error textarea {
	border-color: #a00;
}

.input .error-message {
	color: #a00;
}

div.text input:focus, textarea:focus {
	color: #033569;
	border-color: #033569;
	box-shadow: 0 0 5px #033569;
	-moz-box-shadow: 0 0 5px #033569;
	-webkit-box-shadow: 0 0 5px #033569;
}

div.text.disabled input, div.disabled textarea {
	background: #DEDEDE;
}

table {
	/*table-layout: fixed;*/
	width:100%;
	margin-top: 1em;
}

table thead th, table thead td {
	border: none;
	text-align: left;
	font-size: 105%;
}

table tbody th, table tbody td {
	text-align: left;
	border-left: none;
	border-right: none;
}

table th img {
	width: 175px;
	display: block;
	margin: 0 auto;
}

/* ---- */

/*
#slideshow {
	margin: 24px 0;
	position: relative;
	left: 10px;
}

#slideshow .image-holder {
	background: #FFF;
	border: 8px solid #FFF;
	padding: 8px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	box-shadow: 0 0 5px #033569;
	-moz-box-shadow: 0 0 5px #033569;
	-webkit-box-shadow: 0 0 5px #033569;
	text-align: center;
	width: auto;
}

#slideshow .image-holder img {
	width: 100%;
}
*/
.image-holder img {
  display: block;
}

#slideshow {
	position: relative;
	overflow: hidden;
	width: 414px; height: 240px;
	padding: 4px;
	background: url(../img/animation-bg.png) no-repeat 0 0;
	margin-bottom: 18px;
	margin-top: 18px;
	left: 38px;
}

#slideshow img {
	position: absolute;
	left: 4px; top: 4px; width: 414px; height: 240px;
	z-index: 2;
}

#slideshow img + img {
	z-index: 1;
}

#slideshow .caption {
	position: absolute;
	padding: 10px;
	font-size: 180%;
	bottom: 4px; left: 4px; right: 4px; width: auto;
	background: rgba(0,0,0,0.5);
	color: #fff;
	z-index: 999;
	visibility: hidden;
}

/* --------------------------------- */

a.pdf {
	display: block;
	float: left;
	padding: 8px 0 8px 64px;
	background: url(../img/pdf.png) no-repeat 0 50%;
	font-size: 160%;
	min-height: 32px;
}


a.booking-button-1 {
	margin-left: -19px;
	margin-top: 22px;
	display: block;
	width: 281px;
	height: 196px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/booking-button-1.png) no-repeat 0 0;
}

a.booking-button-1:hover {
	background-position: -284px 0;
}

a.booking-button-2 {
	margin-left: -15px;
	margin-top: 22px;
	display: block;
	width: 281px;
	height: 196px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/booking-button-2.png) no-repeat 0 0;
}

a.booking-button-2:hover {
	background-position: -284px 0;
}