/* ---------- BASIC STRUCTURE ---------- */

body	{
	font-size: 76%;
	font-family: arial;
}

#wrapper	{
	margin: 0px auto;	
	width: 800px;
}

#content	{
	background: url("../images/page_background.gif") no-repeat;	
	/*height: 742px;*/
	padding: 20px;
	overflow: hidden;
}

#main div#content	{
	background: none;
	padding: 0px;	
}

#left_hand_side	{
	width: 460px;
	float: left;
	margin-right: 20px;
}	

#right_hand_side	{
	width: 280px;	
	float: left;
	text-align: center;
}

#right_hand_side img	{
	margin-bottom: 10px;	
}

#right_hand_side p	{
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}

.text_section	{
	margin-top: 20px;
	font-size: 1.2em;
	font-family: tahoma;
	color: #333;
}

.title	{
	font-weight: bold;
	font-size: 1.2em;
	color: #444;
	margin-top: 20px;	
}

span.section_photo	{
	float: right;
	margin: 0px 0px 30px 30px;	
	text-align: center;
}

span.section_photo span	{
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #666;
}	

.top_link	{
	text-align: right;	
	padding: 30px 0px 50px 0px;
	clear: both;
}

.top_link a	{
	font-size: 1.3em;
	font-weight: bold;	
}


/* ---------- RESET VALUES ---------- */

ul	{
	margin: 0em;
	padding: 0em;	
}

ul li	{
	margin: 0em;
	padding: 0em;
	list-style: none;	
}

p	{
	margin: 0em;
	padding: 0em;
	text-align: justify;	
}

a	{
	color: #369;	
}

a:hover	{
	color: #c60;	
}

.clear_both	{
	clear: both;	
}

/* ---------- HEADERS ---------- */

h1	{
	margin: 0px;
	padding: 0px;	
}

h2	{
	margin: 0px;
	padding: 0px;
	font-size: 1.7em;
	color: #555;
	font-family: verdana;	
	font-weight: normal;
}

h3	{
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;	
	font-family: verdana;
	color: #333;
	font-weight: bold;
}

/* ---------- NAV ---------- */

#nav ul	{
	margin: 0px 0px 5px 0px;
	padding: 12px 0px;	
	font-family: verdana;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

#nav ul li	{
	display: inline;
}

#nav ul li a	{
	color: #555;	
	padding: 12px 14px;
	text-decoration: none;
}

#nav ul li a:hover	{
	color: #fff;	
	background: #4a87ca url("../images/active_tab.gif") repeat-x;
}

#nav ul li#current_tab	{
	background: #4a87ca url("../images/active_tab.gif") repeat-x;
	color: #fff;
	padding: 12px 14px;
}

/* ---------- INDEX ---------- */

h1	{
	display: none;
}	
	
#main_bottom	{
	margin-top: 5px;	
	overflow: hidden;
}

#main_bottom_left	{
	width: 525px;	
	background: url("../images/main_bottom_left.gif") no-repeat;
	height: 500px;
	float: left;
	padding: 10px 15px;
}

#main_bottom_left ul	{
	margin-top: 15px;	
}

#main_bottom_left ul li	{
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px 0px 20px 15px;
	color: #333;
}

#main_bottom_left p	{
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 17px;	
	color: #333;
	font-size: 1.1em;
}

#main_bottom_right	{
	width: 240px;	
	float: left;
	margin-left: 5px;
	text-align: right;
}

#main_bottom_right img	{
	margin-bottom: 5px;	
}

/* ---------- APARTMENT ---------- */

#facilities	{
	margin: 20px 0px;	
}

#facilities h3	{
	margin-bottom: 5px;	
}

#facilities ul	{
	margin-left: 15px;
}

#facilities ul li	{
	font-size: 1.2em;
	padding: 2px 0px;
	list-style: disc;	
}

.room_description	{
	margin: 30px 0px;	
}

.room_description h3	{
	margin-bottom: 10px;	
	font-size: 1.2em;
}

