/* CSS Document */
/* GLOBAL STYLES
-------------------------------------------------------------------------------------------------------------*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../../images/misc/body-bg.gif);
	test-align: center;
	font-size:12px;
}
h1{	
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: -1px;
	color: #005a00;
}
p{
	text-align: justify;
}
strong{
	color: #005a00;
}
/* LAYOUT STYLES
-------------------------------------------------------------------------------------------------------------*/

#banner{
	width: 740px;
	height: 132px;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #fff;
	border-bottom: none;
}
#container{
	width: 740px;
	border: 10px solid #fff;
	border-top: none;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#body-container{
	border-top: #005a00 solid 12px;
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 20px;
}
#big-feature{
	width: 662px;
	height: 166px;
	background-image:url(../../images/misc/flash.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}
#body-text{
	padding-bottom: 50px;

}
#index-right-images{
	float: right;
	text-align:center;
	margin-left: 20px;
	padding-top:10px;
	clear: both;
}
#index-right-images img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: none;
}
#footer{
	border-top: 15px solid #e4e4e4;
	padding: 12px;
	font-size: 10px;
	color: #666666;
	clear: both;
}
#footer p{
	margin: 0px;
	padding:0px;
}
#designed-by{
	width: 200px;
	float: right;
}
#designed-by p{
	text-align:right;
}
/*NAVIGATION STYLES
--------------------------------------------------------------------------------------------------------------*/
#navcontainer {
	font-size:12px;
	margin: 0;
	padding: 0 0 0 0px;
	height: 22px;
	
}

#navcontainer UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer LI {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	background: #fff;
	border-right: 1px solid #005a00;
	border-top: 1px solid #005a00;


}
#navcontainer A {
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	background: #fff;
	border-bottom: 3px solid #005a00;
	margin: 0;
	padding: 2px 8px;
}

#navcontainer A:hover, #navcontainer A:active {
	background: #fff;
	border-bottom:#eb0606 3px solid;
}

#navcontainer A.active:link, #navcontainer A.active:visited {
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}
#freephone{
	text-align: center;
}

/*CLASS STYLES
----------------------------------------------------------------------------------------------------------*/

.grey-text{
	color: #666666;
}
#container #footer #rglink {
	font-size: 10px;
	color: #005A00;
	text-decoration: none;
}
#container #footer #rglinkhover {
	font-size: 10px;
	color: #005A00;
	text-decoration: none;
}
#container #body-container #body-text h1 #soilprice {
}
#container #body-container #body-text #soilprice {
	float: right;
	margin-top: -52px;
	margin-right: 2px;
}
#container #body-container #body-text #barkprice {
	float: right;
	margin-top: -52px;
}
#container #body-container #body-text #playbarkprice {
	float: right;
	margin-top: -52px;
}
#container #body-container #body-text #calculator {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -42px;
	float: right;
	margin-right: 118px;
}
#container #body-container #body-text #calc {
	color: #2F792C;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-decoration: underline;
}
#container #body-container #body-text #calcbtn {
	float: right;
	margin-top: -50px;
}
