* {
  font-family: helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  overflow-x: auto;
}
body {
  background-color: #050504;
  color: #fff;
  font-size: 12px;
}

a { text-decoration: none; outline: none; color: #fff; }
a:hover { color: #666; }
img { border: none; outline: none; }

p { margin: 10px 0 10px 0; line-height: 20px; }

#container {
  text-align: center;
}

#content {
  width: 1000px;
  text-align: left;
  margin: 0 auto;
}
#top {
  background-image: url('/images/top.jpg');
  background-repeat: no-repeat;
  text-indent: -1000px;
  width: 991px;
  height: 127px;
  margin: 0;
}
#logo {
  background-image: url('/images/logo.png');
  background-repeat: no-repeat;
  background-position: 0 30%;
  display: block;
  width: 70px;
  line-height: 127px;
  margin: 0 0 0 30px;
}
#yield {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  clear: both;
}
#social_links {
  clear: both;
  padding-top: 40px; 
  display: block;
}
#rss { width: 200px; float: left; }
#social_links #links { float: right; }
#social_links #links a { margin: 0 10px 0 0; }

#footer {
  border-top: 1px solid #5a5a5a;
  clear: both;
  width: 992px;
  height: 100px;
  margin-top: 10px;
  font-size: 10px; 
  color: #ccc;
}
#main_box {
  width: 667px;
  height: 373px;
  float: left;
}
.mask { position: relative; overflow: hidden; }

#left {
  background-color: #333;
  width: 657px;
  float: left;
  margin: 0 10px 0 0;
}
#right { 
  width: 325px;
  float: left;
}
#right_about {
  background-color: #333;
  width: 325px;
  float: left;
}
#right_text {
  padding: 20px;
}
#right_text a { 
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  margin: 0 0 0 0;
}
#right_text a:hover { 
  color: #6da146;
  text-decoration: none;
}
.about_box {
  background-image: url('/images/about_diagonal_border.jpg');
  padding: 20px 0 20px 0;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  clear: both;
}
#about_text {
  padding: 20px;
}
#nights {
  padding: 0 0 20px 0;
}
.night {
  border-bottom: 1px solid #999;
  padding: 20px 0 20px 0;
}
#nights_left {
  width: 48%;
  float: left;
}
#nights_right {
  width: 48%;
  float: right;
  margin-top: -20px;
}
.night_content {
  width: 48%;
  float: left;
  line-height: 16px;
}
.night_content h4 {
  color: #fd0aa4;
  font-size: 14px;
  text-transform: uppercase;
}
.night_content h5 {
  font-size: 14px;
  text-transform: uppercase;
}
.night_content p {
  line-height: 16px;
  margin: 0;
}
.night_image {
  width: 140px;
  height: 120px;
  float: right;
}
.box_top {
  background-image: url('/images/box_top.png');
  background-repeat: repeat-x;
  line-height: 28px;
  text-transform: uppercase;
  text-indent: 20px;
  font-weight: bold;
}

#newsletter {
  background-color: #1a1a1a;
  width: 315px;
  height: 90px;
  float: right;
  margin: 10px 0 0 0;
}
#newsletter_form {
  margin: 15px 0 0 10px;
}
#newsletter .newsletter_field { 
  background:url('/images/text_field.png'); 
  background-repeat: no-repeat;
  border: none; 
  width: 262px; 
  padding: 4px 2px 2px 2px; 
  height: 30px; 
  color: #9F9F9F; 
  float: left;
}

#newsletter a.newsletter_submit { 
  background:url('/images/newsletter_btn.png'); 
  background-repeat: no-repeat; 
  background-position: 0 0;
  width: 25px; 
  line-height: 25px; 
  border: none; 
  color: #fff; 
  cursor:pointer; 
  display: block;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  float: left;
}
#newsletter a:hover.newsletter_submit { 
  background-repeat: no-repeat; 
  background-position: 0 -25px;
  width: 25px; 
  line-height: 25px; 
  border: none; 
  color: #fff; 
  cursor:pointer; 
  display: block;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  float: left; 
}
.clr { clear: both; }

.pagination {
  font-weight: bold;
  margin: -10px 0 10px 0;
  text-align: right;
  text-transform: uppercase;
}
.pagination a {
  color: #fff;
  text-decoration: none;
}
.pagination a:hover, .pagination .current {
  color: #5dbd16;
}

.light_blue {
  border-bottom: 2px solid #2fcdfa;
}
#contact_left {
  background-color: #141414;
  width: 359px;
  height: 490px;
  float: left;
  margin: 0 10px 0 0;
}
#contact_left_text {
  padding: 20px;
}
#contact_left address {
  font-style: normal;
}
#contact_left a {
  color: #fff;
}
#contact_left a:hover {
  color: #2fcdfa;
}
#contact_left p { margin: 0; }
#contact_left h3 { 
  font-size: 12px;
  color: #2fcdfa;
  text-transform: uppercase;
}
#contact_right {
  width: 622px;
  float: left;
}

.tip_box {
  width: 300px;
  border: 1px solid #555;
  background-color: #1a1a1a;
  padding: 10px;
}

#cards {
  width:990px;
  background-color:#141414;
}
.comp {
  width: 280px;
  padding: 10px 0 10px 0;
  border-bottom: 1px dashed #ccc;
}
#cards #leftcol, #cards #midcol, #cards #rightcol {
  line-height: 18px;
  display: block;
  color: #999;
}
#cards #leftcol strong, #cards #midcol strong, #cards #rightcol strong {
  color: #fff;
}
#cards h4.discount { 
  border-bottom: 2px solid #ac00b5;
  color: #fff;
  font-size: 14px;
}
#cards #leftcol {
  width:280px;
  float: left;
  margin: 0 50px 0 0;
}

#cards #midcol {
  width:280px;
  float: left;
  margin: 0 50px 0 0;
}
#cards #rightcol {
  width:280px;
  float: left;
  margin: 0 10px 0 0;
}