d@charset "utf-8";
/* CSS Document */

strong {
	font-weight:bold;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	position:relative;
	background-color:#ede7dd;
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat;
}
#container {
	width:900px;
	margin:auto;
	position:relative;
	z-index:998;
	overflow:hidden;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
}
#header {
	position:relative;
	background-color:#FFF;
}
#logo {
	width:509px;
	margin:auto;
}
#contact-info {
	position:absolute;
	top:0;
	right:5px;
	margin-top:30px;
	font-weight:bolder;
	text-align:right;
	color:#007b2a;
	font-size:1.2em;
}
#nav {
	position:relative;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	height:38px;
	width:100%;
}
#nav ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:500px;
}
#nav ul li {
	display:block;
	float:left;
	list-style:none;
	margin-top:5px;
	padding:0;
}
#nav li a {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	padding:3px 15px 8px 15px;
	line-height: 2em;
	text-decoration:none;
}
#nav li a:hover {
	background-color:#000;
	color:#ce810a;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
#nav .current a, #nav .current a:hover {
	background-image:url(../images/nav-active-bg.jpg);
	background-repeat:repeat-x;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	color:#FFF;
	background-color:transparent;
}
#nav .active a {
	background-color:#000;
	color:#ce810a;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
#nav ul .sub {
	width:900px !important;
	height:303px;
	background-image:url(../images/85_bk.png);
	background-repeat:repeat;
	display: none; /*--Hidden for those with js turned off--*/
	position: absolute; /*--Important--*/
	left:0;
	top:38px;
	z-index: 99999; /*--Background gradient--*/
}
#nav ul .sub ul {
	float:left;
	width:50% !important;
}
#nav ul .sub ul li {
	margin:0;
	width:100%;
	height:100%;
}
#nav ul .sub ul li a {
	display:block;
	height:100%;
	width:100%;
	padding:0;
	background:none;
}
#nav ul .sub ul li a:hover {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	background-color:#000;
	background-image:none !important;
}
#nav ul .sub ul li h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C60;
	font-size:250%;
	float:left;
	margin-top:15px;
}
#nav ul .sub ul li img {
	float:left;
	margin:9px 15px 10px 10px;
	border-radius:8px 15px;
}
#nav ul .sub ul li p {
	float:left;
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	width:70%;
}
#slider {
	position:relative;
	width:900px;
	background-color:#fff;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	width:900px;
	height:303px;
	overflow:hidden;
	position:relative;
}
#slider h1 {
	position:absolute;
	top:0;
	left:0;
	width:450px;
	padding:20px 0 0 30px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#slider h1 {
	font-size:3.6em;
}
#content-left {
	width: 500px;
	float: left;
	padding: 20px 50px 20px 50px;
}
#buttons:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.big-button {
	width:96px;
	height:96px;
	float:left;
	margin:15px 5px;
	border-radius:14px;
	border:solid 3px #FFF;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	position:relative;
	background-color:#006c17;
}
.big-button img {
	height:64px;
	width:96px;
	border-top-left-radius:11px;
	border-top-right-radius:11px;
}
.big-button h3 {
	width:100px;
	height:32px;
	text-align:center;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1.2em;
	padding-top:10px;
}
.big-button a {
	text-decoration:none;
}
#content-right {
	width:260px;
	float:right;
	padding:0 20px;
	background-color:#c9dbcf;
	padding-bottom:30px;
}
#content-right p {
	font-size:1.1em !important;
}
#content h1, h2, h3 {
	color:#007729;
	line-height:2.3;
}
#content h1 {
	font-size:2.3em;
	font-weight:bold;
}
#content h2 {
	font-size:1.6em;
	font-weight:bold;
	margin-top:10px;
}
#content h3 {
	font-size:1.6em;
	font-weight:bold;
}
#content p {
	font-size:1.3em;
	line-height:2;
	padding-bottom:0.65em;
}
#content ul li {
	font-size:1.3em;
	list-style-type:disc;
	margin-left:20px;
	line-height:2;
}
#content p a {
	color:#ce810a;
}
.sub-product {
	width:560px;
	margin:0 auto;
	background-image:url(../images/sub-product-bg.jpg);
	background-repeat:repeat-x;
	height:120px;
	border-radius:12px;
	margin:15px 0;
}
.sub-product img {
	float:left;
	margin:15px;
	border:#FFF 4px solid;
	border-radius:8px;
	-moz-box-shadow: 0 0 13px #000;
	-webkit-box-shadow: 0 0 13px #000;
	box-shadow: 0 0 13px #000;
}
.sub-product h1 {
	color:#C60 !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5 !important;
	padding-top:15px;
	font-size:36px !important;
}
.sub-product a {
	color:#FFF !important;
	text-decoration:none;
}
#content-right h2 {
	font-weight:bold;
	margin-top:30px;
}
#stock {
	width:100%;
}
.date {
	color:#333;
}
#slider .button a {
	position: absolute;
	top: 120px;
}
.button a {
	color:#FFFFFF !important;
	font-size:120%;
	zoom: 1;
	background-color:#006c17 !important;
	background-image:none;
	border-radius: 8px;
	border:solid 2px #FFFFFF;
	zoom: 1;
	float:right;
	margin-top:20px;
	font-weight:bold;
	display:block;
	padding:8px 15px;
	z-index:9999;
	text-decoration:none;
	margin-left:30px;
	margin-bottom:20px;
}
.left a {
	float:left !important;
	margin-left:0 !important;
}
.right {
	float:right !important;
	margin-right:0 !important;
}
.vacancy {
	clear:both;
	padding-bottom:60px;
}
.button a:hover {
	background-color:#339933 !important;
	cursor:pointer;
}
#footer {
	background-image:url(../images/footer-bg.jpg);
	height:115px;
	padding:15px 20px 0 20px;
}
#footer h4 {
	color:#FFF;
	font-size:120%;
	line-height:1.8;
}
.footer-section {
	width:33.3%;
	float:left;
}
#footer-nav li a {
	line-height:1.4;
	color:#FFFFFF;
	font-size:1.2em;
	text-decoration:none;
}
#footer-nav li a:hover {
	color:#ce810a;
}
#address {
	line-height:1.4;
	color:#FFFFFF;
	font-size:1.2em;
	text-decoration:none;
	text-align:right;
}
#address a {
	color:#ce810a;
	text-decoration:none;
}

