body {
    margin: 0;
    padding: 0;
    background: #2a55a4;
    color: #000;
    text-align: center;
}

p, h1, h2, h3, h4 {
    margin: 0 1em 1em 1em;
    padding: 0;
}

p {
    line-height: 1.5em;
}

h1 {
    margin-bottom: 0.5em;
    margin-left: 0.7em;
    font-size: 140%;
}

h2 {
    margin-bottom: 0.5em;
    margin-left: 0.8em;
    font-size: 14px;
}

h3 {
    color: #77A819;
    font-weight: normal;
    font-size: 11px;
}

h4 {
    font-size: 100%;
}

table, td, select, input, textarea, li {
    font: 100% Tahoma, Arial, Helvetica, sans-serif;
}

img {
    border: 0;
}

    img.right {
        float: right;
        padding: 5px 0 0 10px;
        border: 0;
    }

#container {
    margin: 0 auto;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    width: 775px;
    background: #fff;
    text-align: left;
}

#logotip {
    position: relative;
    top: 0;
    left: 0;
    padding: 5px 30px 5px 5px;
    height: 105px;
    background: url(../images/header_back.png) no-repeat;
}

#logo {
    position: relative;
    top: -30px;
    left: 0;
    display: block;
    background: url(../images/logotip.gif) no-repeat;
    vertical-align: middle;
    text-indent: -8000px;
}

    #logo a {
        display: block;
        height: 41px;
    }

#header {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    height: 105px;
    background: url(../images/header_images.jpg) no-repeat;
}

ul.navigation {
    float: right;
    margin: 55px 10px 0 20px;
    padding: 0;
    border: 1px solid #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 1px 1px 1px #ffffff;
    -webkit-box-shadow: inset 1px 1px 1px #ffffff;
    -box-shadow: inset 1px 1px 1px #ffffff;
    box-shadow: inset 1px 1px 1px #ffffff;
    list-style: none;
}

    ul.navigation li {
        float: left;
        padding: 6px 15px;
        border-right: 1px solid #ffffff;
        background-color: #f27725;
        -webkit-text-shadow: 0 -1px 1px #000000;
        -webkit-text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
        text-shadow: 0 -1px 1px #000000;
        text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
        font-weight: bold;
        font-size: 15px;
        cursor: pointer;
    }

        ul.navigation li a {
            background-color: transparent;
            color: #ffffff;
            text-decoration: none;
        }

        ul.navigation li:first-child {
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-topleft: 5px;
            border-right: 1px solid #ffffff;
            -webkit-border-bottom-left-radius: 5px;
            -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        ul.navigation li:last-child {
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topright: 5px;
            border-right: 0;
            border-left: 0;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        ul.navigation li.selected {
            background-color: #247cff;
        }

#tblMainContent {
    padding: 0;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    #tblMainContent td {
        padding: 0;
        border-spacing: 0;
        border-collapse: collapse;
    }

#main {
    margin: 30px 10px 0 10px;
    min-height: 400px;
    vertical-align: top;
}

.main_nav {
    vertical-align: top;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#head_main {
    margin: 0 0 0 50px;
}

.content_item {
    padding-top: 15px;
    width: 750px;
    border-top: 1px solid #D8D8D8;
}

    .content_item > img {
        float: left;
        margin: 0 15px 35px 0;
    }

    .content_item .img_item {
        margin-top: 3px;
    }

    .content_item td {
        vertical-align: top;
    }

.buttonList {
    clear: both;
    text-align: right;
}

.comingSoon {
    clear: both;
    padding: 3px 0 5px 0;
    text-align: right;
    font-size: 11px;
}

.btn {
    display: inline-block;
    padding: 5px 14px 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px #000000;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px #000000;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px #000000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    text-decoration: none;
    font-size: 13px;
    line-height: normal;
    cursor: pointer;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    -webkit-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

    .btn:hover {
        background-position: 0 -15px;
        color: #333;
        text-decoration: none;
    }

    .btn:focus {
        outline: 1px dotted #666;
    }

    .btn.inactive {
        border-color: #9a9996 #9a9996 #003f81 #9a9996;
        background-color: #9a9996;
        background-repeat: repeat-x;
        color: #ffffff;
        -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        cursor: default;
    }

    .btn.android {
        border-color: #04a604;
        background-color: #04a604;
        background-repeat: repeat-x;
        color: #ffffff;
    }

    .btn.ios {
        border-color: #247cff;
        background-color: #247cff;
        background-repeat: repeat-x;
        color: #ffffff;
    }

ul.listcheck {
    padding-left: 10px;
}

.listcheck {
    list-style: none;
}

    .listcheck > li {
        padding: 0 0 15px 25px;
        background: url(../Images/listdisc.png) no-repeat;
        text-align: left;
    }

.list > li {
    padding: 0 0 15px 0;
}

    .list > li.last {
        padding: 0 0 0 0;
    }


#footer {
    height: 40px;
    background-color: #f27725;
    color: #fff;
    text-align: center;
}

    #footer a {
        color: #fff;
        text-decoration: underline;
    }

    #footer #imgFooter1 {
        float: left;
    }

    #footer #imgFooter2 {
        float: right;
    }

#tblFooter {
    padding: 0;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    #tblFooter td {
        padding: 0;
        border-spacing: 0;
        border-collapse: collapse;
    }

.footer_text {
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
}
