
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: transparent url('../images/template/dark_bg.png') repeat left top;
	color: #000000;
}

body * {
	font-family: 'Open Sans', sans-serif;
}

a, a:visited {
	text-decoration: none;
	outline: 0px;
	color: #fff;
}
a:hover {
	/*text-decoration: underline;*/
	cursor: pointer;
}
noscript {
	display: block;
	margin: 200px auto 0px auto;
	width: 800px;
	color: #107cb2;
	font-size: 16px;
	
}
img, a img {
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.hidden {
	display: none;
}
.clear {
	float: none;
	clear: both;
}
.ui-state-error {
	border: 1px solid #f00 !important;
}

#view_core_layout_main {
	position: absolute;
	left: 0px;
	top: 0px;
	/*width: 100%;*/
	height: 100%;
	z-index: 2;
	min-height: 550px;
	/*min-width: 1000px;*/
}

#divBody {
	/*width: 100%;*/
	/*min-width: 1000px;*/
	height: 100%;
	background: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#divLogoContainer {
	position: absolute;
	top: 35px;
	left: 0px;
}

#divLogoContainer a {
	display: inline-block;
	width: 224px;
	height: 65px;
	cursor: pointer;
	text-decoration: none;
}

#divLogoContainer img {
	width: 224px;
	height: 65px;
}

#divBackgroundContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*min-width: 1000px;*/
	height: 100%;
	z-index: 1;
	background: transparent url('../images/template/sample_bg.jpg') no-repeat left top;
}

#divMainMenuContainer {
	position: absolute;
	top: 135px;
	left: 0px;
}

#divMainMenuContainer ul.mainmenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#divMainMenuContainer ul.mainmenu li {
	margin: 0px 0px 11px 0px;
}

#divMainMenuContainer ul.mainmenu li a {
	background: transparent url('../images/template/dark_bg.png') repeat left top;
	padding: 11px 22px 11px 22px;
	font-size: 15px;
	display: inline-block;
	color: #ffffff;
}

#divMainMenuContainer ul.mainmenu li.active a {
	color: #c5af77;
}

#divMainMenuContainer ul.mainmenu li:hover a {
	color: #c5af77;
}

#divFooterContainer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 65px;
	width: 100%;
	background: transparent url('../images/template/footer_bg.png') repeat-x left top;
	color: #ffffff;
	font-size: 12px;
	z-index: 3;
	overflow: hidden;
}

#spanLanguageBox {
	display: inline-block;
	margin-right: 20px;
}

#spanLanguageBox a {
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	line-height: 28px;
}

#divFooterLeftContent {
	padding: 19px 25px 19px 25px;
	float: left;
	width: 750px;
	line-height: 28px;
}

#aCompany {
	color: #ffffff;
	text-decoration: none;
	margin-right: 20px;
}

#aCompany:hover {
	cursor: pointer;
}

#divFooterRightContent {
	padding: 19px 25px 19px 25px;
	float: right;
	text-align: right;
	width: 200px;
	line-height: 19px;
}

#divFooterRightContent a.book-now {
	display: inline-block;
	line-height: 19px;
	padding: 0px 0px 0px 25px;
	background: transparent url('../images/template/book.png') no-repeat left center;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#divFooterRightContent a.aCredits {
	color: #ffffff;
}

#divFooterRightContent a.aCredits:hover {
	text-shadow: 0px 0px 1px #ffffff;
}

#divPageContainer {
	position: absolute;
	top: 35px;
	left: 235px;
	width: 300px;
	padding: 25px 3px 25px 9px;
	margin: 0px;
	background: transparent url('../images/template/dark_bg.png') repeat left top;
}

#divPageContainer h3.page-title {
	padding: 0px 18px 22px 10px;
	margin: 0px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

#divPageContainer div.page-content-container {
	height: 350px;
	/*min-height: 349px;*/
	overflow: hidden;
}

#divPageContainer div.page-content {
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	padding: 0px 18px 0px 10px;
}

#divPageContainer div.image-gallery {
	padding: 0px 8px 0px 0px;
	overflow: hidden;
}

#divPageContainer div.image-gallery .aGalleryImage {
	display: inline-block;
	width: 140px;
	height: 105px;
	cursor: pointer;
	text-decoration: none;
	float: left;
	margin-bottom: 10px;
}