.clearfloat {
	clear:both;
}
/**Mailchimp**/
#mc_embed_signup {
	visibility:visible;
	zoom:1;
}
#mc_embed_signup input.button {
	width:40%;
	height:30px;
	color:#FFFFFF !important;
	font-size:120%;
	zoom: 1;
	background-color:#006c17 !important;
	background-image:none;
	border-radius: 8px;
	border:solid 2px #FFFFFF;
	zoom: 1;
	float:right;
	margin-top:20px;
	font-weight:bold;
}
#mc_embed_signup input.button:hover {
	background-color:#339933 !important;
	cursor:pointer;
}
#mc_embed_signup input.email {
	display: block;
	text-indent: 5px;
	width: 56%;
	height:25px;
	float:left;
	border-radius: 8px;
	zoom: 1;
	margin-top:20px;
	font-family:'Century Gothic';
}
.large-button {
	width:280px;
	padding:10px;
	float:left;
	text-align:center;
	background-image:url(../images/download.png);
	background-position: 50% 100px;
	background-repeat:no-repeat;
	height:180px;
}
.large-button h2 {
	font-size:250%;
	font-weight: bold;
	color:#fff;
	line-height:1.5;
}
.large-button a {
	text-decoration:none;
}
.large-button a {
	display:block;
	width:100%;
	height:100%;
}
.sawmills {
	background-color:#1c9600;
}
.merchants {
	background-color:#4eb337;
}
.packaging {
	background-color:#0d8502;
}
element.style {
}
#content-right h3 a {
	color: #CE810A;
}