html,
body {
	height: 100%;
}

#holder {
	position: relative;
	height: 100%;
	min-height: 630px;
	width: 980px;
	margin: 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
}

#spacer {
	float: left;
	height: 50%;
	width: 1px;
	margin-bottom: -315px;
}


/************************************/
h1 {
	position: absolute;
	top: 612px;
	left: 5px;
	width: 980px;
	text-align: right;
	font-weight: normal;
	font-size: 0.9em;
}

#languages {
	font-size: 0.9em;
	text-transform: uppercase;
}
#languages li {
	display: inline;
	list-style: none outside none;
	padding-left: 5px;
}


#main-holder {
	clear: both;
	position: relative;
	height: 600px;
	width: 980px;
	background: url(../images/shadow.png) no-repeat;
	padding: 5px;
	margin: -5px 0 0 -5px;
	_margin-bottom: 25px;
}
#main-area {
	width: 980px;
	height: 600px;
	position: relative;
	overflow: hidden;
}

#branding {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

#menu-top {
	position: absolute;
	top: 15px;
	right: 5px;
	z-index: 2;
}

#menu-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 103px;
	z-index: 1;
	background: url(../images/bg-top.png) repeat-x bottom left;
	display: none;
}
.nojs #menu-main {
	display: block;
}

#main-visual {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 980px;
	height: 600px;
}

#bottom-area {
	width: 940px;
	background: url(../images/bg-content-bar.png) repeat-x;
	padding: 20px;
	padding-top: 27px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	visibility: hidden;
}
.loggedIn #bottom-area,
.nojs #bottom-area {
	visibility: visible;
}

#bottom-area-opacity {
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 250px;
	margin-top: 7px;
	background-color: black;
	opacity:0.80; filter:alpha(opacity=80);
	z-index: -1;
}
#menu-sub {
	clear: left;
	float: left; _display: inline;
	overflow: hidden;
}

#main-content {
	height: 183px;
	overflow: hidden;
	position: relative;
}

.booking-mask {
	position: absolute;
	top: 113px;
	left: 10px;
	background: url(../images/bm-bg.png);
	width: 19em;
	padding: 0.9em 1.2em;
	visibility: hidden;
}
.nojs #booking-mask-suites {
	visibility: visible;
}
.nojs #booking-mask-spa {
	left: auto;
	right: 10px;
	visibility: visible;
}



#footer {
	position: absolute;
	top: 612px;
	left: 5px;
	font-size: 0.9em;
	color: #9B9063;
}

#fancy_ajax {
	background-color: #2C2122;
}
