/*Site CSS*/
html, body {
	height: 100%;
}
body {
	background-color: #CAE1F3;
	color: #000;
	font-size: 12px;
}
#wrapper {
	background: url(../images/wrapper_site.png) repeat-x #FFF;
	border-left: 1px solid #47627D;
	border-right: 1px solid #47627D;
    border-bottom: 1px solid #47627D;

}
.more_info_wrapper {
	position: relative;
}
.spacer {
	height: 20px;
}
ul li {
	margin-left: 30px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.white_bg {
	background: #FFF;
}
.bottom {
	margin-bottom: 35px;
}
strong {
	color: #B91D8B;
	font-weight: bolder;
	font-size: 14px;
}
h4 {
	text-transform: uppercase;
	color: #25729F;
	margin-bottom: 0;
}
h4.services {
	color: #B91D8B;
	margin: 0;
}
a {
	color: #404040;
	text-decoration: none;
}
ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #B91D8B;
}
h4.anchor {
	background: url(../images/icons/back_to_top.png) no-repeat center right;
}
h4.anchor a {
	display: block;
}
h2, h4 {
	font-weight: normal;
}
h1#logo {
	height: 90px;
	background: url(../images/headings/logo.png) left center no-repeat;
	text-indent: -9000px;
	margin: 0 0 0 30px;
	padding: 0;
}
h2#welcome_to_luxury {
	height: 17px;
	background: url(../images/headings/welcome_to_luxury.png) left center no-repeat;
	text-indent: -9000px;
}
h2#about_us {
	height: 21px;
	background: url(../images/headings/about_us.png) left center no-repeat;
	text-indent: -9000px;
}
h2#villa_owners {
	height: 21px;
	background: url(../images/headings/villa_owners.png) left center no-repeat;
	text-indent: -9000px;
}
h2#the_villas {
	height: 21px;
	background: url(../images/headings/the_villas.png) left center no-repeat;
	text-indent: -9000px;
	margin-left: 15px;
}
h2#contact_us {
	height: 22px;
	background: url(../images/headings/contact_us_h2.png) left center no-repeat;
	text-indent: -9000px;
}
h2#services {
	height: 21px;
	background: url(../images/headings/services.png) left center no-repeat;
	text-indent: -9000px;
}
h2#thank_you {
	height: 21px;
	background: url(../images/headings/thank_you.png) left center no-repeat;
	text-indent: -9000px;
}
h2#corp_logo {
	height: 90px;
	background: url(../images/headings/corp_logo.png) center no-repeat;
	text-indent: -9000px;
	margin: 0 0 0 50px;
	margin-left: 45x;
}
h3#feature_villa {
	height: 17px;
	background: url(../images/headings/feature_villa.png) left no-repeat;
	text-indent: -9000px;
}

