/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

/* ALL THE BACKGROUND IMAGES WITH TEXT INDENTED */
	#wrapper_nav ul li a, #logo h1 a, #logo h2 a {
		display: block;
		overflow: hidden;
		text-indent: -999em;
	}
/* END */


#wrapper_outer { 
	margin: 0 auto;
	width: 900px;
	z-index: 5;
	background: #FFF url(images/bg_columns.jpg) right 69px no-repeat;
}

#wrapper_nav, #wrapper_header, #wrapper_columns {
	z-index: 10;
}

#wrapper_nav {
	width: auto;
	height: 40px;
	background-color: #000;
	border-top: 1px solid #6A6869;
	overflow: hidden;
}

	#wrapper_nav ul {
		width: auto;
		padding-left: 255px;
		height: 40px;
		list-style-type: none;
		overflow: hidden;
	}

		#wrapper_nav ul li {
			float: left;
		}

		#wrapper_nav ul li a {
			color: #FFF;
			height: 40px;
			line-height: 40px;
			text-align: center;
			background-image: url(images/nav.gif);
			background-repeat: no-repeat;
			text-decoration: none ! important;
			/*background-position: 80px 700px; /* so nothing displays */
		}

		#nav_pg_home {
			width: 47px;
			background-position: 0px 0px;
		}
		#nav_pg_home:hover, #wrapper_nav ul li.selected #nav_pg_home {
			background-position: 0px -40px;
		}
		#nav_pg_about {
			width: 52px;
			background-position: -47px 0px;
		}
		#nav_pg_about:hover, #wrapper_nav ul li.selected #nav_pg_about {
			background-position: -47px -40px;
		}
		#nav_pg_buying {
			width: 56px;
			background-position: -99px 0px;
		}
		#nav_pg_buying:hover, #wrapper_nav ul li.selected #nav_pg_buying {
			background-position: -99px -40px;
		}
		#nav_pg_selling {
			width: 59px;
			background-position: -155px 0px;
		}
		#nav_pg_selling:hover, #wrapper_nav ul li.selected #nav_pg_selling {
			background-position: -155px -40px;
		}
		#nav_pg_renting {
			width: 63px;
			background-position: -214px 0px;
		}
		#nav_pg_renting:hover, #wrapper_nav ul li.selected #nav_pg_renting {
			background-position: -214px -40px;
		}
		#nav_pg_tips {
			width: 93px;
			background-position: -277px 0px;
		}
		#nav_pg_tips:hover, #wrapper_nav ul li.selected #nav_pg_tips {
			background-position: -277px -40px;
		}
		#nav_pg_hips {
			width: 157px;
			background-position: -370px 0px;
		}
		#nav_pg_hips:hover, #wrapper_nav ul li.selected #nav_pg_hips {
			background-position: -370px -40px;
		}
		#nav_pg_news {
			width: 48px;
			background-position: -527px 0px;
		}
		#nav_pg_news:hover, #wrapper_nav ul li.selected #nav_pg_news {
			background-position: -527px -40px;
		}
		#nav_pg_contact {
			width: 59px;
			background-position: right 0px;
		}
		#nav_pg_contact:hover, #wrapper_nav ul li.selected #nav_pg_contact {
			background-position: right -40px;
		}

#wrapper_header {
	width: auto;
	margin: 0;
	padding: 0;
	height: 28px;
	background: #FF9C00 url(images/bg_header.jpg) right top no-repeat;
}

#velo_house_top, #velo_house_bottom, #logo {
	position: absolute;
	z-index: 15;
}

#velo_house_top {
	top: 23px;
	left: 178px;
	width: 55px;
	height: 18px;
}

#velo_house_bottom {
	top: 41px;
	left: 0px;
	width: 284px;
	height: 227px;
}

#logo {
	top: 41px;
	right: 0px;
}

	#logo, #logo h1, #logo h2, #logo h1 a, #logo h2 a {
		display: block;
		width: 137px;
		height: 98px;
	}

	#logo h1 a, #logo h2 a {
		background: url(images/logo.png) right top no-repeat;
	}


