/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
    }
a {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
form, p, table, div, span, img, thead, tbody, tfoot, th, td{
    margin:0px;
    padding:0px;
    }
input, select, textarea{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#000000;
    padding: 1px;
    margin: 0px;
    }
img{
	border:none;
	behavior: url("client/pngbehavior.htc");
}
table{
	border:none;
	empty-cells:show;
    }
hr {
	color:#EDEEEF;
	background-color: #EDEEEF;
	height:1px;
	clear:both;
	border: 0;
}
  
    
/*--content--*/

#wrapper {
	min-height:100%;
	position:relative;
	min-width:980px;
	width:100%;
	margin:0 auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
* html #wrapper {
	height:100%;
}
#header {
	height:229px;
	margin:auto;
	width:980px;
	position:relative;
}
#header img.logo{
	position:absolute;
	left:50px;
	top:25px;
}
#header img.slogan{
	position:absolute;
	left:72px;
	top:165px;
}
#header img.slogan2{
	position:absolute;
	left:400px;
	top:142px;
}
#menu {
	height:30px;
	margin:0px auto;
	width:980px;
}
#menu div.menu_cont{
	margin:0px 25px 0px 15px;
	padding-top:8px;
}
#menu div.menu_cont a{
	color:#666666;
	font-size:12px;
	margin-right:20px;
	padding-left:17px;
	background-image: url(images/bullet_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu div.menu_cont a:hover{
	text-decoration:none;
	background-image: url(images/bullet_top_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu div.menu_cont span{
	float:right;
	color:#CCCCCC;
}
#menu div.menu_cont span a{
	font-size:12px;
	color:#CCCCCC;
	margin-right:5px;
	margin-left:5px;
}
#news {
	margin:auto;
	width:980px;
}
#news table{
	width:950px;
	margin:8px 15px;
}
#news table td{
	width:33%;
	vertical-align:top;
	text-align:left;
	padding:0px 15px;
}
div.lines {
	margin:auto;
	width:auto;
	border-top:solid 2px #EDEEEF;
	height:6px;
	border-bottom:solid 5px #EDEEEF;} 
div.lines_news {
	margin:auto;
	width:auto;
	border-top:solid 2px #EDEEEF;
} 
#menu_line {
	margin:auto;
	width:980px;
	height:2px;
}
#content {
	margin:auto;
	width:980px;
	padding-bottom:65px;
	padding-top:10px;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
    }
#side_menu {
	float:left;
	width:250px;
	}
#text {
	padding-left:265px;
	}
#text:after{
	content: "";  
	display: block; 
	clear: both;
    }
#text div.text_cont {
	overflow:auto;
	line-height:130%;
	text-align:justify;
	margin-right:30px;}
#text div.text_cont p{
	margin-bottom:10px;
}
#text div.text_cont img{
	border:solid 5px #EDEEEF;
/*	margin:5px;*/
}	
#text div.text_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text div.text_cont {
	height:1%;}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50px;
	color:#CCCCCC;
}

#footer div.cont_bottom {
	height:50px;
	margin:auto;
	width:980px;
}
#footer div.cont_bottom div.line{
	height:6px;
	margin-bottom:10px;
}
#footer div.cont_bottom span{
	padding-left:30px;
}
#footer div.cont_bottom a{
	color:#CCCCCC;
	padding-right:30px;
	float:right;
}

ul.menul1 {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	}
ul.menul1 a{
	text-decoration:underline;
	}
ul.menul1 a:hover{
	text-decoration:none;
	}	
ul.menul1 li{
	padding:0px 0px 7px 30px;
	font-size:12px;
	}
ul.menul1 li.active{
	background-repeat: no-repeat;
	background-position: left top;
	font-weight:bold;
	}
