/*
Designed by Robin Noakes for Open by Nature Limited
Home Site Theme v4
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #dcd8d8;
}


/* Header & Links Above */

#header-links {
	height: 20px;
	width: 1000px;
	margin: 0 auto;
}

#header-links-left {
	float: left;
	width: 400px;
	margin-left: 10px;
}

#header-links-right {
	float: right;
	width: 400px;
	margin-right: 10px;
}

#header {
	height: 100px;
	width: 1000px;
	margin: 0 auto;
	background: url(http://www.openbynature.com/themes/OBN_Theme_V4/images/v4-HeaderBanner.png) no-repeat;
}

/* Main Body Wrapper */

#wrapper {
	margin: 0 auto;
	width: 1000px;
	background: #ffffff;
}

#wrapper img {
	border-style: none;
}
	
/* Top Menu Bar */

#menu {
	height:35px;
	background: url(http://www.openbynature.com/themes/OBN_Theme_V4/images/v4-MenuBar.png) no-repeat;
	margin-bottom: 10px;
}

#menu ul {
	list-style: none;
	float: left;
}

#menu ul li {
	float: left;
}

#menu ul .first a {
	margin-left: 35px;
}

#menu ul a {
	display: block;
	width: 130px;
	height: 27px;
	lineheight: 27px;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	color: #fff;
}

#menu ul a:active {
	background: #fff;
	color: #000;
}

#menu ul a:hover {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding-top: 3px;
	border-top: solid 2px #00003c;
	border-bottom: solid 2px #00003c;
}

#content {
	float: left;
	margin-bottom: 15px;
	padding-left: 10px;
	width: 700px;
	border-style: none;
}

#content ul{
	padding-left: 15px;
}

#full-content {
	float:left;
	padding-left: 5px;
	width: 990px;
}

#full-content ul{
	padding-left: 15px;
}

#left-content {
	float:left;
	position: relative;
	margin-left: 10px;
	margin-bottom: 0px;
	width: 780px;
}

#left-content ul{
	padding-left: 15px;
}

#left-content-main {
	position: absolute;
	left: 400px;
	top: 50px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 5px;
	width: 365px;
	background: url(http://www.openbynature.com/themes/OBN_Theme_V4/images/trans-white.png) repeat;
}

#left-content-main ul{
	padding-left: 15px;
}

#no-background {
	background: none;
}

#sidebar{
	float: right;
	width: 200px;
	margin-right: 10px;
}

#sidebar ul{
	padding-left: 15px;
}

#left-sidebar {
	float: left;
	margin-left: 10px;
	width: 200px;
}

#left-sidebar img{
	border-style: none;
}

.box {
	padding: 5px;
	background: #dcd8d8; 
	border-right: 2px solid #353535;
	border-bottom: 3px solid #353535;
	margin-bottom: 5px;
}

.box-right {
	padding: 5px;
	background: #dcd8d8; 
	border-right: 2px solid #353535;
}

.sidebarback {
	background: url(http://www.openbynature.com/themes/OBN_Theme_V4/images/bg-sidebar.png) no-repeat left bottom;
}

.sidebarback-s {
	background: url(http://www.openbynature.com/themes/OBN_Theme_V4/images/bg-sidebar-s.png) repeat-y;
}

.clearclass {
	clear:both;
}

#footer {
	clear:both;
	margin-top: 0px;
	padding-top: 5px;
	background: #646464;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}