#wrapper_columns {
	background: url(images/bg_body.jpg) 284px bottom no-repeat;
	margin-bottom: 0;
	/*overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
}
#wrapper_left { 
	display: inline;
	color: #333;
	padding: 230px 0 100px 0;
	width: 284px;
	float: left;
}

	#wrapper_search {
		width: auto;
		padding: 0 40px;
	}

	#wrapper_search_fields {
		margin: 20px 0;
	}

		#wrapper_search_fields .txtArea, #wrapper_search_fields label {
			font-size: 90%;
		}

		#wrapper_search_fields .txtArea {
			width: 92%;
		}

		#wrapper_search_fields div.small_field {
			float: left;
			width: 90px;
			padding: 10px 10px 0 0;
		}

		#wrapper_search_fields div.large_field {
			padding: 10px 10px 0 0;
		}

		#wrapper_search_fields div .txtArea {
			width: 99%;
		}

		.btn_submit {
			display: block;
			width: 70px;
			height: 30px;
			line-height: 30px;
			border: 0;
			padding: 0;
			margin: 0 5px 0 auto;
			background: transparent url(images/btn_submit.png) left top no-repeat;
			cursor: pointer;
			text-indent: -999em;
		}

		.search_fields_buttons img {
			position: absolute;
			top: 7px;
			left: 0px;
		}

#wrapper_content { 
	float: right;
	color: #333;
	margin: 0;
	padding: 40px 40px 0;
	width: 536px; /* 900 - 284 = 616 | 616 - 40 - 40 = 536 */
	min-height: 400px;
	display: inline;
	position: relative;
}

#wrapper_content p, #wrapper_content li {
	line-height: 1.6em;
}

#wrapper_footer { 
	width: auto;
	height: 45px;
	clear: both;
	z-index: 11;
	margin: 0 0 10px 0;
	border-top: 1px solid #FFF;
	color: #FFF;
	background: #000 url(images/bg_footer.jpg) left top no-repeat;
}

	#wrapper_footer * { 
		color: #FFF ! important;
	}

	#nav_bottom {
		width: auto;
		padding: 16px 20px;
	}
	#nav_bottom ul {
		position:relative;
		float:right;
		padding: 0;
		margin: 0;
	}
	#nav_bottom ul li {
		padding: 0 5px 0 8px;
		margin: 0;
		list-style-type: none;
		display: inline;
		border-left: 1px solid #FFF;
	}
	#nav_bottom ul li:first-child {
		border-left: 0;
	}
	#nav_bottom li.selected a {
		text-decoration: underline;
	}


#branches {
	position: absolute;
	left: 0px;
	top: -74px;
	z-index: 15;
}
	
	#branches, #branches a, #branches span {
		display: block;
		width: 284px;
		height: 73px;
	}

	#branches a {
		background: #E4A115 url(images/banner_branches.jpg) top left no-repeat;
		overflow: hidden;
	}

		#branches a span {
			text-indent: -999em;
		}

		#branches img {
			position: absolute;
			top: -30px;
			left: 0px;
		}
	





.title {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	height: 30px;
	margin-bottom: 1em;
}

/* PAGE TITLES */

	.title_pg_home {
		background: url(images/title_pg_home.png) left top no-repeat;
		width: 310px;
		height: 80px;
	}

	.title_pg_about {
		background: url(images/title_pg_about.png) left top no-repeat;
		width: 94px;
	}

	.title_pg_buying {
		background: url(images/title_pg_buying.png) left top no-repeat;
		width: 164px;
	}

	.title_pg_selling {
		background: url(images/title_pg_selling.png) left top no-repeat;
		width: 164px;
	}

	.title_pg_renting {
		background: url(images/title_pg_renting.png) left top no-repeat;
		width: 394px;
	}

	.title_pg_tips {
		background: url(images/title_pg_tips.png) left top no-repeat;
		width: 141px;
	}

		.title_pg_tips_noisy {
			background: url(images/title_pg_tips_noisy.png) left top no-repeat;
			width: 184px;
		}

		.title_pg_tips_ladder {
			background: url(images/title_pg_tips_ladder.png) left top no-repeat;
			width: 329px;
		}

		.title_pg_tips_urgent {
			background: url(images/title_pg_tips_urgent.png) left top no-repeat;
			width: 219px;
		}

		.title_pg_tips_novice {
			background: url(images/title_pg_tips_novice.png) left top no-repeat;
			width: 299px;
		}

	.title_pg_hips {
		background: url(images/title_pg_hips.png) left top no-repeat;
		width: 325px;
	}

	.title_pg_news {
		background: url(images/title_pg_news.png) left top no-repeat;
		width: 54px;
	}

	.title_pg_contact {
		background: url(images/title_pg_contact.png) left top no-repeat;
		width: 126px;
	}

		.title_pg_contact_branches {
			background: url(images/title_pg_contact_branches.png) left top no-repeat;
			width: 140px;
		}

	.title_pg_404 {
		background: url(images/title_pg_404.png) left top no-repeat;
		width: 195px;
	}

	.title_pg_eaf {
		background: url(images/title_pg_eaf.png) left top no-repeat;
		width: 271px;
	}

	.title_pg_search {
		background: url(images/title_pg_search.png) left top no-repeat;
		width: 199px;
	}

	.title_pg_terms {
		background: url(images/title_pg_terms.png) left top no-repeat;
		width: 225px;
	}

	.title_pg_privacy {
		background: url(images/title_pg_privacy.png) left top no-repeat;
		width: 144px;
	}


