#quote p {
    font-size: 15px;
    text-transform: none;
}
#top-menu a {
    font-size: 16px;
    color: #e0e0e0;
    text-decoration: none;
}
#top-menu {
    float: none;
    padding-top: 0px !important;
    padding-bottom: 66px;
    margin-bottom: 170px !important;
}
#logo {
    float: left;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    padding-right: 17px;
}

#quote h2 {
    font-size: 30px;
    color: #676761;
    font-weight: lighter;
    padding-bottom: 8px;
    font-weight: 600;
}

#quote p {
    font-size: 20px;
    text-transform: none;
    padding-top: 20px;
}

.nav ul {
    position: absolute;
    top: -999em;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 10;
    background: #242021;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}

#top-menu a:hover {
    color: #405B5E;
}

#logo-area {
    float: left;
     margin-bottom: 1px; 
}

#container {
    text-align: left;
    margin: 0 auto;
    width: 960px;
    position: relative;
    margin-top: -60px;
}