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

body  {
	background: #b8aca1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; 
	color: #aaaaaa;
	margin-top: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#container { 
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #b8aca1;
} 

#header { 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;	
	color: #754C29;
	background:url(../images/design/header.jpg);
	height: 119px;
	position: relative;
	width: 925px;
} 


#header img { 
	border: none;
} 

#header a, #header a:visited { 
	text-decoration: none;
	color: #754C29;
} 

#header_contacts{
	position: absolute; left: 50px; top: 50px;
}

#header_contacts img{
	display: block;
}

#logo{
	position: absolute; top: 0px; right: 50px;
	display:block;
}



#mainimage { 
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0 0 0 50px; /* the auto margins (in conjunction with a width) center the page */
	background: url(../images/design/backing.jpg) repeat-y;
	z-index:1;
} 

#flashcontainer {
	z-index:1;
}

#mainimage img{display: block;}


#main_content { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 85px 0 85px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 755px;
	color: #666666;
	background:url(../images/design/backing.jpg) repeat-y;
	clear:both;
} 

#main_content h1 {
	margin: 0 0 2px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 2px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.2em;
	color: #666666;
	width: 100%; display: block;
	text-transform: uppercase;
}

.mainheading{
width: 100%; display: block;
}

h2{font-size: 12px;}


#main_content p{
	margin: 10px 0 0 0;
}


#main_content h3{margin: 10px 0 0 0;}

/* #main_content a{ color: #c3b8ae; text-decoration: none; } */

#main_content a{ color: #754C29; text-decoration: none; }

#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 75px;
	margin: 0 auto;
	text-align: center;
	width: 925px;
	position: relative;	
	background:url(../images/design/footer.jpg) no-repeat;
	color: #ffffff;
} 

#footernav{
	position: absolute; left: 52px; top: 48px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a, .twoColFixLtHdr #footer a:visited { 
	text-decoration: none;
	color: #ffffff;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
} 

#footer_main_links {
	position: absolute;
	top: 15px; left: 85px;
}

#footer_main_links img {
	border: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.colone{
	float: left;
	width: 525px;
}

.coltwo{
	float: left;
	width: 225px;
	margin-left: 25px;
}


.colone50{
	float: left;
	width: 365px;
	
}

.coltwo50{
	float: left;
	width: 365px;
	margin-left: 25px;
}


.colone60{
	float: left;
	width: 440px;
	
}

.coltwo40{
	float: left;
	width: 290px;
	margin-left: 25px;
}


.colone216{
	float: left;
	width: 216px;
	
}

.colone216 img{
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 2px;
}

.coltwo530{
	float: left;
	width: 530px;
}

.contentthumbleft{
	margin-right: 10px;
	margin-top: 2px
}

.contentthumbright{
	magin-top: 2px;
}


.housetype {
        margin: 20px 0 0px 0;
		position: relative;
		width: 365px;
		float: left;
}

.housetype.left{
        padding-right: 10px;
}

.housetype.right{
        padding-left: 10px;
}


.housethumb{
	margin: 0 10px 0 0;
	float: left;
}

img.housethumb {
	border: none;
}

.housespec{
	position: absolute; right: 0px; bottom: 5px;
}

.housespec img{
	border: none;
	padding: 10px 0 0 5px;
	margin-bottom: -2px;
	
}

.housetitle{
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #666666;
	margin-bottom: 10px;
}

#main_content .housetitle a { 
	color: #666666;
}	

.keyline {
	border-bottom: dotted 1px #acbcb4;
	position: absolute; left: 160px; bottom: 0;
	width: 215px;;
}

.housetype.right .keyline {
	position: absolute; left: 170px; bottom: 0;
	width: 215px;;
}


.click {
	position: absolute; left: 160px; bottom: 4px;
	color: #acbcb4;
	font-size: 11px;
}

.housetype.right .click {
	position: absolute; left: 170px; bottom: 4px;
}



h3 { margin: 0; padding: 0; font-size: 13px;}

.lineHeight150 {
	line-height: 150%;
}

.resale {
	width: 365px;
	float: left;
	margin-bottom: 25px;
	margin-right: 10px;
	position: relative;
}

.resale a img{ border: none;}

img.resalethumb{
	float: left;
	margin-right: 10px;
}

.resalespec {
	position: absolute; right: 0px; bottom: 0px;
}

.resalespec img{
	border: none;
	margin: 0 0 -3px 5px;
}

.resaleclick {
	position: absolute; left: 20px; bottom: -14px;
	color: #acbcb4;
	font-size: 11px;
}


TABLE#enquiry TR{height: 30PX;
	}
	
TABLE#enquiry select {
	font-size: 11px;
}


.submenuie6{
	display: none;
}

.gallery img{ margin: 2px; }

.gallery a img{ margin: 2px; border: none;}


.pressquote{
}

.pressquote p {
	color: #754C29;
	font-size: 12px;
	font-weight:600;
	font-stretch:expanded;
	font-style:italic;
}

.pressquote .source{
	color: #aaaaaa;
	margin-top: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
}

/* HOUSE DETAILS PAGE */
.housedetails h3{
	font-size:11px; 
	font-weight:600; 
	margin: 0; 
	padding: 0;
}

.housedetails .images {
	float: left; 
	width: 296px; 
}	

.housedetails .copy {
	float: left; 
	width: 444px;
	margin-right: 15px;
}

#main_content.housedetails p {
	margin: 0;
	padding: 0; 
}

#main_content.housedetails h3 {
	margin: 5px 0 2px 0;
	padding: 0;
}

.housedetails .clearer {
	clear:both; 
	border-bottom: dotted 1px #cccccc; 
	width: 444px;
	height: 1px; 
	padding-top: 5px; 
	margin-bottom: 5px;
}	

.housedetails a img { border: none;}

TABLE.events_table TD{
	border-bottom: solid 1px #e7e1de;
	padding: 5px;
}

TABLE.events_table TR{ margin-bottom: 5px;
}

TABLE.events_table {  border-collapse: separate; border-spacing: 0 5px; }

.ui-tabs-panel img { border: none; margin: 2px;}


a.flink:link    {color: #ffffff; font-size: 11px; font-style: none; text-decoration:underline;}
a.flink:visited {color: #ffffff; font-size: 11px; font-style: none; text-decoration:underline;}
a.flink:active  {color: #ffffff; font-size: 11px; font-style: none; text-decoration:underline;}
a.flink:hover   {color: #ffb901; font-size: 11px; font-style: none; text-decoration:underline;}

.contact {
	margin: 0 0 1px 0;
	border-bottom: dotted 1px #acbcb4;
}