﻿body {
    font-family: 'Merriweather Sans', sans-serif !important;
    font-size:14px;
    line-height:1.5em;
}
img {
    margin:0;
    padding:0;
    outline:none;
}

/* Top Menu & Top Links */

#top-nav {
    position:fixed;
    top: 0px;
    left:0px;
    display:block;
    width:100%;
    background-color:#202040;
    text-align:left;    
    height:75px;    
    margin:0px;
    padding:0px;
    z-index:1001;
}
    #top-nav > #top-menu,
    #top-nav > #top-links {
        list-style: none;
        height:75px;        
        margin:0 auto;
        padding:0;
    }
    #top-nav > #top-links {            
            float:right;
            position:fixed;
            top:0px;
            right:0px;
    }
    #top-nav > #top-menu > li,
    #top-nav > #top-links > li {
        float:left;
        height:75px;
        line-height:75px;
        list-style:none;    
        letter-spacing:2px;
        color:#fff;
        display:list-item;
    }
    #top-nav > #top-menu > li:hover,
    #top-nav > #top-links > li:hover {
        background-color:#141949;
    }
    #top-nav > #top-menu > li > a,
    #top-nav > #top-links > li > a {
        padding: 0px 20px;
        text-decoration:none;
        color:#fff;
    }
    #top-nav > #top-menu > li > .logo > img {
        padding:22px 10px 0 25px;
    }


/* Shared */
.welcome {    
    float:right;
    padding:10px 20px;
}
.zerogrid {
    padding-bottom:30px; 
}
.error {
    color:#cd0000;
    margin-bottom:10px;
}
#landing-top .zerogrid,
#footer .zerogrid {
    width:100%!important;
    text-align:center;
}
#main-content {
    position:relative;
    display:block;
    min-height:100%;
}
.header > .extra {
    background: none;    
}
header h2 {
    font-size:2em;
}
.table-alt {
    border: none;
    font-size:0.9em;
    width:100%;
    border-top: solid 1px #333;
}
    .table-alt th {
        background-color:#ccc;
    }
    .table-alt td {
        border-bottom: solid 1px #333;
        padding: 3px;
    }
.table-clr {
    border:none;
}
    .table-clr td {
        border:none;
    }
.table-full {
    width:100%;
}
table td {
    padding: 2px;
}
table td.w1 {
    width:10%;
}
table td.w2 {
    width:20%;
}
table td.w3 {
    width:30%;
}
table td.w7 {
    width:70%;
}
table td.odd {
    background-color:#fff;
}
table td.even {
    background-color:#f1f1f1;
}
table td.nw {
    white-space:nowrap;
}
table td.b-bw1 {
    border-bottom: solid 1px #fff;
}
table td.b-bg1 {
    border-bottom: solid 1px #ccc;
}
.a-right {
    text-align:right;
}
.a-center {
    text-align:center;
}
.v-top {
    vertical-align: top;
}
.v-mid {
    vertical-align: middle;
}
.v-bottom {
    vertical-align:bottom;
}
.ft-08 {
    font-size:0.8em;
}
.success {
    background-color: yellowgreen;
    padding:3px;
    width:798px;
    display:block;
    margin-bottom:2px;
}

/* Form */
input.txtBox1,
select.txtBox1 {
    background: #fff;
    border: 1px solid #b1acac;
    padding: 0 10px;
    height:25px;
    line-height:25px;
    margin: 0;
}
select.drpDown1 {
    padding:2px;
     border: 1px solid #b1acac;
}
input[type=submit],
input[type=button] {
    background-color:#202040;
    color:#fff;    
    height:30px!important;
    line-height:30px;
    padding:0px 10px;
    margin-top:0px;        
}
input[type=submit]:hover,
input[type=button]:hover {
    background-color:#141949;
} 

/* Public: Landing */
.banners {
    display: block;    
    width: 100%;
    margin-top:10px;
}
.pac {
    display:inline;
    height:210px;
    width:210px;
    opacity:0.7;
}
.lpc {
    display:inline;
    height:210px;
    width:590px;
}
.tvp {
    display:inline;
    height:210px;
    width:auto;    
    opacity:0.8;    
}