ul.menul1 li.l2{
	margin:0px 0px 0px 30px;
	padding:0px 0px 5px 12px;
	font-size:11px;
	background-image:url(images/bullet_l2.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	}
ul.menul1 li.l2_active{
	margin:0px 0px 0px 30px;
	padding:0px 0px 5px 12px;
	font-size:11px;
	font-weight:bold;
	background-image:url(images/bullet_l2.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	}
ul.menul1 li.l2 a, ul.menul1 li.l2_active a{
	text-decoration:none;
	color:#000000;
	}
ul.menul1 li.l2 a:hover, ul.menul1 li.l2_active a:hover{
	text-decoration:underline;
	color:#000000;
	}
ul.menul1 li.l3{
	padding:0px 0px 5px 30px;
	font-size:11px;
	}
ul.menul1 li.l3_active{
	padding:0px 0px 5px 30px;
	font-size:11px;
	font-weight:bold;
	}
div.menu_list {
	border: solid 1px #EDEEEF;
	background-color:#F9F9F9;
	padding:0px 5px 10px 10px;
}
div.menu_list img{
	padding-top:10px;}

ul.menu_list {
	list-style:none;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
ul.menu_list li{
	list-style:none;
	padding:0px 0px 3px 15px;
	margin:0px 0px 0px 5px;
	font-size:12px;
	background-image:url(images/bullet_side.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	}
ul.menu_list li a{
	color:#000000;
	text-decoration:underline;
	}
ul.menu_list li a:hover{
	text-decoration:none;
}
ul.menu_list li.hotel a:hover{
	color:#AC2320;
	}	
ul.menu_list li.other a:hover{
	color:#CC6633;
	}	
ul.menu_list li.water a:hover{
	color:#008FD7;
	}	
ul.menu_list li.conference a:hover{
	color:#FF0000;
	}	
ul.menu_list li.spa a:hover{
	color:#66CCFF;
	}	
ul.menu_list li.restaurant a:hover{
	color:#CC0000;
	}	
ul.menu_list li.beauty a:hover{
	color:#B3D9FF;
	}	
ul.menu_list li.bowling a:hover{
	color:#339933;
	}		
	
div.title {
	font-size:17px;
	margin-bottom:10px;
}	
#choose{
	background-image: url(images/choose_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin:auto;
	width:980px;
	margin-top:0px;
	padding-bottom:0px;
	text-align:center;
}
#choose:after{
	content: "";  
	display: block; 
	clear: both;
    }
#choose table{
	width:auto;
	margin:auto;
}
#choose table td{
	width:109px;
	height:159px;
	vertical-align:top;
	cursor:pointer;
}
#choose table td div.line{
	height:6px;
	border-top:solid 2px #EDEEEF;
	border-bottom:solid 5px #EDEEEF;
}
#choose table td div.pic, #choose table td div.pic_active{
	border-bottom:solid 5px #EDEEEF;
	width:109px;
	height:73px;
}
#choose table td div.text, #choose table td div.text_active{
	height:47px;
	text-align:center;
	font-size:12px;
	color:#CCCCCC;
	padding:3px 2px 0px 2px;
}

#choose table td.spa ,#choose table td.spahover{
	width:108px;
}
#choose table td.spa div.pic, #choose table td.spa div.pic_active, #choose table td.spahover div.pic_active, #choose table td.spahover div.pic{
	width:108px;
}







#choose table td.hotel div.pic{
	background-image:url(images/choose_hotel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.hotel div.line_active, #choose table td.hotelhover div.line_active, #choose table td.hotel:hover div.line, #choose table td.hotelhover div.line{
	height:6px;
	border-top:solid 2px #AC2320;
	border-bottom:solid 5px #AC2320;
}
#choose table td.hotel div.pic_active, #choose table td.hotelhover div.pic_active, #choose table td.hotel:hover div.pic, #choose table td.hotelhover div.pic{
	border-bottom:solid 5px #AC2320;
	background-image:url(images/choose_hotel_active.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.hotel div.text_active, #choose table td.hotelhover div.text_active, #choose table td.hotel:hover div.text, #choose table td.hotelhover div.text{
	color:#AC2320;
}

#choose table td.conference div.pic{
	background-image:url(images/choose_conference.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.conference div.line_active, #choose table td.conferencehover div.line_active, #choose table td.conference:hover div.line, #choose table td.conferencehover div.line{
	height:6px;
	border-top:solid 2px #FF0000;
	border-bottom:solid 5px #FF0000;
}
#choose table td.conference div.pic_active, #choose table td.conferencehover div.pic_active, #choose table td.conference:hover div.pic, #choose table td.conferencehover div.pic{
	border-bottom:solid 5px #FF0000;
	background-image:url(images/choose_conference_active.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.conference div.text_active, #choose table td.conferencehover div.text_active, #choose table td.conference:hover div.text, #choose table td.conferencehover div.text{
	color:#FF0000;
}

