body {
	margin: auto;
	text-align: center;
	background: #454230 url(body_bg.png) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
#wrapper {
	margin: auto;
	width: 1024px;
	position:relative;
}
#navtitle {
	background: url(navtitle_trees.png) left no-repeat;
	height: 145px;
	text-align: right;
	padding-left: 175px;
}
#pagetitle {
	clear:both;
	margin: auto;
	margin-right: 0px;
	width: 814px;
	text-align: right;
}
#pagetitle h1 {
	color: #4B6B32;
	margin: 0.5em 0 0 0;
	text-align: center;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#pagetitle h2 {
	color: #4B6B32;
	margin: 0px;
	text-align: center;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main {
	width: 804px;
	background: url(/media/main_bg.png) repeat-x #FFF;
	text-align: left;
	padding: 10px 20px 10px 200px;
	font-size: smaller;
	position:relative;
}
#main ul {
	list-style-image: url(/media/right_arrow.png);
}
#main li {
	padding: 0px;
	margin-bottom: .2em;	
}
#main ul ul {
	list-style: none;
	padding: 0.25em 10px;
}
#main ul ul li {
	padding: 0px;
}
.productstable {
	margin: auto;
	width: 750px;
	text-align: center;
	font-size: small;
}
.tablehead {
	font-weight: bold;
	line-height: 28px;
}
.tablehead td {
}
.even {
	background: #EEE;
}
#footer {
	background: #a8c838;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #89a42b;
	text-align: left;
	margin-bottom: 1em;
	clear: both;
	padding: 3px 0;
	position: relative;
	text-align:right;
}
.copyright {
	color: #736f4f;
	font-size: x-small;
	padding: 2px 10px;
}
#sidebartrees {
	position:absolute;
	top: -110px;
	left: 10px;
	z-index: 5;
}
h3 {
	color: #4b6b32;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
a:link, a:visited {
	color: #66ad43;
	text-decoration: none;
}
a:hover, a:active {
	color: #66ad43;
	text-decoration: underline;
}
.note {
	list-style: none;
	font-size: small;
	color: #000;
	margin-top: 1em;
}
strong {
	color: #4b6b32;
}/*
#productsplash {
	width: 980px;
	height: 250px;
	text-align: right;
	margin-bottom: 1em;
}
#splashimages {
	position: relative;
	overflow: hidden;
	width:960px;
	height: 230px;
	text-align:center;
}
#productsplash img {
}
#splashtitles {
	position:relative;
	z-index: 50;
	margin-top: -8px;
}
#splashtitles ul {
	list-style-image: none;
	padding: 0;
	margin: 0;
	text-align:left;
}
#splashtitles li {
	width: 240px;
	float: left;
	overflow: hidden;
	list-style-type:none;
	text-align:center;
	padding-top: 10px;
	margin: 0;
}
#splashtitles li a {
	display: block;
	overflow: hidden;
	line-height: 25px;
	font-weight: bold;
	font-size:10px;
}
#splashtext {
	clear:both;
	text-align:center;
	position:relative;
}
#splashtext p {
	text-align: center;
	color: #999;
	font-weight:bold;
	line-height:40px;
}
*/
#productsplash {
	position: relative;
	width: 750px;
	height: 250px;
	border: 1px solid #000;
	text-align: center;
	margin: 0 0 1.5em 0;
	overflow: hidden;
	background: #504a35;
}
#productsplash img {
	height: 250px;
	width: 750px;
}
ul#productsplashmenu {
	position: absolute;
	top: 225px;
	right: 10px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 135px;
	z-index: 98;
}
ul#productsplashmenu li {
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin: 0 5px;
	padding: 0 5px;
	display: block;
	background: #4b6b32;
	color: #FFF;
	border-width: 1px 2px 2px 1px;
	border-color: #1e1c14;
	border-style: solid;
	cursor: pointer;
}
#productsplash a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 750px;
	height: 250px;
}

.rightcol {
	float: right;
	width: 210px;
}
.rightcol h3 {
	margin: 0px;
}
.leftcol {
	float: left;
	width: 660px;
	position:relative;
	z-index: 10;
}
ul#ourproducts {
	list-style-image: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#ourproducts a {
	display: block;
	width: 100%;
	line-height: 1.5em;
	margin-top: .25em;
	padding: 3px 0;
	background: #EEE;
	text-align: center;
}
#ourproducts a:hover {
	background: #736f4f;
	color: #FFF;
	text-decoration: none;
}
p {
	text-align: justify;
}
.leftimg {
	margin: 0 1em;
	float:left;
}
.rightimg {
	margin: 0 1em;
	float:right;
}
#jumplinks {
	margin: auto;
	text-align: center;
	font-size: 9px;
	line-height: 20px;
	background: #504a35;
	color: #FFF;
	width: 60%;
	position: relative;
	top: -10px;
}
#jumplinks a {
	padding-right: 15px;
}
.spectable {
	width: 100%;
	font-size: small;
	vertical-align: top;
}
.spectable td {
	line-height: 1.5em;
}
/* link decorations */
a.pdf {
	padding-left: 18px;
	background: url(/media/page_link.png) no-repeat left;
}
a.app {
	padding-left: 18px;
	background: url(/media/application_form.png) no-repeat left;
}
/* Imageviewer */
#imageviewhead {
	background: url(/media/imageview_headerbg.png) repeat-x;
	height: 52px;
	margin-bottom: 25px;
	width: 100%
}
#imageviewhead h1 {
	color: #FFF;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#imageview {
	margin: auto;
	width: 756px;
}
#imageviewimg {
	width: 750px;
	background: #FFF;
	border: 3px solid #504a35
}
#imageview a {
	color: #FFF;
	font-size: x-small;
	line-height: 16px;
	padding: 3px 3px 3px 18px;
}
a.imgdllink {
	background: url(/media/image_on.png) no-repeat left #504a35;
}
a.imgcloselink {
	background: url(/media/cancel.png) no-repeat left #504a35;
}
/* Tooltips */
.tip {
	cursor: pointer;
	vertical-align: middle;
}
.tool-tip {
	color: #fff;
	width: 400px;
	z-index: 13000;
	border: 2px solid #504a35;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFF;
	padding: 8px 8px 4px;
	background: #504a35;
	border-bottom: 2px solid #504a35;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #FFF;
	color: #000;
	text-align: justify;
}
/* Navbar */
#nav {
	height: 129px;
}
#nav a {
	height: 129px;
	overflow: hidden;
}
#nav-home {
	width: 59px;
	background-image: url(/media/nav/nav_home.png);
}
#nav-products {
	width: 84px;
	background-image: url(/media/nav/nav_products.png);
}
#nav-company {
	width: 82px;
	background-image: url(/media/nav/nav_company.png);
}
#nav-wheretobuy {
	width: 111px;
	background-image: url(/media/nav/nav_wheretobuy.png);
}
#nav-downloads {
	width: 91px;
	background-image: url(/media/nav/nav_downloads.png);
}

