/*-------------------------------------------

	-- -- -- -- -- -- --
	Taylforths Residential
	last edit: 10 july 07
	-- -- -- -- -- -- --
	
-------------------------------------------*/



/*-------------------------------------------

    General Setup

-------------------------------------------*/
* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	}	
body {
	color: #333;
	margin: 0; padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
	text-align: center;
	background: #fff url(../img/bg_body.png) repeat-x 0 0;
	}
body * {
	font-size: 95%;
	line-height: 1.5;
	}
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p,dl,dt,dd {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img, fieldset {border: none;}
address {font-style: normal;}
acronym { cursor: help; border-bottom: 1px dotted; font-weight: inherit; }
strong { font-weight: bold; }
label { display: block; }

/* --->>> a few more things <<<--- */
.text-right { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.img-right { float: right; }
.img-left { float: left; }
legend, .clear hr, .hide { display: none; }
.clear {
	width: 100%;
	height: 1px;
	line-height: 1px;
	clear: both;
	border: none;
	}

/*-------------------------------------------

    Boxes of goodness

-------------------------------------------*/
/* --->>> Wrapper <<<--- */
#wrapper {
	width: 100%;
	float: left;
	text-align: center;
	background: transparent url(../img/bg_container-wrapper.gif) repeat-y center 0;	
	}

/* --->>> Container <<<--- */
#container {
	width: 956px;
	min-height: 630px;
	position: relative;
	margin: 0 auto;
	background: transparent url(../img/bg_container.png) no-repeat center 0;
	}
	#container-wrapper {
		margin: 0 7px;
		}
/* --->>> Heasder <<<--- */
#header {
	height: 255px;
	width: 100%;
	position: relative;
	}
	/* --->>> Logo <<<--- */
	#header h1 {
		width: 257px;
		height: 107px;
		position: absolute;
		top: 74px; left: 38px;
		text-indent: -9999px;
		}
		#header h1 a, #header h1 a:link,
		#header h1 a:visited {
			width: 257px;
			height: 107px;
			display: block;
			text-indent: -9999px;
			background: transparent url(../img/bg_logo.png) no-repeat 0 0;
			outline: none;
			}
		#header h1 a:hover {
			background-position: 0 -107px;
			}
	/* --->>> Header Phone <<<--- */
	address#header-phone {
		width: 275px;
		height: 38px;
		position: absolute;
		top: 215px; left: 15px;
		text-indent: -9999px;	
		background: transparent url(../img/bg_header-phone.png) no-repeat 0 0;
		}
		
	/* --->>> Tagline <<<--- */
	#header p.tagline {
		width: 497px;
		height: 98px;
		position: absolute;
		top: 79px; right: 66px;
		text-indent: -9999px;
		background: transparent url(../img/bg_tagline.png) no-repeat 0 0;
		}
	/* --->>> Top Navigation <<<--- */
	ul#top-nav {
		height: 38px;
		width: 608px;
		position: absolute;
		top: 215px; right: 0;
		white-space: nowrap;
		}
		ul#top-nav li {
			display: inline;
			}
		ul#top-nav a, ul#top-nav a:link,
		ul#top-nav a:visited {
			height: 38px;
			width: 85px;
			display: block;
			float: left;
			color: #333;
			font: 1.25em/38px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			text-align: center;
			background: transparent url(../img/bg_top-nav-sprite.png) no-repeat right 0;
			}
		/* Why so stuborn IE? */
		* hmtl ul#top-nav a, * html ul#top-nav a:link,
		* html ul#top-nav a:visited, * html ul#top-nav a:visited {
			height: 30px;
			line-height: normal;
			padding-top: 8px;
			}		
			ul#top-nav a.home, ul#top-nav a.home:link, ul#top-nav a.home:visited { width: 85px; }
			ul#top-nav a.about-us, ul#top-nav a.about-us:link, ul#top-nav a.about-us:visited { width: 110px; }
			ul#top-nav a.services, ul#top-nav a.services:link, ul#top-nav a.services:visited {	width: 130px; }
			ul#top-nav a.find-us, ul#top-nav a.find-us:link, ul#top-nav a.find-us:visited { width: 145px; }
			ul#top-nav a.contact-us, ul#top-nav a.contact-us:link, ul#top-nav a.contact-us:visited { width: 138px; }
		ul#top-nav a:hover {
			background-position: right -152px;
			}
		ul#top-nav li.active a, ul#top-nav li.active a:link,
		ul#top-nav li.active a:visited, ul#top-nav li.active a:hover {
			color: #123d2d;
			background-position: right -114px;
			}
		ul#top-nav li.active a.home, ul#top-nav li.active a.home:link,
		ul#top-nav li.active a.home:visited, ul#top-nav li.active a.home:hover { background-position: right -38px; }
		ul#top-nav a.home:hover { background-position: right -76px; }
		
		