#choose table td.spa div.pic{
	background-image:url(images/choose_spa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.spa div.line_active, #choose table td.spahover div.line_active, #choose table td.spa:hover div.line, #choose table td.spahover div.line{
	height:6px;
	border-top:solid 2px #3C7CC4;
	border-bottom:solid 5px #3C7CC4;
}
#choose table td.spa div.pic_active, #choose table td.spahover div.pic_active, #choose table td.spa:hover div.pic, #choose table td.spahover div.pic{
	border-bottom:solid 5px #3C7CC4;
	background-image:url(images/choose_spa_active.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.spa div.text_active, #choose table td.spahover div.text_active, #choose table td.spa:hover div.text, #choose table td.spahover div.text{
	color:#3C7CC4;
}


#choose table td.water div.pic{
	background-image:url(images/choose_water.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.water div.line_active, #choose table td.waterhover div.line_active, #choose table td.water:hover div.line, #choose table td.waterhover div.line{
	height:6px;
	border-top:solid 2px #008FD7;
	border-bottom:solid 5px #008FD7;
}
#choose table td.water div.pic_active, #choose table td.waterhover div.pic_active, #choose table td.water:hover div.pic, #choose table td.waterhover div.pic{
	border-bottom:solid 5px #008FD7;
	background-image:url(images/choose_water_active.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.water div.text_active, #choose table td.waterhover div.text_active, #choose table td.water:hover div.text, #choose table td.waterhover div.text{
	color:#008FD7;
}




#choose table td.bowling div.pic{
	background-image:url(images/choose_bowling.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.bowling div.line_active, #choose table td.bowlinghover div.line_active, #choose table td.bowling:hover div.line, #choose table td.bowlinghover div.line{
	height:6px;
	border-top:solid 2px #339933;
	border-bottom:solid 5px #339933;
}
#choose table td.bowling div.pic_active, #choose table td.bowlinghover div.pic_active, #choose table td.bowling:hover div.pic, #choose table td.bowlinghover div.pic{
	border-bottom:solid 5px #339933;
	background-image:url(images/choose_bowling_active.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.bowling div.text_active, #choose table td.bowlinghover div.text_active, #choose table td.bowling:hover div.text, #choose table td.bowlinghover div.text{
	color:#339933;
}


#choose table td.beauty div.pic{
	background-image:url(images/choose_beauty.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.beauty div.line_active, #choose table td.beautyhover div.line_active, #choose table td.beauty:hover div.line, #choose table td.beautyhover div.line{
	height:6px;
	border-top:solid 2px #FD117B;
	border-bottom:solid 5px #FD117B;
}
#choose table td.beauty div.pic_active, #choose table td.beautyhover div.pic_active, #choose table td.beauty:hover div.pic, #choose table td.beautyhover div.pic{
	border-bottom:solid 5px #FD117B;
	background-image:url(images/choose_beauty_active.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.beauty div.text_active, #choose table td.beautyhover div.text_active, #choose table td.beauty:hover div.text, #choose table td.beautyhover div.text{
	color:#FD117B;
}



#choose table td.restaurant div.pic{
	background-image:url(images/choose_restaurant.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.restaurant div.line_active, #choose table td.restauranthover div.line_active, #choose table td.restaurant:hover div.line, #choose table td.restauranthover div.line{
	height:6px;
	border-top:solid 2px #CC0000;
	border-bottom:solid 5px #CC0000;
}
#choose table td.restaurant div.pic_active, #choose table td.restauranthover div.pic_active, #choose table td.restaurant:hover div.pic, #choose table td.restauranthover div.pic{
	border-bottom:solid 5px #CC0000;
	background-image:url(images/choose_restaurant_active.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.restaurant div.text_active, #choose table td.restauranthover div.text_active, #choose table td.restaurant:hover div.text, #choose table td.restauranthover div.text{
	color:#CC0000;
}


#choose table td.other div.pic{
	background-image:url(images/choose_other.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.other div.line_active, #choose table td.otherhover div.line_active, #choose table td.other:hover div.line, #choose table td.otherhover div.line{
	height:6px;
	border-top:solid 2px #398BD5;
	border-bottom:solid 5px #398BD5;
}
#choose table td.other div.pic_active, #choose table td.otherhover div.pic_active, #choose table td.other:hover div.pic, #choose table td.otherhover div.pic{
	border-bottom:solid 5px #398BD5;
	background-image:url(images/choose_other_active.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.other div.text_active, #choose table td.otherhover div.text_active, #choose table td.other:hover div.text, #choose table td.otherhover div.text{
	color:#398BD5;
}


