/*
Title:			Farlow Estates
Description:	CSS for farlowestates.com
Author:			Visualcode Limited
Date: 			Wednesday 28th November 2007.
Version:		1.0
*/


body {
	font:11px/18px arial, helvetica, sans-serif;
	font-weight: normal;
  	line-height: 13px;
  	color: #636265;
	text-align:left;
	margin:0;
	padding:0;
	}

input, 
button, 
select, 
textarea {
	font:11px/18px arial, helvetica, sans-serif;
	}
	
a:link {
	color: #AC2790;
	text-decoration: none;
}

a:visited {
	color: #AC2790;
	text-decoration: none;
}

a:active {
	color: #AC2790;
	text-decoration: none;
}

a:hover {
	color: #636265;
	text-decoration: none;
}

a img{
	border:0;
	}

h1{
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	color: #292b2d;
	line-height: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h2	{
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #AC2790;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
}		

h3	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #292b2d;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	}
		
h4	{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	line-height: 13px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	border: 0px;
	margin: 0px;
	}

p	{
	margin:0;
	padding: 0px 0px 10px 0px;
	}
		
img	{
	margin: 0px;
	padding: 0px;
	}

hr {
	border: none;
	border-top: 1px solid #670000;
	height: 1px;
	margin: 8px auto;
	padding: 0;
	color:#FFF;
	}
	
/* Xinha Table Layout */

table {
	margin:0; 
	padding:0; 
	border-collapse:collapse; 
	border-spacing:0px;
	width:98% !important;
	}

table td{
	font-family: tahoma, arial, sans-serif;
	color:#403F3F;
	border:1px solid #ebebeb;
	padding:5px;
	font-size:1em;
	}

/* ______________________ Start Layout ______________________ */

#container{
	padding:0;
	margin:0;
	background:transparent url(images/background.gif) repeat-x;
	padding-top:10px;
	padding-left:10px;
	width:830px;
	}

#wrapper {
	width:830px;
	text-align:left;
	padding-top:0px;
	}
	
#header {
	width:100%;
	height:100px;
	background:transparent url(images/header.gif) no-repeat;
	background-position:0 16px;
	margin:0;
	padding:0 0 5px 0;
	}

#Logo {
	background:#FFF url(images/logoBack.gif) no-repeat;
	width:210px;
	height:100px;
	margin:0;
	padding:0;
	float:left;
	}

#printLogo {
	display:none;
	position:absolute;
	left:-300px;
	top:-300px;
	}

#strap{
	width:500px;
	float:right;
	margin-top:25px;
	margin-right:10px;
	text-align:right;
	padding-bottom:10px;
	}

/* ______________________ Additional Navigation ______________________ */

#adNav{
	width:500px;
	float:right;
	margin-top:25px;
	margin-right:10px;
	}

#adNav a:link{color: #ac2790;}
#adNav a:visited{color: #ac2790;}
#adNav a:active{color: #ac2790;}
#adNav a:hover{color: #636265;}


#adNav ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:0.8em;
	}

#adNav li {
	padding:0px 5px 0 5px;
	border-right:#636265 solid 1px;
	list-style:none;
	display:inline;
	text-align:center; 
	float:right;
	}

/* ______________________ Navigation ______________________ */		
	
 #navigation{
 	background:#FFF;
	height:32px;
	padding-top:5px;
	border-top:#636265 1px solid;
	position:relative;
	}

 #navigation ul {
	list-style:none; 
	display:inline;
	padding:0;
	margin:0;
	}
	
 #navigation ul li { 
	background:#FFF url(images/navback.gif) repeat-x;
	padding:8px 0 0 10px; 
	margin:0px 0;
	border-right:#010101 solid 1px;
	border-left:#4e585e solid 1px;
	position:relative;
	display:block;
	width:93px;
	float:left;
	height:19px;
	}

 #navigation ul li.property { 
	background:#636265 url(images/navbackAlt.gif) repeat-x;
	padding:8px 0 0 10px; 
	margin:0px 0;
	border-right:#750752 solid 1px;
	border-left:#ac2790 solid 1px;
	position:relative;
	display:block;
	width:93px;
	float:left;
	height:19px;
	}
	
#navigation ul li.propertyend { 
	background:#636265 url(images/navbackAlt.gif) repeat-x;
	padding:8px 0 0 10px; 
	margin:0px 0;
	border-right:#750752 solid 1px;
	border-left:#ac2790 solid 1px;
	position:relative;
	display:block;
	width:83px;
	float:left;
	height:19px;
	}

 #navigation ul li a {
	color:#FFF;
	position:relative;
	}
	
 #navigation ul li a:hover {
	color:#ac2790;
	position:relative;
	}
	