/* OTHER TITLES */

	.title_find_a_property {
		background: url(images/title_find_a_property.png) left top no-repeat;
		width: 146px;
		height: 26px;
		margin-left: -20px;
	}

	.title_featured {
		background: url(images/title_featured.png) left top no-repeat;
		width: 127px;
		height: 21px;
		margin: 0.5em 0;
	}

.containers {
	margin-top: 1em;
}

.containers .container {
	float: right;
	border-right: 1px dashed #C0C0C0;
	border-top: 1px dashed #C0C0C0;
	width: 255px;
	min-height: 245px;
	padding: 10px 10px 10px 0;
}

.containers .container:first-child {
	border-right: 0;
	padding: 10px 0 10px 10px;
}

.featured_property {
	text-decoration: none ! important;
	line-height: 1.5em;
	color: #c56d00 ! important;
}

.featured_property .property_name, .featured_property .price  {
	font-weight: bold;
	color: #000;
}

.featured_property .price  {
	font-weight: bold;
	color: #4F4F4F;
}

.logo_eaf {
	float: right;
	margin: 0 0 5px 10px;
}

.container .logo_eaf {
	margin-right: -20px;
}

.images_bottom img {
	vertical-align: bottom;
	margin-right: 5px;
}


.photo {
	float: right;
	margin: 0 0 5px 10px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #C0C0C0;
}

/*.note {
	border: 1px solid #2788CB;
	padding: 5px;
	background-color: #E3F1FB;
}

.note, .note a {
	color: #2788CB ! important;
}*/

.note {
	border: 1px solid #c56d00;
	padding: 5px;
	background-color: #F6FFE5;
}

.note, .note a {
	color: #c56d00 ! important;
}

.newsletter {
	min-height: 1.5em;
	background: #F6FFE5 url(images/icon_pdf.gif) 8px 4px no-repeat;
	padding-left: 35px;
	width: 26em;
}

.branches {
	display: block;
	margin-top: -0.2em;
	margin-right: -20px;
	padding: 2px 3px;
	width: 23em;
	text-align: center;
	float: right;
	border: 1px dotted #FF9C00;
	background-color: #FFEFD5;
	color: #FF9C00 ! important;
}

.branches:hover {
	background-color: #FFF;
	color: #FF9C00 ! important;
	text-decoration: none;
	border-style: solid; 
}


.contact_address .contact_address_column {
	float: left;
	width: 320px;
	margin-left: 15px;
}

.contact_address .contact_address_column:first-child {
	width: 200px;
	margin-left: 0;
}


.table {
	border-collapse: separate;
	width: 99%;
}

	.table td, .table th {
		padding: 4px 8px;
	}

	.table th {
		font-weight: bold;
		text-align: left;
		line-height: 2em;
		width: 100px ! important;
		background-color: #222;
	}

	.table td {
		background-color: #DDD;
		line-height: 1.2em;
	}

	.table td .txt, .table td .txtArea {
		width: 99%;
	}

	.table th, .table th a {
		color: #FFF ! important;
	}

	.table td a, .table th a, .table th, .table td {
		/*color: #FFF ! important;*/
	}

	.table .table_bottom {
		text-align: right;
		width: auto;
		background-color: transparent;
	}

.pages_title {
	font-size: 110%;
	font-weight: bold;
}

.property_search {
	padding: 10px 0;
	border-bottom: 1px dotted #C0C0C0;
	min-height: 110px;
}

.no_img {
	min-height: 0 ! important;
}

#wrapper_property_search div:first-child {
	border-top: 1px dotted #C0C0C0;
}


	.property_search h3 {
		display: inline;
	}

		.property_search h3 img {
			float: right;
			margin: 0 0 5px 10px;
		}

	.property_copy {
		padding: 3px 0;
		width: 380px;
	}

	.no_img .property_copy {
		width: auto;
	}

	.property_address {
		font-weight: bold ! important;
		padding: 2px 0;
	}

.search_terms {
	font-size: 85%;
	padding: 0 0 5px;
	border-bottom: 1px dotted #C0C0C0;
	margin-bottom: 10px;
}
