body
{
	background-color: #0084C5;
	background-image: url(../images/back_image.jpg);
	background-repeat: repeat-x;	

}
.plus_one{
	left: 300px;
    position: absolute;
    top: 5px;
}
.menu
{
	height: 40px;
	width:770px;
	background-image: url(../images/back_menu.gif);
}
.header
{
	height:235px;
	background-color: #25A9FE;
}
.menu_text
{
	font-family: Arial;
	font-weight: normal;
	font-size: 18px;
	color: #c8f3ff;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
}
A.menu_text_link
{
        font-family: Arial;
        font-weight: normal;
        font-size: 18px;
        color: #c8f3ff;
        text-decoration:none;
}

A.menu_text_link:hover
{
        font-family: Arial;
        font-weight: normal;
        font-size: 18px;
        color: #eddb33;
	text-decoration:none;
}

A.menu_text_active_link
{
        font-family: Arial;
        font-weight: normal;
        font-size: 18px;
        color: #007ab9;
	text-decoration:none;
}

A.menu_text_active_link:hover
{
        font-family: Arial;
        font-weight: normal;
        font-size: 18px;
        color: #c8f3ff;
        text-decoration:none;
}



.menu_text_active
{
	font-family: Arial;
	font-weight: normal;
	font-size: 18px;
	color: #007ab9;
	background-image: url(../images/menu_active.gif);	
	background-repeat:no-repeat;
	height: 40px;
	padding-left:20px;
	padding-right: 20px;	
}
.normal_text
{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #177fb4;
}
.boat
{
	background-image: url(../images/boat.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.hotel_title
{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #0d71a3;	
}
.hotel_text
{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 11px;
}
A.text_footer
{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c8f3ff;
	font-size: 11px;
	text-decoration: none;	
}
A.text_footer:hover
{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c8f3ff;
	font-size: 11px;
	text-decoration: underline;	
}

ul.hotels_list {
	display:block;
	float:left;
	font-size:12px;
	list-style:none;
	text-align:left;
	padding:0 0 0 10px;
	width:150px;
}

ul.hotels_list li a{
	
}

ul.hotels_list li a,
ul.hotels_list li a:link,
ul.hotels_list li a:visited{
	background-image:url('../_img/bullet.png');
	background-position:center left;
	background-repeat:no-repeat;
	color:#004d73;
	height:10px;
	padding:0 0 0 20px;
	width:13px;
}

ul.hotels_list li a:hover,
ul.hotels_list li a:active{
	background-image:url('../_img/bullet_hover.png');
	background-position:center left;
	background-repeat:no-repeat;
	color:#004d73;
	height:10px;
	width:13px;
}
