body {
  overflow: auto;
  margin: 0px;
  border: none;
  padding: 0px;
  background-image: url('/design/bg.gif');
  font: normal normal 12px arial, helvetica, sans-serif;
}

a img {
  border: none;
}

li {
  list-style-position: inside;
}

p {
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

h3 {
  margin: 0px;
  padding: 10px 0px 5px 0px;
}

table, tr, td, input {
  color: inherit;
  font: inherit;
}

td {
  padding: 2px 4px 0px 0px;
}

th {
  text-align: left;
}

input, textarea {
  border: 1px solid #d6cfbb;
  background-color: #f6efdb;
  color: #174e44;
}

#header {
  margin: 0px;
  border: none;
  padding: 0px;
  background-image: url('/design/header/rule.gif');
  background-position: left bottom;
  background-repeat: repeat-x;
}
#header_logo {
  margin: 0px;
  border: none;
  padding: 0px;
  background-image: url('/design/header/bg.gif');
  background-position: left bottom;
  background-repeat: repeat-x;
}
#header_photos {
  float: right;
  margin: 0px;
  border: none;
  padding: 0px;
  height: 157px;
}
#header_rule {
  margin: 0px;
  border: none;
  padding: 0px;
  width: 100%;
  height: 55px;
}
#header_rule img {
  margin: 22px 0px 0px 0px;
}

#subheader {
  float: right;
  font-size: 14px;
  font-weight: 600;
  color: #174E44;
  text-align: right;
}
#subheader img {
  margin-top: 4px;
}

#nav {
  position: absolute;
  float: left;
  width: 158px;
  height: 497px;
  margin: -35px 0px 0px 0px;
  border: none;
  padding: 0px;
  background-image: url('/design/nav_bg.gif');
}

#nav #nav_links {
  margin: 8px 0px 0px 5px;
  height: 250px;
}

#nav #nav_links a {
  display: block;
  padding: 6px 0px;
  text-decoration: none;
}
#nav #nav_links a:hover {
  background-image: url('/design/links/underline.gif');
  background-position: left bottom;
  background-repeat: no-repeat;
}

#nav #nav_flash {
  padding: 0px 26px 0px 5px;
  height: 120px;
  color: #fff;
}

#content {
  position: absolute;
  left: 158px;
  top: 165px;
  padding: 10px 0px 0px 0px;
  color: #310;
  font-weight: normal;
  font-size: 14px;
}
#content_mailer {
  margin: 10px;
  padding: 10px;
  color: #310;
  font-weight: normal;
  font-size: 14px;
}

#content #footer {
  clear: both;
  text-align: center;
}
#content #footer img {
  margin: 30px 0px 0px 0px;
}
#content #footer a {
  color: #333;
}

#content #left {
  width: 46%;
  padding: 0px 1% 0px 0px;
}
#content #right {
  width: 46%;
  float: right;
}

#left_bottom {
  width: 130px;
  color: #fff;
  margin-left: 2px;
}
#left_bottom a {
  width: 130px;
  color: #fff;
}
#left_bottom a:link {
  width: 130px;
  color: #fff;
}
#left_bottom a:visited {
  width: 130px;
  color: #fff;
}
#left_bottom a:hover {
  width: 130px;
  color: #fff;
}
#left_bottom a:active {
  width: 130px;
  color: #fff;
}

#cart {
  margin: 10px 0px 0px 0px;
}
#cart table {
  width: 98%;
}
#cart th, #cart td {
  padding: 2px 4px;
}
#cart td {
  border-top: 1px solid #927558;
}
#cart input.submit {
  padding: 2px 2px;
}

.label {
  font-weight: 600;
}

#form_complete {
  border: 1px solid #927558;
  background-color: #f6efdb;
  padding: 2px 4px;
}

.right {
  text-align: right;
}

input.error, textarea.error {
  background-color: #578e84;
  color: #fff;
}

.errorstring {
  font-weight: 600;
  color: #174e44;
}

