body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFF;
	color: #333333;
}

/****************************** Links */

a:link {
	color: #9E3393;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

/****************************** Header with logo */

#header {
	width: 1030px;
	float:left;
	background-image: url(../images/header-border.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 138px;
}

#header_lt{
	width:260px;
	float:left;
}

#header_lt img{
	margin-top:5px;
}

#header_rt{
	width:770px;
	float:right;
}

#header_rt span.small{
	float:right;
	font-size:11px;
	padding:4px 0 10px 0;
	color: #666666;
	width: 500px;
	position:relative;
	text-align:right;
}

#header_rt span.small a{
	color: #666666;
}

#small li {
	background: url(../images/dotted_vert.png) repeat-y right top;
	float: left;
	list-style: none;
	padding: 0 8px;
	line-height: 1em;
		}
		
#small li.last {
	background: none;
	padding-right: 0;
	font-weight: bold;
		}

#header_rt span.med{
	float:right;
	clear:right;
	font-size:24px;
	padding-top:18px;
	padding-bottom:14px;
	width: 560px;
	color: #EE018D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#slideshow {
	background-image: url(../images/header-border-bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 310px;
	margin-bottom: 5px;
	width: 800px;
}

#slideshow h1 {
	position:absolute;
	top: 200px;
	font-style: italic;
	color:#FFF;
}

/****************************** Left col search */

#leftcol{
	width: 230px;
	float: left;
	clear: left;
}

#leftcol_search{
	width: 230px;
	background-color:#FFF;
	background-image:url(../images/bg-leftcol.jpg);
	background-repeat:repeat-x;
	border-bottom: 10px solid #00ADEF;
}


#leftcol h1 {
	width: 222px;
	padding: 1px 0 0px 8px;
	font: 16px Arial, Helvetica, sans-serif; 
	color: #FFF;
	text-transform: uppercase; 
}

/****************************** Left col activities */

#activities{
	width: 230px;
	background-color:#FFF;
	margin-top: 4px;
}

#activities h1 {
	width: 222px;
	padding: 3px 0 7px 8px;
	font: 16px Arial, Helvetica, sans-serif; 
	color: #EE018D;
	text-transform: uppercase; 
}

.activities_padding { 
	padding-left:112px;
	color:#333333;
	font-size: 14px;
	line-height:16px;
}

.romance {
	background-image:url(../images/btn-romance.jpg);
	background-repeat:no-repeat;
	height: 60px;
	margin-bottom: 3px;
}

.watersports {
	background-image:url(../images/btn-watersports.jpg);
	background-repeat:no-repeat;
	height: 60px;
	margin-bottom: 3px;
}

.golf {
	background-image:url(../images/btn-golf.jpg);
	background-repeat:no-repeat;
	height: 60px;
	margin-bottom: 3px;
}

.eco {
	background-image:url(../images/btn-eco.jpg);
	background-repeat:no-repeat;
	height: 60px;
	margin-bottom: 3px;
}

.culture {
	background-image:url(../images/btn-heritage.jpg);
	background-repeat:no-repeat;
	height: 60px;
	margin-bottom: 3px;
}

.arts {
	background-image:url(../images/btn-arts.jpg);
	background-repeat:no-repeat;
	height: 60px;
	margin-bottom: 3px;
}

.eco {
	background-image:url(../images/btn-eco.jpg);
	background-repeat:no-repeat;
	height: 60px;
	margin-bottom: 3px;
}

/****************************** Content container */

#pagewidth {
	width: 1030px;
	margin: 0px auto;
	clear: both;
	text-align: left;
	line-height: 150%;
	padding: 0px;
}

.page_content {
	margin: 0 3px 0 8px;
}

#content {
	margin-left: 0px;
	width: 795px;
	float: left; 
	padding: 0 0 0 5px
}

#text_area {
	margin-left: 5px;
	margin-top: 2px;
}

h1 {
	margin: 0;
	padding: 0;
	font: 22px Arial, Helvetica, sans-serif; 
	color: #EE018D;
}

h2 {
	margin: 0;
	padding: 0;
	font: 18px Arial, Helvetica, sans-serif; 
	color: #EE018D;
	text-transform: uppercase; 
}

