@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	color: #3c3c3c;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

*, h1, h2, h3, h4, h5, h6, p, ul, li, img, div, table, tr, td, a, a:hover {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	text-decoration: none;
}

a {
	color: #3c3c3c;
	text-decoration: none;
}

a:hover {
	color: #3c3c3c;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 980px;
	min-height: 650px;
}

.clear { 
	clear: both;
}

/********************** Header Home **********************/
header {
	width: 100%;
	float: left;
	background-image: url(../images/bg-header.png);
	background-repeat: repeat-x;
	background-position: center;
}

#headerHomeSub {
	width: 980px;
	margin: 0 auto;
}

#headerHomeSub .logo {
	width: 228px;
	padding-top: 30px;
	float: left;
}

/********************** Header Home All **********************/
#headerHomeAll {
	width: 100%;
	height: 134px;
	background-image: url(../images/bg-header.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: -336px;
	float: left;
}

#headerHomeAllSub {
	width: 980px;
	margin: 0 auto;
}

#headerHomeAllSub .logo {
	width: 228px;
	padding-top: 30px;
	float: left;
}

/********************** Navigation Top **********************/
nav {
	width: 752px;
	height: 134px;
	float: left;
}

nav #nav1 {
	width: 734px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	text-align: right;
	padding: 21px 20px 0 0;
}

nav #nav1 a {
	color: #fff;
}

.img {
	vertical-align: middle;
}

nav #nav2  {
}

nav #nav2 .container {
	width: 654px;
	height: 37px;
	margin-top: 37px;
	float: right;
}

nav #nav2 .container ul li {
	list-style: none;
	float: left;
	padding: 5px 18px 5px 18px;
}

nav #nav2  .container ul li a {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

nav #nav2 .container ul li a:hover, nav .container ul li.active a {
	color: #fff;
}

nav #nav2 .container ul li ul {
	display: none;
	position: absolute;
	margin: 5px 0 0 -39px;
	z-index:999;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

nav #nav2 .container ul li ul li:first-child {
	margin: 0px;
	padding: 0px;
	float: none;
	height: 22px;
	background: none !important;
}

nav #nav2 .container ul li ul li {
	margin: 0px;
	padding: 10px 0 0px 0;
	float: none;
	height: 20px;
	background-color: #179A31;
}

nav #nav2 .container ul li ul li a {
	color: #fff;
	font-size: 15px;
	padding: 10px 10px 10px 13px;
	display: block;
}

nav #nav2 .container ul li ul li a:hover {
	color: #fff;
}

nav #nav2 .container ul li:hover ul {
	display: block;
}

nav #nav2 .container ul li:hover ul li ul {
	display: none;
}

/********************** Banner **********************/
#banner {
	width: 100%;
	float: left;
}

#bannerSub {
	width: 2000px;
	height: 456px;
	margin: 0 auto;
}

#bannerSmall {
	width: 2000px;
	height: 200px;
	z-index: -99;
}

/********************** News **********************/
#news {
	width: 100%;
	height: 78px;
	background-color: #1A9A32;
	float: left;
}

#newsSub {
	width: 980px;
	margin: 0 auto;
}

#newsHead {
	width: 210px;
	float: left;
}

#newsHead p {
	width: 180px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	margin-top: 16px;
	border:  #fff 1px solid;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
  	border-bottom-right-radius: 0em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#newsText {
	width: 770px;
	float: left;
	color: #fff;
	font-size: 20px;
	margin-top: 30px;
}

/********************** Section **********************/
#contentArea {
	width: 100%;
	float: left;
}

#content {
	width: 980px;
	margin: 0 auto;
	padding-top: 50px;
}

#contentHome {
	width: 980px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #242323;
	padding-bottom: 50px;
}

#boxProduct {
	font-size: 20px;
	color: #3b3b3b;
	width: 196px;
	float: left;
	text-align: center;
}

#boxProduct img {
	width: 159px;
	height: 159px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border:  #CACAD9 1px solid;
}

#link a {
	width: 130px;
	border:  #9E9E9E 1px solid;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
  	border-bottom-right-radius: 0em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 0 auto;
	font-size: 14px;
	color: #3b3b3b;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
}

#link a:hover {		
	color: #fff;
	background-color: #109730;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
  	border-bottom-right-radius: 0em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	display: block;
}

/********************** Footer **********************/
#footerArea {
	width: 100%;
	background-color: #28282E;
	float: left;
	padding: 50px 0 50px 0;
}

#footer {
	width: 980px;
	margin: 0 auto;
	background-color: #930;
	color: #7D7D88;
}

