/* GENERAL TAB STYLING */

#left_tabs {
    position: absolute;
    bottom: -1px; /* must be same thickness as tab border */
    left: 210px; /* based on width and padding of logo */
}
#right_tabs {
}
#right_tabs ul li{
}
#right_tabs ul li{
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    /*font-family: 'Titillium Web', sans-serif;*/
    text-transform:uppercase;
}

ul.tabs a, ul.tabs a:visited {
    color: #333; /* unselected tab text colour */
    text-decoration: none;
}
ul.tabs a:hover {
    color: #000; /* unselected tab text hover colour */
}
ul.tabs li {
    list-style-type: none;
    display: inline;
    padding: 5px 2px 4px;
    margin: 0 0px; /* to compensate for border */
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
ul.tabs li a {
    padding: 5px 7px;
}
ul.tabs {
    margin: 0px 0 5px 149px;
    position: relative;
    top: 28px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
ul.tabs li.first {
}
ul.tabs li a.go_home {
    padding-left: 15px;
    padding-right: 15px;
    background: url(/site_media/static/pinax/images/silk/icons/go_home.png)  no-repeat scroll center 50% transparent;
}
