body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

h1{font-size:26px}
h2{font-size:22px}
h3{font-size:19px}
h4{font-size:16px}
h5{font-size:13px}
h6{font-size:11.9px}
h1 small{font-size:19px}
h2 small{font-size:16px}
h3 small{font-size:13px}
h4 small{font-size:13px}

h1,h2,h3{line-height:28px}

.sw-header {
    background-color: #ECECEC;
    padding-top: 1em;
    padding-bottom: 1em;
}

.sw-logo {
    float: left;
    padding-left: 1em;
}

.sw-title {
    margin-left: -4em;
    float: left;
}

@media(max-width:767px) {
    .sw-title {
        margin-left: 0.2em;
    }    
    .sw-title small {
        font-size: 13px;
    }
}


.sw-header-shadow {
    background: url("../images/header-shadow.gif") repeat-x top left;
    height: 16px;
}

ul.menu {
    border-top: solid 1px;
    margin-top: 2em;    
    color: #ECECEC;
}

ul.menu a {
    color: #333;
}

ul.menu > li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: solid 1px;
}

ul.menu ul {
    padding-top: 0.3em;
    padding-left: 1em;
}

ul.menu ul > li {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

