body {
  background: #000;
  margin: 0;
  padding: 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
}

a {
  outline: none;
}

a:link, a:active, a:visited {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #572925;
  text-decoration: none;
}

a img {
  border: 0 !important;
}


h1 {
  font-size: 22px;
}

.nogaps {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 20px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}

#container {
  width: 999px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 0px;
}

#header {
  width: 999px;
  height: 190px;
  background: url('../../images/h1.jpg') top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

#logo {
  width: 320px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 122px;
  left: 315px;
  z-index: 0;
}

#logo a {
  display: block;
  width: 320px;
  height: 55px;
  text-decoration: none;
}

#logo span {
  display: none;
}

#nav {
  width: 999px;
  height: 71px;
  background: url('../../images/h2.jpg') top left no-repeat;
  position: absolute;
  top: 190px;
  z-index: 3;
}

#nav span {
  display:none;
}


#nav ul {
  height: 45px;
  position: absolute;
  top: 2px;
  left: 118px;
}

#nav ul li {
  float: left;
  cursor: pointer;
}

#nav ul li a {
  display: block;
  overflow: hidden;
}

#nav ul li a:hover {
  background-position: 0 -45px;
}

#home a {
  width: 75px;
  background: url('../../images/home.jpg') top left no-repeat;
  height: 45px;
}

#shop a {
  width: 94px;
  height: 45px;
  background: url('../../images/shop.jpg') top left no-repeat;
}

#gallery a {
  width: 122px;
  height: 45px;
  background: url('../../images/gallery.jpg') top left no-repeat;
}

#examples a {
  width: 122px;
  height: 49px;
  background: url('../../images/examples.jpg') top left no-repeat;
}

#blog {
  margin-left: 187px;
}

#blog a {
  width: 79px;
  height: 45px;
  background: url('../../images/blog.jpg') top left no-repeat;
}

#about a {
  width: 123px;
  height: 45px;
  background: url('../../images/about.jpg') top left no-repeat;
}

#about ul {
  left: 505px;
}

#story a {
  width: 123px;
  height: 49px;
  background: url('../../images/mystory.jpg') top left no-repeat;
}

#testimonials a {
  width: 123px;
  height: 47px;
  background: url('../../images/testimonials.jpg') top left no-repeat;
}

#terms a {
  width: 123px;
  height: 47px;
  background: url('../../images/terms.jpg') top left no-repeat;
}

#contact a {
  width: 92px;
  height: 45px;
  background: url('../../images/contact.jpg') top left no-repeat;
}


#nav ul li ul {
  display: none;
  position: absolute;
  top: 45px;
}

#nav ul li:hover ul {
  display: block;
  width: 122px;
  height: 49px;
  margin-left: 50px;
}

#nav ul li ul li {
  float: left;
  margin: 0;
}

#nav ul li a.current {
  background-position: 0 -90px;
}

#testimonials a.current, #terms a.current {
  background-position: 0 -94px !important;
}

#examples a.current, #story a.current {
  background-position: 0 -98px !important;
}

#home a.current:hover, #shop a.current:hover, #gallery a.current:hover, #about a.current:hover, #contact a.current:hover {
  background-position: 0 -45px !important;
}

#examples a:hover, #story a:hover {
  background-position: 0 -49px !important;
}

#examples a.current:hover, #story a.current:hover {
  background-position: 0 -49px !important;
}

#testimonials a:hover, #terms a:hover {
  background-position: 0 -47px !important;
}

#testimonials a.current:hover, #terms a.current:hover {
  background-position: 0 -47px !important;
}

#content {
  width: 779px;
  height: auto;
  background: #9a7627 url('../../images/h3.jpg') top left no-repeat;
  padding: 0px 110px;
  position: absolute;
  top: 261px;
}

.contentbox {
  height: auto;
  padding: 5px;
  float: left;
}

#top, #bottom {
  width: 769px;
}

#bottom {
  margin-top: 15px;
  padding: 0;
}


#left {
  border: 1px solid #693b05;
  background: url('../../images/ml-bg.jpg') top left no-repeat;
  padding: 10px 10px 8px 10px;
  width: 316px;
  height: 166px;
}