#navigation ul li.property a:hover,
#navigation ul li.propertyend a:hover{
	color:#FFF000;
	}

 #navigation li ul {
 	display: none;
 	position: absolute;
  	margin-top:5px;
	top: 12px;
	left: -5px;
	border-top:1px solid #1F2325;
	}


#navigation li:hover ul,
 #navigation li.mshover ul{ 
	display: block; 
	margin:0;
	padding:0;
	background:transparent url(images/dropNav.png) no-repeat left bottom;
	width:180px;
	list-style:none;
	padding-bottom:10px
	}
	
 #navigation li ul li {
	margin:0;
	padding:5px;
	display:block !important;
	border-bottom:#1F2325 solid 1px;
	border-right:none;
	text-align:left;
	font-size:100%;
	}

 #navigation li ul li a{
	display:block;
	padding:5px !important;
	color:#FFF;
	border:none;
	text-align:left;
	}

 #navigation li ul li a:hover{
	color:#A63193;
	}

/* ______________________ Banner ______________________ */	

#contentContainer{
	background:#FFF;
	position:relative;
	}

#mainContent{
	width:620px;
	float:right;
	text-align:left;
	background:#FFF;
	border-top:#636265 solid 1px;
	font:13px/19px arial, helvetica, sans-serif;
	position:relative;
	}

#content{
	border-top:#636265 solid 1px;
	padding-top:10px;
	position:relative;
	}

#content li{
	background:url(images/arrow.gif) no-repeat 0px 1px;
	list-style:none;
	padding-left:25px;
	margin-top:5px;
	}

#banner{
	background:#FFF;
	margin-bottom:10px;
	position:relative;
	}

#banner img{
	position:relative;
	}

/* ______________________ Side Navigation ______________________ */	
	
#sideNav {
	width:200px;
	border-top:#636265 solid 1px;
	}

#sideNav ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#sideNav ul li {
	padding:5px 0px 5px 15px;
	border-bottom:#636265 solid 1px;
	background:transparent url(images/box.gif) no-repeat;
	background-position: 0px center;
	}

#sideNav ul li a{
	color:#333;
	}

#sideNav ul li a:hover{
	color:#AC2790;
	}

	
#sideNav ul li.Head a:link,
#sideNav ul li.Head a:visited{
	color: #FFF;
	text-decoration: none;
}

#sideNav ul li.Head a:active,
#sideNav ul li.Head a:hover{
	color: #EEE;
	text-decoration: none;
}

#sideNav ul li.bottom {
	border-bottom:none;
	}	

.address{
	border-top:#AC2790 solid 1px;
	padding-left:10px;
	width:190px;
	padding-top:10px;
	}

.address p {
	margin:0;
	padding:0;
	padding-bottom:10px;
	}
	
/* ______________________ Footer ______________________ */

#footer {
	clear:both;
	text-align:center;
	font-size:100%;
	width:830px;
	margin:0;
	height:45px;
	background:url(images/footer.gif) repeat-x 0 3px;
	color:#FFF;
	}

#footer a {
	color:#FFF000;
	}

#legal{
	border-top:#636265 solid 1px;
	border-bottom:#636265 solid 1px;
	text-align:right;
	float:right;
	width:610px;
	padding-top:10px;
	padding-right:10px;
	height:37px;
	}
	
#copyright{
	border-top:#636265 solid 1px;
	border-bottom:#636265 solid 1px;
	text-align:left;
	float:left;
	width:190px;
	padding-left:10px;
	padding-top:10px;
	height:37px;
	}

/* ______________________ Footer ______________________ */

.propsearch{
	float:right;
	width:200px;
	margin:0 0 10px 10px;
	}

.propsearch img{
	margin-bottom:10px;
	}

/* ______________________ Homes On View Property Search ______________________ */

/*Navigation Frame*/

#containerSearch{
	padding:0;
	margin:0;
	background:transparent url(images/background.gif) repeat-x;
	padding-top:10px;
	padding-left:10px;
	width:210px;
	}

#wrapperSearch {
	width:210px;
	text-align:left;
	padding-top:0px;
	}

#containerForm{
	padding:0;
	margin:0;
	background:transparent url(images/background.gif) repeat-x;
	padding-top:10px;
	padding-left:0px;
	padding-right10px;
	}


/* ______________________ Navigation ______________________ */		
	
 #navigationSearch{
 	background:#FFF;
	height:32px;
	padding-top:5px;
	border-top:#636265 1px solid;
	position:relative;
	width:200px;
	}

 #navigationSearch ul {
	list-style:none; 
	display:inline;
	padding:0;
	margin:0;
	}
	
 #navigationSearch ul li { 
	background:#FFF url(images/navback.gif) repeat-x;
	padding:8px 0 0 10px; 
	margin:0px 0;
	border-right:#010101 solid 1px;
	border-left:#4e585e solid 1px;
	position:relative;
	display:block;
	width:88px;
	float:left;
	height:19px;
	}

 #navigationSearch ul li.property { 
	background:#636265 url(images/navbackAlt.gif) repeat-x;
	border-right:#750752 solid 1px;
	border-left:#ac2790 solid 1px;
	}

 #navigationSearch ul li a {
	color:#FFF;
	position:relative;
	}
	
 #navigationSearch ul li a:hover {
	color:#ac2790;
	position:relative;
	}
	
