#header {
    background-color: black;
    background-image: none;
    background-repeat: repeat-x;
    color: white;
    min-height: 80px;
}
#footer {
  background-color: black;
 
}

#footer .grid-bottom2 {
    background-image: none;

}
.wrapper-menu, .wrapper-bottom-menu {
    background-color: #FFFF00;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    filter: none;
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

/* set the background-color to yellow */
.navbar-inner
{
    background-color: yellow;
    /* remove the gradient */
    background-image: none;
    /* set font color to white */
    color: white;
}   

/* menu items */

    /* set the background of the menu items to pink and default color to white */

        .navbar .nav > li > a {
          background-color: yellow;   
          color: black;
          text-shadow:0 1px 0 #ffff00;
        }


    /* set hover and focus to lightblue */
    .navbar .nav > li > a:focus,
    .navbar .nav > li > a:hover {
      background-color: black;
      color: white;
    }
        /* set active item to darkgreen */
        .navbar .nav > .active > a,
        .navbar .nav > .active > a:hover,
        .navbar .nav > .active > a:focus {

          background-color: yellow;
          color: black;
        }
        /* set active item to darkgreen */
        .navbar .nav > .open > a,
        .navbar .nav > .open > a:hover,
        .navbar .nav > .open > a:focus {

          background-color: yellow;
          color: black;
        }


.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: white;
  background: black;
}
    /* set font color and background of the project name (brand) */

    .navbar .brand 
    {
        background-color: yellow;
        color: black;
    }

ul.left,ul.right,
ul.left li,ul.right li {
  list-style: none;
  line-height: 150%;
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #575757;
}
ul.left {
  float: left;
  width: 280px;
  font-size: 12px;
}
ul.right {
  float: right;
  width: 280px;
}

ul.right span,
ul.left span {
  display: block;
  padding-left: 30px;
  color: #000;
  font: bold 16px/27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
li.info {
  background: url(../images/icons/info.png) no-repeat left 2px;
}
li.star {
  background: url(../images/icons/star.png) no-repeat left 2px;
}
li.idea {
  background: url(../images/icons/lightbulb.png) no-repeat left 2px;
}
li.search {
  background: url(../images/icons/search.png) no-repeat left 2px;
}

.cta {
  margin: 0px auto 20px auto;
  padding: 10px 10px 20px 10px;
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  clear: both;
}
.cta p {
  margin: 0;
  padding: 0;
}
.cta h3 {
  font-size: 16px;
}

/* Button */

div.bigbutton {
    float: right;
}

div.bigbutton a {
    background: transparent url('../images/style2/btn_right.png') no-repeat scroll top right;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 66px;
    margin: 0 10px 0px 3px;
    padding: 0px 34px 0px 3px;
    text-decoration: none;
    text-align: center;
    text-shadow: #000 0px -2px 0px;
}

div.bigbutton a span.title {
    background: transparent url(../images/style2/btn_left.png) no-repeat;
    display: block;
    padding: 0px 0px 0px 34px;
    height: 66px;
    font-size: 20px;
    line-height: 46px;
    font-weight: bolder;
} 
div.bigbutton a span.desc {
  position: relative;
  font-size: 14px;
  text-align: center;
  top: -30px;
  left: 17px;
  line-height: 20px;
    color: #fff;
    font-weight: normal;
}

div.bigbutton a:hover {
  color: #fff;
    text-shadow: #000 0px 1px 0px;
}
/* Testimonials */

div.testimonials {
  padding: 10px;
  margin: 10px 0px;
  font: italic 18px/150% Georgia, "Times New Roman", Times, serif;
}
div.testimonials cite {
  float: right;
  font-size: 18px;
  margin: 10px 0 0 0;
  font-weight: bold;
  font-style: normal;
}
