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

body  {
	background: #b1c4b1;
	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: #754C29;
	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: #b1c4b1;
} 

#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: 15px 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: #754C29;
	background:url(../images/design/backing.jpg) repeat-y;
	clear:both;
} 

#main_content h1 {
	margin: 0 0 4px 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 4px 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: #acbcb4;
	/*border-bottom: dotted 1px #acbcb4;*/
	width: 100%; display: block;
	text-transform: uppercase;
}

.contact {
	margin: 0 0 1px 0;
	border-bottom: dotted 1px #acbcb4;
}
.mainheading{
width: 100%; display: block;
}

h2{font-size: 12px;}

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

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

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

#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 55px;
	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: 28px;
	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;
} 


.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: 10px;
	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;
		
}
	
.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: 11px;
	font-weight: 600;
	color: #acbcb4;
	margin-bottom: 10px;
}

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

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

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;
}


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;

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;}