.nav-on {
	display: inline-block;
}
.nav-off {
	display: inline-block;
	background: bottom;
}
.nav-off:hover {
	background: top;
}
#nav ul {
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	display: inline-block;
	padding: 0px;
	margin:0px;
	float: left;
	height: 129px;
	list-style: none;
}
#nav li a {
	display:block;
}
#subnav {
	position:relative;
	z-index: 90;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav ul a {
	width: 100%;
	display:block;
	color: #FFF;
	text-decoration: none;
	padding: 4px 0;
}
#subnav ul a:hover {
	color: #FFF;
	background-color:#89a42b;
}
#subnav li {
	font-size: smaller;
}
.subnav {
	position: absolute;
	background: #a8c838;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #89a42b;
	top: -1px;
}
#subnav-products {
	left: 350px;
	width: 250px;
	z-index: 60;
}
#subnav-company {
	left: 450px;
	width: 200px;
	z-index: 60;
}
#subnav-wheretobuy {
	left: 550px;
	width: 200px;
	z-index: 60;
}
/* End Navbar */
/* Left Nav */
#sidebar {
	background: url(/media/sidebar_top.png) no-repeat;
	padding-top:10px;
	position: absolute;
	float: left;
	width: 200px;
	left: 0px;
	top: -1px;
	z-index: 90;
}
#leftnav {
}
#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image:none;
}
#leftnav li {
	background-color:#a8c838;
	width: 190px;
	border-color: #89a42b;
	border-style: solid;
	border-width: 0 1px 0 0;
	margin: 0;
}
#leftnav li a {
	display:block;
	width: 170px;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
}
#leftnav li a:hover, #leftnav li a.selected {
	background-color:#89a42b;
}
#sidelogin {
	width: 170px;
	margin: 5px 5px;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 9px;
}
#sidelogin td {
	width: 100%;
}
#sidelogin input {
	font-size: 9px;
}
#sidelogin p {
	text-align:center;
}
#sidelogin .contactus {
	padding-top: 1em;
	border-top: 1px solid #CCC;
}
#sidelogin .loginerror {
	color: #C00;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}
/* End Left Nav */
.caption {
	text-align: center;
	font-size: 10px;
	font-style: italic;
	color: #888;
	width: 200px;
	margin: auto;
	padding-top: 0.5em;
}
/* Downloads */
.downloaditem {
	clear:both;
	padding-bottom: 2em;
}
.downloadfiletype {
	position: absolute;
	left: -80px;
}
.downloaddetails {
	position: relative;
	margin-left: 80px;
}
.downloaddetails h3 {
	font-size: 12px;
	margin: 0px;
}
.downloaddetails em {
	font-size: 10px;
}
.downloadlink {
	padding-left: 19px;
	background: url(/media/disk.png) no-repeat;
}
h3.publicdownload {
	background: url(/media/download_folder.png) no-repeat;
	padding-left: 40px;
	line-height: 32px;
}
h3.protecteddownload {
	background: url(/media/download_lock.png) no-repeat;
	padding-left: 40px;
	line-height: 32px;
}
/* News / Events */
.event {
	margin-top: 0.5em;
	text-align: center;
}
.event p {
	text-align:center;
	font-size: small;
}
.event p.date {
	font-size: x-small;
	font-weight: bold;
	color: #666;
}
.through {
	display:block;
	color: #AAA;
	font-style:italic;
	font-size:smaller;
	padding: 0.5em 0;
}
.eventslink {
	display:block;
	text-align:right;
}
.newstitle {
	font-weight:bold;
	color: #555;
}
.newsdate {
	font-size: smaller;
	color: #999;
}
.newsitem {
	margin-bottom: 2em;
}
a.productlink {
	display:block;
	float:left;
	width:350px;
	margin-left:25px;
	margin-bottom:20px;
	text-align:center;
	color:inherit;
}
a:hover {
	text-decoration:none;
}
/* */
#splashselector {
	position: relative;
}
#splashselector ul {
	position:relative;
	padding-left: 800px;
}
#splashselector ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-right: 5px;
}
#splashselector ul li a {
	padding: 5px;
	border:1px solid black;
	display: block;
}
#splashselector ul li a:hover {
}
/* Price Table */
#pricetable {
	width: 100%;
}
#pricetable td {
	text-align:center;
}
.pt-header {
	font-weight: bold;
}
#pricetable strong {
	font-size: 10px;
}