h3 {
	font-size: 100%;
}

.text_red {
	color: red;
}

.text_italic {
	font-style: italic;
}

.strikethrough {
	text-decoration: line-through;
	color: gray;
}

.larger {
	font-size: 120%;
}

/****************************** Availability search form */

#searchform {
	margin: 0;
	color: #000;
	font-size: 11px;
	width: 200px;
	padding-left: 6px;
	padding-right: 6px;
	height: 281px;
}

#searchform fieldset {
	padding: 2px;
}

#searchform strong {
	font-size: 13px;
}

#searchform td {
	padding: 4px 0;
}

#searchform input, #searchform select {
	border: 1px solid #CED2DB;
	font-size: 12px;
}

#searchform input.search_button {
	border: 0;
}

#searchform img.mxw_cld {
	cursor: pointer;
}

/****************************** Search results */

.results_table {
	border-collapse: collapse;
}

.results_table tr {
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

.results_table td {
	padding: 4px;
}

.results_table td img {
	border: 0;
}

.results_table h2 {
	font-size: 110%;
	padding: 0;
	margin: 0;
}

.results_table td.results_table_spacer {
	padding: 0px;
	font-size: 1px;
}

a:link.results_table_button, a:visited.results_table_button {
	display: block;
	width: 130px;
	height: 24px;
	background-image:url(../images/btn-more-details.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding: 3px 0 0 0;
	margin: 0;
	font-weight: bold;
}

a:hover.results_table_button {
	color: #00ADEF;
}

/****************************** Property details page */

#check_link {
	color:#FFFFFF;
 	background-color: #EE018D;
	padding: 6px;
	font-size: 14px;
}

#check_link a{
	color:#FFFFFF;
}

#border {
	border: 1px solid #999999;
	padding: 4px;
	margin: 4px;
}

#border h1 {
	background-color: #9E3393;
	color:#FFFFFF;
	padding: 6px;
	margin-bottom: 5px;
}

#border a{
	color: #000;}

#border_right {
	border: 1px solid #999999;
	padding: 4px;
	margin: 4px;
	width: 300px;
}

/****************************** Property tabs */

.image_float {
	width: 350px;
	margin: 0 5px 5px 5px;
	height: 220px;
	float: left;
}

#property_details {
	text-align:left;
	padding:.3em;
	background-color: #FFF;
}

a:link.details_table_button, a:visited.details_table_button {
	display: block;
	width: 162px;
	height: 24px;
	background-image:url(../images/btn-details-lg.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 3px 0 0 0;
	margin: 0;
	font-weight: bold;
}

a:hover.details_table_button {
	color: #00ADEF;
}

.colbox {
	float: left;
	margin: 1%;
	padding: 0.25em;
	background-color: #FFFFFF;
}

.colbox img {
	display: block;
}

.col_img {
	border: none;
	margin-top: 3px;
	margin-left: 4px;
}

/****************************** List of page numbers */

.pagenumbers {
	padding: 0.5em 0;
	text-align: center;
}

.pagenumbers strong {
	color: red;
}

/****************************** Property details page */

.property_detail_table {
	border-collapse: collapse;
}

.property_detail_table_content {
	padding: 10px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.property_detail_table_content h1, .property_detail_table_content h2 {
	color: #EE018D;
	border-bottom: 1px solid #6D8CF8;
	font-size: 120%;
	margin: 0;
	padding: 4px 0;
}

.property_detail_table_content_txt {
	background-color: #F0F0F0;
	padding: 5px;
	color: #000;
	font-size: 10pt;
}

.property_detail_table_content_txt h3 {
	color: #000;
	font-size: 100%;
	margin: 0;
	padding: 6px 0 0 0;
}

.property_detail_table_rightcol {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 36px 3px 0 0;
}

.property_detail_overview {
	background-color: #F0F0F0;
	border-collapse: collapse;
}

.property_detail_overview th {
	background-color: #6D8CF8;
	color: #EE018D;
	font-size: 14px;
	padding: 4px;
	margin: 0;
}

.property_detail_overview td {
	padding: 3px;
	font-size: 90%;
}

/****************************** Property prices */

.price_table {
	background-color: #FFF;
}

.price_table th {
	background-color: #D6D4D5;
	font-weight: normal;
	padding: 4px;
}

.price_table td {
	background-color: #F0F0F0;
	padding: 4px;
}

/****************************** List of page numbers */

.pagenumbers {
	padding: 0.5em 0;
	text-align: center;
}

.pagenumbers strong {
	color: red;
}

/****************************** Currency conversion form */

#currencyform {
	margin: 0;
	padding: 0;
}

/****************************** Currency conversion form */

#currencyform {
	margin: 0;
	padding: 0;
}

