
table.layout_table {
    margin: 0;
}

body {
  padding: 0px;
  border: 0px;
  margin: 0px;
  background: #001f5a;
  font-family: "Arial", "Helvetica", sans-serif;
}

body.home {
  background: #f2a82b url(/images/theme-billysrentals/grad-bg.jpg);
}

body.coupon {
  background-color: #ffffff;
}

#container {
    width: 732px;
    margin: 0 auto;
}

div#addressbar {
  height: 65px;
  font-size: 0.7em;
  text-align: right;
  background: #0049d7 url(/images/theme-billysrentals/header-address.gif) top left no-repeat;
  color: #ffffff;
}

h1 {
    font-size: 1.2em;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
    width: 100%;
}

.menu li {
    display: inline;
    float: left;
    width: 100%;
}

.menu ul {
    margin: 0;
    margin-left: -3px;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 20;
    top: -3000px;
    width: 180px;
    border: 1px solid #6c96e8;
    border-right-color: #001f5a;
    border-bottom-color: #001f5a;
    margin-bottom: -10px;
}

.menu ul li {
    float: none;
    position: relative;
    width: 180px;
}

.menu ul ul {
    margin-left: 180px;
    margin-top: -1px;
}

.menu a {
    display: block;
    margin: 0px 3px 1px 5px;
    padding-left: 20px;
    font-size: 0.9em;
    text-decoration: none;
    line-height: 25px;
    height: 25px;
    background: #0049d7 url(/images/theme-billysrentals/button.gif) no-repeat;
    color: #ffffff;
}

.menu a:hover, .menu a.seasSpec:hover {
    background: #e96157 url(/images/theme-billysrentals/button-active.gif) no-repeat;
}

.menu a.seasSpec {
    background: #0049d7 url(/images/theme-billysrentals/button-red.gif) no-repeat;
}

.menu ul a, .menu .img ul a {
    margin: 0;
    background-image: none;
    border-bottom: 1px solid #001f5a;
    padding-left: 10px;
}

.menu ul a:hover {
    background-image: none;
}

.menu .img a {
    background-image: none;
    margin-top: 4px;
    padding: 0;
    height: auto;
}

.menu .img ul a {
    height: 25px;
}

.menu .rates {
    margin-top: 20px;
}

.menu ul .img {
    display: none;
}

.menu ul li {
    position: relative;
}

.menu .img ul a {
    background-color: #fcf000;
    color: black;
}

.menu .img ul a:hover {
    background-color: #e96157;
    color: white;
}

div.rate_your_tour {
    clear: both;
    padding: 10px;
    font-size: 80%;
    text-align: center;
    color: white;
}

div.rate_your_tour a {
    color: #ffff00;
}

/* Content templates */
#content {
    padding: 0 20px;
    font-size: 90%;
}

#content p, #content ul, #content ol {
    margin: 0 0 1em 0;
}

h2 {
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #0049d7;
}

div.icon_default {
  font-size: 0.9em;
  text-align: center;
}

div.contentitem_testimonial-full {
  margin: 10px 20px 0px;
  padding: 20px 0px 00px;
  border-top: 2px solid #e96157;
}

h2.c_testimonial-full {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #0049d7;
}

div.c_testimonial-full_standin {
  display: none;
  font-size: 0.9em;
  margin-bottom: 1em;
}

div.c_testimonial-full {
  font-size: 0.9em;
}

div.icon_testimonial-full {
  font-size: 0.9em;
  text-align: center;
}

h3.newsletter {
  margin: -20px 20px 20px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 0.9em;
  color: #0049d7;
}

div.contentitem_bluebox {
  margin: 20px 20px;
  border-top: 2px solid ;
  border-bottom: 2px solid ;
  padding: 0px 20px 20px;
  background: #ffffdd;
}

h2.c_bluebox {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #0049d7;
}

div.c_bluebox_standin {
  display: none;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 0.9em;
  margin-bottom: 1em;
}

div.c_bluebox {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 0.9em;
  color: #000000;
}
div.c_bluebox a {
  color: #0049d7;
}

div.c_headeles_standin {
  display: none;
}

div.c_headeles {
  margin: 0px;
  font-size: 0.8em;
  font-weight: bold;
  color: #ffffff;
}

div.c_headeles a {
  color: #ffffff;
}

/* Non-CMS */

div#footer {
  width: 720px;
  text-align: center;
  margin-top: 1em;
  padding-top: 3px;
  font-size: 0.9em;
  color: #ffffff;
}
div#footer a {
  color: #ffffff;
}

body.home div#footer {
  color: #000000;
}
body.home div#footer a {
  color: #000000;
}

div#couponOuter {
  text-align: center;
}
div#coupon {
  border: black dashed 4px;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-bottom: 1em;
}
div#couponNav {
  text-align: center;
  padding: 0.2em;
  font-size: 90%;
}
@media print {
  div#couponNav {
    display: none;
  }
}

body.fr-header {
    background-color: #fcf000;
    text-align: center;
}

/* Social media icons */
#share {
    height: 16px;
    font-size: 83.3333%;}

#share iframe {
    width: -37px;
    height: 39px;
    margin: 0;
    padding: 0;
    border: 0;
}

#share a, .st_sharethis {
    display: inline; /* IE6 fix */
    float: left;
    line-height: 16px;
    height: 16px;
    padding: 0 5px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
    color: black;
    text-decoration: none;
}

.st_sharethis {
    min-width: 54px;
    padding-right: 0;
}

#stwrapper {
    margin-left: -100px;
}

#share a:hover {
    text-decoration: underline;
}

#share a.bookmark    { background-position: 0 -0px; }
#share a.delicious   { background-position: 0 -20px; }
#share a.digg        { background-position: 0 -40px; }
#share a.email       { background-position: 0 -60px; }
#share a.facebook    { background-position: 0 -80px; }
#share a.flickr      { background-position: 0 -100px; }
#share a.google      { background-position: 0 -120px; }
#share a.itunes      { background-position: 0 -140px; }
#share a.linkedin    { background-position: 0 -160px; }
#share a.myspace     { background-position: 0 -180px; }
#share a.reddit      { background-position: 0 -200px; }
#share a.rss         { background-position: 0 -220px; }
#share a.sharethis   { background-position: 0 -240px; }
.st_sharethis        { background-position: 0 -240px; }
#share a.twitter     { background-position: 0 -260px; }
#share a.youtube     { background-position: 0 -280px; }
#share a.print       { background-position: 0 -300px; }
#share a.yelp        { background-position: 0 -320px; }
#share a.urbanspoon  { background-position: 0 -340px; }

#share .stbuttontext {
    line-height: 16px !important;
}

.stButton {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.stButton .chicklets {
    display: block !important;
    background: none !important;
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-size: 100% !important;
    padding: 0 !important;
    line-height: 16px !important;
    height: 16px !important;
}