#footerSec1 {
	width: 450px;
	float: left;
}

#footerSec1List1 {
	width: 150px;
	float: left;
}

#footerSec1List1 li {
	list-style: none;
	padding: 0 0 10px 0px;
}
	
#footerSec1List1 li a {
	color: #7D7D88;
	padding: 0 0 10px 10px;
}

#footerSec1List1 li a:hover {
	list-style: none;
	padding: 0 0 10px 10px;
}

#footerSec1List2 {
	width: 150px;
	float: left;
}

#footerSec1List2 li {
	list-style: none;
	padding: 0 0 10px 0px;
}
	
#footerSec1List2 li a {
	color: #7D7D88;
	padding: 0 0 10px 10px;
}

#footerSec1List2 li a:hover {
	list-style: none;
	padding: 0 0 10px 10px;
}

#footerSec1List3 {
	width: 150px;
	float: left;
}

#footerSec1List3 li {
	list-style: none;
	padding: 0 0 10px 0px;
}
	
#footerSec1List3 li a {
	color: #7D7D88;
	padding: 0 0 10px 10px;
}

#footerSec1List3 li a:hover {
	list-style: none;
	padding: 0 0 10px 10px;
}

#footerSec1List1 li a:hover {
	list-style: none;
	background-position: 0 9px;
	padding: 0 0 0 10px;
	margin-bottom: 0px;
	}

#footerSec2Area {
	width: 184px;
	float: left;
	text-align: center;
}
	
#footerSec2 {
	width: 184px;
	float: left;
	text-align: center;
}

#footerSec2 img {
	vertical-align: middle;
	padding-right: 5px;
}

#footerSec2 a {
	width: 150px;
	border:  #9E9E9E 1px solid;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
  	border-bottom-right-radius: 0em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 0 auto;
	font-size: 14px;
	color: #3b3b3b;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
	color: #7D7D88;
}

#footerSec2 a:hover {		
	color: #fff;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
  	border-bottom-right-radius: 0em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	display: block;
}

#footerSecLogo {
	width: 150px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
  	border-bottom-right-radius: 0em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 10px auto;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
	background-color: #fff;
}

#footerSec3 {
	width: 346px;
	float: left;
	text-align: right;
	line-height: 20px;
}

#footerSec3 a {
	color: #7D7D88;
	text-decoration: none;
}

#footerSec3 a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerSec3 p {
	font-size: 18px;
}

#footerSec3 img {
	vertical-align: middle;
	margin-left: 30px;
}

/********************** Copyright **********************/
#copyrightArea {
	width: 100%;
	background-color: #28282E;
	float: left;
	padding: 20px 0 20px 0;
	border-top: #3B3B43 1px solid;
}

#copyright {
	width: 980px;
	margin: 0 auto;
	color: #7D7D88;
}

#copyrightLeft {
	width: 490px;
	float: left;
}

#copyrightRight {
	width: 490px;
	float: left;
	text-align: right;
}

#copyrightRight a {
	color: #fff;
	text-decoration: none;
}

#copyrightRight a:hover {
	color: #fff;
	text-decoration: underline;
}

/********************** Header All **********************/
#contentAbout {
	width: 980px;
	font-size: 14px;
	color: #242323;
	padding-bottom: 50px;
	float: left;
}

#contentLeft {
	width: 713px;
	float: left;
	line-height: 21px;
}

#contentRight {
	width: 267px;
	float: left;
	text-align: right;
}

/********************** Product page **********************/
#boxProd {
	font-size: 14px;
	color: #3b3b3b;
	width: 196px;
	float: left;
	text-align: center;
	line-height: 21px;
	margin-bottom: 50px;
}

#boxProd p span {
	color: #109730;
}

#boxProd img {
	width: 159px;
	height: 159px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border:  #CACAD9 1px solid;
	}

#link2 a {
	width: 28px;
	border:  #9E9E9E 1px solid;
	margin: 0 auto;
	font-size: 14px;
	color: #3b3b3b;
	text-decoration: none;
	display: inline-block;
	padding: 4px 0;
}

#link2 a:hover {		
	color: #fff;
	background-color: #109730;
	display: block;
}

/********************** Product Details Page **********************/
#productDetail {
	width: 980px;
	float: left;
	padding-bottom: 30px;
}

#leftImage {
	width: 557px;
	float: left;
	text-align: right;
}

#righText {
	width: 393px;
	float: right;
	font-size: 16px;
}

#part1 {
	width: 393px;
	float: left;
	margin-bottom: 30px;
}

