@charset "UTF-8";
a:link {
	color: #75863F;
}
a:visited {
	color: #75863F;
}
a:hover {
	color: #003366;
}
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #4C3726;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
}
.thrColFixHdr #container {
	width: 830px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
} 
.thrColFixHdr #header {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	height: 336px;
	background-attachment: scroll;
	background-image: url(../images/topimage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 148px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #container #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #482811;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #sidebar1 .out {
	background-image: url(../images/button-over.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 34px;
	color: #201814;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 12px;
}
.thrColFixHdr #container #sidebar1 a:hover {
	background-image: url(../images/button-over.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 34px;
	color: #201814;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 12px;
}
.thrColFixHdr #container #sidebar1 li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar1 a {
	background-image: url(../images/button-up.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 34px;
	color: #201814;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 12px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: relative;
}
.thrColFixHdr #soil {
	position: absolute;
	left: -64px;
	top: 553px;
	z-index: 10;
	width: 274px;
	right: 0px;
}
.thrColFixHdr  #sidebar2  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #482811;
	margin: 0px;
	padding: 0px;
	letter-spacing: -.1ex;
	line-height: 24px;
}
.thrColFixHdr #sidebar2 form {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar2 form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.thrColFixHdr #container #mainContent iframe {
	border: 1px solid #666666;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #container #mainContent p {
	padding-left: 40px;
	padding-right: 20px;
}
.thrColFixHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #482811;
	margin: 0px;
	letter-spacing: -0.1ex;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.thrColFixHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #A0B541;
	margin: 0px;
	letter-spacing: -0.1ex;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #news {
	background-attachment: scroll;
	background-image: url(../images/news-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
	padding-top: 10px;
}
.thrColFixHdr #news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #482811;
	letter-spacing: -.1ex;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.thrColFixHdr #news #newscont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #482811;
	height: 220px;
	overflow: auto;
	margin-right: 15px;
	margin-left: 10px;
	padding-top: 5px;
}
.thrColFixHdr #newscont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}
.thrColFixHdr #newscont h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #482811;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #newscont h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #482811;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #footer {
	background-attachment: scroll;
	background-color: #DDDDDD;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 205px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
} 
.thrColFixHdr #footcont {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	height: 205px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #51611C;
	line-height: 18px;
}
.thrColFixHdr #footsidebar H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #482811;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #footsidebar a {
	color: #617422;
}
.thrColFixHdr #footsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 500px; /* padding keeps the content of the div away from the edges */
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
}
.thrColFixHdr #footright {
	float: right; /* since this element is floated, a width must be given */
	width: 290px;
	padding-left: 0px;
	height: 205px;
	background-attachment: scroll;
	background-image: url(../images/paperclip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #footright p {
	text-align: left;
	padding-left: 35px;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr #footright h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #482811;
	text-align: left;
	padding-top: 35px;
	padding-left: 35px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #footright h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6E7F34;
	text-align: left;
	padding-left: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
.thrColFixHdr #footright .findus {
	color: #4F301A;
	text-decoration: none;
	background-image: url(../images/button-up2.gif);
	display: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.thrColFixHdr #footright .findus a:hover {
	color: #4F301A;
	text-decoration: none;
	background-image: url(../images/button-over.gif);
	display: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.thrColFixHdr #terms-footer {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 105px;
	background-attachment: scroll;
	background-image: url(../images/botbar.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #terms-footer #logos {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.thrColFixHdr #terms-footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C3726;
	text-align: right;
	padding-top: 12px;
	padding-right: 40px;
	line-height: 18px;
}
.thrColFixHdr #terms-footer a {
	color: #4C3726;
}
.thrColFixHdr #mainabout {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #mainabout p {
	padding-left: 40px;
	padding-right: 40px;
}
.thrColFixHdr #container #mainabout .bags {
	float: left;
	padding-right: 20px;
}
.thrColFixHdr #mainabout h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #482811;
	margin: 0px;
	letter-spacing: -0.1ex;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.thrColFixHdr #mainabout h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #A0B541;
	margin: 0px;
	letter-spacing: -0.1ex;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.thrColFixHdr #mainabout h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #482811;
	margin: 0px;
	letter-spacing: -0.1ex;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.thrColFixHdr #mainabout h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #A0B541;
	margin: 0px;
	letter-spacing: -0.1ex;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.thrColFixHdr #container #mainabout .products {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 20px;
}
.thrColFixHdr #mainfaq {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #mainfaq p {
	padding-left: 0px;
	padding-right: 20px;
}
.thrColFixHdr #mainfaq h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #482811;
	margin: 0px;
	letter-spacing: -0.1ex;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainfaq h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #A0B541;
	margin: 0px;
	letter-spacing: -0.1ex;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainfaq h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A0B541;
	margin: 0px;
	letter-spacing: -0.1ex;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #mainabout li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #879D2C;
	line-height: 26px;
	font-weight: bold;
	padding-left: 0px;
}
.thrColFixHdr #container #mainabout ul {
	list-style-type: none;
	list-style-image: url(../images/leaf.gif);
	padding-left: 50px;
}
.thrColFixHdr #container #mainabout .leftpic {
	float: left;
	padding-right: 20px;
}
.thrColFixHdr #container #mainabout .rightpic {
	float: right;
}
.thrColFixHdr #terms-footer #logos {
	padding-left: 30px;
}
.thrColFixHdr #container #mainfaq li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 22px;
}
.thrColFixHdr #container #mainfaq h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
.thrColFixHdr #container #mainfaq ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 22px;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar2 li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	line-height: 18px;
}
.thrColFixHdr #container #sidebar2 ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.prices {
	width: 305px;
	float: left;
}
.prices2 {
	width: 300px;
	float: left;
	clear: left;
}
.thrColFixHdr #container #mainabout .cubed {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 20px;
	height: 300px;
}
