@charset "UTF-8";

.banner {
    background-image: url(left_s1.jpg);
    background-repeat: repeat-x;
    position: relative;
    border-bottom: 1px solid #000;
}

.banner-right {
    position: absolute;
    height: 97px;
    top: 0;
    right: 0;
    width: 50%;
    background: url(right_s1.jpg) repeat-x;
}

#header, .header {
    background: #E50302 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #E50302;
    text-decoration: none;
}

hr {
    color: #CCCCCC;
    background-color: #CCCCCC;
    height: 2px;
}

a {
    color: #E50302;
    text-decoration: none;
}

a:hover {
    color: #0691f9;
    text-decoration: none;
}

.sa-icon a {
    color: #E50302;
    text-decoration: none;
}

.sa-icon a:hover {
    color: #01213a;
    text-decoration: none;
}

.sa-footer {
    background: transparent !important;
}

.sa-footer a {
    color: #000000;
    text-decoration: none;
}

.sa-footer a:hover {
    color: #0691f9;
    text-decoration: none;
}

.mm-ismenu {
    background: none repeat scroll 0 0 #EB2127 !important;
}

.sa-icon {
    background: #FFFFFF;
    /* Old browsers */
    border: #DBDBDB solid 1px;
    color: #E50302;
}

a.sa-icon-bg:hover {
    background: #cccccc;
    /* Old browsers */
    opacity: 0.8;
    color: #01213a !important;
}

.btn-default {
    background-color: #E50302;
    border-color: #022644;
    color: #FFFFFF;
}

.active_menu_item {
    border-bottom: 5px solid #E50302 !important;
}