#divPageContainer div.image-gallery .with-margin {
	margin-right: 10px;
}

#divPageContainer div.image-gallery .aGalleryImage img {
	width: 140px;
	height: 105px;
}

#divPageContainer div.page-container-close-button {
	display: none;
	width: 19px;
	height: 19px;
	background: transparent url('../images/template/dark_bg.png') repeat left top;
	text-align: center;
	line-height: 19px;
	position: absolute;
	top: -22px;
	right: 0px;
	cursor: pointer;
}

#divPageContainer div.page-container-close-button span {
	display: inline-block;
	width: 19px;
	height: 19px;
	background: transparent url('../images/template/close.png') no-repeat center center;
}

div.divBlueButton {
        padding: 10px;
        border: 1px solid #ffffff;
        color: #ffffff;
        background: transparent;
        font-size: 13px;
        display: inline-block;
        zoom: 1;
}

div.divBlueButton:hover {
        background: #ffffff;
        color: #000000;
        cursor: pointer;
}

#divPageContainer .tdLeft {
        padding: 4px 0px 4px 0px;
}

#divPageContainer .tdRight {
        padding: 4px 0px 4px 0px;
}

#divPageContainer .tdError {
        padding: 4px 0px 4px 0px;
}

#divPageContainer form {
        margin: 15px 0px 0px 0px;
}

#divPageContainer form table {
        /*width: 100%;*/
}

#divPageContainer form input {
        border: 1px solid #242424;
        font-family: Arial;
        display: inline-block;
        padding: 8px;
        letter-spacing: 1px;
        min-width: 313px;
}

#divPageContainer form input[type=radio] {
        min-width: 15px;
}

#divPageContainer form textarea {
        border: 1px solid #242424;
        font-family: Arial;
        font-size: 14px;
        display: inline-block;
        padding: 8px;
        letter-spacing: 1px;
        width: 313px;
        height: 120px;
}

#divPageContainer .recaptchatable {
	border: 0px !important;
}

#recaptcha_privacy a {
	color: #ffffff;
}

#recaptcha_table tr td {
	padding-left: 0px !important;
}

#divFooterExtras {
	position: fixed;
	bottom: 70px;
	left: 25px;
	width: 1000px;
	height: 30px;
	line-height: 30px;
	background: transparent;
}

#divFooterExtras .spanFooterText {
	font-weight: bold;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-shadow: 0px 0px 2px #000000, 0px 0px 1px #000000;
	letter-spacing: 0.5px;
}

#divFooterExtras .aFacebookLink {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/template/f_logo.png') no-repeat left center;
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 0px 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0px 0px 2px #000000, 0px 0px 1px #000000;
	letter-spacing: 0.5px;
}

#divFooterExtras .aTwitterLink {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/template/twitter.png') no-repeat left center;
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 0px 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0px 0px 2px #000000, 0px 0px 1px #000000;
	letter-spacing: 0.5px;
}

#divFooterExtras .aInstagramLink {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/template/instagram.jpg') no-repeat left center;
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 0px 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0px 0px 2px #000000, 0px 0px 1px #000000;
	letter-spacing: 0.5px;
}

#divFooterExtras .aAppStoreLink {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/template/app-icon.jpg') no-repeat left center;
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 0px 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0px 0px 2px #000000, 0px 0px 1px #000000;
	letter-spacing: 0.5px;
}

#divFooterExtras .aExpediaLink {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/template/expedia.png') no-repeat left center;
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 0px 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0px 0px 2px #000000, 0px 0px 1px #000000;
	letter-spacing: 0.5px;
}

#divFooterExtras .aTripInViewLink {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/template/tripinview.png') no-repeat left center;
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 0px 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0px 0px 2px #000000, 0px 0px 1px #000000;
	letter-spacing: 0.5px;
}

#wwo_widget_main {
	background: transparent url('../images/template/dark_bg.png') repeat left top !important;
	border: 0px !important;
}

#widget_header_text {
	background: transparent url('../images/template/dark_bg.png') repeat left top !important;
}

#widget_provider a {
	color: #dddddd;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

#wwo_weather_table td.withdate {
	border-bottom: 0px !important;
}