/*General*/

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #004e84;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	margin:0px;
}
#header {
	position:absolute;
	width:719px;
	height:293px;
	top:0px;
	left:29px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	z-index:3;
}
#table_header_main_text {
	padding-right:17px;
	padding-left:17px;
	padding-top:17px;
	vertical-align:top;
}
.text {
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:10px;
	text-align:justify;
}
.text_white a {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.text_nf {
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:10px;
}
#container_footer {
	background-color:#000000;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	width:775px;
	height:40px;
	z-index:2;
	font-family:Verdana, Geneva, sans-serif;
	color:#ffffff;
	font-size:10px;
}

/*Home*/

#get_started {
	position:absolute;
	width:346px;
	height:436px;
	top:312px;
	left:29px;
	background-image:url(../images/get_started.jpg);
	background-repeat:no-repeat;
	z-index:4;
}
#main_title {
	position:absolute;
	width:345px;
	height:68px;
	top:312px;
	left:403px;
	background-image:url(../images/main_title.jpg);
	background-repeat:no-repeat;
	z-index:5;
}
#main_competitive_prices {
	position:absolute;
	width:345px;
	height:114px;
	top:379px;
	left:403px;
	z-index:6;
}
#table_header_main_prices {
	background-image:url(../images/competitive_prices.jpg);
	background-repeat:no-repeat;
}
#main_availability {
	position:absolute;
	width:345px;
	height:114px;
	top:492px;
	left:403px;
	z-index:6;
}
#table_header_main_availability {
	background-image:url(../images/availability.jpg);
	background-repeat:no-repeat;
}
#main_online_booking {
	position:absolute;
	width:345px;
	height:145px;
	top:603px;
	left:403px;
	z-index:6;
}
#table_header_main_online_booking {
	background-image:url(../images/online_booking.jpg);
	background-repeat:no-repeat;
}

/*About Us*/

#about_pics {
	position:absolute;
	width:346px;
	height:436px;
	top:312px;
	left:29px;
	z-index:4;
}
#about_title {
	position:absolute;
	width:345px;
	height:64px;
	top:312px;
	left:403px;
	background-image:url(../images/about_title.jpg);
	background-repeat:no-repeat;
	z-index:5;
}
#about_content {
	position:absolute;
	width:345px;
	top:375px;
	left:403px;
	z-index:6;
}

/*Pricing*/


#pricing_title {
	position:absolute;
	width:345px;
	height:64px;
	top:312px;
	left:403px;
	background-image:url(../images/pricing_title.jpg);
	background-repeat:no-repeat;
	z-index:5;
}
#pricing_content {
	position:absolute;
	width:345px;
	height:850px;
	top:375px;
	left:403px;
	z-index:6;
	overflow: auto;
}

/*Contacts*/

#contact_us_pic {
	position:absolute;
	width:346px;
	height:436px;
	top:312px;
	left:29px;
	background-image:url(../images/contact_us.jpg);
	background-repeat:no-repeat;
	z-index:4;
}
#contacts_title {
	position:absolute;
	width:345px;
	height:68px;
	top:312px;
	left:403px;
	background-image:url(../images/contacts_title.jpg);
	background-repeat:no-repeat;
	z-index:5;
}
#contacts_postal {
	position:absolute;
	width:345px;
	height:114px;
	top:379px;
	left:403px;
	z-index:6;
}
#table_header_postal {
	background-image:url(../images/postal.jpg);
	background-repeat:no-repeat;
}
#contacts_telephone {
	position:absolute;
	width:345px;
	height:114px;
	top:492px;
	left:403px;
	z-index:6;
}
#table_header_telephone {
	background-image:url(../images/telephone.jpg);
	background-repeat:no-repeat;
}
#contacts_email {
	position:absolute;
	width:345px;
	height:145px;
	top:603px;
	left:403px;
	z-index:6;
}
#table_header_email {
	background-image:url(../images/email.jpg);
	background-repeat:no-repeat;
}

/*Contacts*/

#booking_pic {
	position:absolute;
	width:346px;
	height:436px;
	top:312px;
	left:29px;
	background-image:url(../images/booking.jpg);
	background-repeat:no-repeat;
	z-index:4;
}
#booking_title {
	position:absolute;
	width:345px;
	height:68px;
	top:312px;
	left:403px;
	background-image:url(../images/booking_title.jpg);
	background-repeat:no-repeat;
	z-index:5;
}
#booking_content {
	position:absolute;
	width:345px;
	top:375px;
	left:403px;
	z-index:6;
}

/*Loader*/

#prepage {
	display:none;	
}
#prepage_overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:101;
	padding-top:200px;
	text-align:center;
	background:#ffffff;
	opacity:.90;
	filter:alpha(opacity = 90);
}
