/* 
colours:

light green: #72A8A7
medium green: #476C66 or #587B7C
dark green: #35403B

*/
div {
	/*border: 1px solid red;*/
}
img {
	display: block;
}
a img {
	border: 0;
}
html {
	border: 0;
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background: url('/_img/body_bg.jpg') top center repeat;
	font-family: "Trebuchet MS", geneva, arial, sans-serif;
	text-align: center;
}

#outer_container {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	text-align: left;
	background-color: #FFFFFF;

	/*background-color: red;*/
}

#inner_container {
	margin: 18px;
	margin-top:0;
	padding: 0;
	padding-top: 18px;

	/*background-color: yellow;*/
}

#header {
	margin: 0 0 10px 0;
	padding: 0;
	height: 118px;
	position: relative;

	/*background-color: blue;*/
}

#top_nav {
	margin: 0 0 10px 0;
	height: 83px;

	/*background-color: green;*/
}
ul.nav_ul { /* applies to top and bottom */
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul.top_nav {
	height: 83px;
}
li.nav_li {
	float: left;
	overflow: hidden;
}
li.nav_li a {
	display: block;
	position: relative;
	overflow: hidden;
}
li.top_nav a {
	height: 83px;
	margin-left: 2px;
}
li.nav_li a.first {
	margin-left: 0;
}
li.top_nav a:hover img, li.top_nav a.current img  {
	margin-top: -83px;
}
li.top_nav a.last:hover img, li.top_nav a.last.current img  {
	margin-top: 0px;
}
#btm_nav {
	margin: 0 0 10px 0;
	height: 134px;
}
ul.btm_nav {
	height: 134px;
}
li.btm_nav {
	background-position: top right;
	background-repeat: no-repeat;
}
li.btm_nav:hover, li.btm_nav.current {
	background-position: bottom right;
}
li.btm_nav a {
	margin-left: 5px;
	height: 134px;
	width: 326px;
}
li.btm_nav a:hover {
	color: #ffffff;
}
div.btm_nav_text {
	position: absolute;
	top: 38px;
	left: 21px;
	width: 179px;
	height: 60px;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
}
div.btm_nav_img {
	position: absolute;
	top: 22px;
	right: 20px;
	width: 94px;
	height: 94px;
}
li#tab-apartments {
	background-image: url('/_img/tab-apartments.png');
}
li#tab-garden {
	background-image: url('/_img/tab-garden.png');
}
li#tab-amenities {
	background-image: url('/_img/tab-amenities.png');
}

#tab-text-book, #tab-text-contact {
	position: absolute;
	right: 10px;
}
#tab-text-book { top: 54px; }
#tab-text-contact { top: 37px; }
#tab-text-book a, #tab-text-contact a {
	display: block;
	height: 13px;
	width: 126px;
}
#tab-text-book a { background: url('/_img/tab-text-book.png') bottom right no-repeat; }
#tab-text-contact a { background: url('/_img/tab-text-contact.png') bottom right no-repeat; }
#tab-text-book a:hover, #tab-text-contact a:hover {	background-position: top right; }

/* --- Content Layout --- */
#content_container {
	margin: 0 0 10px 0;
	height: 340px;
	max-height: 340px;
	overflow: hidden;
	position: relative;

	background-color: #526864;		
}
#content_wide {
	position: relative;
}
#content_left {
	margin: 0 40px 0 21px;
	padding: 20px 0;
	height: 270px;
	width: 336px;
	float: left;
	overflow: hidden;
}
#content_left img#page_title {
	margin-bottom: 17px;
}
#content_center {
	margin: 0;
	padding: 0;
	width: 394px;
	height: 340px;
	float: left;
	background-color: #ceddda;
}
#content_right {
	position: relative;
	margin: 0 0 0 20px;
	padding: 20px 0;
	width: 158px;
	height: 340px;
	float: left;
}
/*
#floor_plan {
	margin-left: 50px;
}
*/
#content_center div#mag {
	width: 51px;
	height: 80px;
	background: url('/_img/mag.png') top center no-repeat;
	position: absolute;
	top: 15px;
	left: 405px;
}
a.bed_links {
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	width: 66px;
	height: 18px;
	margin: 0;
	padding: 0;
}
a.bed_links:hover {
	background-position: bottom left;
}
a#one_bed {	background-image: url('/_img/one-bed.png'); }
a#two_bed {	background-image: url('/_img/two-bed.png'); }
a#three_bed { background-image: url('/_img/three-bed.png'); }
a#site-plan { background-image: url('/_img/site-plan.png'); }
a#download_plans { background-image: url('/_img/download-plans.png'); width: 85px; height: 36px;}

div#goto {
	position: absolute;
	bottom: 16px;
	left: 22px;
}
a.goto_links {
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	width: 330px;
	height: 23px;
	margin: 0;
	padding: 0;
}
a.goto_links:hover {
	background-position: bottom left;
}
a#goto_transport {	background-image: url('/_img/goto-transport.png'); }
a#goto_location { background-image: url('/_img/goto-location.png'); }


	/* --- Footer Area ---*/
#footer {
	clear: both;
}
#footer, #footer a {
	height: 20px;
	color: #35403B;
	font-size: 10px;
	position: relative;
}
#footer a:hover {
	color: #587b7c;
}
#footer a {
}
#credit {
	position: absolute;
	display: none;
	width: 160px;
	height: 145px;
	padding: 10px;
	background-color: #333333;
	color: #fff;
	bottom: 0;
	left: 280px;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
}
#credit, #credit a, #credit a:hover {
	color: white;
	text-decoration: none;
	font-size: 13px;
}
#credit a:hover {
	text-decoration: underline;
}
/* font styles */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, table, div {
	font-family: arial, geneva, arial, "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}
h1 {
	font-size: 16px;
	margin: 0.75em 0;
	color: #fff;
}
h1.h1_image_heading {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 13px;
	margin: 0.75em 0;
	color: #fff;
}
h3 {
	font-size: 11px;
	margin: 0.75em 0;
	color: #72A8A7;	
}
h4 {
	font-size: 11px;
	margin: 0.75em 0;
	color: #ffffff;
	
}
h5 {
	
}
h6 {
	font-size: 22px;
	margin: 0.75em 0;
	color: #fff;	
}
p {
	margin: 0.80em 0;
	line-height: 1.40em;
}
ul, ol {
	list-style-position: inside;
	/*list-style-image: url('/_img/bullet.jpg');*/
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #72A8A7;
	text-decoration: none;
}


/* ----------- Enquiry Form ----------- */
div.form_field {
	margin: 4px 0;
}
label {
	float: left;
	width: 100px;
}
input, select, textarea {
	border: 1px solid #58706C;
	background-color: #4C615D;
	color: #fff;
	font-size: 11px;
	width: 230px;
}
textarea {
	font-family: arial, sans-serif;
}

