/* CSS Document */

body {
	background-color:#6c6c6c;
	margin: 0px;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
	
body, html {
	height:100%;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

#container {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
	margin-bottom:10px;
	position:relative;
}

#gmap{
	width:483px;
	height:300px;
	
	}

address {
  position:absolute;
  bottom:60px;
  width:733px;
  text-align:center;
  border-top:3px double #949DA8;
  border-bottom:3px double #949DA8;
  font-size:10px;
  color:#838989;
  margin:0 15px;
  font-style:normal;
}

address a:link, #address{
	color:#333333;
	text-decoration:none;
}

address a:hover, #address a:active {
	text-decoration:underline;
}


#top {
	width:760px;
	height:130px;
	background: url(../images/bk_top.gif) no-repeat top;
	padding-left:5px;
	padding-right:5px;
}

h1 {display:block; text-indent:-10000px;}
	
	#lang {
		font-family:Arial;
		width:auto;
		height:19px;
		text-align:right;
		font-size:11px;
		color:#FFF;
		padding-right:28px;
		padding-top:32px;
		text-transform:uppercase;
		position:absolute;
		top:0px;
		right:13px;
		
	}
		#lang a:link, #lang a:visited {			
			color:#f2ebd8;
			text-decoration:none;		
		}
		#lang a:hover, #lang a:active {			
			color:#f2ebd8;
			text-decoration:underline;		
		}

#contents {
	width:760px;
	margin-right:5px;
	margin-left:5px;
}

* html #contents{
	margin-right:0px;
	margin-left:5px;
}

* html #container{
	width:760px;
}

	#left {
		width:260px;
		float:left;
		display: inline;
	}
		#menu {
		width:225px;
		margin-left:15px;
		margin-top:15px;
		list-style-type:none;
		}
		
		
		#menu ul{
		margin:0px;
		padding:0px;
		list-style-type:none;
		}
		#menu li {
		margin-bottom:2px;
		font-size:13px;
		font-family:Trebuchet MS;
		font-weight:bold;
		line-height:32px;
		}
		
		
		#menu li a {
		display:block;
		background-color:#f2f8fd;
		padding-left:10px;
		line-height:32px;
		height:30px;
		border: 1px solid #CCCCCC;
		color:#16808b;
		}
		
		#menu li a:hover{
		background-color:#16808b;
		color:#FFFFFF;
		text-decoration:none;
		height:30px;
		padding-left:10px;
		border: 1px solid #CCCCCC;
		}
		
		#menu li.selected {
		height:30px;
		display:block;
		background-color:#16808b;
		color:#FFFFFF;
		padding-left:10px;
		border-left: 10px solid #4d4d4d;
		}

		#booking, #hotels {
			width:225px;
			height:190px;
			border:1px solid #999999;
			margin:15px;
			background-color: #EBEBEB;
			
		}
		
		#booking h3, #hotels h3 {
			
			color:#16808b;
			background-color:#d4e3f0;
			border-left:10px solid #16808b;
			margin-top:0px;
			margin-bottom:0px;
			text-transform:uppercase;
			font-size:13px;
			font-weight:bold;
			font-family: Trebuchet MS;
			height:25px;
			line-height:25px;
			padding-left:10px;
			
		}
		
		
		#hotels p { 
			margin-left:10px;
			margin-right:10px;
			margin-top:12px;
			font-size:10px;
			margin-bottom:12px;
		}
		
		#hotels li {
	text-align:left;
	padding-left:0px;
	margin-left:0px;
	margin-top:3px;
	margin-bottom:3px;
	list-style: url(../images/arrow.gif);
			}
#hotels ul {
	margin:0px;
	padding-left:28px;
		}
		
	
		#photos {
			margin:15px;
			margin-left:20px;
			width:215px;
			text-align:center;
			color:#36405c;
			font-size:10px;
		}

		
		
		a.photo {
			width:100px;
			height:100px;
			margin:3px 3px;
			float:left;
			display:block;
			text-decoration:none;
			cursor:pointer;
			cursor:hand;
		}
		
		a.photo img, a.photo span { border:none;}
			
		a.photo span.mask {
			display:block;
			width:100px;
			height:100px;
			position:relative;
			margin-top:-100px;
			background:url(../images/photo_mask.gif);
		}
		
		#photo span.mask {
			display:block;
			width:500px;
			height:300px;
			position:relative;
			background:url(../images/photobig_mask.gif);
			margin-top:-300px;
		}
	
	#right {
		width:485px;
		float:right;
		margin-right:15px;
	}
	
	* html #right {
		width:485px;
		float:right;
		margin-right:10px;
	}
	
		#photo, #text {
			width:auto;
			padding-top:15px;
		}
		
		
		#photo img {
		border:1px solid #16808b;
		}
		
		#right h2, #right h3 {
			font-size:13px;
			font-weight:bold;
			font-family: Trebuchet MS;
			background: url(../images/h1_bg.jpg) right;
			height:25px;
			color:#FFFFFF;
			line-height:25px;
			padding-left:10px;
			border-left: 10px solid #4d4d4d;
			margin-bottom:0px;
			text-transform:uppercase;
		}
		
		.details {
		font-size:13px;
		font-family:Trebuchet MS;
		margin-top:5px;
		}
	

#bottom { 
	width:760px;
	padding:5px;
	background:url(../images/bk_bottom.gif) no-repeat bottom;
	margin-top:60px;
}
#logo {
	width:auto;
	height:45px;
	background:url(../images/bk_logo.gif) no-repeat;
	text-align:center;
	padding-right:10px;
}
#logo img {
	margin-top: 0px;
}
	

.pusher {
	margin:0px;
	clear:both;
}

.gold { color: #9d8b00;}

.marron { color:#333333;}

.marron { font-weight:bold;}

#right ul li { 
	margin-right:10px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;

}



a:link {
	color:#006666;
	text-decoration:none;
}

a:visited {
	color:#16808b;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

.green { color:#006666; }


/* HOW TO BOOK */

.number {
	color: #9B8D00;
	font-weight:bold;
	font-size:20px;
}

#offersBadge {margin-left:20px!important}