/* STYLE */
div#header {
  height: 170px;
  background: url('images/header_bg.gif') no-repeat;
}

/* CONTENT LEFT*/
div#left {
  float: left;
  width: 179px;
  height: 600px;
  background: url('images/sidebar-bg.gif') no-repeat;
}

div#menu {
  min-height: 100%;
}

div#menu a {
  display: block;
  height: 20px;
  line-height: 20px;
  border-top: 1px solid #780000;
  color: #ffcc01;
  text-decoration: none;
  background: url('images/arrow-yellow.gif') no-repeat left;
  padding-left: 25px;
}

div#menu span.navHead {
  display: block;
  height: 24px;
  line-height: 24px;
  border-top: 1px solid #780000;
  color: #ffcc01;
  text-decoration: none;
  background: url('images/navHeader-bg.gif') repeat-x;
  padding-left: 13px;
  font-weight: bold;
}

div#menu a.active {
  display: block;
  height: 20px;
  line-height: 20px;
  border-top: 1px solid #780000;
  color: #800000;
  text-decoration: none;
  background: #ffcc01 url('images/arrow-red.gif') no-repeat left;
  padding-left: 25px;
}

div#menu a:hover {
  color: #800000;
  background: #ffcc01 url('images/arrow-red.gif') no-repeat left;
}

div#menu div#menuSpacer {
  border-top: 1px solid #780000;
  height: 88px;
  color: #ffcc01;
  padding: 10px;
}

div#menu div#menuSpacer a {
  text-decoration: none;
  color: #ffcc01;
}

div#menu div#menuBottom {
  height: 17px;
  background: url('images/menu-bottom.gif') no-repeat;
}

/* CONTENT RIGHT */

hr.horz-line {
  color: #7A0000;
  background-color: #7A0000;
  height: 1px;
  border: none;
}

div#right {
  float: left;
}

div#content {
  width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

div#innerContent {
  padding-left: 16px;
}

div#contentSpacer {
  float: right;
  height: 800px;
  width: 1px;
}

/* FORM */

table.signup {
  width: 500px;
  color: #7A0000;
}

table.signup th {
  text-align: left;
}

table.signup tr {
  height: 30px;
  line-height: 30px;
}

table.signup input {
  border: 1px solid #C9C9C9;
  margin-right: 15px;
}

table.signup label {
  margin-right: 5px;
}

div.ErrorMsg {
  width: 442px;
  background-color: red;
  color: #fff;
  padding: 5px;
}

table.signup textarea {
  width: 350px;
  margin-bottom: 20px;
  border: 1px solid #C9C9C9;
}

input.large {
  width: 350px;
}

input.middleLarge {
  width: 206px;
}

input.small {
  width: 50px;
  margin-right: 10px;
}

input.error {
  border: 1px solid red;
}

input.button {
  margin-top: 20px;
  cursor: pointer;
  background: url('images/form-btn.gif') no-repeat;
  height: 30px;
  width: 118px;
  color: #fff;
  font-weight: bold;
}

a.print {
  display: block;
  margin-top: 20px;
  text-align: right;
  padding-right: 11px;
  background: url('images/form-print.gif');
  height: 33px;
  line-height: 33px;
  width: 102px;
  color: #fff;
  font-weight: bold;
}

tr.none {
  display: none;
}

/* FOOTER */

div#footer {
  border-top: 1px solid #ffcc01;
  padding-top: 4px;
  clear: both;
  height: 25px;
  background-color: #810000;
}

div#horzLine {
  height: 1px;
  background-color: #ffcc01;
}

/* GALLERY */

div.gallery-bg {
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
}

div.gallery {
  margin-top: 10px;
}

div.gallery a {
  text-decoration: none;
}

div.galleryBottom {
  margin-top: 10px;
  text-decoration: underline;
}

div.cat {
  position: relative;
  height: 175px;
  width: 150px;
  padding: 5px;
  margin-right: 40px;
  text-align: center;
  float: left;
  cursor: pointer;
}

div.imgSpacer {
  padding: 5px;
  height: 133px;
}

div.catLabel {
  bottom: 0;
  height: 29px;
  line-height: 29px;
  width: 100%;
  text-align: center;
  color: black;
}

div#productDescription {
  padding-bottom: 10px;
  text-align: justify;
}