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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
}

a:link, a:visited {
	color:#fff;
	text-decoration:none;
}

.container {
	position: relative;
	
	width: 1191px;
	height: 864px;
	
	margin: auto;
	
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	
	
}

.container2 {
	position: relative;
	
	width: 1191px;
	height: 864px;
	
	margin: auto;
	
	background-color: #8cb019;
}

.container2 img {
	border: 5px solid #FFFFFF;
}

.title {
	background-color: #2c5e5a;
	width: 180px;
	height: 32px;
	
	position: absolute;
	top: 25px;
	left: 0px;
	
	padding: 3px 0px 0px 40px;
	
	z-index: 10;
}

.title h1 {
	margin: 0px;
	font-size: 24px;
	color: #FFF;
	font-weight:300;
	line-height:30px;
}

.menu_box {
	
	position: absolute;
	
	background-color: #8cb019;
	filter:alpha(opacity=95);
	opacity: 0.95;
	
	width: 300px;
	height: 525px;
	
	top: 25px;
	right: 40px;
}

.menu_box ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style: none;
}

.menu_box li {
	padding: 0px 0px 0px 15px;
}

.menu_box a {
	font-size: 20px;
	font-weight: 100;
	text-decoration: none;
	
	color: #000;
}

.menu_box a:hover {
	color: #666;	
}

.menu_box a.menu_item_selected {
	color: #fff;
}

.menu_box a.menu_item_selected:hover {
	color: #ddd;
}

.menu_text {
	margin-top: 20px;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height:22px;
	color: #fff;	
	font-weight: lighter;
	
	padding: 0px 15px 20px 15px;
	
	height: 300px;
	overflow: auto;
}

.menu_text a {
	font-size: 14px;
	color: #FFF;
}

.panel {
	position: absolute;
	
	top: 25px;
	left: 235px;
	
	background-color: #FFF;
	width: 600px;
	height: 525px;
}

.panel_apartment {
	position:absolute;
	font-size: 16px;
	text-align:left;
	line-height: 20px;
	width:800px;
	height:420px;
	margin-top:180px;
	margin-left:20px;
	background-color:#FFFFFF;
	overflow:auto;
	top: 18px;
}

.apartmentimages {
	position:absolute;
	margin-left:20px;
	margin-top:80px;
}

.apartmentimages img {
	padding-right: 9px;
}

.panel_apartment img {
	padding-right:20px;
	padding-left:20px;
}

.yesbookit {
	position: absolute;
	
	top: 800px;
	left: 38px;
}

.contact {
	font-size: 14px !important;
	line-height: 16px;
}

.footer {
	position: absolute;
	
	top: 722px;
	left: 0px;
}

.haveyoursay td {
	padding-bottom:10px;
	padding-left:5px;
}
