body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
  text-align: center;
  background-color: #007DA7;
  background-image: url(pagebg.jpg);
  background-attachment: scroll;
  background-repeat: repeat;
  background-position: left top;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #6F543C;
  line-height: 140%;
}
 
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
  margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
  color:#FAF7EE;
  text-decoration: none;
}
a:hover, a:active {
  color: #C38633;
  text-decoration: underline;
}

div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

.button {
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none !important;
  background-color: #E6D2AE;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #F9F8F3;
  border-right-color: #828177;
  border-bottom-color: #828177;
  border-left-color: #F9F8F3;
}

.button:hover {
  background-color: #EEE1CA;
}
a.button:link    {
  color: #6F543C !important;
}
a.button:hover    {
}
input, select {
  background-color: #E6D2AE;
}


#cart-total .button {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 9px;
  margin-left: 20px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
  width: 900px;
  text-align: left;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

#top, #bar, #main, #footer {

}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
  padding: 0px;
  height: 187px;
  background-attachment: scroll;
  background-image: url(catheader1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
#storename  img {
  float: left;
  margin-top: 20px;
  margin-left: 170px;
  display: inline;
}


  #search {
  width: 250px;
  float: right;
  font-size: 11px;
  color: #333333;
  margin-top: 4px;
  height: 40px;
  }
    #search input {
  border: none;
  text-transform: uppercase;
  width: 65px;
  color: #333333;
  background-attachment: scroll;
  background-image: url(search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  height: 40px;
    }
#search input:hover {
  background-attachment: scroll;
  background-image: url(searchhover.png);
  background-repeat: no-repeat;
  background-position: center center;
}

    #search label input {
  width: 175px;
  background-color: #E6D2AE;
  background-image: none;
  height: 16px;
  margin-top: 0px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #828177;
  border-right-color: #F9F8F3;
  border-bottom-color: #F9F8F3;
  border-left-color: #828177;
  margin-bottom: 10px;
    }
#search label input:hover {
  background-image: none;
}
  
  #top h1 {
    font-size: 35px;
  }

/* ----------------------------------- */
/* BAR
/* ----------------------------------- */
#bar {
  line-height: 35px;
  height: 35px;
  clear: both;
  padding-top: 0px;
  padding-right: 52px;
  padding-bottom: 0px;
  padding-left: 30px;
}
  
  #menu {
  float: left;
  line-height: 35px;
  text-align: left;
  color: #F9F2EA;
  width: 500px;
  padding-top: 6px;
  padding-left: 20px;
  font-size: 12px;
  }
#menu  a:link, #menu a:visited {
  margin: 0 7px;
  color: #F9F2EA;
  font-weight: bold;
    }
#menu a:hover, #menu a:active {
  color: #F1DB96;
  text-decoration: none;
}
/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#main {
  padding-top: 10px;
  background-color: #FFFFFF;
  background-repeat: repeat-y;
  padding-right: 0px;
  padding-left: 0px;
  background-attachment: scroll;
  background-image: url(mainbg.jpg);
  background-position: center top;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: #929EAE;
}
  #content {
  width: 540px;
  float: right;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  display: inline;
  margin-right: 50px;
  }
    #content h2 {
      font-size: 21px;
    }
    #content h3, p.price {
      font-size: 16px;
      font-weight: bold;
    }
    
    #banner, #welcome, #featured {
      margin-bottom: 30px;
    }
    
    #crumb {
      font-weight: bold;
      margin-bottom: 25px;
      font-size: 11px;
    }
#featured {
  background-attachment: scroll;
  background-image: url(featured.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 70px;
  margin-top: 20px;
}

    
    #pagination {
      text-align: center;
      height: 20px;
    }
      #pagination a#prev {
        float: left;
      }
      #pagination a#next {
        float: right;
      }
    
    /* Category Page */
    #products td {
  text-align: center;
  font-weight: bold;
  width: 33%;
  vertical-align: top;
  background-attachment: scroll;
  background-image: url(tdbg.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #F0EEE1;
  border-right-color: #828177;
  border-bottom-color: #828177;
  border-left-color: #F0EEE1;
    }
#products p {
  color: #FAF7EE;
}

    #products td .button a {
  color: #6F543C !important;
}

      #products td h3 {
        margin-bottom: 3px;
        font-size: 12px;
      }
      #products td p {
  margin: 0;
  color: #FAF7EE;
      }
      #products td p img {
        vertical-align: middle;
        margin-left: 10px;
      }
    
    /* Product page */
    #photos {
  width: 290px;
  float: right;
  margin-left: 30px;
  display: inline;
  text-align: center;
    }
      #photos img {
  margin-bottom: 10px;
      }
      #photo-thumbs {
        text-align: center;
      }
      #photo-thumbs img {
  margin: 5px;
  vertical-align: middle;
      }
    
    /* Cart page */
    .cart-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom-width: thin;
  border-bottom-style: dashed;
  border-bottom-color: #333333;
      
    }
#promo {
  background-attachment: scroll;
  background-image: url(promo.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 70px;
}
#announce {
  margin-top: 16px;
  margin-bottom: 36px;
}
      .cart-item img {
        height: 70px;
        float: left;
        margin-right: 15px;
        display: inline;
      }
      .cart-item h3, .cart-item p {
        margin-bottom: 4px;
      }
    
    #cart-total {
      padding: 15px;
      text-align: center;
    }
      #cart-total strong {
        font-size: 21px;
      }
      #cart-total img {
        vertical-align: middle;
        margin-left: 20px;
      }
    
    p#google-checkout {
      text-align: center;
    }
    p#google-checkout img {
      display: block;
      margin: 0 auto;
    }
    
    p#update-cart {
      font-weight: bold;
      font-size: 14px;
    }

.productOption {
  margin-bottom: 10px;
}
#login {
  margin-top: 60px;
  margin-bottom: 0px;
  text-align: center;
  color: #FAF7EE;
  width: 150px;
  float: right;
  font-size: 12px;
  display: inline;
  margin-right: 26px;
}
#login  a:link, #login a:visited {
  color: #FAF7EE;
}
#login  a:hover, #login a:active {
   color: #F1DB96;
  text-decoration: none;
}
#login img {
  margin-top: 4px;
}
#side img {
  margin-top: 10px;
  margin-bottom: 10px;
}
    
      
  /* Common to all pages */
  #side {
  width: 200px;
  float: left;
  height: auto;
  padding-left: 12px;
  padding-top: 0px;
  margin-left: 40px;
  display: inline;
  }


    #side h2 {
      font-size: 14px;
    }
    #side li {
  padding-left: 10px;
  font-size: 14px;
  list-style-type: none;
  margin-bottom: 6px;
    }
#side li:hover {

}
#side  li  a:link, #side li a:visited {
  text-decoration: none;
  color: #6F543C;
      }
#side li a:hover, #side li a:active {
  color: #C38633;
}
    
    #side li li {
  font-size: 11px;
  padding: 0;
  background: none;
  font-weight: normal;
  margin: 0 0 0 10px;
    }
#side  li  li:hover {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
    .sidebox {
   
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul {
  margin-bottom: 20px;
}
ul ul {
  margin: 0px;
}

#textbox {
  margin-top: 20px;
  margin-bottom: 20px;
}
#emailsub_wrapper {
  text-align: center;
}
#footer {
  background-color: #929EAE;
  padding-bottom: 0px;
  line-height: 200%;
}




#copyright {
  padding-top: 0px;
  padding-bottom: 0px;
}

#copyright p {
  font-size: 12px;
  color: #333333;
}
#copyright a {
  color: #333333;
}
#myebay {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px;
}




