@charset "utf-8";
/* Inch Holiday Homes */

/* colours
------------------------------------- 
dark purple: #5f5489
mid-purple: #f5f4fc		[sidebar]
dusty purple: #afa9c7	[nav]
white purple: #f5f4fc		
mid-beige: #9d9989
pale beige: #ebe7d6
burnt orange: #ba7742
------------------------------------- */


/* basics
-----------------------------------------*/
body {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #5f5489;
	background: #f5f4fc url(../images/wallpaper.gif) no-repeat top center;
}

a { color: #ba7742; text-decoration: underline; }
a:hover, a:focus { color: #afa9c7; }

.container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.content {
	width: 890px;
	background: #fff url(../images/content-bg.gif) repeat-y top left;
	padding: 20px 0 20px 10px;
	clear:both;
}

.content.fullwidth {
    background: #fff;
}

/* header 
----------------------------------------*/

.header {
	background: #ebe7d6;
	height: 205px;
	width: 900px;
	padding:0;
	margin: 0;
}

.header h1.logo {
	float:left;
	margin: 0;
	display:inline;
	width: 450px;
	height: 205px;
	background: url(../images/logo.gif) no-repeat left center;
}

.header h1.logo a {
	color: #5f5489;
	width: 449px;
	height: 205px;
	text-decoration: none;
	font: 22px "Trajan Pro", Georgia, Times, serif;
	text-indent: -9999em;
	display: block;
}

.header .animation {
	float:right;
	width: 450px;
	height: 205px;
	overflow:hidden;
	margin: 0;
	z-index: 1;
}



/* nav bar styles moved to menustyles.css */

/* content formatting
--------------------------------------------*/

.content a.moreLink {
	display: block;
	text-align: right;
	font-size: 14px;
	margin-bottom: 10px;
	color: #a60f2d;
}
.content a.moreLink:hover {
	color: #2f050f;
}

.content .column {
	padding-top: 20px;
	width: 528px;
	margin: -20px 10px 0 10px;
}

.content .highlight {
	background: transparent;
	color: #a60f2d;
	font: 15px/18px "Century Gothic", "Apple Gothic", Helvetica, Arial, sans-serif;
}

.content .action {
	color: #310810;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #5f5489;
	font-family: "Times New Roman", Times, serif;	
	text-transform: uppercase;
	font-weight: normal;
}

.content .column h2 {
	font: 18px/24px "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	text-transform: none;
}


.content .imageFrame {
	margin-bottom: 12px;
	height: 157px;
	width: 528px;
	overflow: hidden;
	background: #d2cce9;
}

.content .houseImages {
	height: 340px;
	width: 510px;
	overflow: hidden;
	background: #d2cce9;
	margin: 12px auto;
}

.content .imageFrame img,
.content .houseImages img {
	border: 5px solid #d2cce9;
}


.content a.planLink {
	color: #5f5489;
	display: block;
	width: 250px;
	background: #f5f4fc url(../images/house-icon.gif) no-repeat left center;
	margin: 8px 0 20px 20px;
	padding: 2px 2px 2px 30px;
	border-bottom: 2px solid #5f5489;
	text-decoration: none;
	font-weight: bold;
}
.content a.planLink:hover {
	color: #9d9989;
	border-bottom: 2px solid #9d9989;
}

.content ul.houseList {
    list-style: none;
}

.content .houseList li {
    padding-left: 30px;
    background: #f5f4fc url(../images/house-icon.gif) no-repeat left center;
    margin-bottom: 4px;
}

.content .imageHolder img {
    padding: 5px;
    background: white;
    border: 1px solid #afa9c7;
    margin: 0 10px 10px 0;
}

.content .imageHolder img.last {
    margin-right: 0;
}


/* sidebar
-------------------------------------------*/

.content .sidebar {
	background: #d2cce9 url(../images/sidebar-bg2.gif) no-repeat top center;
	width: 275px;
	float:right;
	display:inline;
	margin: -20px 0 0 10px;
	padding: 20px 25px;
	min-height: 650px;
}


.content .sidebar h3 {
	color: #5f5489;
	font: 18px/24px "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	text-transform: none;
}

.content .sidebar .infoPoints {
	list-style: none;
	padding:0;
	margin: 0 0 0 2px;
	font: 18px/55px "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}

.infoPoints li {
	margin-bottom: 25px;
	width: 225px;
	height: 55px;
	padding: 0 0 0 50px;
}

.infoPoints li.shell {  background: url(../images/shell-point-bg.gif) no-repeat center;  }
.infoPoints li.frame {  background: url(../images/frame-point-bg.gif) no-repeat center;  }
.infoPoints li.leaf {  background: url(../images/leaf-point-bg.gif) no-repeat center; margin-bottom: 42px;  }

.content .sidebar .calloutBox {
	margin: 0 auto 43px auto;
	width: 275px;
	height: 102px;
	padding: 0;
	text-align: center;
	font: 14px/18px "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	position: relative;
	cursor: pointer;
}

.content .sidebar .calloutBox .inner {
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/	height: 102px;
	width: 200px;
	padding: 10px 5px 10px 70px;	
}

.content .sidebar .calloutBox .inner.properties {
	background: url(../images/properties-bg.gif) no-repeat;
}

.content .sidebar .calloutBox .inner.info {
	background: url(../images/info-bg.gif) no-repeat;
}

.content .sidebar .calloutBox h3 {
	font: 18px/24px "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	margin:0;
	padding:0;
}

.content .sidebar .calloutBox h5 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.content .sidebar .calloutBox p {
	margin: 0;
	color: #fff;
	font-weight: normal;
}

.content .sidebar .calloutBox p a {
	color: #fff;
	text-decoration: none;
}

.content .sidebar .calloutBox a.blockLink {
	display:block;
	text-align: right;
	width: 123px;
	height: 24px;
	padding: 0 6px;
	position:absolute;
	bottom: 0;
	right: 0;
	font: 14px/24px "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;	
	color: #fff;
	text-decoration: none;
	background: #2f050f;
}
.content .sidebar .calloutBox a:hover { color: #ba7742; }







/* newsletter signup area
--------------------------------------------*/

.newsletterSignup {
	clear:both;
	background: #7f76a2 url(../images/sign-up-bg.gif) no-repeat top center;
	color: white;
	min-height: 75px;
	width: 860px;
	padding: 10px 20px 0 20px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	overflow: auto;
}

.newsletterSignup h4 {
	font: 18px "Times New Roman", Times, serif;
	color: #f5f4fc;
	display:block;
	float:left;
	text-transform: uppercase;
	margin: 17px 0 0 25px;
	padding: 0;
	width: 270px;
}

.newsletterSignup label {
	float:left;
	width: 100px;
	margin: 20px 0 0 15px;
	font-weight: normal;
}

.newsletterSignup input.text {
	width: 180px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 15px 15px 0 15px;
}

.newsletterSignup input.submit {
	width: 120px;
	margin: 15px 0 0 25px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #5f5489;
}

.newsletterSignup .validationHolder {
	background: transparent;
}

.newsletterSignup .validationHolder span {
	text-align: right;
	font: 12px/14px Arial, Helvetica, sans-serif;
	display:block;
	float:right;
	margin-right: 243px;
	color: #ff674c;
	clear:both;
	background: #fee2dd;
	border: 1px solid #ff674c;
	width: 180px;
	padding: 5px;
}




/* footer
--------------------------------------*/

.footer {
	width: 860px;
	clear:both;
	background: #5f5489 url(../images/footer-bg.gif) no-repeat bottom center;
	padding: 20px 20px 10px 20px;
	color: #fff;
	overflow: auto;
}

.footer h4 {
	font: 18px/18px "Times New Roman", Times, serif;
	margin-bottom: 20px;
	padding:0;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.footer .leftBlock {
	width: 420px;
	float:left;
	margin-right: 10px;
}

.footer .rightBlock {
	width: 430px;
	float:right;
	text-align: right;
}

.footer ul {
	margin:0;
	padding:0;
	list-style: none;
	font: 12px/18px "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.footer ul li a {
	color: #fff;
	text-decoration: none;
}

.footer ul li a:hover {
	color: #7f76a2;
}

.footer a.blockLink {
	display:block;
	font: 16px/18px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer a.blockLink:hover {
	color: #a60f2d;
}


/* subfooter (typically address/company details)
---------------------------------------------------------*/

.subfooter {
	clear: both;
	width: 860px;
	padding: 0 20px;
	text-align: left;
	font: 12px/30px "Times New Roman",Times,serif;
	color: #fff;
	margin: 0;
	background: #5f5489 url(../images/sub-footer-bg.gif) no-repeat top center;
}

.subfooter .designTag {
	float:right;
	width: 160px;
}

.subfooter .designTag a {
	color: #fff;
	display:block;
	text-decoration: none;
	text-align: right;
}

.subfooter .designTag a:hover {
	text-decoration: underline;
}




.callForm {
	background: #a60f2d;
	width:330px;
	padding:10px;
	position:absolute;
	bottom:40px;
	left:350px;
	color:#2f050f;
	border: 1px solid #fad9dc;
	font-weight:bold;
	font-size:12px;
	z-index: 101;
	display:none;
}

.callForm.sendenquiry {
	left: 10px;
}

.callForm h5 {
	margin:0 0 5px;
	font-size: 1.5em;
	text-align:center;
	color: #2f050f;
}
.callForm p { margin:0;}
.callForm a.close {
	text-decoration:underline;
	color:#fff;
	font-size:10px;
}


/*-------------- end template structure styles -------------
************************************************************
---------------- start universal styles ------------------*/









/* horizontal rules
------------------------------------------------- */

.hr {
height: 1px;
width: 880px;
margin: 20px auto;
border-bottom: 1px solid #f9f8db;
clear: both;
}

.hr hr {
	visibility: hidden;
	margin: 0;
	padding:0;
}






/* news details 
--------------------------------------------------*/

.content .newsHeadline {
   display: block;
    margin: 5px 15px 15px 15px;
    border: 1px solid #dedede;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
}

.content .newsHeadline div {
    margin: 0 0 1.5em;
}

.content a.newsLink {
	color: #5f5489;
	display: block;
	width: 250px;
	background: #f5f4fc;
	margin: 8px 0 0 0;
	padding: 2px;
	border-bottom: 2px solid #5f5489;
	text-decoration: none;
}
.content a.newsLink:hover {
	color: #9d9989;
	border-bottom: 2px solid #9d9989;
}

.content .newsImageContainer {
    width: 600px;
	margin: 10px auto;
}

.content .newsImageContainer .big {
    display: block;
    width: 550px;
    padding: 25px;
    background: #f5f4fc;
    margin: 10px auto 5px auto;
}
.content .newsImageContainer .thumbs {
    display:block;
    width: 590px;
    margin: 0;
    padding: 5px;
    background: #f5f4fc; 
    overflow-y: auto;   
    position:relative;
}

.content .newsImageContainer .big a {
    cursor: default;
}

.content .newsImageContainer .thumbs a {
    outline: none;
}

.content .newsImageContainer a img {
    border: none;
}

.content .newsImageContainer .big img {
    display: block;
    margin: 0 auto;
}
.content .newsImageContainer .thumbs img {
    display: block;
    margin: auto 5px;
    float:right;
    border: 1px solid #fff;
    background: white;
}

.content .newsImageContainer .thumbs span {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 150px;
    font: 12px normal "Century Gothic", "Apple Gothic", Verdana, Arial, sans-serif;
    text-transform: uppercase;
	background: white;
	padding: 2px;
	-moz-opacity:.65;
	opacity:.65;
	filter:alpha(opacity=65);
	color: #777777;
}









/* gallery styles 
-----------------------------------------------*/

.gallery .galleryImage {
	width:226px;
	float:left;
	margin: 0 30px 10px 30px;
	position:relative;
	background: #fefdf3;
}

.gallery .galleryImage h4 {
	margin:0;
	padding: 2px 5px;
	font: 14px "Century Gothic", "Apple Gothic", Verdana, Arial, Helvetica;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #f9f8db;
}

.gallery .galleryImage div.photo {
	width:216px;
	height:140px;
	overflow:hidden;
	margin: 5px auto;
}

.gallery .galleryImage img { 
	border:none;
	display:block;
	margin: 0 auto;
}


.gallery .galleryImage .caption {
	background: #f9f8db;
	color: #e0553e;
	padding: 3px;
	text-align: center;
}

.gallery .galleryRow {
	clear:both;
	margin-top: 18px;
}









/* paging 
----------------------------------------------------*/
.content .paging {
	clear:both;
	font-size: 12px;
}
.content .paging ul {
	text-align:center;
	list-style: none;
	margin:0;
	margin-top: 40px;
	padding:0;
}

.content .paging ul li {
	display:inline;
	margin: 0 18px;
	font-weight: bold;
}







/* contact info styles 
--------------------------------------------------*/

.contactInfo {
    margin-bottom: 15px;
    padding:1.4em; 
}

.contactInfo div {
    clear:both;
    position: relative;
    margin:0 0 15px 0;
}

.contactInfo label {
	margin: 0;
	display: block;
	width: 200px;
	text-align: left;
	float: left;
	margin-right: 15px;
}

.contactInfo p {
	text-transform: uppercase;
	text-align: left;
	clear:left;
	margin-left: 215px;
}


.contactInfo div ul {
    margin: 0 0 0 215px;
    padding: 0;
    list-style-type: none;
    clear:none;
}






/* links list
----------------------------------*/
dl {
    margin-left: 40px;
}
dt {
    color: #5f5489;
    font-weight: bold;
}
dd {
    color: #ba7742;
    margin-bottom: 15px;
}





/* tables
----------------------------------*/
table.rates {
    width: 530px;
    border-collapse: separate;
    border-spacing: 5px;
}

.rates td {
    background: #f5f4fc;
}
