div.boundingBox {
  min-height: 580px;
}

td.mainContainer {
  background: url('/images/design/mainsiteBg.png') #e3e3e3;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20px;
}
td.shadeLeft { width: 5px; background: url('/images/design/shadeLeft.gif'); }
td.shadeRight { width: 5px; background: url('/images/design/shadeRight.gif'); }
td.logoBox {
  width: 160px;
}

td.menuBox {
  width: 440px;
  letter-spacing: 1px;
  vertical-align: bottom;
  padding-left: 20px;
}
div.menuBox {
  font-size: 11px;
  padding: 5px;
  background: #f5d7c8;  
}
td.searchBox, td.cartBox {
 letter-spacing: 1px;
 vertical-align: bottom;
}
div.searchBox {
  width: 130px;
  padding-left: 5px; padding-right: 5px;
  padding-top: 1px;
  height: 24px;
  background: url('images/design/searchBoxBg.gif') #f5d7c8 no-repeat;
}
div.searchBox input {
  border: 0px;
}
div.cartBox {
  text-align: right;
  width: 175px;
  padding-top: 5px;
  padding-right: 10px;
  height: 20px;
  background: #f5d7c8;
  line-height: 13px;
  font-size: 11px;
}
div.cartBox a {
  color: black;
  font-weight: normal;
  text-decoration: none;
}

div.shoppingCartPopup
{
  background-color: #fe1e1e1;
  width:600px;
  border:1px #a1a1a1 solid;
  padding:5px;
  font-size:11px;
  position: absolute;
  left: 50%;
  top: 100px;
  color: #616161;
  text-align: left;
  margin-left: -300px;
}

div.contentBox {
  background: white;
  padding: 5px;
}
div.contentBox a {
  margin-top: -30px;margin-right: 6px;
  float: right;
  width:75px;
  display: block;
  background: #e1e1e1;
  font-weight: bold;
  padding: 3px;
  border: solid 1px #efefef;
}