#navigationSearch ul li.property a:hover{
	color:#FFF000;
	}


/* ______________________ Property Search Form ______________________ */

.formContainer{
	background:#FFF url(images/searchBack.gif) repeat-x left bottom;
	padding:5px;
	}

form.search{
	margin:5px 0 0 0;
	padding:5px;
	border:#AC2790 solid 1px;
	margin-right:10px;
	background:#FFF;
	}


form.search input {
	margin:0;
	padding:3px 5px;
	border:#CCC solid 1px;
	color:#333;
	}


form.search label {
	float:left;
	margin:0;
	padding:5px 1px 0 1px;
	text-align:right;
	font-weight:normal;
	color:#AC2790;
	}

/* ______________________ Property Search ______________________ */	

#propertySearch{
	border-bottom:#636265 solid 1px;
	height:143px;
	padding-left:10px;
	padding-top:0px;
	}

#propertySearch h3{
	padding:5px 15px 0 15px;
	margin:0;
	margin-bottom:5px;
	background:#FFF;
	display:inline;
	margin-left:20px;
	border:#BB63A7 solid 1px;
	border-bottom:#FFF solid 1px;
	}

#propertySearch h4{
	margin:0;
	padding:0;
	}
	
#propertySearch .submit{
	clear:left;
	text-align:center;
	color:#FFF;
	text-align:center;
	padding-top:15px;
	line-height:1em;
	}

#propertySearch .submit input{
	background:#750752 url(images/gradient.gif) repeat-x;
	color:#FFF;
	border:#bb63a7 solid 1px;
	border-top:#750752 solid 1px;
	border-left:#750752 solid 1px;
	width:150px;
	padding:10px 0;
	font-weight:bold;
	}

table#sable {
	margin:0; 
	padding:0; 
	border-collapse:collapse; 
	border-spacing:0px;
	width:100% !important;
	}

table#sable td{
	font-family: tahoma, arial, sans-serif;
	color:#403F3F;
	border:none;
	padding:4px 5px 0px 0px;
	font-size:1em;
	vertical-align:top;
	}

table#sable td.top{
	border-bottom:#636265 solid 1px;
	padding-bottom:4px;
	padding-top:0 !important;
	}

table#sable table {
	margin:0; 
	padding:0; 
	border-collapse:collapse; 
	border-spacing:0px;
	width:100% !important;
	}

table#sable table td{
	font-family: tahoma, arial, sans-serif;
	color:#403F3F;
	border:none;
	padding:0px 5px 3px 0px;
	font-size:1em;
	vertical-align:top;
	}

table#sable table td input{	
	border:none;
	}


/* __________________ Overseas Properties Results __________________ */

.propertyContainer{
	padding:10px;
	}

.propertyContainer li{
	background:url(images/arrow.gif) no-repeat 0px 1px;
	list-style:none;
	padding-left:25px;
	margin-top:5px;
	}

table.propertySummary{
	margin:0; 
	padding:0; 
	border-collapse:collapse; 
	border-spacing:0px;
	width:100% !important;
	}

table.propertySummary td{
	font-family: tahoma, arial, sans-serif;
	color:#403F3F;
	border:none;
	padding:0px;
	font-size:1em;
	vertical-align:top;
	}

table.propertySummary td.imageThumb{
	border:#750752 solid 1px;
	padding:3px;
	width:195px;
	}

table.propertySummary td.head,
table.propertySummary td.headRight{
	background:#750752 url(images/gradient.gif) repeat-x;
	color:#FFF;
	border:#bb63a7 solid 1px;
	border-top:#750752 solid 1px;
	border-right:#750752 solid 1px;
	text-align:right;
	padding:3px;
	font-weight:bold;
	height:20px;
	}

table.propertySummary td.head{
	height:20px;
	}

table.propertySummary td.head h1{
	margin:0;
	padding:0;
	color:#FFF;
	text-align:left;
	font-size:15px;
	}

table.propertySummary td.description{
	padding:10px;
	border-right:#750752 solid 1px;
	border-bottom:#750752 solid 1px;
	}

table.propertySummary td.actions{
	border-right:#750752 solid 1px;
	border-bottom:#750752 solid 1px;
	vertical-align:bottom;
	padding:3px;
	background:#FFF url(images/searchBack.gif) repeat-x left bottom;
	width:100px;
	}

