body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Tahoma, Verdana, Arial;
	font-size: 80%;
	background-color: #FFF;
	background-image:url(../images/bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
}

/****************************** Links */

a:link {
	color: #009999;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #009999;
	text-decoration: none;
}

/****************************** Header with logo */

#header {
	background-image:url(../images/pic-header7.jpg);
	background-repeat:no-repeat;
	height: 339px;
	margin: 0;
	padding: 0;
}

#header_strip {
	background-color: #009999;
	height: 28px;
}

#header_phone {
	color: #FFF;
	font-size: 12px;
	text-align:right;
	padding: 3px 5px 0 0;
}

#header_phone_larger {
	font-size: 15px;
	display:inline;
}

#logo {
	margin: 0;
	padding: 210px 0px 0 407px;
}

#slides {
	height: 320px;
	background-image:url(../images/header_slides/3.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin: 0;
	padding: 0;
}

#rightcol{
	width: 240px;
	float: right;
	height: 339px;
	clear: right;
	margin: 0;
	padding: 0;
	background-color: #0E6CB6;
}

#rightcol h1 {
	color: #FFF;
}

/****************************** Content container */

#pagewidth {
	width: 960px;
	margin: 0px auto;
	clear: both;
	text-align: left;
	line-height: 150%;
	padding: 0px;
	background-color:#FFFFFF;
}

#content {
	width: 960px;
	float: left;
	padding: 0 0px 0 0px;
	position: relative;
	background-image:url(../images/bg-content.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	min-height: 578px;
}

.page_content {
	padding: 5px 20px 0 20px;
}

#homebg {
	background-color: #E1F1F0;
	height: 80px;
	margin-bottom: 3px;
	width: 960px;
	padding: 0;
}

#home h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EC4036;
	float: left;
	font-size: 160%;
	padding: 10px 10px 3px 0;
	margin: 5px 3px 15px 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #009F94;
	height: 50px;
	line-height: 120%;
}

#home_text {
	padding: 10px 0 0 10px;
	margin: 0px 0 15px 10px;
	width: 680px;
	float:right;
}

h1 {
	color: #064F97;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	color: #064F97;
	font-size: 16px;
}

h3 {
	color: #064F97;
	font-size: 14px;
}

.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: #FFF;
	font-size: 11px;
	padding: 8px 3px 3px 6px;
}

#searchform h2 {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#searchform a {
	color: #FFF;
}

#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;
}

/****************************** Advanced search form */

#adv_searchform {
	margin: 0;
	padding: 0;
}

#adv_searchform fieldset {
	padding: 6px;
	margin: 5px 0;
}

#adv_searchform legend {
	font-weight: bold;
	color: #6D8CF8;
}

#adv_searchform input.mxw_cld {
	background-image: url(../images/btn-calendar.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 22px;
	width: 25px;
	background-color: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
}

.varcat_table {
	width: 100%;
}

.varcat_table td {
	padding: 5px;
	width: 50%;
}

/****************************** Search results */

.results_table {
	border-collapse: collapse;
	background-color:#F0F9F8;
	border: 1px dotted #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: 148px;
	height: 25px;
	background-image:url(../images/btn-view-details.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding: 3px 0 0 0;
	margin: 0;
}

a:hover.results_table_button {
	color: #000;
}

a:link.results_table_button_red, a:visited.results_table_button_red {
	display: block;
	width: 148px;
	height: 25px;
	background-image:url(../images/btn-view_details_red.png);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 3px 0 0 0;
	margin: 0;
	font-weight: bold;
}

a:hover.results_table_button_red {
	color: #CC3300;
}

/* Larger button */

a:link.results_table_button_lg, a:visited.results_table_button_lg {
	width: 150px;
	height: 25px;
	background-color: #009999;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	margin: 0;
}

a:hover.results_table_button_lg {
	color: navy;
}

a:link.specials_button, a:visited.specials_button {
	display: block;
	width: 94px;
	height: 23px;
	background-image:url(../images/btn-specials1.png);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: red;
	text-decoration: none;
	padding: 2px 0 0 0;
	margin: 0;
	font-weight: bold;
}

/****************************** Property details page */

.property_detail_overview {
	background-color: #FFF;
	border-collapse: collapse;
}

.property_detail_overview td {
	padding: 3px;
	font-size: 90%;
	background-color: #FFF;
}


.intro ul {
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.intro ul li {
	background-image: url(../images/bullet_ball_blue.png);
	background-repeat: no-repeat;
	padding: 0px 0 1px 17px;
	background-position: 0 5px;
	list-style: none;
}


/****************************** 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;
}

#property_details h1 {
	color: #064F97;
	font-size: 130%;
	margin: 0 0 4px;
	padding: 0 0 0 3px;
	font-weight: normal;
}


/****************************** 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;
}

/****************************** 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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 300px;
	clear: both;
	width: 1024px;
	margin: 0 auto;
}

#footer a {
	color: #000;
}

/****************************** 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;
}

/****************************** Featured villas */

.featured{
	padding: 2px;
	background-color: #009999;
	font-size: 11px;
	color: #FFF;
	height:190px;
}

.featured h2 {
	color: #FFF;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	margin: 0 0 3px 0;
	padding: 0;
}

.featured img {
	border: 1px solid #FFF;
}

.featured a:link, .featured a:visited {
	text-decoration: none;
	color: #FFF;
}

.featured a:hover {
	text-decoration: underline;
	color: #FFF;
}

/****************************** Home columns */

#specials {
	width: 290px;
}

#homecols {
	border: 1px solid #009999;
	width: 290px;
	padding: 5px;
	height: 338px;
	margin: 0;
}

#scenery {
	background-image:url(../images/scenery.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height: 165px;
	margin-top: 5px;
}

#scenery h3 {
	color: #3E78BB;
	font-family: Georgia, "Times New Roman", Times, serif;	
	padding: 5px 0 0 10px;
	font-size:140%;
	text-align:left;
	margin: 0;
	height: 165px;
}

#scenery h3 a{
	color: #3E78BB;
}

#about {
	background-image:url(../images/about-tycoch.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 165px;
}

#about h3 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;	
	padding: 5px 0 0 10px;
	font-size:140%;
	text-align:left;
	margin: 0;
	height: 165px;
}

#about h3 a{
	color: #FFF;
}

#activities {
	background-image:url(../images/btn-activities.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 336px;
}

#activities h3 {
	color: #3E78BB;
	font-family: Georgia, "Times New Roman", Times, serif;	
	padding: 5px 0 0 10px;
	font-size:140%;
	text-align:left;
	margin: 0;
	height: 336px;
}

#activities h3 a{
	color: #3E78BB;
}

.var_table {
	background-color:#E1F1F0;
}

label {
	font-size: 11px;
}