#listGreen {
	padding: 0px 0 0 0px;
	}

#listGreen li {
	list-style: none;
	padding: 0 0 0 0px;
	margin-bottom: 5px;
	color: #54a300;
	width: 196px;
	float: left;
	}

#listBlack {
	padding: 0px 0 0 0px;
	}

#listBlack li {
	list-style: none;
	padding: 0 0 10px 0px;
	margin-bottom: 5px;
	color: #3c3c3c;
	width: 196px;
	float: left;
	border-bottom: #E4E4E1 1px solid;
	}

#part2 {
	width: 393px;
	float: left;
	margin-bottom: 30px;
}

#textfield {
	width: 150px;
	height: 40px;
}

#part2 p span {
	color: #9E9E9E;
}

#part2 a {
	width: 130px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
	background-color: #109730;
	text-align: center;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
  	border-bottom-right-radius: 0em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.addToCart
{
    width: 130px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
	background-color: #109730;
	text-align: center;
	border-radius: 0.5em 0.5em 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	cursor:pointer;
}
		
/********************** Headings **********************/
h1 {
	font-size: 40px;
	color: #242323;
	font-weight: normal;
	padding-bottom: 10px;
}

h2 {
	font-size: 32px;
	color: #242323;
	font-weight: normal;
	padding-bottom: 20px;
}

h3 {
	font-size: 24px;
	color: #242323;
	font-weight: normal;
	padding-bottom: 15px;
}

h4 {
	font-size: 20px;
	color: #242323;
	font-weight: normal;
	padding-bottom: 15px;
}

/********************** Bamboo Pallet **********************/
#bambooPallet {
	width: 980px;
	width: 980px;
}

#bambooPallet img {
	width: 980px;
	width: 980px;
	border-top-left-radius: 1.5em;
	border-top-right-radius: 1.5em;
	border-bottom-left-radius: 1.5em;
  	border-bottom-right-radius: 0em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.resources {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    background-color:#1A9A32;
    /*background-image: url(../images/bg-head-off.png);
    background-repeat: no-repeat;*/
    display: block;
    height: 31px;
    padding: 13px 0 0 15px;
    text-decoration: none;
    border-radius:6px 6px 0;
}
.resources-sel {
    background-color:#18A539;
        color: #ffffff;
        display: block;
        height: 31px;
        padding: 13px 0 0 15px;
        text-decoration: none;
        font-size: 16px;
        height: 31px;
        font-weight:bold;
        border-radius:6px 6px 0;
    }
    .resources-sel:hover 
    {
        background-color:#18A539;
        color: #ffffff;
        display: block;
        height: 31px;
        padding: 13px 0 0 15px;
        text-decoration: none;
        }

    .resources:hover {
        /*background-image: url(../images/bg-head-on.png);
        background-repeat: no-repeat;*/
        background-color:#18A539;
        color: #ffffff;
        display: block;
        height: 31px;
        padding: 13px 0 0 15px;
        text-decoration: none;
    }
    .RowHead
        {
            color: #FFF;
            font-size: 16px;
            background-color: #109730;
        }
        #tdInput input[type="text"], select, input[type="password"], textarea
        {
            /*border: 1px solid #b0b8c0;*/
            border:1px solid #e6e5e3;
            height: 31px;
            margin-bottom: 5px;
            padding: 3px 10px;
            width: 270px;
        }
        .but1 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 130px;
}
.but1 a 
{
    width: 130px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	border-radius: 0.5em 0.5em 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	cursor:pointer;	
    border: 1px solid #9e9e9e;
    margin: 0 auto;    
}
.but1 a:hover
{background-color: #109730; color:#fff;}
.tdHead
{color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: bold;
    height:38px;
    background-color:#159931;
    padding-left:15px}
 
 .sm {
	padding: 10px;
	margin-bottom: 5px;
	background-color: #ecfaf0;
	border: Solid 1px #04551d;
	color: #04551d;
}

.em {
	padding: 10px;
	margin-bottom: 5px;
	background-color: #fbefef;
	border: Solid 1px #bb0000;
	color: #bb0000;
}




/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••[{( what they say )}]---*/
#ws {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 5rem;
}
#ws h1 {
	text-align: center;
	padding: 3rem 0;
	margin:0;
}
#ws .ws_content {
	background: #A3D7AD;
	float: left;
	padding: 15px;
	font-size: 18px;
}
#ws .ws_content i{ font-weight: bold;
    margin-top: 1em;
    text-align: right;
    width: 100%;
	display:table;
	}
/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••[{( Footer )}]---*/