@charset "utf-8";
/* CSS Document */

/* GENERAL STYLES */
* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/background.jpg) no-repeat top center;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

/* LAYOUT */
#container {
	width: 780px;
	margin: 10px auto;
}

#main {
	float: left;
	width: 550px;
}

#sideBar {
	float: right;
	width: 230px;
}


/* MAIN STYLES */
#main #header {
	background: url(../images/header.jpg) no-repeat;
}

/* Navigation */
#main #navigation {
	height: 30px;
	background: #FFFBBB;
	border-bottom: 10px solid #E36394;
}

#main #navigation li {
	float: left;
	list-style: none;
}

#main #navigation li a {
	display: block;
	text-indent: -9999px;
	height: 30px;
}

#main #navigation li#home a {
	width: 60px;
	background: url(../images/btn_home.jpg) no-repeat;
}

#main #navigation li#propertyDetails a {
	width: 130px;
	background: url(../images/btn_property_details.jpg) no-repeat;
}

#main #navigation li#location a {
	width: 80px;
	background: url(../images/btn_location.jpg) no-repeat;
}

#main #navigation li#availability a {
	width: 110px;
	background: url(../images/btn_availability.jpg) no-repeat;
}

#main #navigation li#enquiries a {
	width: 90px;
	background: url(../images/btn_enquiries.jpg) no-repeat;
}

#main #navigation li#home a:hover {
	background: url(../images/btn_home_over.jpg) no-repeat;
}

#main #navigation li#propertyDetails a:hover {
	background: url(../images/btn_property_details_over.jpg) no-repeat;
}

#main #navigation li#location a:hover {
	background: url(../images/btn_location_over.jpg) no-repeat;
}

#main #navigation li#availability a:hover {
	background: url(../images/btn_availability_over.jpg) no-repeat;
}

#main #navigation li#enquiries a:hover {
	background: url(../images/btn_enquiries_over.jpg) no-repeat;
}

/* Current page styles */
body#home #main #navigation li#home a {
	background: url(../images/btn_home_over.jpg) no-repeat;
}

body#propertyDetails #main #navigation li#propertyDetails a {
	background: url(../images/btn_property_details_over.jpg) no-repeat;
}

body#location #main #navigation li#location a {
	background: url(../images/btn_location_over.jpg) no-repeat;
}

body#availability #main #navigation li#availability a {
	background: url(../images/btn_availability_over.jpg) no-repeat;
}

body#enquiries #main #navigation li#enquiries a {
	background: url(../images/btn_enquiries_over.jpg) no-repeat;
}

/* Content */
#main #content {
	padding: 15px 20px;
	background: #FFFFFF;
}

#main #content h1 {
	color: #E36394;
	font-size: 1.2em;
	padding-bottom: 10px;
}

#main #content h2 {
	color: #008EDA;
	font-size: 99%;
	padding-bottom: 10px;
}

#main #content h3 {
	color: #1395AD;
	font-size: 99%;
	padding-bottom: 5px;
}

#main #content p {
	font-size: 90%;
	line-height: 1.4;
	padding-bottom: 10px;
}

#main #content a {
	color: #008EDA;
}

#main #content ul, #main #content ol {
	margin: 0px 0px 10px 25px;
}

#main #content li {
	list-style-image: url(../images/orange_bullet.jpg);
	font-size: 90%;
	line-height: 1.4;
}

#main .right {
	float: right;
}

#main #content img {
	border: 5px solid #FDF6CC;
	margin: 5px;
}

#main p.callToAction {
	border: 1px solid #E46394;
	background-color: #FFFBBB;
	color: #008ED9;
	padding: 10px;
	margin: 10px;
}

/* Footer */
#main #footer {
	height: 30px;
	background: #E36394;
	font-size: 70%;
}

#main #footer li {
	float: left;
	list-style-image:  url(../images/footer_bullet.jpg);
	margin: 8px 8px;
}

#main #footer li.first {
	list-style: none;
}

#main #footer a {
	color: #FFFBBB;
}

/* Credits */
#credits {
	text-align: center;
	font-size: 70%;
	margin: 5px;
	color: #FFFFFF;
}

#credits a {
	color: #FFFFFF;
}

/* SIDEBAR STYLES */
#sideBar {
	font-size: 75%;
	color: #FFFFFF;
}

#sideBar a {
	color: #FFFFFF;
}
#sideBar a img {
	border: none;
}
#sideBar p {
	padding-left: 10px;
	padding-bottom: 4px;
}

#sideBar ul {
	padding-left: 24px;
}

#sideBar #contactUs {
	background: url(../images/contact_us_slice.gif) repeat-y;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#sideBar #contactUs a {
	color: #FFFFFF;
}

#sideBar #contactUs h3 {
	text-indent: -9999px;
	background: url(../images/contact_us_title.gif);
	height: 40px;
}

#sideBar #contactUs strong {
	color: #FFFBBB;
}

#sideBar #localInformation {
	background: url(../images/local_info_slice.gif) repeat-y;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#sideBar #localInformation h3 {
	text-indent: -9999px;
	background: url(../images/local_info_title.gif);
	height: 40px;
}

#sideBar #localInformation li {
	list-style-type: square;
	padding: 2px 0px;
	margin: 0;
}

#sideBar #otherProperties {
	background: url(../images/other_properties_slice.gif) repeat-y;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#sideBar #otherProperties h3 {
	text-indent: -9999px;
	background: url(../images/other_properties_title.gif);
	height: 40px;
}

#sideBar #otherProperties p {
	color: #008EDA;
	font-size: 90%;
}

#sideBar #otherProperties a {
	color: #E36394;
}

#sideBar #awards {
	text-align: center;
}

/* Property Details Page */
body#propertyDetails .right {
	float: right;
}

body#propertyDetails h2 {
	clear: both;
}

/* Enquiries Page */
body#enquiries form p {
	clear: both;
	padding-top: 10px;
}
body#enquiries form label {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
}
body#enquiries form .input {
	float: right;
	width: 350px;
	text-align: left;
	color: #999999;
}
body#enquiries form input,
body#enquiries form textarea {
	width: 200px;
}
body#enquiries form select {
	width: 40px;
}
body#enquiries form input.submit {
	width: 80px;
}

body#enquiries p.errorMessage {
	border: 1px solid #E46394;
	background-color: #FFFBBB;
	color: #008ED9;
	padding: 10px;
	margin: 10px;
	/* Added to fix IE6 bug */
	clear: left;
}
/* Added to fix IE6 bug */
body#enquiries #content h1,
body#enquiries #content h2 {
	clear: left;
	float: left;
}
body#enquiries #content h2 {
	margin-top: 10px;
}

/* Gallery Page */
body#gallery #galleryImages {
	width: 100%;
	text-align: center;
}

body#gallery #content #galleryImages img {
	padding: 0;
	margin: 0;
}

/* Lightbox Styles */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}
