body {
  margin: 0;
  padding: 0;
  background: #3e231c;
  font-family: arial, verdana, helvetica, tahoma, sans-serif;
  font-size: 80%;
  color: #cccccc;
  height: 100%; }

a {
  color: #999999;
  text-decoration: none; }
  a:hover {
    color: #cc3366;
    text-decoration: none; }

#container {
  margin: 0 auto;
  padding: 0;
  width: 760px;
  background: white; }
  #container table#cart {
    float: right;
    color: black; }
    #container table#cart img, #container table#cart img a {
      border: none; }
    #container table#cart a {
      border: none; }

#header {
  width: 740px;
  height: 75px;
  background: white;
  padding: 0px 10px; }
  #header h1 {
    padding: 0;
    margin: 0;
    color: #a0522e;
    font-size: 300%;
    letter-spacing: -3px;
    font-family: helvetica, arial, verdana, tahoma, sans-serif;
    text-align: left;
    padding-top: 27px;
    margin-bottom: -10px; }
  #header h2 {
    padding: 0;
    margin: 0;
    color: #aaaaaa;
    font-size: 200%;
    letter-spacing: -2px;
    font-family: helvetica, arial, verdana, tahoma, sans-serif;
    text-align: left; }

#menu {
  width: 760px;
  height: 34px;
  background: #a0522e;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto; }

#navcontainer ul {
  color: white; }
  #navcontainer ul li {
    float: left; }
    #navcontainer ul li img {
      padding-left: 10px; }
    #navcontainer ul li a {
      border: none; }
  #navcontainer ul li.anchor {
    padding: 0 0 0 0; }
  #navcontainer ul li.searchbox {
    width: 500px; }
  #navcontainer ul .search {
    width: 495px; }
  #navcontainer ul li.leftfill {
    padding: 4px 5px 0 50px; }
  #navcontainer ul li.rightfill {
    padding-left: 5px; }
    #navcontainer ul li.rightfill a {
      padding: 6px 15px;
      color: #cccccc;
      text-decoration: none;
      float: left;
      border-left: 1px solid #5d5d5d; }
      #navcontainer ul li.rightfill a:hover {
        background: #aaaaaa;
        color: black; }

ul.paths {
  width: 100%;
  clear: both; }
  ul.paths li.path {
    clear: both;
    display: block; }
    ul.paths li.path a {
      background: #3355bf;
      color: #dddddd;
      font-size: 120%;
      padding: 20px;
      margin: 20px;
      border: 1px solid #095dfe;
      clear: both;
      display: block; }
      ul.paths li.path a:hover {
        background: #356ffc;
        border-width: 1px;
        border-color: #356ffc #095dfe #095dfe #356ffc;
        border-style: solid;
        color: white; }

#latestnews {
  float: right;
  width: 450px;
  height: 80px;
  overflow: auto;
  padding: 10px;
  text-align: right;
  letter-spacing: 1px; }
  #latestnews h2 {
    margin: 0;
    padding: 0;
    color: #d69747;
    font-size: 150%;
    letter-spacing: 1px;
    font-family: helvetica, arial, verdana, tahoma, sans-serif;
    text-align: right; }

#contentcontainer {
  padding: 0;
  margin: 0 auto;
  width: 760px;
  background: white;
  color: black;
  line-height: 150%; }

#contentleft {
  padding: 10px;
  margin: 0;
  float: right;
  width: 160px;
  color: #999999; }
  #contentleft h2 {
    margin: 0;
    padding: 0;
    color: #d69747;
    font-size: 175%;
    letter-spacing: -1px;
    font-family: sans-serif, helvetica, arial, verdana, tahoma; }

