.wrapper {
  width: 840px; }

#tour-nav {
  overflow: hidden; }
  #tour-nav ol#tour-menu {
    width: 840px;
    margin: 0;
    padding: 0;
    margin: auto;
    overflow: hidden;
    display: block;
    list-style-type: none;
    font-family: 'MuseoSans500'; }
    #tour-nav ol#tour-menu li {
      float: left; }
    #tour-nav ol#tour-menu li a {
      display: block;
      width: 125px;
      padding: 15px;
      padding-left: 20px;
      padding-right: 20px;
      background-color: white;
      text-align: center;
      text-decoration: none;
      font-size: 18px;
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc;
      color: #0066CC;
      background: #fcfcfc;
      background: -moz-linear-gradient(top, #fcfcfc 0%, #f3f3f3 75%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(75%, #f3f3f3));
      -pie-background: linear-gradient(#fcfcfc 0%, #f3f3f3 75%);
      /*PIE*/
      behavior: url(/PIE.htc);
      position: relative; }
      #tour-nav ol#tour-menu li a:hover {
        background: #efefef;
        background: -moz-linear-gradient(top, #efefef 0%, #e6e6e6 75%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(75%, #e6e6e6));
        -pie-background: linear-gradient(#efefef 0%, #e6e6e6 75%);
        /*PIE*/
        behavior: url(/PIE.htc); }
    #tour-nav ol#tour-menu li.current a {
      color: white;
      background: #FBB61A;
      background: -moz-linear-gradient(top, #FBB61A 0%, #DD9B0F 75%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBB61A), color-stop(75%, #DD9B0F));
      -pie-background: linear-gradient(#FBB61A 0%, #DD9B0F 75%);
      /*PIE*/
      behavior: url(/PIE.htc); }
    #tour-nav ol#tour-menu li:first-child a {
      -moz-border-radius: 0 0 0 10px;
      -webkit-border-radius: 0 0 0 10px;
      -pie-border-radius: 0 0 0 10px;
      border-radius: 0 0 0 10px;
      border-left: 1px solid #ccc;
      behavior: url(/PIE.htc); }
    #tour-nav ol#tour-menu li:last-child a, #tour-nav ol#tour-menu a.try-it-free {
      -moz-border-radius: 0 0 10px 0;
      -webkit-border-radius: 0 0 10px 0;
      -pie-border-radius: 0 0 10px 0;
      border-radius: 0 0 10px 0;
      behavior: url(/PIE.htc); }

.features-heading {
  font-family: 'OpenSansLight';
  font-size: 28px;
  color: #444;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center; }

.feature {
  float: left;
  width: 390px;
  clear: both;
  margin-bottom: 40px; }
  .feature.right {
    margin-left: 40px;
    clear: none; }
  .feature p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #666; }
  .feature .benefit {
    font-family: 'OpenSansCondensedBold';
    font-size: 20px;
    margin-top: 5px; }
  .feature h3 {
    text-align: left;
    margin-bottom: 0; }

.testimonial {
  clear: both;
  margin-bottom: 80px; }
  .testimonial img {
    display: block;
    float: right;
    margin: 20px;
    margin-top: -50px; }
  .testimonial blockquote {
    font-family: 'OpenSansCondensedLight';
    font-size: 28px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .testimonial blockquote cite {
      font-family: 'OpenSansCondensedBold';
      font-style: normal;
      margin-top: 15px;
      display: block;
      text-align: right; }
  .testimonial.even img {
    float: left; }

.try-it-btn {
  width: 95px; }

/*# sourceMappingURL=tour.css.map */
