/* CSS Document */

body {
	background-color:#C7D8D6;
	margin:10px;
}
	
body, html {
	height:100%;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF url(../images/bk_container.gif) repeat-y;
}

#top {
	width:760px;
	height:60px;
	background: url(../images/bk_top.gif) no-repeat top;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

	#hotel {
		width:auto;
		height:44px;
		background:#427B74 url(../images/bk_hotel.gif) no-repeat top;
	}
	#hotel img { 
		margin-top:20px;
		margin-left:10px;
	}	
	
	#lang {
		width:auto;
		height:16px;
		text-align:right;
		background: #427B74 url(../images/bk_lang.gif) no-repeat bottom;
		text-transform:uppercase;
		font-size:10px;
		font-weight:bold;
		color:#FFF;
		padding-right:10PX;
	}
		#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;
	margin-top:3px;
	border-top:double 3px #C7D8D6;
}

	#left {
		width:260px;
		float:left;
	}
		#menu {
			width:225px;
			margin:15px;
		}
			.square, .item {
				border-bottom: solid 1px #C7D8D6;
				padding:5px;
			}
			.square {
				float:left;
				border-right: solid 1px #C7D8D6;
				width:15px;
				height:15px;
				padding-top:10px;
				
			}
			.item {
				float:right;
				font-size:12px;
				font-weight:bold;
				color:#E7A304;
				width:189px;
				padding-top:13px;
				height:12px;
			}
				.item a:link, .item a:visited {
					 color:#E7A304;
					 text-decoration:none;
				}
				.item a:hover, .item a:active {
					 color:#BD5212;
					 text-decoration:none;
				}
		
		#booking {
			width:225px;
			height:190px;
			background:url(../images/bk_booking.gif) no-repeat;
			margin:15px;
			padding-top:5px;
			margin-bottom:0px;
		}
		
		#photos {
			margin:15px;
			width:225px;
			text-align:center;
			color:#427B74;
			font-size:10px;
		}
		#photos img {
			margin:3px 5px;
			cursor:pointer;
			cursor:hand;
			border:none;
		}
		
			/*border:0px;
			}*/
	#photofaq {
			margin-left:10px;
			padding-top:20px;
			padding-bottom:40px;
		}
	#photofaq img {
			cursor:pointer;
			cursor:hand;
			border:none;
		}

	#right {
		width:500px;
		float:right;
	}
	
		#photo, #text {
			width:auto;
			padding-top:15px;
			padding-bottom:15px;
		}
		
		h1 {
			font-size:12px;
			font-weight:bold;
			text-transform:uppercase;
			background-color:#C7D8D6;
			padding-left:5px;
			height:18px;
			color:#427b74;
			margin-top:5px;
			margin-bottom:5px;
			padding-top:3px;
		}
		h1 img { 
			float:left;
			margin-right:5px;
		}
		
		.details {
			margin:20px;
		}
	
	#address {
		width:auto;
		/*height:15px;*/
		border-top:double 3px #C7D8D6;
		border-bottom:double 3px #C7D8D6;
		font-size:10px;
		color:#427B74;
		text-align:center;
		padding:5px;
	}
		#address a:link, #address a:visited {
			color:#427B74;
			text-decoration:none;
		}
		
		#address a:hover, #address a:active {
			color:#427B74;
			text-decoration:underline;
		}

#bottom { 
	width:760px;
	padding:5px;
	background:url(../images/bk_bottom.gif) no-repeat bottom;
}
#logo {
	width:auto;
	height:48px;
	background:url(../images/bk_logo.gif) no-repeat;
	padding:6px;
}
	

.pusher {
	margin:0px;
	clear:both;
}

.gold { color:#E7A304;}

.marron { color:#BD5212;}

.gold, .marron { font-weight:bold;}

li { 
	margin-right:20px;
	margin-left:20px;
	list-style:url(../images/ico.gif) outside;
	margin-top:5px;
	margin-bottom:5px;
}
