﻿@charset "utf-8";
body {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: left;
	color: #000000;
	margin: 0px auto;
}
#container {
	margin: 0px auto;
	width: 800px;
}
#header {
	height: 179px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#submit {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 10px 3px 10px;
	color: #000000;
	text-decoration: none;
	border: solid 1px #ede8e8;
	background-color: white;	
}
#submit:hover {
	background-color: #ece5dd;
	border-color: #808080;
}
#search {
	float:right;
	margin-top: -17px;
	margin-left: 5px;
}
#nav1 {
	background-color: #ece5dd;
	padding: 20px 0px 20px 10px;
	color: #000000;
	margin-top: 12px;
}
#nav2 {
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 9px;
	margin-bottom: 9px;
}
#nav3 {
	padding: 5px;
}
.register {
	
}
a.register {
	padding: 5px 15px 5px 15px;
	color: #000000;
	text-decoration: none;
	border: solid 1px #ede8e8;
}
a.register:hover {
	background-color: #ECE5DD;
	border-color: #808080;
}
a.nav1 {
	margin-left: 10px;
	margin-right: 20px;
	color: #000000;
	text-decoration: none;
}
a.nav2 {
	margin: 10px 2px 10px 0px;
	padding: 5px 13px 5px 13px;
	color: #000000;
	text-decoration: none;
	border: solid 1px #ede8e8;
}
a.nav3 {
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	font-size: 90%;
}
a.logout {
	text-decoration: none;
	color:white;	
}

a.nav1:hover {
	color: #b09474;
}
a.nav2:hover {
	background-color: #ece5dd;
	border-color: #808080;
}
a.nav3:hover {
	color: #b09474;
}
a.view_links:hover {
	color: #808080;
}
a.contentbody {
	color: #666666;
	text-decoration: none;
}
a.contentbody:hover {
	color: #008e8c;
}
a.luxurycontent {
	color: #666666;
	text-decoration: none;
}
a.luxurycontent:hover {
	color: #008e8c;
}
a.enquiry {
	color: #00524e;
	text-decoration: none;
}
a.enquiry:hover {
	color: #666666;
	text-decoration: none;
}
a.newsletter {
	color: #00524e;
	text-decoration: none;
}
a.newsletter:hover {
	color: #666666;
	text-decoration: none;
}
.textfield {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
}
#contentwrapper {
	background-color: #fff;	
	margin: 0px auto;
	width: 800px;
	margin-top: 10px;
	font: 115% Verdana, Arial, Helvetica, sans-serif;
}
#contentbody {
	font: 115% Verdana, Arial, Helvetica, sans-serif;
	width: 350px;
}
#contentimage {
	position: absolute;
	left: 50%;
	width: 341px;
	height: 192px;
	border: 12px #fff solid;
	background-image: url(images/experience.jpg);
}
#contenttitle1 {
	font: 115% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-transform:uppercase;
	font-weight:bold;
}
#contenttitle2 {
	width: 200px;
	font: 135% Verdana, Arial, Helvetica, sans-serif;
	color: #00524e;
}
#contenttitle3 {
	font: 135% Verdana, Arial, Helvetica, sans-serif;
	color: #00524e;
}
#separator1 {
	background-color: #ece5dd;
	height: 3px;
	width: auto;
	margin-top: 10px;
}
#separator2 {
	background-color: #ece5dd;
	height: 3px;
	float: left;
	width: auto;
	margin-bottom: 10px;
}
.view_deals {
	padding-top: 2x;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
}
.view_links {
	text-decoration: none;
	color: #000000;
}
.image_title {
	padding-top: 0px;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
}
.homepage_image {
	margin: 10px;
	background-repeat: no-repeat;	
}

#luxury_image {
	margin-top: 15px;
	width: 109px;
	height: 107px;
	border: 10px #fff solid;
	background-image: url(images/yacht.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}
#luxury_content_wrapper {
	width: 400px;
	margin-left: 150px;
}
#enquiry {
	width: 140px;
	height: 40px;
	background-color: #fff;
	margin-left: 590px;
	margin-top: -100px;
	padding-left: 10px;
	padding-top: 8px;
	border: 1px solid #ccc;
	font: 135% Verdana, Arial, Helvetica, sans-serif;
	color: #00524e;
	background-image: url(images/arrow.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#newsletter {
	width: 140px;
	height: 50px;
	background-color: #fff;
	margin-left: 590px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 8px;
	border: 1px solid #ccc;
	font: 135% Verdana, Arial, Helvetica, sans-serif;
	color: #00524e;
	background-image: url(images/arrow.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#footer {
	width:800px;
	height: 97px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
#upleft {
	float: left;
	width: 47%;
}
#upright {
	float: right;
	width: 50%;
}
.highlight {
	border: 8px solid #ece5dd;	
}
.frame {
	background-image: url('images/frame.png');
	background-position: right top;
	height: 307px;
	background-repeat: no-repeat;
	width: 342px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	padding-bottom: 12px;
}
.heading2 {
}
.heading2 a {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ece5dd;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
	text-transform:uppercase;
}
.heading3, h3 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:bold;
}
#h3 {
	font-weight:bold;	
}

