
.shadow {
  display: block;
  margin: 0 0 -23px 2px;
  color: black; }























body {
  background: #000 url(/images/body-background.jpg);
  color: white;
  font-family: Georgia;
  font-size: 14px; }

#drop-shadow {
  background: transparent url(/images/shadows/left-and-right.png) repeat-y top;
  width: 100%; }

#wrapper {
  background: #000 url(/images/header-background.jpg) no-repeat top;
  width: 863px;
  padding-left: 43px;
  padding-right: 43px;
  padding-top: 64px;
  
  margin: 0 auto;
  position: relative; }
  #wrapper h1 {
    background: transparent url(/images/logo.gif) no-repeat top;
    height: 226px;
    margin-bottom: 38px;
    text-indent: -9999px; }
  #wrapper h2 {
    font-size: 26px;
    
    letter-spacing: 2px;
    margin-bottom: 23px;
    text-align: right; }
    #wrapper h2.product {
      text-align: center; }
  #wrapper h3 {
    font-weight: bold; }
  #wrapper p {
    color: #E6E6E6;
    margin-bottom: 21px; }
  #wrapper ul#navigation {
    border-bottom: 1px solid white;
    height: 19px;
    list-style-type: none;
    margin: 0 auto 48px auto;
    padding-bottom: 7px; }
    #wrapper ul#navigation li {
      float: left;
      letter-spacing: 1px;
      margin-left: 10px;
      margin-right: 9px;
      
      position: relative; }
      #wrapper ul#navigation li a {
        color: white;
        font-size: 16px;
        text-decoration: none; }
      #wrapper ul#navigation li ul {
        display: block;
        left: -15px;
        list-style-type: none;
        position: absolute;
        top: 36px;
        width: 500px; }
        #wrapper ul#navigation li ul li {
          float: left;
          margin-left: 3px; }
  #wrapper #catalog {
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    width: 100%; }
    #wrapper #catalog img {
      float: left; }
    #wrapper #catalog #browse-catalog {
      top: 203px; }
    #wrapper #catalog #download-catalog {
      top: 113px; }
    #wrapper #catalog #browse-catalog, #wrapper #catalog #download-catalog {
      left: 454px;
      position: absolute; }
  #wrapper #footer {
    background: transparent url(/images/footer-ornate.gif) no-repeat 50% 90%;
    border-top: 1px solid white;
    padding-bottom: 120px;
    padding-top: 18px;
    
    overflow: hidden;
    width: 100%; }
    #wrapper #footer p, #wrapper #footer .vcard {
      color: #999; }
    #wrapper #footer .hr {
      border-top: 1px solid white;
      float: left;
      height: 1px;
      width: 100%; }
    #wrapper #footer #ordering-and-shipping {
      float: left;
      margin-right: 108px;
      width: 519px; }
    #wrapper #footer .vcard {
      float: left;
      width: 200px; }
      #wrapper #footer .vcard a {
        color: white;
        text-decoration: none; }
      #wrapper #footer .vcard .country-name {
        display: none; }
      #wrapper #footer .vcard .tel {
        display: block; }
      #wrapper #footer .vcard .email a {
        color: #999; }
  #wrapper #promotion {
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%; }
    #wrapper #promotion img {
      width: 520px;
      float: right; }
    #wrapper #promotion #selling-points {
      float: right;
      margin-right: 8px;
      margin-top: 8px;
      
      width: 334px; }




#products {
  margin-top: 92px; }
  #products .categorized-products {
    margin-bottom: 16px;
    overflow: hidden;
    width: 100%; }
  #products div.product {
    float: left;
    margin: 0 25px 15px 25px;
    width: 237px; }
    #products div.product h4 {
      font-size: 24px;
      font-weight: bold; }
    #products div.product p {
      font-size: 12px;
      margin-bottom: 0; }
    #products div.product h4, #products div.product p {
      clear: left;
      color: #333;
      text-align: right; }
    #products div.product .header {
      background-color: white;
      overflow: hidden;
      padding: 11px 11px 0 11px;
      position: relative;
      width: 215px; }
      #products div.product .header .thumbnails {
        position: absolute;
        bottom: 0; }