h3#contact_us {
	height: 17px;
	background: url(../images/headings/contact_us.png) 90px top no-repeat;
	text-indent: -9000px;

}
#next_button_page {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 20px;
	background: url(../images/right.png) right center no-repeat;
	padding-right: 25px;
	display: block;
}
#prev_button_page {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 20px;
	background: url(../images/left.png) left center no-repeat;
	padding-left: 25px;
	display: block;
}
#header {
	position: relative;
	height: 89px;
}
#banner {
	position: absolute;
	bottom: 0;
	z-index: 1
}
#menu {
	position: absolute;
	z-index: 5;
	bottom: 0;
	background: url(../images/bg_box_top.jpg) 80px 60px no-repeat;
}
#menu ul {
	list-style: none;
	display: inline;
}
#menu li {
	float: left;
	display: inline;
	margin: 0;
	background: url(../images/menu_separate.gif) right center no-repeat;
}
#menu li.first_tab {
	width: 122px;
	text-align: center;
	text-indent: -22px;
}
#menu li.last_tab {
	width: 112px;
	padding-left: 10px;
	text-align: center;
	background: none;
}
#menu li.middle_tab {
	width: 134px;
	text-align: center;
}
#menu li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding-top: 20px;
	height: 57px;
	display: block;
}
#menu li a:hover {
	color: #000;
}
#menu li.first_active, #menu li.first_tab:hover {
	background: url(../images/tabs.png) 0 0 no-repeat;
}
#menu li.first_active a {
	color: #000;
}
#menu li.last_active, #menu li.last_tab:hover {
	background: url(../images/tabs.png) -256px 0 no-repeat;
}
#menu li.last_active a {
	color: #000;
}
#menu li.active, #menu li.middle_tab:hover {
	background: url(../images/tabs.png) -122px 0 no-repeat;
}
#menu li.active a {
	color: #000;
}
#content_wrapper {
	background: url(../images/content_bg.png) repeat-y;
}
#body_wrapper {
	background-color: #FFF;
}
#bottom_content {
	background: url(../images/bottom_bg.png) no-repeat;
	text-align: center;
}
#bottom_content span a {
	color: #B5AEB5;
	font-weight: bold;
}
#bottom_content span {
	width: 150px;
	padding-right: 25px;
	padding-left: 25px;
	border-left: 1px solid #B5AEB5;
	line-height: 24px;
	color: #B5AEB5;
	font-weight: bold;
}
#bottom_content span.first{
	padding-left: 25px;
	border-left: 0;
}
#bottom_content div.copyright {
	margin: auto;
	color: #B91D8B;
}
#MonoSlideShow {
	margin-bottom: 30px;
	margin-left: 15px;
}
#MonoSlideShow_Single {
	margin-bottom: 30px;
	margin-left: 15px;
}
.slideshow {
	margin: 1px auto;	
}
.tabs {
	background-color: #FFF;
}
#body_content {
	margin-left: 15px;
	font-size: 11px;
}
#body_content_no_feature {
	padding-left: 15px;
	width: 750px;
	font-size: 11px;
}
#body_content_no_feature ol li {
	margin-left: 15px;
}
#paginate {
	margin-bottom: 10px;
	float: left;
	line-height: 20px;
}
#villas_body_content {
	margin-left: 40px;
	background: #FFF;
}
#villas_body_content h2 {
	padding-left: 15px;
}
.villa_wrapper, .single_villa_wrapper {
	border: 1px #98B3DE solid;
	margin-bottom: 15px;
	zoom:1;  /* to fix border "peak-a-boo" bug in IE */
}
.villa_wrapper {
	height: 240px;
	overflow: hidden;
}
.villa_photo {
	margin: 1px;
}
.villa_left_wrapper {
	border-right: 1px #98B3DE solid;
}
.villa_right_details {
	height: 200px;
}
.villa_right_details h3 {
	color: #4084C0;
	margin-bottom: 0;
	font-weight: normal;
}
h3.villa_title {
	color: #4084C0;
	margin-bottom: 0;
	font-weight: normal;
}
.villa_right_details ul {
	list-style: disc;
	font-size: 12px;
}
.villa_specs_wrapper {
	border-top: 1px #98B3DE solid;
	font-size: 12px;
	font-weight: bold;
	height: 39px;
}
.villa_right_more_info {
	float: left;
	margin-left: 5px;
	height: 43px;
	width: 146px;
	background: url(../images/more_details.png) left center no-repeat;
	text-indent: -9000px;
}
.villa_right_questions {
	float: left;
	margin: 0;
	height: 43px;
	width: 146px;
	background: url(../images/inquire_now.png) left center no-repeat;
	text-indent: -9000px;
}
.villas_specs_location_header {
	background-color: #4085C0;
	border-left: 1px #FFF solid;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	width: 171px;
	float: left;
	color: #fff;
	text-align: center;
	height: 18px;
}
.villas_specs_bedrooms_header {
	background-color: #4085C0;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	width: 63px;
	float: left;
	color: #fff;
	text-align: center;
	height: 18px;
}
.villas_specs_price_header {
	background-color: #4085C0;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	width: 142px;
	float: left;
	color: #fff;
	text-align: center;
	height: 18px;
}
.villas_specs_location {
	background-color: #C8DAE4;
	border: 1px #FFF solid;
	color: #316793;
	width: 171px;
	float: left;
	text-align: center;
	height: 18px;
}
.villas_specs_bedrooms {
	background-color: #C8DAE4;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	color: #316793;
	width: 63px;
	float: left;
	text-align: center;
	height: 18px;
}
.villas_specs_price {
	background-color: #C8DAE4;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	color: #316793;
	width: 142px;
	float: left;
	text-align: center;
	height: 18px;
}
.villa_specs_location_header {
	background-color: #4085C0;
	border-left: 1px #FFF solid;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	width: 200px;
	float: left;
	color: #fff;
	text-align: center;
	height: 18px;
}
.villa_specs_bedrooms_header {
	background-color: #4085C0;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	width: 63px;
	float: left;
	color: #fff;
	text-align: center;
	height: 18px;
}
.villa_specs_price_header {
	background-color: #4085C0;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	width: 142px;
	float: left;
	color: #fff;
	text-align: center;
	height: 18px;
}
.villa_specs_price_header_last {
	background-color: #4085C0;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	width: 144px;
	float: left;
	color: #fff;
	text-align: center;
	height: 18px;
}
.villa_specs_location {
	background-color: #C8DAE4;
	border: 1px #FFF solid;
	color: #316793;
	width: 200px;
	float: left;
	text-align: center;
	height: 18px;
}
.villa_specs_bedrooms {
	background-color: #C8DAE4;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	color: #316793;
	width: 63px;
	float: left;
	text-align: center;
	height: 18px;
}
.villa_specs_price {
	background-color: #C8DAE4;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	color: #316793;
	width: 142px;
	float: left;
	text-align: center;
	height: 18px;
}
.villa_specs_price_last {
	background-color: #C8DAE4;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	color: #316793;
	width: 144px;
	float: left;
	text-align: center;
	height: 18px;
}
.loading {
	background: url(../images/loading.gif) center no-repeat;
	display: none;
	height: 242px;
}
.pictures_loading {
	background: url(../images/loading.gif) center no-repeat;
	height: 292px;
}
.villa_photo_carousel {
	border-top: 1px #98B3DE solid;
	border-bottom: 1px #98B3DE solid;
	text-align: center;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
}

