/*HOMEPAGE NAV*/

.MenuBox li
{
	border: 1px solid #3B2313;
}

.MenuBox a:hover {
	background:  #000;
	background-image: none;	
	height:20px;
	margin:0px;
	border-bottom: 1px solid #000;
}


.MenuBox a, .MenuBox a:active {
	background: #3B2313;
	background-image: none;	
}

.MenuBox a:visited {
	background: #000;
	background-image: none;	
}


/*SUBPAGE NAV*/

.subpage .MenuBox {
	position: absolute;
	font-size: 16px;
	color: #000;
	line-height: 130%;
	z-index: 105;
}


.subpage .MenuBox li
{
	border: 1px solid #3B2313;
}

.subpage .MenuBox a:hover {
	background:  #000;
	background-image: none;	
	height:20px;
	margin:0px;
	border-bottom: 1px solid #000;
}


.subpage .MenuBox a, .subpage .MenuBox a:active {
	background: #3B2313;
	background-image: none;	
}

.subpage .MenuBox a:visited {
	background: #000;
	background-image: none;	
}




#contentWrap {
	height: 500px;
}


#departure {
	position: absolute;
	margin: 0px;
	left: 120px;
}

#sleeps {
	position: absolute;
	margin-left: 240px;
}

#roomselector {
	position: absolute;
	color: #C69C6D;
	margin-left: 600px;
	margin-top: 11px;
	z-index: 3;
}

#search {
	position: relative;
	margin: 10px 10px;
	float: right;
	z-index: 3;
}

#search input.text {
	width: 150px;
	border: 1px solid #C69C6D;
}

#homeContent {
	position: absolute;
	margin: 480px 0px 0px 50px;
	
}

#newsContent {
	position: absolute;
	margin: 400px 0px 0px 50px;
	height: 90px;
	width: 350px;
	font-size: 14px;
	color: #efe;
	overflow: hidden;
	line-height: 120%;
	z-index: 3;
}

#logo {
	
	background: url(../images/logo.gif) top left no-repeat ;
	

}

#roomselectornav {
	margin-bottom: -10px;
	z-index: 10;
}