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




html, body{ width:100%;
            /*height:100%;*/
			padding:0;
			margin:0;
			}
			
	    img{ border:0;}
			
		body{ background-image:url(images/bg_pattern.jpg);
		      background-repeat:repeat;
			  background-color:#000000;
			  text-align:center;
			  font-family:Arial, Helvetica, sans-serif;
			  }
			  
	    .wrapper{ width:940px;
		          height:632px;
				  padding:0;
				  margin:50px auto 0 auto;
				  background:none;
				  }
				  
				      .head{ width:100%;
							  height:136px;
							  padding:0;
							  margin:auto;
							  background:none;
							  }
							  
							       .logo{ margin:0 0 0 15px;
							              float:left;
										  }
										  
				
		.top_info{ width:325px;
		           height:105px;
				   float:right;
				   background:url(images/booking.png) bottom no-repeat transparent;
				   margin:12px 20px 0 0;
				   padding:0;
				   text-align:right;
				   }
				   
				   
				   .top_info p{ text-align:right;
				                color: #999999;
								font-size:11px;
								line-height:14px;
								width:100%;
								top:0;
								right:0;
								}
								
					
			.top_info a{ text-decoration:none; color: #999999}
			.top_info a:hover{ text-decoration:underline;}
								
							  
					
					
					  .menu{  width:100%;
							  height:36px;
							  padding:0;
							  margin:0;
							  background:black;
							  line-height:36px;
							  }
							  
							  
							    .menu a{color: #999999;
								        text-transform:uppercase;
										text-decoration:none;
										padding:0 65px 0 65px;
										font-size:12px;
										font-weight:bold;
										font-stretch:ultra-condensed;
										}
										
								.menu a:hover{color: #FFFFFF;
								              }
							  
							  
				.display{  width:100%;
							  height:413px;
							  padding:0;
							  margin:0;
							  background:white;
							  }
							  
							  
							  .dis1{ width:205px;
							         height:10px;
									 padding:4px 0 4px 0;
									 margin:0;
									 float:left;
									 background:white;
							        }
									
									      a.btn_room{ width:199px;
										              height:136px;
													  background-image:url(images/room.jpg);
													  display:block;
													  margin:0 0 0 2px;
													  padding:0;
													  }
													  
										  a.btn_room:hover{ background-position: 0 -136px}
										  
										  a.btn_pool{ width:199px;
										              height:136px;
													  background-image:url(images/pool.jpg);
													  display:block;
													  margin:0 0 0 2px;
													  padding:0;
													  }
													  
										  a.btn_pool:hover{ background-position: 0 -136px}
										  
										  a.btn_cine{ width:199px;
										              height:137px;
													  background-image:url(images/cinema.jpg);
													  display:block;
													  margin:0 0 0 2px;
													  padding:0;
													  }
													  
										  a.btn_cine:hover{ background-position: 0 -137px}
									
									
									
									
							  .dis2{ width:735px;
							         height:10px;
									 padding:0;
									 margin:0;
									 float:left;
									 background:white;
							        }	
									
									
									 .transition { border: none;
												   width:735px; 
												  }
									
							  
							  
					.footer{  width:100%;
							  height:45px;
							  line-height:45px;
							  padding:0;
							  margin:0;
							  background:black;
							  }
							  
							  
							  .copyright{ color:#666666;
							              font-size:11px;
										  width:388px;
										  height:52px;
										  line-height:52px;
										  text-align:left;
										  text-indent:15px;
										  background:url(images/logos_footer.gif) right no-repeat;
										  float:left;
										  }
										  
							   .footer_menu{  width:310px;
											  height:45px;
											  line-height:52px;
											  padding:0;
											  margin:0;
											  background:black;
											  line-height:36px;
											  float:right;
											  color: #666666;
											  }
							  
							  
							    .footer_menu a{ color: #666666;
												text-decoration:none;
												padding:0;
												font-size:10px;
												}
										
								.footer_menu a:hover{color: #FFFFFF;
								              }
										  
							  



