html, body, div, p {
  margin: 0;
  padding: 0;
}

body {
  background: url('/images/bkg.jpg') repeat-y;
  color: #5a4c27;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

a:hover, a:visited, a:active, a:link {
  text-decoration: none;
}

a:visited, a:active, a:link {
  color: #2579e7;
}

img {
  border: none;
}

#header {
  background-image: url('/images/header.jpg');
  height: 244px;
  min-width: 1000px;
  width: 100%;
}

#main-content {
  width: 1000px;
}

#left-nav {
  float: left;
  padding-top: 10px;
  width: 180px;
}

#left-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 22px;
}

#left-nav ul li {
  background-color: #d6c9a7;
  height: 18px;
  margin-bottom: 6px;
  padding: 2px 0 2px 12px;
  width: 130px;
}

#left-nav ul li a {
  color: #5a4c27;
  font-family: "MS Serif", "New York", "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

#left-nav ul li a:hover {
  /*background-color: #9f957b;*/
}

#copy-area {
  background: url('/images/lines.jpg') no-repeat 1px 5px;
  float: left;
  width: 800px;
}

#copy-area h1 {
  color: #5a4c27;
  font-family: "MS Serif", "New York", "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 0 40px;
}

#copy, .jcatapult-module-content {
  color: #5a4c27;
  background-color: #e2d9c7;
  margin: 10px 0 0 30px;
  padding: 40px 25px 0 25px;
  /*width: 500px;*/
}

#copy-tight {
  color: #5a4c27;
  background-color: #e2d9c7;
  margin: 10px 0 0 30px;
  padding: 5px 5px 0 5px;
  /*width: 500px;*/
}

#copy-tight ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#copy-tight ul li {
  display: block;
  float: left;
  margin-right: 5px;
}

#copy-tight ul li a {
  background-color: #FCF9ED;
  display: block;
  padding: 4px 8px 4px 8px;
}

#copy-tight ul li a:hover {
  background-color: #d7caa8;
}

#copy p {
  padding-bottom: 10px;
}

#product-list .product-image {
  float: left;
  padding: 10px 0 10px 10px;
  width: 65px;
}

#product-list .product-description {
  float: left;
  padding: 10px 0 10px 10px;
  width: 400px;
}

#product-list .product-description a {
  display: inline;
  float: left;
  font-size: 16px;
  font-weight: bold;
}

#product-details .left {
  float: left;
  width: 530px;
}

#product-details .left .size {
  text-align: right;
  width: 500px;
}

#product-details .left .cost {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  width: 500px;
}

#product-details .right {
  float: left;
}

#product-details ul {
  color: black;
  list-style: none;
}

#product-details ul li.even {
  background-color: #cdd3d1;
  padding: 3px 3px 3px 7px;
  width: 500px;
}

#product-details ul li.odd {
  background-color: #e2dfd2;
  padding: 3px 3px 3px 7px;
  width: 500px;
}

#product-details ul li strong {
  padding-left: 10px;
}

#product-large-image {
  background-color: #ebe3ce;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
}

.promo {
  float: right;
  margin-top: -90px;
}

.right {
  float: right;
  padding: 10px 10px 10px 10px;
}

.clear {
  clear: both;
}

/** Contact form */
.left-text {
  float: left;
  padding-right: 20px;
}

.left-close-text {
  float: left;
  padding-right: 10px;
}

.error {
  color: red;
}

ul.action-messages {
  color: #2579e7;
  list-style: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0 25px 0;
}

#footer {
  clear: both;
  color: #5a4c27;
  font-weight: bold;
  padding: 40px 0 100px 0;
  text-align: center;
}

.cms-node-editable {
  border: 1px black dashed;
  cursor: default;
}
