
/**
 * Firefox Persistant Scrollbar
 */

:root {
  overflow-y: scroll;
}


/**
 * HTML Tags
 */

A, A:link, A:active, A:visited, A:hover {
  color: #eb98ac;
  outline: none;
  text-decoration: underline;
}
 
BODY {
  min-width: 960px;
  margin: 0px;
  padding: 0px;
  border-top: 4px solid #f09db1;
  background: #41230c;
  text-align: center;
}

BODY, TD, TH {
  color: #6e4221;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

B {
  color: #6b4e38;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Georgia,Times,serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  margin-top: 8px;
  margin-bottom: 6px;
}

H1 {
  color: #a07a5d;
}

H2 {
  color: #eb98ac;
}

HR {
  height: 1px;
  border: 0px none;
  border-top: 1px solid #6b4e38;
}

IMG {
  border: 0 none;
}

P {
  margin-top: 6px;
  margin-bottom: 10px;
}

STRONG {
  font-size: 12px;
}


/**
 * Tag
 */

#tag {
  position: absolute;
  top: -4px;
  left: 0px;
  width: 190px;
  height: 190px;
  z-index: 200;
}


/**
 * Header
 */

#header {
  width: auto;
  height: 88px;
  background: #41230c url('/images/bgs/header.gif') repeat-x; 
}


/**
 * Navigation
 */

#nav {
  height: 38px;
  border-top: 1px solid #41230c;
  border-bottom: 1px solid #41230c;
  background: #2d1808 url('/images/bgs/nav.gif') repeat-x;
  overflow: hidden;
}

#nav .padding {
  padding-left: 205px;
}

#nav A {
  display: block;
  float: left;
  color: #a07a5d;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  padding: 0px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 38px;
}

#nav A:hover,
#nav A.active,
#nav A.active:hover{
  color: #ffffff;
}

#nav .partition {
  float: left;
  width: 2px;
  height: 38px;
  background: url('/images/nav/partition.gif') left center no-repeat;
}


/**
 * Container
 */

#container {
  min-width: 960px;
  min-height: 580px;
  border-top: 3px solid #653613;
  border-bottom: 3px solid #653613;
  background: #f0ebe8 url('/images/bgs/ds.gif') top center no-repeat;
  padding-bottom: 16px;
}


/**
 * Left
 */

#left {
  float: left;
  width: 640px;
}

#left #flash {
  margin-top: 80px;
}

#left #photo {
  margin-top: 46px;
}

#left B,
#left STRONG {
  font-size: 12px;
  color: #eb98ac;
}

#left .title IMG {
  height: 31px;
  margin: 55px 0px 38px 0px;
}


/**
 * Right
 */

#right {
  float: right;
  width: 310px;
}

#right .title {
  margin: 56px 25px 28px 25px;
}

#right #hours {
  margin: 25px;
}

#right #news {
  margin: 25px;
}


/**
 * Box
 */

#right .box_top {
  width: 310px;
  height: 5px;
  background: url('/images/box/top.gif') repeat-x;
}

#right .box_middle {
  width: 310px;
  background: url('/images/box/middle.gif') repeat-y;
}

#right .box_middle .content {
  border: 1px solid #dfd4cd;
  padding: 8px 20px;
  background: #ffffff;
  margin: 0px 5px;
}

#right .box_middle .content .partition {
  width: auto;
  height: 3px;
  margin: 16px 0px;
  background: url('/images/bgs/partition.gif') repeat-x;
}

#right .box_middle .content A {
  padding-left: 10px;
  background: url('/images/bgs/arrow.gif') left center no-repeat;
}

#right .box_bottom {
  width: 310px;
  height: 5px;
  background: url('/images/box/bottom.gif') repeat-x;
}


/**
 * Products
 */

TABLE.product {
  border-collapse: collapse;
}

TABLE.product TD.link IMG {
  border: 5px solid #ded7d2;
  margin-right: 10px;
}

TABLE.product TD.link IMG:hover {
  border: 5px solid #d6cfca;
  cursor: pointer;
}


/**
 * Copyright
 */

#copyright {
  height: 25px;
  border-top: 1px solid #41230c;
  border-bottom: 1px solid #41230c;
  background: #2d1808 url('/images/bgs/copyright.gif') repeat-x;
  color: #76563c;
  line-height: 24px;
}

#copyright .copyright {
  float: left;
}

#copyright .address {
  float: right;
}

#copyright .phone {
  color: #eb98ac;
  font-weight: bold;
}


/**
 * News
 */

#news {

}

#news .date {
  float: left;
  width: 86px;
  color: #eb98ac;
  text-align: center;
}

#news .title {
  color: #eb98ac;
  font-size: 12px;
  font-weight: bold;
}

#news .description {
  margin-left: 86px;
  margin-bottom: 16px;
}


/**
 * Contact
 */

#contact {
  position: relative;
  z-index: 10;
}

#contact TABLE.contact {
  float: left;
  border-collapse: collapse;
  margin: 16px 0px;
}

#contact TABLE.contact TD {
  padding: 0px;
}

#contact TABLE.contact TD.title  {
  width: 80px;
  height: 24px;
  line-height: 24px;
}

#contact TABLE.contact TD.field INPUT {
  width: 210px;
}

#contact TABLE.contact TD.field TEXTAREA {
  width: 210px;
  height: 110px;
}

#contact TABLE.submit {
  border-collapse: collapse;
  margin-top: 10px;
  margin-right: 20px;
  border: 1px solid #e4deda;
  background: #f8f5f4;
}

#contact TABLE.submit TD {
  padding: 8px;
  white-space: nowrap;
}

#contact TABLE.submit TD.captcha IMG {
  border: 1px solid #e4deda;
}

#contact TABLE.submit TD.security INPUT {
  width: 227px;
}

#contact TABLE.submit TD.button {
  width: 300px;
  text-align: right;
}


/**
 * Footer
 */

#footer {
  width: auto;
  height: 88px;
  background: #41230c url('/images/bgs/footer.gif') repeat-x;
  color: #eb98ac;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}


/**
 * Classes
 */

.wrapper {
  position: relative;
  width: 960px;
  margin: 0px auto;
  text-align: left;
}

.clear {
  clear: both;
  height: 1px;
}
