html, body {
  font-family: Helvetica, Arial, Sans-serif;
  background-color: #bebfc3;
}
a:focus {
  outline: none;
}
.clear {
  clear: both;
}
.container {
  width: 100%;
  height: 100%;
  background-image: url(/images/body-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
.container-wrap {
  width: 960px;
  height: 100%;
  margin: auto;
  position: relative;
}
.like-button {
  position: absolute;
  right: 45px;
  margin-top: 5px;
}
.logo {
  width: 255px;
  height: auto;
  position: relative;
  float: right;
  margin: 5px 40px 0 0;
}
.logo-home {
  position: absolute;
}
.countdown {
  font-size: 24px;
  font-weight: normal !important;
  height: 30px;
  color: #464646;
  padding: 81px 0 0 0;
  position: absolute;
  right: 22px;
  text-transform: uppercase;
}
.content {
  width: 879px;
  height: 480px;
  height: auto !important;
  margin: auto;
  padding-top: 116px;
}
.content-wrap {
  width: 879px;
  height: 480px;
  min-height: 480px;
  height: auto !important;
  background-color: #f3f3f3;
  margin: auto;
  padding: 0 0 25px 0;
}
.main-content {
  width: 840px;
  height: auto;
  padding-top: 50px;
  margin: auto;
}
.register .main-content {
  height: 980px !important;
}
.slideshow {
  width: 840px;
  height: 474px;
  margin: auto;
  overflow: hidden;
}
.brands .slideshow, .brands #cycle-nav, .accomadations .slideshow, .accomadations #cycle-nav,
.location .slideshow, .location #cycle-nav, .contact .slideshow, .contact #cycle-nav, .brands .arrows, .accomadations .arrows, 
.location .arrows, .contact .arrows, .register .arrows, .video .slideshow, .video .arrows, .gallery-2008 .slideshow, .gallery-2008 .arrows,
.gallery-2009 .slideshow, .gallery-2009 .arrows, .gallery-2010 .slideshow, .gallery-2010 .arrows {
  display: none;
}
.arrows {
  position: absolute;
}
.arrows a {
  display: block;
  width: 32px;
  height: 30px;
  margin-top: 370px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.left-arrow {
  left: 0;
  margin-left: 10px;
}
.left-arrow a {
  background-image: url(/images/left-arrow.png);
}
.right-arrow {
  right: 0;
  margin-right: 10px;
}
.right-arrow a {
  background-image: url(/images/right-arrow.png);
}
#cycle-nav a {
  display: block;
  width: 11px;
  height: 9px;
  background-image: url(/images/pager-dot.gif);
  background-repeat: no-repeat;
  text-indent: -999999em;
  padding-right: 5px;
  float: left;
}
#cycle-nav .activeSlide {
  background-image: url(/images/pager-dot-dark.gif);
  background-repeat: no-repeat;
}
#cycle-nav {
  width: auto;
  padding: 10px 0 0 0;
}
#cycle-nav a:focus {
  outline: none;
}
.nav {
  display: block;
  padding: 15px 0 0 0;
  width: 850px;
  height: 18px;
  left: 50%;
  margin: 0 0 0 -425px;
  position: absolute;
}
.main-nav {
  width: auto;
}
.main-nav li {
  float: left;
  height: 18px;
  width: auto;
  display: block;
  padding: 0 35px 0 0;
}
.main-nav li a {
  display: block;
  height: 18px;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.main-nav #home a {
  background-image: url(/images/home.jpg);
  width: 59px;
}
.main-nav #register a {
  background-image: url(/images/register.jpg);
  width: 81px;
}
.main-nav #brands a {
  background-image: url(/images/brands.jpg);
  width: 73px;
}
.main-nav #gallery a {
  background-image: url(/images/gallery.jpg);
  width: 75px;
}
.main-nav #accomadations a {
  background-image: url(/images/accommodations.jpg);
  width: 174px;
}
.main-nav #location a {
  background-image: url(/images/location.jpg);
  width: 90px;
}
.main-nav #contact a {
  background-image: url(/images/contact.jpg);
  width: 85px;
}
.main-nav .hidden {
  position: absolute;
  z-index: 999999;
  width: 108px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f3f3f3;
  padding: 10px;
  padding-bottom: 0 !important;
  margin-left: -27px;
  display: none;
}
.main-nav .hidden li {
  float: none !important;
  padding-bottom: 10px;
  width: auto !important;
}
.main-nav .hidden li a {
  text-indent: 0 !important;
  background-image: none !important;
  color: #000;
  text-decoration: none;
  display: block;
  width: 40px !important;
  margin-left: 30px;
}
/* cms */
.cms {
  width: 623px;
  min-height: 504px;
  height: 504px;
  height: auto !important;
  float: right;
}
.cms p {
  padding-bottom: 15px;
}
.cms strong {
  font-weight: bold;
}
.left-column {
  width: 200px;
  height: 504px;
  float: left;
  position: relative;
}
.cms-register {
  width: 176px;
  height: 137px;
  margin: 160px auto;
}
.cms-countdown {
  font-size: 36px;
  color: #383838;
  margin: 0 0 0 5px;
  padding: 3px 0 1px 0;
  letter-spacing: 3px;
}
/* ad */
.brands-ad {
  width: 839px;
  height: 150px;
  padding: 0 0 15px 0;
}
.register-ad {
  float: right;
  width: 250px;
  height: 400px;
}
/* forms */
.forms {
  width: 570px;
  float: left;
}
.register-form {
  padding: 20px 10px 5px 10px;
  width: 550px;
  position: absolute;
  border: 1px solid #ccc;
  margin-top: -2px;
  min-height: 890px;
  height: 890px;
  height: auto !important;
}
.dark {
  background-color: #fff;
  z-index: 99999;
}
.light {
  z-index: 0;
  background-color: #f0f1f3 !important;
}
.form-title {
  height: 45px;
  font-style: italic;
}
.register-form ul li {
  padding-bottom: 10px;
}
.register-form ul li label {
  width: 300px;
  display: inline-block;
  display: -moz-inline-stack;
}
.indication {
  padding: 0 0 25px 0 !important;
}
.not-required {
  margin-left: 10px;
}
.text-input {
  width: 210px;
  height: 25px;
  border: 1px solid #ccc;
}
.select-input {
  width: 212px;
  height: 25px;
  border: 1px solid #ccc;
}
textarea {
  margin: 3px 0 0 10px;
  border: 1px solid #ccc;
  width: 500px;
}
.subscribe-label {
  width: 90px !important;
}
.form-submit {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #e5e6e8;
  cursor: pointer;
  text-align: center;
}
.submit {
  margin: 0 0 0 10px;
}
.errors {
  padding: 15px 0 0 0;
  color: #ff0000 !important;
}
.tabs {
  width: 255px;
}
.each-tab {
  float: left;
  width: 120px;
  height: 30px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #fff !important;
  text-align: center;
  line-height: 30px;
  position: relative;
  z-index: 99999999;
  cursor: pointer;
  background-color: #fff; 
}
.light-tab {
  background-color: #f0f1f3;
  border-bottom: 1px solid #ccc !important;
}
.wholesale-tab {
  border-left: none !important;
}
#message {
  text-align: center;
  padding: 20px 0 0 0;
}
/* gallery */
.gallery-holder {
  padding: 20px 0 10px 0;
}
.gallery-holder h2 {
  font-size: 16px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
.footer-wrap {
  width: 100%;
  height: 759px;
  background-image: url(/images/footer-bg.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-position: top;
}
.footer {
  width: 960px;
  height: 759px;
  margin: auto;
  position: relative;
}
.dp-sign {
  width: 170px;
  height: 28px;
}
.dp-sign a {
  display: block;
  width: 170px;
  height: 28px;
  background-image: url(/images/dp-sign.png);
  background-repeat: no-repeat;
  text-indent: -9999em;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  cursor: pointer;
}
/* qutoe form */
#quote-form {
  width: 100%;
  margin: auto;
}
#quote-form li {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 15px;
}
#quote-form .text-input {
  width: 190px;
  height: 30px;
  border: 1px solid #ccc;
  margin-left: 35px;
}
#quote-form textarea {
  width: 620px;
  margin: 3px 0 0 0 !important;
}
#quote-form label {
  display: inline-block;
  width: 386px;
  height: 30px;
  background-color: #ececec;
  padding: 10px 0 0 10px;
  font: 16px Arial;
}
#quote-form .services-label {
  width: 612px !important;
}
#quote-form #required {
  padding: 10px 0 10px 0;
}