
body {
    padding-top: 140px;
}

header .site-logo {
    position: relative;
    background-image: url('logo.png');
    background-position: 0;
    width: auto;
    height: 41px;
    top: 7px;
    text-indent: 64px;
    font-size: 27px;
    line-height: 40px;
    color: #fff;
}

.navbar-helios {
    background: #004D7C;
}
.lt-ie9 .navbar-helios {
    background: #92302e url('bg-nav.png') center repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92302e', endColorstr='#913021',GradientType=0 ); *//* IE6-8 */
}

body {
    background: #fff;
}
.navbar-fixed-top{box-shadow: none;}
.navbar-helios .navbar-nav > .active > a,
.navbar-helios .navbar-nav > .active > a:hover,
.navbar-helios .navbar-nav > .active > a:focus {
    letter-spacing: 0.75px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    background: transparent;
}
.navbar-helios .navbar-nav > .active > a:hover{text-decoration: underline;}
.navbar-helios .navbar-nav > .active:first-child > a{padding-left: 0;}


.nav-user >li> a,
.nav-user >li>a:focus,
.nav-user >li>a:hover{
    letter-spacing: 0.75px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    background: transparent;
}
.nav-user >li>a:hover,
.nav-user >li>a:focus
{
    text-decoration: underline;
}

footer.navbar  {
    background: #000000;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding-bottom: 15px;
    height: 100px;
    border-radius: 0;
}


.navbar-helios .navbar-nav > li > a,
.navbar-helios .navbar-nav > li > a:hover,
.navbar-helios .navbar-nav > li > a:focus{
    letter-spacing: 0.75px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    background: transparent;
}
.navbar-helios .navbar-nav > li > a:hover{text-decoration: underline;}
.navbar-helios .navbar-nav > li > a{padding-left: 0;}

/* forms */
.form-control{
    border-radius: 0;
    box-shadow: none;
}