table.propertySummary td.actions input,
table.propertySummary td.actions2 input{
	background:#750752 url(images/gradient.gif) repeat-x;
	color:#FFF;
	border:#bb63a7 solid 1px;
	border-top:#750752 solid 1px;
	border-left:#750752 solid 1px;
	width:100px;
	padding:3px 0;
	font-weight:bold;
	}
	
/* details page */
	
table.propertySummary td.actions2{
	border:#750752 solid 1px;
	vertical-align:bottom;
	padding:3px;
	background:#FFF url(images/searchBack.gif) repeat-x left bottom;
	width:100px;
	text-align:right;
	}

table.propertySummary td.actions2 div{
	display:inline;
	float:left;
	padding-top:5px;
	}

table.propertySummary td.pictures{
	border:#750752 solid 1px;
	padding:3px;
	width:390px;
	}

table.propertySummary td.pictures img{
	margin:3px;
	}

td.pictures .displayImage{
	width:390px;
	height:280px;
	background:#ECECEC;
	margin-bottom:3px;
	}

td.pictures .displayImage img{
	margin:0;
	}

td.description .propAddress{
	padding:10px;
	margin-top:10px;
	border-top:#750752 dotted 1px;
	}

/* page Numbering */

#Directions{
	border:#750752 solid 1px;
	margin:10px;
	padding:5px;
	text-align:center;
	}

#Directions .navigation{
	background:#FFF url(images/searchBack.gif) repeat-x left bottom;
	height:20px;
	}
	
#Directions .left,
#Directions .right{
	background:#750752 url(images/gradient.gif) repeat-x;
	color:#FFF;
	border:#bb63a7 solid 1px;
	border-top:#750752 solid 1px;
	border-left:#750752 solid 1px;
	width:100px;
	padding:3px 0;
	font-weight:bold;
	float:left;
	}

#Directions .right{
	float:right;
	}

#Directions .left a,
#Directions .right a{
	color:#FFF;
	}

#Directions .pagenumbers{
	padding-top:3px;
	font-weight:bold;
	}
	

/* Details FORM */

form.custDetails {
	margin:0;
	padding:0;
	margin-bottom:15px;
	}

form.custDetails p {
	margin:0;
	padding:5px 0 5px 0 ;
	}

form.custDetails label {
	float: left;
	margin:0;
	padding:5px 1px 0 1px;
	width: 10em;
	text-align: left;
	font-size:95%;
	font-weight:normal;
	}

form.custDetails #delCheck label {
	margin:0;
	margin-bottom:10px;
	padding:5px 1px 0 1px;
	text-align: left;
	width:90%;
	font-size:95%;
	float:right;
	font-weight:normal;
	}

form.custDetails #delCheck input {
	margin:0;
	margin-top:4px;
	text-align: right;
	float:left;
	}

form.custDetails .newsletter label {
	margin:0;
	margin-bottom:5px;
	padding:2px 1px 2px 1px;
	text-align: left;
	font-weight:normal;
	float:right;
	width:90%;
	clear:right;
	}


form.custDetails .newsletter input {
	margin:0;
	margin-left:10px;
	text-align: left;
	float:left;
	clear:right;
	border:none;
	}

form.custDetails .newsletter p {
	clear:right;
	margin-top:3px;
	margin-bottom:3px;
	}

form.custDetails input {
	margin:0;
	padding:2px 1px 0 1px;
	border:#CCC solid 1px;
	font-family: tahoma, arial, sans-serif;
	color:#333;
	font-size:100%;
	}

form.custDetails #CheckoutBill input {
	margin:0;
	padding:2px 1px 0 1px;
	border:#CCC solid 1px;
	font-family: tahoma, arial, sans-serif;
	color:#333;
	width:20em;
	}
	
form.custDetails #CheckoutDel input {
	margin:0;
	padding:2px 1px 0 1px;
	border:#CCC solid 1px;
	font-family: tahoma, arial, sans-serif;
	color:#FF0000;
	width:20em;
	}

form.custDetails select {
	margin:0;
	padding:2px 1px 0 1px;
	border:#CCC solid 1px;
	font-family: tahoma, arial, sans-serif;
	color:#333;
	}

form.custDetails textarea {
	margin:0;
	padding:2px 1px 0 1px;
	font-family: tahoma, arial, sans-serif;
	color:#333;
	border:#CCC solid 1px;
	width:30em;
	font-size:9pt;
	}	


form.custDetails .submit input {
	background:#FFF url(images/footer.gif) repeat-x ;
	padding:5px 5px ;
	font-weight:bold;
	font-size:85%;
	border-top: 1px solid #FFF;
	border-right: 1px solid #66685A;
 	border-bottom: 1px solid #66685A;
	border-left: 1px solid #FFF;
 	color:#FFF;
 	
	}