/* --->>> Sidebar <<<--- */
#sidebar {
	width: 337px;
	float: left;
	}
	#sidebar-wrapper {
		margin: 16px 12px;
		}
	form#property-search {
		width: 306px;
		position: relative;
		padding: 75px 0 25px;
		border: 1px solid #a5be70;
		background: #d2eb9c url(../img/bg_form-search.png) no-repeat center bottom;		
		}
	form#property-search legend {
		display: block;
		}

	form#property-search legend span {
		width: 306px;
		height: 59px;
		position: absolute; top: 0; left: 0;
		text-indent: -9999px;
		background: transparent url(../img/bg_form-search-legend.gif) no-repeat 0 0;
		}
	form#property-search p {
		width: 256px;
		margin: 5px 25px;
		}
	form#property-search p.search-instructions {
		color: #444;
		padding-top: 105px;
		background: transparent url(../img/bg_search-instructions.jpg) no-repeat 0 0;		
		}
	form#property-search p.submit {
		margin: 0; padding: 0;
		}	
	form#property-search p.submit input,
	form#contactform p.submit input {
		width: 110px;
		height: 28px;
		display: block;
		color: #000;
		font-weight: bold;
		line-height: 28px;
		letter-spacing: .125em;
		padding: 0 5px;
		margin: 20px 25px 0;
		border: 1px solid #bdbcbd;
		background: #fff;
		cursor: pointer;
		}
	form#property-search label {
		color: #000;
		font: bold 1em/1.75em Arial, Helvetica, sans-serif;
		}
	form#property-search select {
		width: 256px;
		height: 20px;
		}
	/* --->>> RightMove.co.uk <<<--- */
	p.rightmove a{
		width: 190px;
		height: 63px;
		display: block;
		margin: 25px auto 0;
		text-indent: -9999px;
		background: transparent url(../img/bg_icon-rightmove.jpg) no-repeat 0 0;
		outline: none;
		}
/* --->>> Content <<<--- */
#content {
	width: 605px;
	float: right;
	position: relative;
	padding: 230px 0 25px;
	background: transparent url(../img/bg_content.jpg) no-repeat 0 0;		
	}
	#content-wrapper {	
		margin: 0 30px;
		}
	#content h2 {
		font-size: 1.25em;
		line-height: 1.25em;
		font-weight: bold;
		margin-bottom: .5em;
		}
	#content p {
		margin-bottom: 1em;
		}
	strong {
		font-size: 1em;
		font-weight: bolder;
		}
	em {	
		font-size: 1em;
		font-style: italic;
		}
	u {
		font-size: 1em;		
		text-decoration: underline
		}
		
	#content a, #content a:link,
	#content a:visited, p.copyright a,
	p.copyright a:link, p.copyright a:visited {
		font-size: 1em;
		color: #8fa364;
		border-bottom: 1px dashed #8fa364;
		}
	#content a:hover, p.copyright a:hover {
		color: #f6f7f5;
		background: #8fa364;
		border-color: #f6f7f5;
		}

	#content a.photo, #content a:link.photo, 
	#content a:visited.photo, #content a:hover.photo { border: none; background: none;}
	
	#content h3.promo {
		text-transform: none;
		padding: 5px 5px 5px 25px;
		background: #ffff88 url(../img/bg_promo-sm.gif) no-repeat 5px center;		
		border: 1px solid #b78e4e;
		}

	.details #content h3.promo {
		font-size: 1.25em;
		padding: 5px 5px 5px 30px;
		background: #ffff88 url(../img/bg_promo.gif) no-repeat 5px center;		
		}
	
/* --->>> Footer <<<--- */
#footer {
	width: 100%;
	float: left;
	border-top: 2px solid #fff;
	background: #eee
	}
	/* --->>> Footer Nav <<<--- */
	ul#footer-nav {
		width: 505px;
		height: 36px;
		padding: 0; 
		margin: 0 auto; 
		list-style-type: none;
		white-space: nowrap;		
		}
		ul#footer-nav li {
			min-width: 70px;
			float: left;
			}
			* html ul#footer-nav li { width: 70px; }
		ul#footer-nav a {
			height: 16px;
			display: block;
			float: left; 
			color: #333;
			font-size: 1.125em;	
			text-align: center;
			text-decoration:none; 
			text-transform: uppercase;
			margin: 10px 0;
			border-right: 1px solid #333;
			}
			ul#footer-nav a.home { width: 70px; }
			ul#footer-nav a.about-us { width: 90px; }
			ul#footer-nav a.services {	width: 110px; }
			ul#footer-nav a.find-us { width: 130px; }
			ul#footer-nav a.contact-us { width: 100px; border: none; }

		ul#footer-nav a:hover {
			}		
		#footer p.copyright {
			width: 100%;
			float: left;
			padding: 15px 0 50px;
			margin: 0;
			text-align: center;	
			background: #fff;
			}
/*-------------------------------------------

    Inner Pages

-------------------------------------------*/

/* --->>> Headings <<<--- */
#content h1 {
	font: bold 2em "Times New Roman", Times, serif;
	margin-bottom: 5px;
	}
	