#landing-content .landing-wrapper {
}
#landing-content .landing-side {
    font-size:0.85em;
    padding-bottom:30px;
}
#landing-content .landing-side > h2 {
    font-size:1.5em;
}
#landing-content .landing-side p {
    clear:both;
}
#landing-content ul {    
    list-style-position:outside!important;
    list-style-type:square!important;
    padding-left:50px;
}
#landing-content ul > li {
    padding-left:12px!important;
    padding-bottom:5px;
}
#landing-content .landing-side input.login {
    height:16px;
    border: 1px solid #e3e4e3;
    background: #fff;
    padding: 6px 8px;
    width:180px;
}
#landing-content .landing-side .signin {
    float:right;
}
#landing-content .landing-side .signin:hover {
    background-color:#141949!important;
    color:#fff!important;
}
#landing-content .landing-side .color1 {
    height:16px;
    line-height:16px;
    vertical-align:bottom;
    display:inline-block;
}

/* Member */
.reseller {
    text-transform:capitalize;
}

/* Page 1 */


/* Page 2 */
#page_2 {
    background-color:#fff;
}
.t-logos {
    font-size:0.8em;
}
.td-logos {
    height:60px;
}
ul.t-img {    
    list-style-position:outside!important;
    list-style-type:square!important;
    padding-left:50px;
}
ul.t-img > li {
    padding-left:12px!important;
    padding-bottom:5px;
}

/* Page 3 */
#page_3 {
    background-color:#f0f1f0;
}

/* Page 4 */
#page_4 {
    background-color:#fff;
}

/* Page 5 */
#page_5 {
    background-color:#f0f1f0;
}

/* Page 6 */
#page_6 {
    background-color:#fff;
}
#page_6 table {
    width: 100%;
    text-align:center;
}


/* Profile */
h2.profile {
    border-bottom: solid 15px #003366;
    padding-bottom:2px;
    padding-left:5px;
    background:#ccc;
}
table.profile {
    border-collapse:collapse;
    width:804px;    
}
table.profile td {
    padding-top: 20px;
    padding-right:10px;
}
table.profile td.nested {
    padding-top:0px!important;
}
table.profile td input[type=text] {
    width:95%;
}



/* Promo */
.img-promo,
.img-news {
    padding: 0px 15px 3px 0px;
}

/* Footer */
#footer {
    font-size:0.8em;
    padding-top:10px;
    display: none;
}

.divYouTubeVideoes {
    background: #ffffff;
    text-align: center;
    margin: 20px 0;
    border: #000000 1px solid;
    border-left: none;
    border-right: none;
    padding: 10px 0;
}

.InfoDiv {
    display: none;
}

#ShowMe {
    position: fixed;
    top: 100px;
    left: 0px;
    background-color: #ccc;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
    font-size:12px;
}

#ShowMe:hover .InfoDiv {
    display: block;
}

.fmi {
    position:fixed;
    top:100px;
    left:0px;
    background-color:#ccc;
    padding:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
.copyright {
    margin-top:10px;
}
#top-nav .nav11 {
    display:none!important;
    cursor:pointer;
}
.profile .content {
    padding-top: 0px !important;
}
.w3 {
    background-color:#fff;
    vertical-align:middle!important;
    text-align:center!important;
}
.w3 > table {
    margin:auto;
}
.w3 > table td {
    border:none!important;    
    text-align:center!important;
}
.w3 > table td img {    
    padding: 10px;
    vertical-align:middle!important;
    text-align:center!important;
    max-height:220px;
    max-width:220px;
}
.read pre {
    white-space:pre-wrap;
    font-family:Arial, Helvetica, sans-serif!important;
    line-height:2em;
    font-size:1.2em;
}
.product {
    font-family:Arial, Helvetica, sans-serif!important;
    line-height:1.5em;    
}

.landing-wrapper a {
    color: #00b8e4;
    text-decoration: none;
    font-weight: 400;
}

.landing-wrapper a:hover {
    color: #0082bf;
}