#choose table td.offers div.pic{
	background-image:url(images/choose_offers.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.offers div.line_active, #choose table td.offershover div.line_active, #choose table td.offers:hover div.line, #choose table td.offershover div.line{
	height:6px;
	border-top:solid 2px #F87616;
	border-bottom:solid 5px #F87616;
}
#choose table td.offers div.pic_active, #choose table td.offershover div.pic_active, #choose table td.offers:hover div.pic, #choose table td.offershover div.pic{
	border-bottom:solid 5px #F87616;
	background-image:url(images/choose_offers_active.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.offers div.text_active, #choose table td.offershover div.text_active, #choose table td.offers:hover div.text, #choose table td.offershover div.text{
	color:#F87616;
}



#choose table td.bath div.pic{
	background-image:url(images/choose_bath.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.bath div.line_active, #choose table td.bathhover div.line_active, #choose table td.bath:hover div.line, #choose table td.bathhover div.line{
	height:6px;
	border-top:solid 2px #CC6633;
	border-bottom:solid 5px #CC6633;
}
#choose table td.bath div.pic_active, #choose table td.bathhover div.pic_active, #choose table td.bath:hover div.pic, #choose table td.bathhover div.pic{
	border-bottom:solid 5px #CC6633;
	background-image:url(images/choose_bath_active.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#choose table td.bath div.text_active, #choose table td.bathhover div.text_active, #choose table td.bath:hover div.text, #choose table td.bathhover div.text{
	color:#CC6633;
}


div.navigation {
	margin-top:10px;}

div.sidemenubg {
	border: solid 1px #EDEEEF;
	background-color:#F9F9F9;
	padding:10px;
	margin:0px 15px;}


/*--forms--*/

input {
	width: 200px;}
select {
	width: 206px;}
textarea {
	width: 202px;}
input.checkbox {
	width:18px;}
table.form {
	}
table.form td {
	vertical-align:top;
	padding-top:4px;}
table.form td.label {
	width:170px;
	padding-top:5px;
	padding-right:10px;
	text-align:left;}
span.required {
	color:#C00000;
	font-weight:bold;
	font-size:1.1em;}
div.form_error {
	color: #C00000;
	font-weight:bold;
	margin-bottom:15px;}
div.form_before {
	margin-bottom:15px;}
div.form_after {
	margin-top:15px;}
input.form_btn {
	background-color:#EDEEEF;
	color:#333333;
	width:auto;
	font-size:12px;
	padding: 1px 7px;
	border:none;
}


/*--news--*/

div.news_title {
	margin-bottom:7px;
	font-weight:bold;
}
div.news_title span{
	margin-right:10px;
}
div.news_images {
	float:left;
	margin-right:5px;
	margin-bottom:5px;}
div.news_intro{
	margin-bottom:15px;
	text-align:justify;}
div.paging span{
	font-weight:bold;}

/*--search--*/

div.search_content {
	margin-bottom:10px;}
div.search_results {
	margin-top:10px;
	margin-bottom:10px;}
input.search_input {
	width: 200px;}
input.search_submit {
	width: auto;}
a.search_link {
	color:#545454;
	text-decoration:none;}

/*--gallery_block--*/


div.gallery_block{
	margin-top:10px;
    }


/*--others--*/

div.cont {
	overflow:auto;
}
div.cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html div.cont {
	height:1%;}


/* --- sitemap --- */

#text div.text_cont div.cont div.sitemap_content {
margin-bottom:15px;}

#text div.text_cont div.cont table.sitemap img{
	border:none;
	margin:0px;
	padding:0px;
}
#text div.text_cont div.cont table.sitemap img:hover{
	border:none;
	margin:0px;
	padding:0px;
}



/*--components--*/
 
.sDN {display:none;}
.sDB {display:block;}
.sTAL {text-align:left;}
.sTAC {text-align:center;}
.sTAR {text-align:right;}
.sTAJ {text-align:justify;}
.sCP {cursor:pointer;}
.sCB {clear:both;}
.sFL {float:left;}
.sFR {float:right;}