@charset "UTF-8";
/* CSS Document */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:26px;
	position:relative;
	z-index:5;
	font-family:Arial, Helvetica, sans-serif;
}
#menu li {float:left; margin-right:1px;}
#menu li a {
	display:block;
	float:left;
	height:26px;
	line-height:26px;
	color:#5F3C13;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	padding:0 21px 0 21px;
}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

#menu li a:hover {z-index:6; position:relative; color:#fff; background-image: url(images/navTXover.png);}
#menu li:hover {position:relative; z-index:6;}


#menu2 {
	padding:0;
	margin:0;
	list-style:none;
	height:20px;
	position:relative;
	z-index:5;
	font-family:Arial, Helvetica, sans-serif;
}
#menu2 li {float:left; margin-right:1px;}
#menu2 li a {
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	color:#5F3C13;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	padding:0 5px 0 5px;
}


#menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

#menu2 li a:hover {
	z-index:6;
	position:relative;
	color:#363;
}
#menu2 li:hover {position:relative; z-index:6;}


/* end of menu sripts */

body {
	background-color: #562B08;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 1033px;
	margin: auto;
}

#banner {
	background-image: url(images/pageTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	height: 59px;
}
#wrapper {
	background-image: url(images/pageRepeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#footer {
	background-image: url(images/pageBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 77px;
	padding-top: 22px;
}
#header {
	height: 150px;
	padding-right: 50px;
	padding-left: 55px;
	padding-bottom: 30px;
}
#logo {
	text-align: center;
	margin-bottom: 8px;
}
#navigation {
	height: 26px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5F3C13;
	border-bottom-color: #5F3C13;
	background-image: url(images/navTX.png);
}
#mainContent {
	background-image: url(images/rightFlower.png);
	background-repeat: no-repeat;
	background-position: 610px;
}

#mainContent2 {
	background-image: url(images/flower3.png);
	background-repeat: no-repeat;
	background-position: 580px bottom;
}

#mainContent3 {
	background-image: url(images/rightplant2.png);
	background-repeat: no-repeat;
	background-position: 580px bottom;
}

#mainContent4{
	background-image: url(images/flower3.png);
	background-repeat: no-repeat;
	background-position: 610px bottom;
}

#mainContent5 {
	background-image: url(images/hive.png);
	background-repeat: no-repeat;
	background-position: 610px center;
}

#mainContent6 {
	background-image: url(images/leaves.png);
	background-repeat: no-repeat;
	background-position: 610px;
}

#mainContent7 {
	background-image: url(images/flower2.png);
	background-repeat: no-repeat;
	background-position: 610px center;
}

#mainContent8 {
	background-image: url(images/leaves.png);
	background-repeat: no-repeat;
	background-position: 610px;
}

.mainHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #526C4D;
	text-align: left;
	display: block;
}
.mainSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #5F3C13;
	display: block;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	color: #526C4D;
	width: 600px;
}

.bodyText a{
	color: #960;
	text-decoration:none;
}

.bodyText a:hover{
	color: #633;
	text-decoration:underline;
}

#contentHolder {
	width: 600px;
	float: left;
	padding-left: 85px;
}

#contentHolder2 {
	width: 900px;
	float: left;
	padding-left: 85px;
}

#siteMap {
	padding-left: 60px;
	height: 20px;
	line-height: 22px;
	text-align: center;
}
#rightNav {
	float: right;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-image: url(images/navTXover.png);
	margin-right:15px;
}

#productMenu {
	padding: 0;
	margin: 0;
	position:relative;
}

#productMenu a {
	color:#eee;
	text-decoration:none;
	text-align: center;
	line-height:24px;
	display:block;
	float:left;
	height:26px;
	line-height:26px;
	width:150px;
	padding: 0px 25px 0px 25px;
}

#productMenu a:hover {
	color:#eee;
	text-decoration:none;
	background-image: url(images/navTX.png);
}
#productHolder {
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.product {
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.productID {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color: #630;
	text-align: center;
}
.spacer {
	width: 30px;
	float: left;
}
#rightBar {
	float: left;
	width: 280px;
}
#getSocial {
	padding-top: 12px;
	padding-right: 50px;
	float: right;
}
