@CHARSET "UTF-8";

body, html, * {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #E0BA67;
}
a img {
  border: none;
  outline: none;
}
p {
  margin-bottom: 15px;
}
body {
  background: #fff url(../img/bodyBg.jpg) repeat-x 0 196px;
  text-align: center;
  font-family: arial;
  font-size: 11px;
  color: #757575;
  line-height: 18px;
}
div#container {
  width: 875px;
  text-align: left;
  margin: 0 auto;
  min-height: 500px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
div#topArea {
  height: 138px;
  position: relative;
}
a.logo {
  position: absolute;
  left: 50px;
  top: 20px;
  width: 212px;
  height: 110px;
  display: block;
}
div#topMenu {
  position: absolute;
  bottom: 0;
  right: 0;
}
div#topMenu span.menuButton {
  display: inline-block;
  font-size: 14px;
  background: #e8be6a;
  height: 38px;
  line-height: 38px;
  margin: 0;
  float: left;
}
div#topMenu span.menuButton:hover {
  background: #f5d696 url(../img/menuArrow.gif) no-repeat center top;
}
div#topMenu span.menuButton a {
  color: #fff;
  display: block;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  padding: 0 33px;
}
div#topMenu span.menuButton a:hover {
  color: #846040;
}
div#topMenu span.menuButton + span.menuButton {
  margin-left: 1px;
}
div#mainContent {
  margin-top: 1px;
}
div.contentAreaLeft {
  width: 341px;
  border-right: solid 1px #fff;
  float: left;
}
div.contentAreaRight {
  float: left;
  width: 533px;
}
div#frontStatic {
  width: 341px;
  height: 237px;
  background: #f0f0f0;
  text-align: justify;
  padding-top: 29px;
  border-right: solid 1px #FFF;
}
div#slider {
  background: #F0F0F0 url(../img/loader.gif) no-repeat center;
  height: 266px;
  width: 533px;
  position: relative;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display: none;
}
#slider a {
    border:0;
    display:block;
}
div.clearFix {
  clear: both;
}
h2 {
  color: #777777;
  text-transform : uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border-left: solid 2px #c69d4e;
  padding-left: 24px;
}
h2 span {
  color: #c89e4c;
  font-size: 16px;
}
div#frontStatic div.text {
  padding: 30px 43px;
}
div#frontStatic div.text p {
  margin-bottom: 5px;
}
div.productMenu a {
  padding-left: 39px;
  width: 302px;
  height: 38px;
  line-height: 38px;
  display: block;
  cursor: pointer;
  text-align: left;
  color: #e0ba67;
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
}
div.productMenu a:hover {
  opacity: 0.7;
}
div.productMenu a span {
 color: #fff;
}
a.stairs {
  background: url(../img/productBg1.jpg) no-repeat center;
}
a.handrail {
  background: url(../img/productBg2.jpg) no-repeat center;
}
a.spindle {
  background: url(../img/productBg3.jpg) no-repeat center;
}
div.frontLeft {
  width: 266px;
  float: left;
  padding-top: 28px; 
  height: 224px;
}
div.frontRight {
  width: 267px;
  float: left;
  padding-top: 28px;
  background: #f6f6f6;
  height: 224px;
}
div.frontRight a {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  margin: 5px 5px;
}
div#footerContainer {
  width: 100%;
  height: 150px;
  background: #f6f6f6;
}
div#footerInner {
  margin: 0 auto;
  width: 875px;
  border: solid 1px #fff;
  height: 70px;
  background: #f0f0f0 url(../img/footerImage.jpg) no-repeat left top;
  line-height: 70px;
  position: relative;
  text-align: left; 
}
div#footerMenu {
  position: absolute;
  right: 20px;
  top: 0px;
}
div#footerMenu span.menuButton {
  padding: 0 3px 0 8px; 
}
div#footerMenu span.menuButton a  {
  cursor: pointer;
  color: #898989;
}
div#footerMenu span.menuButton a:hover {
  text-decoration: underline;
}
div#footerMenu span.menuButton + span.menuButton {
  background: url(../img/footerMenuArrow.jpg) no-repeat left center;
}
div#footerInner strong {
  color: #e4bb69;
}
div.contentContainer {
  padding: 20px 0px 0px 20px;
  text-align: justify;
}
div.contentContainer h2 {
  margin-bottom: 15px;
}
div.infoBox {
  width: 245px;
  float: left;
}
div.formBox {
  width: 257px;
  float: left;
  background: #f5f5f5;
  padding: 5px;
}
div.formBox input[type=submit] {
  background: #e8be6a;
  border: none;
  padding: 6px;
  color: #fff;
  cursor: pointer;
}
div.formBox input[type=submit]:hover {
  color: #84623d;
  background: #f5d696;
}
div.formBox input[type=text],
div.formBox textarea {
  border: solid 1px #e4bb69;
  margin: 5px 0;
}
div.formBox input[type=text] {
  height: 20px;
  line-height: 20px;
}
a.imageThumb {
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px;
  border: solid 3px #f0f0f0;
  float: left;
}
a.imageThumb:hover {
  opacity: 0.8;
}
div.pager {
  text-align: center;
  font-size: 12px;
  padding-bottom: 5px;
}
div.pager a {
  background: none;
  color: #846040;
  margin: 0 2px;
}
div.pager a.selected {
   background: #E8BE6A;
   color: #fff;
   padding: 2px 5px;
}