/*****************************/
/** SET THE FRAMEWORK SIZES **/
/*****************************/
	body {
		margin:0px;
		padding:0px;
		text-align:center;
		overflow:scroll;
	}
	div#document {
		width:780px;
		margin:0px auto;
		text-align:left;
	}
	div#document div#main {
		padding:10px 10px 0px 10px;
	}
	div#document div#main div.nav {
		float:left;
		width:175px;
	}
	div#document div#main div.content {
		float:right;
		width:570px;
		margin:0px;
		padding:0px;
	}
	
	
/*****************/
/** BASE STYLES **/
/*****************/
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#ffffff;
		background-color:#ffffff;
	}
	div#document {
		background-color:#3586a1;/*#386e90;/*#559bb0;*/
	}
	table {
		font-size:1em;
		border-collapse:collapse;
	}
	h1, h2, h3, h4 {
		font-weight:bold;
		margin:0em;
		padding:0em;
		color:#f3831a;
	}
	h1 {
		font-size:1.5em;
	}
	h2 {
		font-size:1.25em;
		margin:1em 0em 0em 0em;
		border-bottom:2px solid #f3831a;
	}
	h3 {
		font-size:1.25em;
	}
	h4 {
		font-size:1em;
	}
	p {
		margin:0em 0em 1em 0em;
		padding:0em;
	}
	ul, ol {
		margin-top:0em;
		margin-bottom:1em;
		padding-top:0em;
		padding-bottom:0em;
	}
	ol {
		margin-bottom:0em;
	}
	img {
		border:2px solid #f3831a;
	}
	
	
/********************/
/** HEADER SECTION **/
/********************/
	/** URL **/
	div.url {
		background:transparent url("/images/framework/creditcards.gif") top right no-repeat;
	}
	div.url a img {
		margin:15px 0px 15px 50px;
		border-style:none;
	}
	/** Contact **/
	div.contact {
		padding:0px;
		color:#ffffff;
		font-size:0.9em;
	}
	div.contact a,
	div.contact a:visited {
		color:#f3831a;
		font-size:1em;
		text-decoration:none;
		font-weight:bold;
	}
	div.contact span.telno {
		margin:0px 10px;
	}
	/** Banner **/
	div.banner {
		background:#3586a1 url("images/framework/header.gradient.jpg") top left repeat-x;
		border:2px solid #ffffff;
		border-width:2px 0px;
		clear:both;
	}
	div.banner div.title {
		background:transparent url("images/framework/header.image.jpg") top left no-repeat;
	}
	div.banner div.title h1,
	div.banner div.title h2 {
		display:none;
	}
	div.banner div.title div.logo {
		background:transparent url("images/framework/header.logo.jpg") top right no-repeat;
		height:100px;
	}
	
	
/********************/
/** FOOTER SECTION **/
/********************/
	div#footer {
		color:#ffffff;
		text-align:center;
		line-height:40px;
		border:2px solid #ffffff;
		border-width:2px 0px 0px 0px;
		background:transparent url("images/framework/footer.gradient.jpg") top left repeat-x;
		clear:both;
	}
	div#footer p {
		margin:0px;
	}
	div#footer p.tta {
		text-align:right;
		padding-right:1em;
		color:#ffffff;
	}
	div#footer p.tta a,
	div#footer p.tta a:visited {
		font-weight:bold;
		color:#ffffff;
	}
	div#footer p.strap {
		float:left;
		padding-left:1em;
	}
	
	