.listcontent {
	width: 750px;
	float: left;
}
.agent_listing_left {
	float:left;	
}
.agent_listing_image {	
	float:right;
	border: 5px solid #ece5dd;
}

.meet_agent_button {
	padding-top: 5px;
	font-weight:bold;
	color: black;
	text-decoration: none;
	margin-top: 10px;
}

.meet_agent_button:hover {
	color: #B09474;
}

.agent_listing_standard {
	width: 25%;
	background-color: #ece5dd;
	color: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;	
}

.agent_listing_preferred {
	width: 55%;
	background-color: #aec1c0;
	color: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;	
}

a.agent_listing_standard {
	text-decoration:none;
	padding:0px;
}

a.agent_listing_standard:hover {
	color: #ece5dd;
}

a.agent_listing_preferred {
	text-decoration:none;
	padding:0px;
}

a.agent_listing_preferred:hover {
	color: #8acbc6;
}

.listings img {
	margin-right: 20px;
	background-image: url('images/framesmall.png');
	background-position: center center;
	padding: 10px;
	background-repeat: no-repeat;
	float: left;
}
.listings {
	width: 50%;
	float: left;
	margin-top: 15px;
}
.link {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color:#000;	
	cursor:pointer;
}
.link a, .link a:link {
	
	color: #666666;	
	text-decoration: none;
}
.link a:hover {	
	
}

.headinglong {
	background-color: #ece5dd;
	color: #000;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px;
	text-transform:uppercase;
}
.smalltext {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.normaltext {
	font: 125% Verdana, Arial, Helvetica, sans-serif;
}
.login {
	margin-top: 10px;
	background-color: #ECE5DD;
	width: 340px;
	padding: 10px;
	padding-top: 0px;
}
.green {
	text-transform: capitalize;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#homepage {
	float: left;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}

#imagegallery {
	background:#F2F2F2;
	clear:left;
	min-height:200px;
	padding:10px;
}

#items {
	width:186px;
	height:258px;
	margin-top:10px;
	padding-left:5px;
	padding-top:5px;
	float:right;
	color:#7c7c7c;
	background-color:#313131;
}

#items_more {
	width:186px;
	height:258px;
	margin-top:10px;
	padding-left:5px;
	padding-top:5px;
	float:right;
	color:#7c7c7c;
	background-color:#313131;
}

#items .item {
	float:left;
	width:50px;
	height:50px;
	cursor:pointer;
	border:1px solid #FFF;
	margin:4px;
}

#items .item:hover {
	border:1px solid #ddd;
}

#items .item img {
	max-width:50px;
	max-height:50px;
	min-width:50px;
	min-height:50px;
}

#large {
	max-width:340px;
	min-width:340px;
	min-height:280px;
	max-height:280px;
}

.large_img {
	max-width:370px;
	min-height:280px;
}
img {
	border: 0px;
}
.thumb{
	text-align:right;
	padding-right:5px;
	margin-top:15px;
}
.thumb img {
	max-width:50px;
	max-height:50px;
	min-width:50px;
	min-height:50px;
	float: right;
	padding-left: 5px;
	padding-top: 5px;
}


.country_block, .experience_block{ 
	width: 50%;
	float: left;
	margin-top: 15px;
	height:115px;
	}
.experience_block{width:100%}
	.country_image{  
	
	
}
.country_image img, .experience_image img{
	margin-right: 20px;
	background-image: url('images/framesmall.png');
	background-position: center center;
	padding: 16px;
	background-repeat: no-repeat;
	float: left;
	
}
	
.smallblack {
	color: #000;
	text-decoration: none;	
}

.smallgreen {
	color: #000;
	text-decoration: none;	
}
	
	
.country_copy, 	.experience_copy { 
	padding: 5px;
	padding-top:0px;
    height: auto;
	font: 105% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
	
.country_copy p a:link, .country_copy p a:hover, .country_copy p a:visited, 	.experience_copy p a:link, .experience_copy p a:hover, .experience_copy p a:visited{
	color: #00524e;
	text-decoration: none;
	text-transform:uppercase
}
	
.country_copy p a:hover, 	.experience_copy p a:hover{
	color: #666666
}
	
	
.newgal a img{ 
	width:50px; height:50px; margin:10px;
}

#top_area {
	margin-top: 10px;
	height:300px;
	background-color:#ece5dd;
}

.top_image {
	max-height:280px;
	max-width:780px;
	min-height:280px;
	min-width:780px;
	padding: 10px;
}
#slideshow {
	position: relative; 
} 
#slideshow img { 
	position: absolute;
	top:0;
	left:0;
	display:none;
} 
#slideshow img:first-child { 
	display:block;
} 
#right_column {
	margin-left: 20px;
	background-color: #ece5dd;
	padding:10px;
}
#left_column {
	padding-right:10px;
}
.content_link {
	color:#000;
	text-decoration:none;
}
.image_with_text {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	max-width:300px;
	max-height:300px;
	border:none;
}
.highlight_large {
	border: 8px solid #FFF;	
}
.highlight_large_title {
	font-weight:bold;
	color: #00524e;
}

#map {
	
}