body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   padding:0;
   margin: 0;
}

.outer-wrap {
    width:100%;

}
.clear-float {
    clear:both;
}

ul.simple-tabs {
    width:100%;
    max-width:500px;
    margin: 0;
    padding: 0;
}


ul.simple-tabs li:hover, ul.simple-tabs li:active {
    background-color: #e8e8e8;
}

ul.simple-tabs li.active {
    background-color: #000000;
    color:#ffffff;
        border-left: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6;    border-bottom: 1px solid #EBEBEA; 
}

.tab-page {
 max-width: 940px;
 width: 100%;
 -moz-box-sizing: border-box;
 height: 400px;
}

img {
    max-width: 500px;
}

.ninety-percent-pad {
    width:100%;
    margin:25px auto;
}