/***********/
/** LISTS **/
/***********/
	/* Navigation List */
	div.nav ul {
		list-style:none;
		margin:3px 0px 2em 0px;
		padding:0em;
	}
	div.nav ul li a,
	div.nav ul li a:visited {
		display:block;
		line-height:30px;
		width:175px;
		margin:0em 0em 0.5em 0em;
		padding:0em 0em 0em 1em;
		color:#ffffff;
		text-decoration:none;
		font-size:0.9em;
		background:transparent url("images/framework/nav.button.on.gif") top left no-repeat;
	}
	div.nav ul li a:hover {
		background:transparent url("images/framework/nav.button.off.gif") top left no-repeat;
	}
	
	/* Translation flags */
	div.nav ul.translation li {
		display:inline;
		margin:0px;
		/*padding:0px 25px 0px 22px;*/
		padding:0px;
	}
	div.nav ul.translation li a,
	div.nav ul.translation li a:visited,
	div.nav ul.translation li a:hover {
		display:inline;
		margin:0px 25px 20px 25px;
		padding:0px;
		width:auto;
		background-image:none;
	}
	/* Navigation Strapline */
	div.nav div.strap {
		padding-left:20px;
		font-weight:bold;
	}
	div.nav div.strap p {
		margin-left:-15px;
	}
	div.nav div.strap ul li {
		list-style-type:disc;
	}
	
	/* Contact List */
	div.contact ul {
		list-style:none;
		margin:0em;
		padding:0em;
	}
	div.contact ul li {
		text-align:center;
		width:380px;
		float:left;
	}
	div.contact ul li.first {
		width:190px;
		padding-left:10px;
		text-align:left;
	}
	div.contact ul li.last {
		width:190px;
		padding-right:10px;	
		text-align:right;
	}
	div.contact br {
		clear:both;
	}
	
	/* Small Gallery */
	div.gallery-small ul {
		list-style:none;
		margin:1em 0em 0em 0em;
		padding:0em;
	}
	div.gallery-small ul li {
		float:left;
		margin:0em 0em 1em 0em;
	}
	div.gallery-small ul li.img-01,
	div.gallery-small ul li.img-04 {
		margin-right:40px;
	}
	div.gallery-small ul li.img-03,
	div.gallery-small ul li.img-06 {
		margin-left:40px;
	}
	
	
	/* Large Gallery */
	div.gallery-large ul {
		list-style:none;
		margin:0em;
		padding:0em;
	}
	div.gallery-large ul li.port-02 {
		margin:0.4em;
		float:left;
	}
	div.gallery-large ul li.port-01,
	div.gallery-large ul li.land-01 {
		clear:both;
		text-align:center;
	}
	div.gallery-large ul li.port-01 img,
	div.gallery-large ul li.land-01 img {
		margin:0.5em auto;
	}
	
	
	/* Header Icons */
	div.section h2 ul.icons {
		list-style:none;
		margin:0em;
		padding:0em;
	}
	div.section h2 ul.icons li {
		float:right;
		margin:-2px 0px 0px 2px;;
	}
	div.section h2 ul.icons li a img {
		border-style:none;
	}
	
	/* Property Index */
	ul.property-list {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	ul.property-list li {
		margin:0em 0em 1em 0em;
		clear:both;
	}
	ul.property-list img {
		float:left;
		height:160px;
		width:160px;
		margin:-1em 0em 1em 0em;
	}
	
	ul.property-list a {
		color: #f3831a;
	}
	
	ul.property-list a:hover {
		color: #ffffff;
	}
	
	ul.property-list h4,
	ul.property-list p {
		margin-left:170px;
	}
	ul.property-list p.price {
		margin-bottom:0px;
	}
	
	
	div.section {
		clear:both;
	}
	
	
/********************/
/** GENERAL TABLES **/
/********************/
	div.section table {
		margin:0em 0em 1em 0em;
	}
	div.section table th {
		text-align:left;
		/*width:150px;*/
	}
	div.section table th,
	div.section table td {
		padding:0em 0.5em;
	}
	
	
/*********************/
/** CALENDAR TABLES **/
/*********************/
	table.calendar-holder {
		margin:1em 0em 0em 0em;
		padding:0em;
		width:560px;
	}
	table.calendar {
		width:250px;
		border:2px solid #000000;
		border-collapse:collapse;
		font-weight:bold;
		text-align:center;
		margin:0em 0em 1em 0em;
	}
	table.calendar thead th 		 {font-size:0.9em;}
	table.calendar thead tr.month th {background-color:#666666; color:#ffffff;}
	table.calendar thead tr.days th  {background-color:#ffa900;}
	table.calendar td,
	table.calendar td.vacant		 {background-color:#427e94; width:36px; color:#ffffff;}
	table.calendar td.booked		 {background-color:#ffa900; color:#000000;}
	
	table.key						 {border-style:none;}
	table.key td					 {background-color:transparent; text-align:left; padding:0em 0.5em;}


/**********************/
/** FACILITIES TABLE **/
/**********************/
div.section table.facilities th,
div.section table.facilities td {
	text-align:left;
	vertical-align:top;
	padding-bottom:1em;
}
div.section table.facilities th {
	width:150px;
}


/******************/
/** PRICES TABLE **/
/******************/
/*table.prices td {
	width:50px;
}*/
table.prices {
	color:#ffffff;
	border:2px solid #000000;
	border-collapse:collapse;
	margin-top:1em;
}
table.prices th,
table.prices td {
	text-align:left;
	padding:2px 5px;
}
table.prices thead th,
table.prices tbody th,
table.prices thead td {
	background-color:#666666;
	font-weight:bold;
}
table.prices thead th {
	border-bottom:2px solid #000000;
}
table.prices tbody th,
table.prices tbody td {
	border-bottom:1px solid #000000;
}
table.prices tbody td {
	background-color:#427e94;
}


/***************/
/** SALES CSS **/
/***************/
	img.main {
		width:350;
		height:263px;
	}
	div.gallery-sales img {
		width:350px;
		height:263px;
	}

