/***** Top Block *********************************************************************/

#topBlock {
	height:502px;
	width:942px;
	position:relative;
	overflow:hidden;
}

#topBlock2 {
	height:208px;
	width:942px;
	position:relative;
	overflow:hidden;
}


#bookNowBack {
	
	position:absolute;
	top:360px;
	left:0px;
	width:942px; 
	-moz-opacity:.4;
    opacity:.4;
	filter:alpha(opacity=40);
}


#mainImage {
	
}


#frontWelcomeImage {
	position:absolute;
	top:140px;
	left:195px;
	z-index:10;
	}


#checkAvailability {
	position:absolute;
	top:375px;
	left:10px;
	z-index:10;
	}
	
	
#bookingForm {
    position:absolute;
	top:433px;
	left:25px;
	z-index:11; width:900px;
	
	}
	
	
#joinEmail {
 	position:absolute;
/*	top:362px;
*/	left:590px;
	z-index:11;
	width:185px;
}

#weather {
    position:absolute;
/*	top:300px;
*/	left:4px;
	z-index:11;
	width:170px;
}

/* Left Menu *************************************************************************/

#leftMenuBack {
	height:165px;
	-moz-opacity:.6;
    opacity:.6;
	filter:alpha(opacity=60);
}	

#leftMenu {
	width:605px;
	top:412px;
}

/* Bottom Block **********************************************************************************/

#bottomBlock {
	background-color:#fff;
	color:#3389BC;
}

#bottomBlockHeader {
	width:595px;
	height:50px;
	background-color:#5AA8CE;
	float:right;
}

#bottomBlockHeader h2 {
	letter-spacing:2px;
	font-weight:normal;
}

#bottomBlockRight {
	float:right;
	width:170px;
	background-color:#fff;
	height:auto;
	
}

#bottomBlockRight img {
	margin: 7px 7px;
}


#bottomBlockLeft {
	float:left;
	font-size:9px;
	width:143px;
	padding-right:10px;
}

.bottomBlockLeftBox{
	margin:7px;
}


#bottomBlockContent {
	width:427px;
	float:left;
}

#bookNowOptions, #specialOptions {
	background-color:#5383B8;
	border-top:1px solid white;
	border-bottom:1px solid white;
	position:relative;
	display:none;
	/*height:70px;*/
	left:570px;
	opacity:0.8;
	filter:alpha(opacity=80);
	position:absolute;
	top:35px;
	width:180px;
	z-index:10;
	padding:10px;
}

.closeMe a {
	position:absolute;
	top:3px;
	right:10px;
	font-size:8px;
	color:#fff;
}


#bookNowOptions ul, #specialOptions ul{
	list-style:none;
	margin:2px;padding:2px;
}