body {
  background-color: #666666;
  font-family: Helvetica, Arial;
  font-size: 14px;
  margin: 0px;
}


/*
* Header band and realted
*/

#header-bg {
  background-image: url('header_bg.gif');
  height: 161px;
  width: 100%;
}

#logo img {
  float: left;
  top: 0px;
  left: 0px;
  border: 0;
}

#feature-product img {
  float: left;
  border: 1px solid #91a49c;
  padding: 1px;
  margin-left: 23px;
  margin-top: 28px;
}


/*
* Layout specific
*/

#page-area { 
  width:820px;
  background-color: white;
  border: 7px solid #003920;
}

#page-area #inner1{
  border: 1px #91a49c solid;
}

#page-area #inner2 {
  border: 4px #ffffff solid;
}

#main-area {
  display: table;
  height: 100%;
  width: 100%;
}

#content-area {
  float: left;
  display: block;
  width: 570px;
  padding-top: 10px;
  padding-left: 30px;
}

#text-area-1 {
  width: 560px;
  padding-bottom: 20px;
}

#text-area-2 {
  padding: 20px 0px 10px 0px;
}


/*
* Top menu and related
*/

#top-menu-area {
  display: block;
  background-color: #003921;
  border-top: 4px solid #940008;
  height: 36px;
  width: 100%;
}

#top-menu-area a {
  text-decoration: none;
  float: left;
  padding: 12px 25px 9px 25px;
  border-right: 2px solid white;
  color: white;
  font-size: 14px;    
}

#top-menu-area a:hover {
  background-color: #940008;
}


/*
* Side menu and related
*/

#side-menu-area {
  float: left;
  display:block;
  width: 180px;
}

#side-menu-area .header {
  width: 160px;
  background-color: #003921;
  color: white;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 6px;
}

.side-menu-area {
  display: inline;
}

.side-menu-item a {
  display: block;
  width:120px;
  border-top: 1px solid black;
  padding: 7px 25px 5px 20px;
  background-color: white;
  color: #003921;
  text-decoration: none;
  font-size: 12px;
}

.side-menu-item a:hover {
  border-left: 10px solid #940008;
  padding-left: 10px;
}


/*
* Footer band and related
*/

#footer-area {
  width: 820px;
  vertical-align: middle;
}

#subscription-box {
  float: left;
}
#subscription-box #subscribe {
  padding-top: 10px;
}

#subscription-box #unsubscribe {
  padding-left: 150px;
}

#endorsement {
  float: right;
}


/*
 * Misc.
 */

img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#shop-img img {
  float: right;
  margin: 5px;
}


/*
* Product display and related
*/

.product-box {
  display: inline;
}

.product-box .text {
  float: left;
  width: 410px;
  font-size: 14px;
  color: #333333;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 5px;
}

.product-title {
  font-size: 15px;
  color: black;
  font-weight: bold;
  padding-bottom: 14px;
}

.product-box a {
  display: block;
  width: 560px;
  border: 1px solid #333333;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px;
  text-decoration: none;
}

.product-box a:hover {
  border: 1px solid #940008;
  cursor: pointer;
}

.product-box a img {
  float: left;
}

.product-detail-box {
  display: block;
  width: 560px;
  border: 1px solid #333333;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px;
  text-decoration: none;
}


/*
* Text presentation 
*/

.section-header {
  font-size: 20px;
  color: #940008;
  padding: 5px 0px 10px;
}

.sold {
  color: #940008;
}

.on-hold {
  color: #0066CC;
}

