#company {}

#company .page-title {
    background-image: url(../images/page-title/company.jpg);
}

#company .nav-pills {
    text-transform: uppercase;
    color: #aaa;
    font-weight: 300;
}

#company .nav-pills > li {
    float: none;
    display: inline-block;
    border-right: 1px solid #aaa;
}

#company .nav-pills > li:last-child {
    border: none;
}

#company .nav-pills > li > a {
    display: inline-block;
    min-width: 150px;
    color: inherit;
    padding-top: 0;
    padding-bottom: 0;
}

#company .nav-pills > li > a:hover,
#company .nav-pills > li > a:focus,
#company .nav-pills > li.active > a {
    color: #000;
    background-color: transparent;
}

#company #news .date {
    color: #aaa;
    font-weight: 300;
    font-size: 10pt;
}
