/* Content Column Area */
#contentCol {
  width: 689px;
}

/* Top Area */
#top_images {
  width: 689px;
}
#top_center_repeat {
  width:225px;
}

/* Content Area*/
#content {
  width: 640px;
}
#content_main {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  text-decoration: none;

  width: 640px;
}
#content_scroll {
  height: 400px;
  min-height: 400px;
  margin-top:0px;
}

#content_header {
  font-size: 18px;
  color: #8CBD01;
  
  text-transform: lowercase;

  width: 452px;
  height: 10px;

  position: absolute;
  margin-top: 15px;
}
#content_subnav {
  font-size: 10px;
  color: #888888;

  height: 10px;

  position: absolute;
  margin-top: 25px;
}
#content_subnav a {
  text-decoration: none;
  font-size: 11px;
  color: #B7B7B7;
}

hr.green {
  color: #D1D1D1;
  background-color: #8CBD01;
  border-style: solid;
  border: 0px;

  height: 1px;
}
/* for the more less expander */
.moreHideShow {
  color: #BDB888;
}

/* Content Area Images*/
#tagLine {
  left:456px;

}
/* mini bottle */
#tagLine img {
  left:-180px;
}
#tagLine div.miniBtl {
  height:110px;
  width:100px;
  position: relative;

  top: -44px;
  left: 90px;
  z-index: 1;
}

#bottle {
  background-image:url("../site_images/wide_right_shadow.png"); 
  background-repeat: no-repeat;

  left:640px;
  width: 50px;
}

/* Center Bottom */
#center_bottom {
  width: 690px;
}
#bottom_left_repeat {
  width:456px;
}

/* to override bottle shadow */
#feature_bottom_right {
  background-image:url(../site_images/feature_bttm_right_blank.png);
  background-repeat:no-repeat;
}