#content {
  padding: 10px;
  background: white; }
  #content p {
    padding: 0px 20px; }
    #content p a {
      color: blue;
      text-decoration: underline; }
      #content p a:hover {
        color: #cc3366; }
  #content #info {
    line-height: normal; }
    #content #info .price {
      font-size: 150%; }
  #content #cart {
    width: 520px;
    float: left; }
    #content #cart table {
      width: 100%; }
      #content #cart table th {
        background: #cccccc; }
      #content #cart table td a {
        color: blue;
        text-decoration: underline; }
      #content #cart table tr.cart_line_item {
        vertical-align: top; }
  #content #checkout {
    margin-top: 50px;
    padding: 10px;
    width: 180px;
    float: right;
    background: #356ffc; }
    #content #checkout h2 {
      color: #dddddd;
      border-bottom: none; }
  #content h2 {
    margin: 10px 0 0 0;
    padding: 0;
    color: #3e231c;
    font-size: 175%;
    letter-spacing: -1px;
    font-family: sans-serif, helvetica, arial, verdana, tahoma;
    border-bottom: 1px dashed #777777; }
  #content h6 {
    font-size: 180%; }
  #content ul.products, #content ul#products {
    list-style-type: none;
    background: white; }
    #content ul.products li.product, #content ul#products li.product {
      text-align: center;
      width: 25%;
      height: 240px;
      padding-top: 20px;
      padding-bottom: 20px;
      float: left;
      margin: 0; }
      #content ul.products li.product div.item_details, #content ul#products li.product div.item_details {
        height: 180px; }
        #content ul.products li.product div.item_details p.image, #content ul#products li.product div.item_details p.image {
          height: 120px;
          vertical-align: center; }
        #content ul.products li.product div.item_details p.description, #content ul#products li.product div.item_details p.description {
          margin-top: auto;
          vertical-align: bottom; }

.push {
  clear: both; }

#footer {
  margin: 0 auto;
  background: white;
  width: 740px;
  border-top: 1px solid #555555;
  padding: 15px 10px;
  text-align: left;
  clear: both; }

ul {
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px; }

li {
  list-style: none; }

.footlinks a {
  color: blue;
  text-decoration: underline; }
  .footlinks a:hover {
    color: #cc3366; }
.footlinks ul {
  list-style: none;
  margin: 5px 0;
  padding: 0; }

li {
  list-style: none;
  margin: 5px 0;
  padding: 0; }

div.footlinks {
  margin: 1px;
  padding: 0px;
  float: left;
  width: 183px;
  height: 200px; }

.footlinks h3 {
  background: #a0522e;
  color: white;
  font: 12pt Arial;
  text-transform: lowercase;
  padding: 4px 4px 4px 20px; }

#footmenu {
  width: 796px; }

a#megaanchor img, a#megaanchor:hover img {
  border: none; }

.megamenu {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  background: white;
  border: 1px solid #a0522e;
  border-width: 5px 1px;
  padding: 10px;
  font: normal 12px Verdana;
  z-index: 100; }
  .megamenu .column {
    float: left;
    width: 180px;
    margin-right: 5px; }
    .megamenu .column ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .megamenu .column ul li {
        padding-bottom: 5px; }
    .megamenu .column h3 {
      background: #a0522e;
      font: 13px Arial;
      margin: 0 0 5px 0;
      padding: 4px;
      color: white; }
    .megamenu .column ul li a {
      color: blue; }
      .megamenu .column ul li a:hover {
        color: red; }

span.error {
  position: relative;
  text-align: right;
  background: #d41212;
  color: white;
  font-weight: bold;
  padding: 4px;
  line-height: 100%; }

div.error input {
  background: #d41212;
  color: white; }

a img {
  border: none; }

.hidden {
  display: none; }

.red {
  color: #bb0000; }

.gray_background {
  background: #e8e8e8; }

.white_background {
  background: white; }

.bold {
  font-weight: bold; }

.clear {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

.center {
  align: center;
  text-align: center; }

.thirty {
  width: 30%; }

.fifty {
  width: 50%; }

.seventy {
  width: 70%; }

.small_caps {
  font-variant: small-caps; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.background_white {
  background: white; }

.link {
  color: blue;
  text-decoration: underline; }

.padding_two {
  padding: 2px; }