/****************************** Car hire table */

.carhire_table {
	border-collapse: collapse;
}

.carhire_table th {
	border: 1px solid silver;
	padding: 4px;
}

.carhire_table td {
	border: 1px solid silver;
	padding: 4px;
}

/****************************** Variable links */

.variable_links {
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}

/****************************** Buttons to link to the relevant contact forms */

.contact_button_link:link, .contact_button_link:visited {
	padding: 6px;
	border: 1px solid #6D8CF8;
	display: block;
	width: 175px;
}

.contact_button_link:hover {
	background-color: #FFFF99;
}

/****************************** Footer */

#footer {
	color: #666666;
	font-size: 11px;
	height: 300px;
	clear: both;
	width: 930px;
	margin: 0 auto;
}

#footer a {
	color: #666666;
}

/****************************** Email subscription form */

#subscribe_form {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-subscribe_form-small.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 188px;
	border: 1px solid #DDDEE2;
	font-size: 12px;
}

#subscribe_form th {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 0 3px;
}

#subscribe_form td {
	padding: 2px;
}

#subscribe_form input {
	font-size: 10px;
}

/****************************** News scroller */

.news_table {
	border-collapse: collapse;
	border: 1px solid #DDDEE2;
}

.news_table th {
	background-color: #BFCFFF;
	height: 20px;
	padding-left: 5px;
}

.news_table th a{
	color: #686868;
}

.news_table td {
	font-size:11px;
}

/****************************** Testimonials tab */

.testimonial_table {
	border-collapse: collapse;
	border: 1px solid #DDDEE2;
}

.testimonial_table th {
	background-color: #DDDEE2;
	padding: 5px;
}

.testimonial_table td {
	padding: 5px;
}

/************************************** AJAX loading */

#loading_main {
	text-align: center;
}

#loading_main img {
	display: block;
	margin: 6px 0;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#FFF;
	width:150px;
	height:150px;
	z-index: 9002;
	text-align: center;
	border: 1px solid #000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 80%;
}

/************************************** Search variable at the top of search results page */
.var_table {
	background-color: #D8D8D1;
	border: 1px solid gray;
}

.var_table td {
	font-size: 10px;
	padding: 3px;
}

/*************************** Ajax loading bar */

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#FFF;
	width:150px;
	height:150px;
	z-index: 9002;
	text-align: center;
	border: 1px solid #000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 80%;
}


/****************************** Featured villas */
.featured{
	width: 190px;
	padding: 5px;
	background-color: #FFF;
	margin-left: 4px;
}

.featured td {
	border: 1px solid #DDDCDB;
	height: 232px;
}

.featured h1{
	width: 190px;
	background-color: #FFF;
	font: 16px Arial, Helvetica, sans-serif; 
	color: #EE018D;
	text-transform: uppercase; 
	padding: 0;
}

.featured_text{
	font: 14px Arial, Helvetica, sans-serif; 
	color: #F393C5;
	text-transform: uppercase; 
	padding: 0;
}

.featured_sleeps {
	float: left;
	background: #A0CF67;
	height: 20px;
	width: 215px;
	color: #666666;
	padding: 0px 0 0 5px;
}

.featured_prop {
	width: 180px;
	padding: 5px;
	background-color:#FFFFFF;
	margin-bottom: 4px;
}

/****************************** Right col */

#rightcol {
	height: 274px;
	width: 215px;
	background-color: #F1EFEB;
	border: 1px solid #DDDCDB;
	padding: 4px;
}

.var_table {
	background-color:#FDF1C8;
}

label {
	font-size: 11px;
}
