/*
Designed by Robin Noakes for Open by Nature Limited
Watford Estates Theme
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
}

#header {
	height: 100px;
	width: 1000px;
	margin: 10px auto 0px auto;
	background: url(http://www.watfordestates.com/themes/Watford_Estates_Theme_V1/images/bg-logo-b1.png) no-repeat;
	border-bottom: solid #000 10px;
}
	
#wrapper {
	margin: 0px auto;
	width: 1000px;
	background: #000;
}

#menu {
	margin: 0px;
	min-height: 35px;
	background: url(http://www.watfordestates.com/themes/Watford_Estates_Theme_V1/images/bg-menu-bar.png) no-repeat;
}

#menu ul {
	list-style: none;
	float: left;
}

#menu ul li {
	float: left;
}

#menu ul a {
	display: block;
	width: 200px;
	lineheight: 27px;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}

#content {
	float: right;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 770px;
	background: url(http://www.watfordestates.com/themes/Watford_Estates_Theme_V1/images/content-bck.png) no-repeat bottom left;
}

#frontimages {
	float:right;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 770px;
}

#product {
	float: right;
	margin-right: 5px;
	margin-bottom: 15px;
	width: 770px;
	background: url(http://www.watfordestates.com/themes/Watford_Estates_Theme_V1/images/content-bck.png) no-repeat bottom left;
	min-height: 300px;
}

#sidebar{
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 210px;
	min-height: 300px;
	background: url(http://www.watfordestates.com/themes/Watford_Estates_Theme_V1/images/sidebar-bck.png) no-repeat left bottom;
}

#frontfeatures{
	float: right;
	margin-bottom: 15px;
	width: 770px;
}

#featuresale{
	float: left;
	margin-top: 5px;
	width: 375px;
	min-height: 215px;
	background: url(http://www.watfordestates.com/themes/Watford_Estates_Theme_V1/images/zones-bck.png) no-repeat left bottom;
}

#featurerental{
	float: right;
	margin-top: 5px;
	width: 375px;
	min-height: 215px;
	background: url(http://www.watfordestates.com/themes/Watford_Estates_Theme_V1/images/zones-bck.png) no-repeat left bottom;
}

#additional{
	clear:both;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 210px;
}

.addtionalback{
	background: url(http://www.watfordestates.com/themes/Watford_Estates_Theme_V1/images/featured-bck.png) no-repeat left bottom;
}	

#zones{
	float: right;
	margin-bottom: 10px;
	width: 770px;
}

#zone1{
	float: left;
	margin-top: 5px;
	width: 375px;
	background: url(http://www.watfordestates.com/themes/Watford_Estates_Theme_V1/images/zones-bck.png) no-repeat left bottom;
}

#zone2{
	float: right;
	margin-top: 5px;
	width: 375px;
	background: url(http://www.watfordestates.com/themes/Watford_Estates_Theme_V1/images/zones-bck.png) no-repeat left bottom;
}

.productsplit {
	width: 690px;
	font-weight: bold;
}

.productleft {
	float: left;
	width: 340px;
}

.productright {
	float: right;
	width: 340px;
}

.clearproduct {
	clear: both;
}

.googlearea {
	padding: 10px;
}
	
.googleborder {
	border: 0.5px #8f8f8f solid;
}

.googlemap {
	margin: 5px;
	color: #f6f2e8;
	font-size: 8px;
}

.boxit {
	padding: 10px;
}

#footer {
	clear:both;
	height: 60px;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 5px;
	color: #fff;
}