.home_menu ul{
  margin: 0px;
  padding: 0px;
  float: left;
  margin-left: 10px;
}

.home_menu ul li {
  margin-bottom:0;
  margin-top:0;
  padding-bottom:3px;
  padding-left:0;
  width:305px;
  list-style: none;
}

.home_menu ul li a {
  background-color:#BAA3AB;
  color:white;
  display:block;
  font-size:14px;
  font-weight:bold;
  height:1%;
  margin-bottom:0;
  margin-left:0;
  margin-top:0;
  padding:5px 0 4px 18px;
  text-decoration:none;
  text-transform: uppercase;
}

.slideshow{
  float: left;
  width: 605px;
  height: 165px;
  margin-left: 10px;
  position: relative;
  
}

.slideshow #slideshowCaptionText{
  position: absolute;
  top: 10px;
  left: 20px;
  z-index:11;
  color: white;
  font-size: 28px;
  width: 130px;
  line-height: 28px;
}

.organic_sign{
  position: absolute;
  top: 50px;
  left: 240px;
  background-image: url(/UserFiles/images/60_organic.png);
  width: 125px;
  height: 80px;
  z-index: 10;
}

.home_bottom_menu a{
  text-decoration: none!important;
}

.home_bottom_menu{
  margin-top: 20px;
}

.home_bottom_menu div{
  float: left;
  margin-right: 8px;
}

.home_bottom_menu .recipes{
  width: 126px;
  height: 203px;
  background-color: #d38900;
  position: relative;
  border: 1px solid #716558;
  float: left;
  margin-top: 0px;
  margin-left: 10px;
}

.home_bottom_menu .recipes img{
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.home_bottom_menu .recipes .link_text{
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 18px;
  width: 110px;
  font-weight: normal;
  text-shadow: 0.1em 0.1em 0.2em black;
  line-height: 15px;
  text-decoration: none;
  color: white;
}

.home_bottom_menu .did_you_know{
  width: 170px;
  height: 238px;
  background-color: #fff;
  position: relative;
  border: 1px solid #716558;
  float: left;
}

.home_bottom_menu .did_you_know img{
  position: absolute;
  top: 15px;
  left: 15px;
}

.home_bottom_menu .did_you_know .link_text {
  position: absolute;
  bottom: 5px;
  left: 15px;
  width: 140px;
  line-height: 13px;
  font-size: 12px;
}

.home_bottom_menu .newsletter{
  background-color: #556293;
  width: 126px;
  height: 126px;
  border: 1px solid #716558;
  cursor: pointer;
  float: left;
}

.home_bottom_menu .newsletter a{
  color: white;
  width: 94px;
  display: block;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 7px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.home_bottom_menu .our_history{
  width: 126px;
  height: 161px;
  float: left;
  background-color: #bc2924;
  position: relative;
}

.home_bottom_menu .our_history img{
  position: absolute;
  top: 10px;
  left: 10px;
}

.home_bottom_menu .our_history a span.link_text{
  position: absolute;
  top: 80px;
  left: 10px;
  color: white;
  width: 115px;
  font-size: 13px;
}

.home_bottom_menu .our_history a span.title_link_text{
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: 10px;
  font-size: 19px;
  color: white;
}

.retailers{
  background-color: #9b8578;
  width: 330px;
  height: 236px;
  float: left;
  border: 1px solid #b9a4ab;
  margin-right: 0px;
}

.retailers .link_text{
  padding: 30px;
  font-size: 37px;
  display: block;
  width: 270px;
  line-height: 27px;
  color: white;
  text-decoration: none;
}


