html{overflow-y:scroll}

body {
	background: #f1f5fb;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, tahoma;
	color: #262626;
	font-size: 100%;
	}
	
a {
	color: #527f34;
	text-decoration: underline;
	}
	
a:hover {
	color: #3e5623;
	}
	
.clear {
	clear: both;
	}
	
.icon {
	vertical-align: middle;
	display: inline;
	margin: 2px;
	}
	
.float_right {
	float: right;
	}
	
.float_left {
	float: left;
	}
	
.pl_button {
	float: left;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #3e5623;
	letter-spacing: .02em;
	}
	
h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.0em;}
h6 {font-size: .9em;}

hr {
	background: #d9e0ce;
	color: #d9e0ce;
	height: 1px;
	border: 0;
	}
	
.mainwrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	background: #41464f url(images/header_main.jpg) bottom left repeat-x;
	}
	
#header .logo h1 {
	font-family: 'Times New Roman', Georgia, Arial, Verdana;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 38px 0 38px 8px;
	}

#nav {
	border: 0;
	font-size: 13px;
	font-weight: bold;
	}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#nav ul li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	}
	
#nav ul li a {
	display: block;
	float: left;
	padding: 10px 8px;
	color: #52575f;
	text-decoration: none;
	line-height: 200%;
	}
	
#nav ul li a:hover {
	color: #5d7638;
	}
	
#nav ul li.current a {
	color: #364c16;
	}
	
#wrapper {
	border-top: 1px solid #FFFFFF;
	background: #f1f5fb url(images/bg.jpg) top left repeat-x;
	font-size: .8em;
	}
	
#main {
	background: url(images/main_bg.jpg) top left repeat-y;
	border-top: 1px solid #cfd7e4;
	border-bottom: 1px solid #cfd7e4;
	}
	
#content {
	width: 748px;
	float: right;
	padding: 0;
	padding-right: 2px;
	}
	
#content .content_wrap {	
	padding: 2px;
	}
	
#content .page_wrap {
	padding: 4px;
	padding-top: 2px;
	}

#sidebar {
	width: 208px;
	float: left;
	padding: 1px;
	padding-top: 0;
	}
	
#sidebar .tcat {
	background: #6a883e url(images/tcat_main.jpg) bottom left repeat-x;
	padding: 12px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
#sidebar .trow {
	padding: 10px;
	}
	
#sidebar .trow p {
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
	}
	
#footer {
	text-align: right;
	font-size: .7em;
	padding: 10px 0;
	}
	
table, td {font-size: 100%;}

.tborder {
	background: #fff;
	border: 1px solid #d3d3d3;
}

.tcat {
	background: #3e3e3e;
	padding: 8px;
	font-size: .9em;
	color: #FFFFFF;
	font-weight: bold;
}

.tcat a {
	color: #FFFFFF;
	}
	
.tcat a:hover  {
	color: #cecece;
	}

.thead {
	background: #cacaca;
	padding: 6px;
	color: #343434;
	border-bottom: 1px solid #d3d3d3;
	font-weight: bold;
	font-size: .8em;
}

.trow1 {
	background: #f7f7f7;
	color: #474747;
	padding: 8px;
}

.trow2 {
	background: #ededed;
	color: #474747;
	padding: 8px;
}

.ddmenu_subcats {
	text-align: left;
	position: absolute;
	display:none;
	border: 1px solid #101010;
	border-bottom: 0;
	font-size: .7em;
	line-height: 26px;
	z-index: 100;
	background: #404040;
	width: 160px;
	margin: 0;
	padding: 0;
}

.ddmenu_subcats a {
	text-align: left;
	color: #dddddd;
	display: block;
	border-bottom: 1px solid #101010;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.ddmenu_subcats a:hover {
	background: #101010;
	color: #ffffff;
}

.dd_menu span {
	background: transparent url(images/ddarrow.png) center bottom no-repeat;
	display: block;
}
