@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(../images/tiledBg.gif);
	background-repeat:repeat-x;
	color:#fff;
}


#navLeftShadow {
	position:absolute;
	left:0;
	top:0;
	height:777px;
	width:21px;
	background-image:url(../images/navLeftShadowBg.gif);
}

#bodyRightShadow {
	position:absolute;
	left:997px;
	top:0;
	height:749px;
	width:49px;
	background-image:url(../images/bodyRightShadow.gif);
}

#contentBody {
	position:absolute;
	left:247px;
	top:0;
	width:750px;
	z-index:10;
	background-position:bottom left;
	background-repeat:repeat-x;	
}

#contentBodyFooterBg {
	position:absolute;
	left:247px;
	top:1000px;
	width:750px;
	z-index:10;
	height:53px;
	background-image:url(../images/contentBgShort.gif);
	background-position:bottom left;
	background-repeat:repeat-x;	
}


#contentBodyBg {
	position:absolute;
	left:247px;
	top:0;
	width:1000px;
	z-index:1;
}

#bodyShadow {
	background-image:url(../images/bodyBg.gif);
}

#bodyTop {
	background-image:url(../images/bodyTop.gif);
}

#bodyBottom {
	background-image:url(../images/bodyBottom.gif);	
}

#header {
	height:250px;
	background-repeat:no-repeat;
}

.navItemSelected {
	/*background-color:#7F776D;*/
	border-bottom:#1B2032 solid 1px;
	background-color:#1B2032;	
}

.navItem {
	/*background-color:#E7E3DC;*/
	border-bottom:#1B2032 solid 1px;
}

a.navItem {
	display:block;
}

.rightItemBox {
/*	border:#7F776D solid 1px;*/
/*	background-color:#F5F2ED;*/
	border-top:#000 solid 10px;
}

.highlight {
	padding:10px;
	background-color:#1B2032;
	border:0px;
	margin-bottom:1.75em;
}

.rightItemImageHeaderBreakfast {
	background-image:url(../images/breakfast.jpg);
}

.rightItemImageHeaderTechnology {
	background-image:url(../images/technology.jpg);
}

.rightItemImageHeaderLuxury {
	background-image:url(../images/luxury.jpg);
}

.rightItemImageHeaderBooking {
	background-image:url(../images/booking.jpg);
}

hr {
	background-color:#F5F2ED;
	border-top: #7F776D solid 1px;
}

#footer {
	clear:both;
	padding:20px;
	font-size:90%;
	color:#333;
	text-align:center;
}
