@charset "UTF-8";
/* CSS Document */

#home_btn{
	margin-left:4px;
	float:left;
	display:inline;
}

#home_btn a{
	height:32px;
	width:83px;
	display:block;
	background:url(../img/graphic/menu/home.gif) center top;
}

#home_btn a:hover{
	background-position:center;
}

#properties_btn{
	margin-left:4px;
	float:left;
	display:inline;
}

#search_btn{
	margin-left:4px;
	float:left;
	display:inline;
}

#properties_btn a{
	height:32px;
	width:130px;
	display:block;
	background:url(../img/graphic/menu/properties.gif) center top;
}

#search_btn a{
	height:32px;
	width:97px;
	display:block;
	background:url(../img/graphic/menu/search.gif) center top;
}

#properties_btn a:hover{
	background-position:center;
}

#search_btn a:hover{
	background-position:center;
}

#reviews_btn{
	margin-left:4px;
	float:left;
	display:inline;
}

#offers_btn{
	margin-left:4px;
	float:left;
	display:inline;
}

#reviews_btn a{
	height:32px;
	width:107px;
	display:block;
	background:url(../img/graphic/menu/reviews.gif) center top;
}

#offers_btn a{
	height:32px;
	width:106px;
	display:block;
	background:url(../img/graphic/menu/offers.gif) center top;
}

#reviews_btn a:hover{
	background-position:center;
}

#offers_btn a:hover{
	background-position:center;
}

#about_us_btn{
	margin-left:4px;
	float:left;
	display:inline;
}

#about_us_btn a{
	height:32px;
	width:113px;
	display:block;
	background:url(../img/graphic/menu/about_us.gif) center top;
}

#about_us_btn a:hover{
	background-position:center;
}

#contact_us_btn{
	margin-left:4px;
	float:left;
	display:inline;
}

#contact_us_btn a{
	height:32px;
	width:131px;
	display:block;
	background:url(../img/graphic/menu/contact_us.gif) center top;
}

#contact_us_btn a:hover{
	background-position:center;
}

#wishlist_btn{
	margin-left:4px;
	float:left;
	display:inline;
}

#wishlist_btn a{
	height:32px;
	width:100px;
	display:block;
	background:url(../img/graphic/menu/wishlist_btn.gif) center top;
}

#wishlist_btn a:hover{
	background-position:center;
}

.btn_selected{
	background:none;
}


/*----------------------SUB MENU---*/
#profile_btn{
	margin-right:4px;
	float:left;
	display:inline;
}

#profile_btn a{
	height:32px;
	width:100px;
	display:block;
	background:url(../img/graphic/menu/profile.gif) center top;
}

#profile_btn a:hover{
	background-position:center;
}

#accommodation_btn{
	margin-right:4px;
	float:left;
	display:inline;
}

#accommodation_btn a{
	height:32px;
	width:172px;
	display:block;
	background:url(../img/graphic/menu/accommodation.gif) center top;
}

#accommodation_btn a:hover{
	background-position:center;
}


#rates_btn{
	margin-right:4px;
	float:left;
	display:inline;
}

#rates_btn a{
	height:32px;
	width:206px;
	display:block;
	background:url(../img/graphic/menu/rates.gif) center top;
}

#rates_btn a:hover{
	background-position:center;
}

#location_btn{
	margin-right:4px;
	float:left;
	display:inline;
}

#location_btn a{
	height:32px;
	width:114px;
	display:block;
	background:url(../img/graphic/menu/location.gif) center top;
}

#location_btn a:hover{
	background-position:center;
}

#reviews2_btn{
	margin-right:4px;
	float:left;
	display:inline;
}

#reviews2_btn a{
	height:32px;
	width:107px;
	display:block;
	background:url(../img/graphic/menu/reviews.gif) center top;
}

#reviews2_btn a:hover{
	background-position:center;
}

#info_btn{
	margin-right:4px;
	float:left;
	display:inline;
}

#info_btn a{
	height:32px;
	width:145px;
	display:block;
	background:url(../img/graphic/menu/request_info.gif) center top;
}

#info_btn a:hover{
	background-position:center;
}
/*-----END--------------SUB MENU---*/


/*--------*/

#next_btn{
	margin:27px 0px 0px 18px;
	float:left;
	display:inline;
	
	height:19px;
	width:60px;
	background:url(../img/graphic/buttons/next.gif) center top;
}

#overlay_on_map_btn{
	margin:27px 0px 0px 18px;
	float:left;
	display:inline;
}

#overlay_on_map_btn a{
	height:20px;
	width:121px;
	display:block;
	background:url(../img/graphic/buttons/overlay_on_map.gif) center top;
}

#overlay_on_map_btn a:hover{
	background-position:center;
}

#prop_btn{
	margin-top:30px;
	float:left;
	display:inline;
}

#prop_btn a{
	height:20px;
	width:108px;
	display:block;
	background:url(../img/graphic/buttons/view_property.gif) center top;
}

#prop_btn a:hover{
	background-position:center;
}

#book_btn{
	margin-top:30px;
	float:left;
	display:inline;
}

#book_btn a{
	height:20px;
	width:108px;
	display:block;
	background:url(../img/graphic/buttons/bookvilla_btn.gif) center top;
}

#book_btn a:hover{
	background-position:bottom;
}

#unit_btn{
	margin-top:30px;
	float:left;
	display:inline;
}

#unit_btn a{
	height:20px;
	width:80px;
	display:block;
	background:url(../img/graphic/buttons/view_unit.gif) center top;
}

#unit_btn a:hover{
	background-position:center;
}

.close_btn{
	margin-top:0px;
	float:right;
	display:inline;
	height:13px;
	width:54px;
	display:block;
	background:url(../img/graphic/buttons/close.gif) no-repeat left top;
	font-size:1px;
	cursor:pointer;
}

.open_btn{
	margin-top:0px;
	float:right;
	display:inline;
	height:13px;
	width:54px;
	display:none;
	background:url(../img/graphic/buttons/open.gif) no-repeat left top;
	font-size:1px;
	cursor:pointer;
}