/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
  .nav {
    border-radius: 3px;
    box-shadow: 1px 1px 1px #666;
    background-color: #333;
    padding: 10px;
  }
  .nav > li > a, .nav li {
    display: inline !important;
    margin: auto 8px;
    color: white;
  }
  .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #333;
    color: #DDD;
  }

.circleklogo {
  display: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}

.carousel .item {
  height: 500px;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 550px;
  padding: 0 100px;
  margin-top: 300px;
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;

  text-shadow: 0 1px 1px rgba(0,0,0,.8);
}
.carousel-caption .btn {
  margin-top: 10px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span3 {
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .span3 p {
  margin-left: 10px;
  margin-right: 10px;
}

h1.title {
  font-size: 42px;
  margin: 15px auto;
  font-weight: normal;
  color: black;
}

h4.emphasis.inline {
  display: inline;
  margin: 0;
}

h4.emphasis {
  color: rgb(255, 84, 69) !important;
}

.well {
  margin-right: 3px;
  cursor: pointer;
}
div.well:hover {
  background-color:#DFDFDF;
}

/*Pumpers Page 
--------------------------------------------------*/
.thumbnails .thumbnail a p{
text-align:center;
}

.pumpers img{
  background: url('http://placehold.it/150x150') no-repeat;
overflow:hidden;
  min-width:150px;
  min-height:150px;
  float:left;
}
.span5 p{
  line-height:200%;
}

.img-pad{
    padding: 4px;
    max-width:200px;
}
 #slides {
      display: none;
     
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-previous {
 
      margin-right: 5px;
      float: left;

    }

    #slides .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }
    .span6 .container{
      height:330px;
      width:440px;
    }

    tr td:first-child{
      font-weight:bold;
    }
    .one-column tr td:first-child{
       font-weight:normal;
    }
    .emergency-choices .span4, .emergency-choices .span3 {
      display:block;
  text-align: center;
}
/*Motor Homes Table-------------------------------------------*/

thead tr{
  background:#333;
  color:#fff;
}

/*===== Lists =====*/
  ol {
    font-style:italic;
    font-family:Georgia, Times, serif;
    font-size: 18px;
    color: #333;
    width: 50%;
  }

  ol li p{
    padding:3px;
    font-style:normal;
    font-family:Arial;
    font-size:16px;
    color: rgb(255, 84, 69);
  
  }

  /*===== Contact Form =====*/

.dialog{
  background-color:#f5f5f5;
  padding:20px;
  border:1px solid #e3e3e3;
  border-radius:5px;
 color: #0088cc;

}