/*
Designed by Robin Noakes for Open by Nature Limited
Warren Anthony Theme
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff0d5;
}

#header {
	height: 100px;
	width: 1000px;
	margin: 0px auto;
	border-left: #ae8a45 solid 2px;
	border-right: #ae8a45 solid 2px;
	border-top: #000 solid 2px;
	background: url(http://www.warrenanthony.co.uk/themes/WAES_Theme_V1/images/bg-logo-n5.png) no-repeat;
}
	
#wrapper {
	margin: 0px auto;
	width: 1000px;
	border-left: #ae8a45 solid 2px;
	border-right: #ae8a45 solid 2px;
	background: #000;
}

#menu {
	margin: 0px;
	padding-top: 10px;
	min-height: 50px;
	background: url(http://www.warrenanthony.co.uk/themes/WAES_Theme_V1/images/bg-menubar-n2.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: 3px;
	text-decoration: none;
}

#content {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 15px;
	width: 690px;
	background: url(http://www.warrenanthony.co.uk/themes/WAES_Theme_V1/images/bg-frontpageheaderbottom-n1.png) no-repeat bottom left;
}

#content_window {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 15px;
	width: 995px;
}

#content-frontpage {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 15px;
	width: 700px;
}

#content-frontpage-header {
	float: left;
	width: 690px;
	padding-right: 5px;
	padding-bottom: 5px;
	background: url(http://www.warrenanthony.co.uk/themes/WAES_Theme_V1/images/bg-frontpageheaderbottom-n1.png) no-repeat bottom left;
	margin-bottom: 15px;
}

#content-frontpage-left {
	float: left;
	width: 330px;
	margin-bottom: 5px;
}

#content-frontpage-right {
	float: right;
	width: 330px;
	margin-right: 10px;
	border-style: none;
}

#content-frontpage-full {
	float: left;
	width: 690px;
	margin-right: 10px;
	border-style: none;
}

.frontpage-box {
	background: url(http://www.warrenanthony.co.uk/themes/WAES_Theme_V1/images/bg-frontpageboxbottom-n1.png) no-repeat left bottom;
	margin-bottom: 10px;
}

.productsplit {
	width: 690px;
}

.productleft {
	float: left;
	width: 340px;
}

.productright {
	float: right;
	width: 340px;
}

.clearproduct {
	clear: both;
}

#sidebar{
	float: right;
	width: 290px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.sidebox {
	margin-top: 5px;
	margin-right: 5px;
/*	border-right: solid 2px #583a01;
	border-bottom: solid 3.5px #583a01;
	background: #f1dba7; */
	background: url(http://www.warrenanthony.co.uk/themes/WAES_Theme_V1/images/bg-sideboxbottom.png) no-repeat left bottom;
	padding-bottom: 5px;
}

#footer {
	clear:both;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 5px;
	background: #fff0d5;
	color: #000;
	border-left: #ae8a45 solid 2px;
	border-right: #ae8a45 solid 2px;
}

