
#layer-1 {
	z-index: 0;
	position: absolute;
	top: 0px;
	width: 100%;
}

#air {
	height: 217px;
	background-image: url(/public/images/home/bg_air.jpg);
	background-repeat: repeat-x;
	background-position: right;
}
#ground {
	position: absolute;
	right: 481px;
	height: 200px;
	width: 100%;
	background-image: url(/public/images/home/bg_ground.jpg);
	background-repeat: repeat-x;
	background-position: right;
}

#woman {
	z-index: 2;
	position: absolute;
	top: 107px;
	right: 0px;
	height: 416px;
	width: 481px;
	background-image: url(/public/images/home/bg_air.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#layer-2 {
	position: absolute;
	top: 0px;
	width: 100%;
}

#yacht-zone {
	z-index: 0;
	position: absolute;
	top: 192px;
	right: 481px;
	height: 200px;
	width: 35%;
}
#yacht {
	position: static;
}

#land-zone {
	z-index: 0;
	position: absolute;
	top: 188px;
	right: 481px;
	height: 200px;
	width: 55%;
}
#land {
	position: static;
	align: right;
}

#logo-helios-hotels {
	position: absolute;
	top: 0px;
	left: 24px;
	z-index: 3;
}



#top-menu { /*** TOP MENU ***/
	position: absolute;
	top: 0px;
	right: 0px;
	
	height: 40px;
	padding-left:6px;
	z-index: 3;
	float: right;
}

.menu-reserve {
	position: relative;
	top: 12px;
	float: right;
}

.menu {
	position: relative;
	top: 0px;
	padding-left: 6px;
	padding-right: 6px;

	font-size: 11px;
	float: right;
}

.menu-sitemap {
	position: relative;
	top: 11px;

	float: right;
}

.menu-lang {
	position: relative;
	top: 10px;
	padding-right:10px;
	font-size: 11px;
	float: right;
}
.menu-lang-active {
	position: relative;
	top: 0px;
	padding-top:11px;
	padding-right:10px;
	font-size: 11px;
	float: right;
}
#menu-bottom-border {
	position: absolute;
	top: 41px;
	right:0px;
}


#banner { /*** Banner ***/

	z-index: 4;
	position: absolute;
	top: 350px;
	left: 0px;
}

#banner-start {
	position: absolute;
	top:0px;
	left: 0px;

	height: 87px;
	width: 380px;

	background-image: url(/public/images/home/bg_banner_start.jpg);
	background-repeat: repeat-x;
	background-position: right;
	z-index: 5;
}

#banner-finish {
	position: absolute;
	top:0px;
	left: 380px;
	height: 87px;
	width: 10px;

	background-image: url(/public/images/home/bg_banner_finish.jpg);
	background-repeat: repeat-x;
	background-position: right;
	z-index: 5;
}

#banner-shadow {
	position: absolute;
	top:67px;
	left: 0px;
	z-index: 1;
}


#banner-start h1 { /* Banner Text */
	padding-left: 12px;
	padding-top: 12px;

	font-style: bold;
	font-family: Arial;
	font-size: 12px; 
	color: #75765B;

}

#banner-start p {
	padding-left: 12px;
	padding-top: 10px;
	padding-right: 25px;

	width: auto;

	font-family: Tahoma;
	font-size: 9px; 
	color: #141B17;
}

#home-content { /* Home Content */

	position: absolute;
	top: 470px;
	left: 0px;
	width: 100%;
	z-index: 4;
}


#left-column {
	width: 46%;
	padding-bottom: 25px;
	float: left;
}

#right-column {
	width: 48%;
	padding-bottom: 60px;
	float: left;
}


#hotel-title {
	padding-left: 37px;
}

#home-content p {

	font-family: Arial;
	font-size: 12px; 
	color: #666666;
	padding-top: 15px;
	padding-left: 37px;
}