#right {
  width: 410px;
  margin-left: 15px;
}

#footer {
  width: 779px;
  height: 75px;
  font-size: 12px;
  text-align: center;
  padding-top:10px;
  color: #000;
  clear: both;
}

#footer ul {
  width: 335px;
  margin-top: 10px;
}

#footer li {
  display: block;
  padding-right: 15px;
  float: left;
}

#footer li a:link, #footer li a:active, #footer li a:visited {
  font-size: 12px;
  color: #eee;
  text-decoration: none;
}

#footer li a:hover {
  text-decoration: underline;
}

.imgright, .imgbox, .imgleft {
  background-color: #6d4507;
  height: auto;
  float: right;
}

.imgright img, .imgbox img, .imgleft img {
  margin: 3px;
}

.imgleft {
  float: left !important;
}

.lefttext {
  display: block;
  width: 490px;
}

.imgbox {
  height: 306px;
  margin-right: 30px;
  float: left;
}

.imgboxbig {
    text-align: center;
}

.imgboxbig img {
  padding: 3px;
}

.imgtitle {
  font-size: 14px;
  margin-bottom: 1px;
}

.imgdesc {
  margin-top: 1px;
  font-size: 10px;
}

.last {
  margin-right: 0;
}

.inv {
  display: none;
}

ul.quote {
  font-size: 18px;
}

.author {
  font-size: 12px;
  font-style: italic;
  color: #572925;
  margin-bottom: 15px;
}

.right {
  display: block;
  clear: right;
  width: 250px;
  float: right !important;
}

.under {
  clear: both;
}

.hor {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1px;
  width: 75%;
  background: url('../../images/hr.jpg') repeat-x left;
}

ul.terms {
  display: block;
  padding: 5px;
  width: 350px;
  height: auto;
  border: 2px solid #6d4507;
}

.spyda {
  width: 100%;
  height: 50px;
  font-size: 12px;
  float: left;
  clear: both;
}

.spyda a {
  outline: none;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.spyda img {
  border: none;
}

.bpad {
  padding-bottom: 5px;
  float: left;
}

.cleft {
  width: 320px;
  float: left;
}

.cright {
  width: 380px;
  margin-left: 20px;
  float: left;
}

input, textarea {
  display: block;
  border: 1px solid #000;
  width: 320px;
  height: 30px;
  padding-top: 4px;
  padding-left: 5px;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif, Verdana, Arial;
  font-weight: bold;
  font-size: 20px;
  color: #956f1f;
}

textarea {
  display: block;
  width: 400px;
  height: 300px;
}

.submit {
  display: block;
  height: 36px;
  width: 150px;
  background: #eee;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
}

.label {
  display: block;
  width: 318px;
  height: 142px;
  padding: 3px;
  border: 1px solid #000;
  font-size: 14px;
  color: #956f1f;
  background: #fff;
  cursor: default;
}

label {
  display: none;
}

label.show {
  display: block;
  margin-top: 6px;
  margin-right: 5px;
  font-size: 18px;
  float: left;
}


.smlink {
  font-size: 14px !important;
}

.ebay {
  display: none !important;
}

.ebayimg {
  width: 150px;
  height: 52px;
  border: 0;
}

.w3c {
  width:100%;
  margin-top: 10px;
  clear: both;
  float: left;
}

.w3c a:link, .w3c a:active, .w3c a:visited {
  font-size: 10px;
  color: #eee;
  text-decoration: none;
}

.w3c a:hover {
  color: #cecece;
}

span.up {
  position: relative;
  top: -10px;
}

.price {
  font-size: 18px;
}

.ital {
  font-style: italic;
}

tr.heading, tr.footer {
  background: #e3e3e3;
}


tr.heading td {
  padding: 4px;
}

tr td {
  border: 1px solid #000;
  text-align: center;
}

#paypaltb, #paypaltb tr, #paypaltb td {
  border: 0 !important;
  text-align: left;
}

.show {
  display: block;
}

span.left, span.right {
  display: block;
  width: 50%;
  height: 50px;
  float: left;
}

span.right {
  float: right;
}

input.sm {
  width: 25px;
  height: 25px;
  background-color: transparent;
}