body.details #content h2 { border-bottom: 4px solid #a5be70; }

#content h3,
#content dl dt {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	}
#content h3 { margin-bottom: 10px; }
/* --->>> Detail Photo <<<--- */
p.detail-photo {
	text-align: center;
	}

/* --->>> Detail Navigation <<<--- */
ul#details-nav {
	padding-bottom: 25px;
	}
	ul#details-nav li {
		display: inline;
		}
	ul#details-nav li a, ul#details-nav li a:link,
	ul#details-nav li a:visited, ul#details-nav li a:hover {
		font-size: 1.125em;
		text-transform: uppercase;
		margin: 0 15px 0 0;
		}
/* --->>> Details Def. List <<<--- */
body.details #content dl {
	width: 227px; 
	font-size: 1em;
	margin: 0;
	padding: 15px 20px;
	}
	#content dl.details-left {
		float: left;
		left: 50px;
		}
	#content dl.details-left dd {
		margin-bottom: 10px;
		}

	#content dl.details-right { float: right; }

	#content dl.details-right dt {
		width: 85px;
		float: left;
		clear: left;
		}
	#content dl.details-right dd {
		width: 140px;
		float: left;
		}
/* --->>> Facility List <<<--- */
ul.facility {
	width: 450px;
	float: left;
	padding: 0 30px;
	margin: 0 0 25px;
	}
	ul.facility li {
		width: 200px;
		float: left;
		padding-left: 15px;
		background: transparent url(../img/bg_li.gif) no-repeat 0 .5em;		
		}
/* --->>> Search Results <<<--- */

body.search table {
	width: 100%;
	margin: 0 0 25px; padding: 0;
	border-collapse: collapse;
	border: 1px solid #c7c89b;
	}
	body.search th.thumbnail,
	body.search td.thumbnail { width: 100px; }/* 120 */
	body.search th.location,
	body.search td.location { width: 210px; }/* 230 */
	body.search th.details,
	body.search td.details { width: 150px; }/* 170 */

	body.search th {
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
		text-align: left;
		padding: 10px;
		background: #e6edd7;
		border: 1px solid #c7c89b;
	}

	body.search td {
		font-size: 11px;
		vertical-align: top;
		padding: 10px;
		background: #f5f7f3;
		border: 1px solid #c7c89b;
		}

	body.search td.alt {
		background: #f2f6ea;
		}
	body.search td.thumbnail {
		text-align: center;
		vertical-align: middle;
		}
		
	p.details-link {
		width: 100%;
		float: left;
		padding: 10px 0;
		} 
	p.details-link a, p.details-link a:link,
	p.details-link a:visited, p.details-link a:hover  {
		font-weight: bold;
		font-size: 13px;
		}

	#content dl.search-location dd {
		margin-bottom: 10px;
		}

	#content dl.search-details dt {
		width: 70px;
		float: left;
		clear: left;
		}

	#content dl.search-details dd {
		width: 85px;
		float: left;
		}
		
	#content ul.search-pages { margin-bottom: 10px; }
	
	#content ul.search-pages li { font-size: 1.125em; display: inline; } 
	
	#content ul.search-pages li a, #content ul.search-pages li a:link,
	#content ul.search-pages li a:visited, #content ul.search-pages li a:hover { 
		font-size: 1em; 
		padding: 2px 5px;
		margin-right: 5px; 
		border: none;
		} 
	#content ul.search-pages li a.active, #content ul.search-pages li a.active:link,
	#content ul.search-pages li a.active:visited, #content ul.search-pages li a.active:hover { 
		color: #8fa364;
		background: #e6edd7;
		border: 1px solid #c7c89b;
		}
	
	
	#content address {
		font-size: 1.125em;
		margin-bottom: 1em;
		}
	#content address span.company { font-weight: bold; }

	
	#find-us-map {
		width: 100%;
		height: 350px;
		}
	

/* --->>> Contact Form <<<--- */		
.notice,
.form-notice {
	font-weight: bold;
	padding: 10px;
	margin-bottom: 5px;
	border: 1px solid #a5be70;
	background: #d4ec9d;
	}
	.form-notice {
		font-weight: normal;
		}
	.form-notice span {
		font-size: 1em;
		font-weight: bold;
		font-style: italic;
		}

span.required {
	color: #217254;
	font-size: .75em;
	text-transform: uppercase;
	}

form#contactform fieldset p {
	width: 100%;
	float: left;
	clear: left;
	}
	
form#contactform fieldset label {
	width: 200px;
	float: left;
	font-size: 1.25em;
	font-weight: bold;
	text-align: right;
	}
	* html form#contactform fieldset label { font-size: 1.125em; }
	form#contactform fieldset input,
	form#contactform fieldset textarea {
		width: 250px;
		height: 20px;
		float: left;
		font: normal 16px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		margin-left: 10px;
		}
	form#contactform fieldset textarea#address { height: 80px; }
	form#contactform fieldset textarea#comments { height: 130px; }
	form#contactform p.submit input { margin-left: 210px; }