#featured_villa {
	border: 1px solid #C0C0C0;
	padding: 15px;
	width: 240px;
}
#featured_villa a {
	color: #FFF;
}
#featured_villa_terms {
	width: 240px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
#featured_villa_imgs > img:first-child {
	margin-right: 2px;
}
#featured_villa ul {
	list-style: disc;
	font-size: 11px;
}
#footer_wrapper {
	background: url(/images/uploads/specials.jpg) center 38px no-repeat #FFF;
}
#footer_content {
	padding-top: 10px;
	margin-left: 40px;
}

p#contact_us {
	font-size: 18px;
	line-height: 21px;
	padding-left: 125px;
	background: url(../images/corp_logo.png) left top no-repeat;
	margin-left: 80px;
	color: #B91D8B;
	height: 120px;
}
p#contact_us img {
	margin-left: 20px;
}
input.format, textarea, select {
	border: 1px solid #3571A2;
	background: #E1EDF7;
	font-size: 17px;
	color: #222;
}
label {
	font-size: 17px;
	color: #222;
}
table.inquire {
	width: 500px;
	margin: 0 auto 10px auto;
}
table.inquire th {
	text-align: left;
	padding-bottom: 10px;
}
table.inquire input.format {
	width: 230px;
}
table.inquire textarea {
	width: 475px;
	height: 150px;
}
table.inquire td {
	padding-bottom: 8px;
}

/* TinyMCE Styles */
.purpleLink {
   color: #B91D8B;
   font-size: 15px;
   text-decoration: underline;
}
