	*								{ margin: 0; padding: 0; }
.navigTD {
	height: 30px;
	background-color: #FFFFFF;
}
.navigTD:hover {
	background-color: #BAFF56;
}

body							{ font-family: "Lucida Grande", Arial, Sans-Serif; background: #222; }

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

h2								{ font-family: Georgia, Serif; font-size: 36px; text-align: center; 
								  font-weight: normal; }
h3								{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px; color:#006600;}
h4								{ font-family: Helvetica, Sans-Serif; font-weight:bold; font-size: 14px; padding-left: 20px; padding-top: 10px; padding-bottom: 0px; color: #006600; }

.strawberryCaption	{ font-family: Helvetica, Sans-Serif; font-weight:bold; font-size: 14px; padding-left: 5px; padding-top: 6px; padding-bottom: 6px; color: #006600; }

a.product {
	font-family: Helvetica, Sans-Serif;
	font-weight:bold;
	font-size: 14px;
	font-style: normal;
	padding-left: -10px; 
	padding-top: 10px; 
	padding-bottom: 0px; 
	color: #006600;
	text-decoration:none
}
a.product:link {
	font-family: Helvetica, Sans-Serif;
	font-weight:bold;
	font-size: 14px;
	font-style: normal;
	padding-left: 0px; 
	padding-top: 10px; 
	padding-bottom: 0px; 
	color: #006600;
	text-decoration:none
}
a.product:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
	background:url(/images/grey_bg.gif) repeat-x #006600;
	color:#488400;
	padding: 4px;
}

a.strawberry {
	font-family: Arial;
	font-weight:normal;
	font-size: 12px;
	font-style: normal;
	color: #006600;
	text-decoration:none
}
a.strawberry:link {
	font-family: Arial;
	font-weight:normal;
	font-size: 12px;
	font-style: normal;
	padding-left: 15px; 
	color: #006600;
	text-decoration:none
}
a.strawberry:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
	color:#488400;
}


#page-wrap						{
	background: white;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#slider							{
	background: white url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	height: 227px;
	overflow: hidden;
	position: relative;
	margin: 30px 0;
	background-image: url(/images/slider-bggr.jpg);
}
								  
                                								  
#mover							{ width: 2880px; position: relative; }

.slide							{ padding: 40px 30px; width: 900px; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px;
								  color: #006600; }
.slide p						{ color: #999; font-size: 12px; line-height: 22px; width: 300px; }
.slide img						{ position: absolute; top: 20px; left: 400px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #006600; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }

#menu-container						{
	width: 920px;
	background: #baff56;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}



ul{
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul li{
	border:1px solid #3s6211;
	display:inline-block;
	float:left;
	height:25px;
	list-style-type:none;
	overflow:hidden;
	padding-right: 1px;
	padding-left: 0px;
}

ul li a, ul li a:hover, 
ul li a:visited{
	text-decoration:none;
}

.normalMenu, .normalMenu:visited,
.hoverMenu, .hoverMenu:visited,
.selectedMenu,.selectedMenu:visited {
	outline:none;
	padding:5px 10px;
	display:block;
}

.hoverMenu,.hoverMenu:visited,
.selectedMenu,.selectedMenu:visited {
	margin-top:-25px;
	background:url(/images/grey_bg.gif) repeat-x #488400;
	color:#127712;
}

.selectedMenu,.selectedMenu:visited {
	margin:0;
}

.normalMenu, .normalMenu:visited{
	color:white;
	background:url(/images/dark_bg.gif) repeat-x #75c822;
}


.homeGreenCaption{
	padding-left: 0px;
	color:#006600;
	font-weight:bold;
}

.homeWhiteText{
	color: #fff; 
	font-size: 12px; 
	line-height: 18px; 
	width: 265px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

.homeWhiteCaption{
	padding-left: 20px;
	color:white;
	font-weight:bold;
}

.note {
   position:relative;
   width:265px;
   top:0px;
   vertical-align:top;
   padding:1em 1.5em;
   color:#fff;
   background:#97C02F;
}

.note:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 16px 16px 0;
   border-style:solid;
   border-color:#fff #fff #658E15 #658E15;
   background:#658E15;
   -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   display:block; width:0; 
}

.note.rounded {
   -webkit-border-radius:5px 0 5px 5px;
   -moz-border-radius:5px 0 5px 5px;
   border-radius:5px 0 5px 5px;
}

.note.rounded:before {
   border-width:8px;
   border-color:#fff #fff transparent transparent;
   -webkit-border-bottom-left-radius:5px;
   -moz-border-radius:0 0 0 5px;
   border-radius:0 0 0 5px;
}


.homeGreyText{
	color: #666666; 
	font-size: 12px; 
	line-height: 22px; 
	width: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
}

.innerText{
	color: #666666; 
	font-size: 12px; 
	line-height: 22px; 
	padding-top: 10px;
	padding-left: 20px;
}

.GreyText{
	color: #666666; 
	font-size: 12px; 
}

.innerPara{
	color: #666666; 
	font-size: 12px; 
	line-height: 22px; 
	text-indent:30px;
	padding-top: 10px;
}

.footer_left {
   font-size: 12px; 
   position:relative;
   margin-top:20px;
   top:-300px;
   padding-top:5px;
   padding-left:10px;
   vertical-align:top;
   color:#999;
   float:left;
   overflow:hidden;
}

.footer_right {
   font-size: 12px; 
   position:relative;
   padding-top:0px;
   padding-right:10px;
   vertical-align:top;
   color:#999;
   float:right;
   overflow:hidden;
}


