﻿html, body, form {
    position: relative;
    height: 100%;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    background-color: #FEF0E1;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Verdana, Arial;
    font-size: 12px;
}


.footer_container {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 0;
}

    .footer_container img {
        position: relative;
    }

.menu_container img {
    padding-right: 125px;
    padding-top: 16px;
}

.title {
    font-size: 24px;
    color: #964288;
}

.sub_title {
    color: #964288;
    line-height: 21px;
    /*font-size: 14px;*/
    font-size: 13px;
}

.business_options {
    font-family: Verdana;
    color: #767E40;
    font-size: 12px;
}

    .business_options .title {
        font-family: Verdana;
        color: #964288;
        font-size: 12px;
        margin-bottom: 5px;
    }


.individual_options {
    font-family: Verdana;
    color: #767E40;
    font-size: 12px;
    width: 362px;
}

    .individual_options .title {
        font-family: Verdana;
        color: #964288;
        font-size: 12px;
        margin-bottom: 5px;
    }


.warehousing_options {
    font-family: Verdana;
    color: #767E40;
    font-size: 12px;
}

    .warehousing_options .title {
        font-family: Verdana;
        color: #964288;
        font-size: 12px;
        margin-bottom: 5px;
    }


.tabs_title {
    color: #767E40;
    font-size: 12px;
}

.tabs_container {
    margin-top: 8px;
}

    .tabs_container a {
        color: #767E40;
        font-size: 12px;
        text-decoration: none;
        padding-left: 5px;
        padding-right: 5px;
        text-transform: uppercase;
    }

        .tabs_container a:not(:last-child) {
            border-right: 1px solid #767E40;
        }

    .tabs_container span.active {
        color: #964288;
        font-size: 12px;
        text-decoration: none;
        padding-left: 5px;
        padding-right: 5px;
        text-transform: uppercase;
    }

        .tabs_container span.active:not(:last-child) {
            border-right: 1px solid #767E40;
        }

.navigation {
    color: #964288 !important;
    text-decoration: none !important;
}
