body {
	background-color: white;
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
}
#wrap1 {
	width: 969px;/*819*/
	height: 652px;/*602*/
	margin: 0 auto;
	margin-top: 15px;
}
#wrap2 {
	width: 969px;/*819*/
	height: 17px;
	margin: 0 auto;
}
#holder {
	width: 950px;/*800*/
	height: 650px;/*600*/
	border: 1px solid silver;
	float: left;
}

#logo {
	width: 200px;
	height: 125px;
/*
	background-image: url(http://wildlife-management-company.co.uk/templates/honeybank/css/images/logo.jpg);
*/
	float: left;
}
#logo #logotext {
	float: right;
}
#logo #logotext p {
	text-align: right;
	margin: 0 10px 0 0;;
	font-size: 2em;
	font-weight: bold;
}

#banner {
	width: 750px;/*600*/
	height: 125px;
	float: left;
}
#banner1,
#banner2,
#banner3 { 
	width: 250px;/*200*/
	height: 125px;
	float: left;
}
#greenbar {
	width: 950px;/*800*/
	height: 10px;
	background-color: #006600;
	float: left;
}
#navbar {
	width: 950px;/*800*/
	height: 32px;
	background-repeat: repeat-x;
	float: left;
}

#navbar ul {
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}
#navbar li {
	padding: 0 4px;
	font-weight: bold;
	display: inline;
}
#navbar li.actve {
/*	display: none;	*/
	background-color: #050;
}
#navbar li.active a {
	color: yellow;
}

#navbar a {
	color: #050;
	text-decoration: none;
	padding: 0 5px;
}
#navbar a:hover {
	background-color: #050;
	color: yellow;
}

#leftcol {
	width: 200px;
	height: 484px;/*434*/
/*
	background-image: url(http://wildlife-management-company.co.uk/templates/honeybank/css/images/leftfade.jpg);
*/
	background-repeat: repeat-y;
	float: left;
}

#content {
	margin: 10px;
	width: 730px;/*580*/
	height: 464px;/*414*/
	float: left;
}
#content-text {
	width: 730px;/*450*/
	height: 450px;/*414*/
	overflow: auto;
	float: left;
}

#content-blog {
	width: 260px;/*210*/
	height: 450px;/*414*/
	overflow: auto;
	float: right;
}
#content-cart {
	width: 150px;
	height: 450px;
	overflow: auto;
	float: right;
}

#content h1 {
	font-size: 16pt;
}
#content h2 {
	font-size: 13pt;
}
#content-cart h1 {
	font-size: 10pt;
	margin: 0 0 10px 0;
	text-align: center;
}

#shadow-r {
	width: 17px;
	height: 651px;/*601*/
	float: right;
	margin-top: 1px;
	background-image: url(../images/shadow-r.gif);
	background-repeat: repeat-y;
}
#shadow-bl {
	width: 17px;
	height: 17px;
	background-image: url(../images/shadow-bl.gif);
	background-repeat: none;
	float: left;
}
#shadow-b {
	width: 935px;/*785*/
	height: 17px;
	background-image: url(../images/shadow-b.gif);
	background-repeat: repeat-x;
	float: left;
}
#shadow-br {
	width: 17px;
	height: 17px;
	background-image: url(../images/shadow-br.gif);
	background-repeat: none;
	float: right;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.sidebarmenu h3 {
	margin: 10px 0 5px 8px;
	font-size: 18px;
	padding: 0;
}

.sidebarmenu {
	float: left;
/*	padding-top: 30px;*/
	background-image: url(http://wildlife-management-company.co.uk/templates/honeybank/css/images/bgfade.gif);
	background-repeat: repeat-x;
/*	height: 800px;
	padding-left: 5px;*/
}

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 13px Verdana;
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	width: 200px; /* Main Menu Item widths */
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
}
 
.sidebarmenu ul li{
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 6px;
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, 
.sidebarmenu ul li a:visited, 
.sidebarmenu ul li a:active{
	background-color: #733; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
	color: white;
}

.sidebarmenu ul li a:hover{
	background-color: #E38406;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 180px; /*Sub Menu Items width */
	top: -20px;
	visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
	background: url(../images/right.gif) no-repeat 97% 50%;
}

.sidebarmenu p {
	margin: 15px 0 5px 5px;
	padding: 0;
}
 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

.floatright {
float: right;
margin: 10px 0 10px 10px;
}

.floatleft {
float: left;
margin: 10px 10px 10px 0px;
}