.room_description p	{
	font-size: 1.2em;	
	font-family: tahoma;
	font-weight: normal;
}

/* ---------- PRICE AND AVAILABILITY ---------- */

#price_area	{
	margin: 20px 0px;
}	

#price_area p	{
	margin-bottom: 10px;
	color: #444;
	font-size: 1.2em;
}	

table#price_table	{
	border-collapse: collapse;	
	font-weight: bold;
	font-family: tahoma;
	font-size: 1.1em;
	color: #444;
	margin-bottom: 20px;
}

table#price_table td	{
	border: 1px solid black;
	border-collapse: collapse;	
	padding: 20px;
}

table#price_table td br	{
	margin-bottom: 10px;	
}

#availability_area	{
	margin: 40px 0px;	
}

#availability_area p	{
	margin-bottom: 15px;
	color: #444;
	font-size: 1.2em;
}

a#availability_link 	{
	font-size: 1.3em;
	font-family: verdana;
	color: #369;
	font-weight: bold;	
}

a:hover#availability_link 	{
	color: #c60;	
}

#contact_details_area p	{
	margin-bottom: 15px;
	color: #444;
	font-size: 1.2em;
}

/* ---------- GALLERY ---------- */

#single_photo_area	{
	margin-top: 20px;	
}

#large_photo	{
	text-align: center;	
}

#photo_nav	{
	padding: 0px 0px 10px 0px;
	overflow: hidden;	
}

#photo_nav a	{
	float: left;	
	color: #369;
	font-weight: bold;
	font-size: 1.1em;
}

#photo_nav a:hover	{
	color: #c60;	
}

#previous_next	{
	float: right;	
}

#previous_next a	{
	margin-left: 20px;
}

#gallery_table	{
	margin: 20px 0px;
	width: 100%;	
}

#gallery_table td	{
	text-align: center;	
}

#gallery_table img	{
	padding: 5px;	
	background: #fff;
}

#gallery_table img.landscape	{
	width: 15em;
}

#gallery_table img.portrait	{
	height: 15em;
}

#gallery_table a	{
	color: #aaa;
}

#gallery_table a:hover	{
	color: #000;
}

#gallery_table p	{
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 1.1em;	
}

/* ---------- THINGS TO SEE AND DO ---------- */

.beach_club_photos	{
	padding: 20px 0px;	
	clear: both;
}

.beach_club_photos img	{
	margin-right: 30px;	
}

.beach_club_photos span	{
	float: left;	
}

.beach_club_photos span p	{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}

/* ---------- ENQUIRIES ---------- */

#enquiries_area	{
	margin-top: 20px;	
}

.form_row	{
	margin-bottom: 20px;	
}

.form_row input	{
	margin-top: 5px;
	width: 100%;
}

.form_row textarea	{
	margin-top: 5px;
	width: 100%;
	height: 8em;
}

.form_row label	{
	font-weight: bold;	
	font-family: tahoma;
	color: #333;
}

#send_button	{
	text-align: right;
}

#send_button input	{
	width: 20%;
	background: #eeca6d url('../images/orange_button.gif') repeat-x;
	border: 1px solid #666;
	font-weight: bold;
	padding: 1px;
	cursor: pointer;
	color: #333;
}

.confirm	{
	background: #afdebe;
	border: 1px solid #336633;	
	margin: 10px 0px;
	width: 100%;
}

.error	{
	background: #e7cfcf;
	border: 1px solid #993333;	
	margin: 10px 0px;
	width: 100%;
}

.confirm p,.error p	{
	font-weight: bold;
	font-family: tahoma;	
	padding: 15px;
	color: #333;
	margin: 0px;
}

/* ---------- LINKS ---------- */

.links_subject	{
	margin: 20px 0px;
}

.links_subject h3	{
	margin-bottom: 10px;	
}

.links_subject p	{	
	font-weight: bold;
	font-size: 1.1em;
	margin: 3px 0px;	
}

.links_subject a	{	
	color: #369;
}

.links_subject a:hover	{	
	color: #c60;
}