/*
	CSS Style Sheet for Ben's Storage Solutions website
	Created by ClockTowerWeb Ltd
	www.clocktowerweb.co.uk
	
	Logo dark green #005824
	Logo light green #A6CE39
	Nav earthy red #B71E1E
*/

body {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #eee;
	background: #739181; /* #009001 */
}
#wrapper {
	/* Overall container */
	width: 900px;
	margin: 20px auto 20px auto;
	padding: 0px;
	border: 1px solid White; /* background-color: #517342;  #006400 */
	background: #39532F url(../images/background_grad_large.jpg) repeat-x top; /* When dark top down to light bottom need #648F52 */
}
#header {
	height: 110px;
	margin: 0px;
	padding: 10px;
	/* background-color: #39532F; */
}
#header p {
	margin-top: 40px;
}
#navouter {
	/* margin-top: 60px; */
}

#nav {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 10px auto 10px auto;
	width: 100%;
	line-height: 2em;
	background-color: #648F52; /* #A6CE39; */
	text-align: center;
	padding-bottom: 8px;
}
#nav ul { 
	padding:5px; 
	margin:0; 
	padding:0; 
} 
#nav ul li {
	display: inline;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#nav a, #nav a:link	{
	margin: 0;
	padding: 2px 15px;
	text-align: center;
	background: Green;
	border-bottom: 8px solid #005824 !important;
	color: #eee;
	text-decoration: none;
}
#nav a:hover, #nav a.thispage, #nav a.thispage:hover {
	color: #eee;
	background: #005901;
	text-decoration: none;
	border-bottom: 8px solid #000 !important;
}


#content {
	padding: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.5em;
}
#content h2 {
	margin-top: 0px;
	font-size: 1.3em; /* border-bottom: 2px solid #A6CE39; */
	font-style: italic;
}
#content a {
	color: White;
}
#content a:hover {
	color: #A6CE39;
	text-decoration: none;
}
#contentsplitnav {
	float: left;
	width: 150px;
}
#contentsplitnav ul {
	list-style-image: url(../images/bullet.gif);
}
#contentsplitnav li {
	
}
#contentsplitbody {
	float: right;
	width: 645px;
	border-left: 1px dashed #A6CE39;
	padding-left: 10px;
}
#footer {
	padding: 5px;
	border-top: 1px solid #DCDCDC;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	margin-top: 10px;
	background-color: #648F52; /* #39532F */
}
.buttons {
	color: White;
	border: 1px solid Black;
	padding: 5px;
	background-color: #39532F;
}
.normal {
	/* For images */
	border: 1px solid White;
	margin: 10px;
}
.normal2 {
	/* For images */
	border: 2px solid #8EB57D;
	margin: 10px;
}
.normalnoborder {
	/* For images */
	margin: 10px;
}
.fright {
	float: right;
}
.clear {
	/* For stopping the enclosed float(s) dropping down below the surrounding float */
	clear: both;
}
.standout {
	border: 1px solid White;
	background-color: #8EB57D;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	padding: 20px 40px 20px 40px;
	margin-top: 80px;
	font-weight: bold;
	line-height: 1.2em;
	color: Black;
	font-style: italic;
}
.error {
	background-color: Red;
	color: White;
	padding: 10px;
}
.shiftright {
	padding-left: 20px;
}
.larger {
	font-size: 1.4em;
	font-weight: bold;
}