/*
	Tribeca CSS
	David Nash
	http://davidnash.com.au
	May 2009

	Design by http://verb.com.au
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li,
dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

html {
	font: small Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-style: normal;
	font-weight: normal;
	overflow-y: scroll;
}

body {
	background: #e5e1d6;
}

a img { border: 0; }

table {	border-collapse: collapse; table-layout: fixed}

.clear { clear: both; }

.hidden { display: none; }

.highlight { color: #e2d4a5; }

#Wrap {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#Head {
	height: 110px;
	position: relative;
}

	#Head h1 a {
		display: block;
		width: 153px;
		height: 110px;
		background: url("../images/tribeca-logo.gif") no-repeat;
		position: absolute;
		left: 0;
		top: 0;
	}

	#Head ul#Nav {
		float: left;
		width: 646px;
		padding: 0 0 0 0;
		border: solid #bbb7ac;
		border-width: 1px 1px 1px 0; 
		height: 46px;
		position: absolute;
		left: 153px;
		top: 53px;
		list-style: none;
	}

	#Head #Nav li { float: left; }

	#Head #Nav li a {
		float: left;
		display: block;
		width: 80px;
		height: 30px;
		padding: 8px 30px 0 0;
		
		text-align: center;
		font-size: 110%;
		text-transform: uppercase;
		text-decoration: none;
		color: #433729;
		font-weight: bold;
	}

	#Head #Nav li a.short {
		width: 65px;
		padding-left: 0px;
		padding-top: 16px;
	}

	#Head #Nav li a:hover, #Head #Nav li a#active {
		color: #cc6500;
	}

#Main {
	background: #5e5448;
	color: #fff;
}
	#Main #Banner {
		height: 260px;
		background: url("../images/banner-home-1.jpg") no-repeat;
	}

	#our_approach #Main #Banner {
		background: url("../images/banner-approach.jpg") no-repeat;
	}

	#house_designs #Main #Banner {
		height: 381px; 
		background: url("../images/banner-house-designs.jpg") no-repeat;
	}
		
		#house_designs #BadgeHolder {
			width: 813px;
			margin: 0 auto;
			position: relative;
		}
		
		#house_designs #Badge {
			position: absolute;
			top: 300px;
			right: 0;
		}
	
	#the_team #Main #Banner {
		background: url("../images/banner-the-team.jpg") no-repeat;
	}

		#the_team #Logos {
			text-align: center;
			padding: 2em 0 1em 0;
		}

	
		#featured_estate #Main #Cycle {
			height: 260px;
			overflow: hidden;
		}

		#featured_estate #Main #Cycle h2 {
			height: 260px;
			width: 100%;
		}

		#featured_estate #Main #Banner1 {
			background: url("../images/banner-fe-1.jpg") no-repeat;
		}

		#featured_estate #Main #Banner2 {
			background: url("../images/banner-fe-2.jpg") no-repeat;
		}

		#featured_estate #Main #Banner3 {
			background: url("../images/banner-fe-3.jpg") no-repeat;
		}

		#featured_estate #Main #Banner4 {
			background: url("../images/banner-fe-4.jpg") no-repeat;
		}

		#featured_estate #Main #Banner5 {
			background: url("../images/banner-fe-5.jpg") no-repeat;
		}

		#featured_estate #Main #Banner6 {
			background: url("../images/banner-fe-6.jpg") no-repeat;
		}

		#featured_estate #Main #Banner7 {
			background: url("../images/banner-fe-7.jpg") no-repeat;
		}

		#featured_estate #Main #Banner8 {
			background: url("../images/banner-fe-8.jpg") no-repeat;
		}

		#featured_estate #Main #Banner9 {
			background: url("../images/banner-fe-9.jpg") no-repeat;
		}


		
		#featured_estate .title {
			margin: 50px 0 10px 0;
		}

		#featured_estate #TopReasons {
			width: 405px;
			height: 35px;
			background: url("../images/title-top-reasons.jpg") no-repeat;
		}

		#featured_estate #GrowthAndChoice {
			width: 315px;
			height: 34px;
			background: url("../images/title-growth-and-choice.jpg") no-repeat;
			margin-top: 35px;
			margin-bottom: 0;
		}


		#featured_estate .extended_content li div {
			padding: 0.8em 1.2em;
		}


	#contact_us #Main #Banner {
		background: url("../images/banner-contact-us.jpg") no-repeat;
	}

		#contact_us #Main #Content {
			font-size: 1.4em;
		}

		#contact_us #Email {
			padding-top: 35px;
		}

		#contact_us #Email a { color: #e2d4a5 }

		#contact_us .city {
			padding: 30px 30px 30px 0;
			float: left;
			width: 15em;
		}


	#Main #Content, #Main .extended_content {
		width: 490px;
		margin: 0 auto;
		padding: 10px 0 0 10px;
		font-size: 1.2em;
	}

	#Intro { 
		color: #e2d4a5;
		font-weight: bold;
		padding-bottom: 0.5em;	
	}

	.col {
		float: left;
		width: 235px;
		padding: 1.2em 10px 0 0;
	}

	#Main .right {
		padding-left: 0;
		padding-right: 10px; 
	}

	#Main h3 {
		font-size: 1em;
		color: #e2d4a5;
		text-transform: uppercase;
		font-weight: normal;
		padding: 0.2em 2em 0.7em 0;
	}

	#Main p {
		padding-bottom: 0.6em;
	}

	#Main ul {
		padding: 0 0 1em 1.3em;
	}

	#Main li {
		padding: 0 0 2px 3px;
	}

	#Main a {
		color: #f27400;
		text-decoration: none;
	}

	#Main a:hover {
		text-decoration: underline;
	}

#Foot {
	height: 79px;
	background: url("../images/bg-foot.jpg") no-repeat;
	position: relative;
}

	#Foot #Copyright {
		font-size: 0.75em;
		font-weight: bold;
		text-transform: uppercase;
		color: #5e5448;
		position: absolute;
		right: 38px;
		bottom: 30px;
	}

