﻿body {
    background-color: #00a0ff;
    /*background-color: #6086cd;*/
    /*background-color: lightblue;*/
}

.bgimage {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 5%;
    width: 90%;
}

.mainbody {
    border-width: 2px;
    background-color: white;
    position: relative;
    z-index: 2;
    top: 0px;
    /*bottom: 0px;
    left: 20%;
    width: 60%;*/
    width: 800px;
    height: 100%;
    /*opacity: 0.25;
    filter: alpha(opacity=25);*/
    padding: 20px;
    min-height: 1020px;
    margin: 0 auto;
}

.headertable {
    background-color: #00a0ff;
    /*background-color: #6086cd;*/
    font-family: sans-serif;
    font-size: small;
    font-weight: bold;
    color: white;
    text-align: center;
    vertical-align: middle;
    /*text-shadow: 1px 1px #000000;*/
}

.titletable {
    background-color: white;
    font-family: sans-serif;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-color: black;
    width: 100%;
    color: #3f6ab9;
    /*text-shadow: 1px 2px #709ba8;*/
    text-shadow: 1px 2px #000000;
}

.currentpage {
    font-family: sans-serif;
    color: white;
    /* Use white against the darker blue color: black;*/
    /* No shadow on current page text-shadow: 1px 1px #ffffff;*/
}
h1 {
    clear: both;
    font-family: sans-serif;
    font-size: large;
    font-style: initial;
    color: #6086cd;
}
h2 {
    text-align: left;
    font-family: sans-serif;
    color: #00a0ff;
    /*color: #6086cd;*/
    margin-left: 20px;
    /*text-shadow: 1px 2px #709ba8;*/
    text-shadow: 1px 2px #000000;
}

p {
    clear:initial;
    font-family: sans-serif;
    font-size: medium;
    font-style: initial;
    text-align:left;
    margin-left: 20px;
    margin-right: 20px;
    color:black;
    text-shadow: none;
}

.floatleft { 
    float: left; 
    margin: 10px; 
}
.floatright { 
    clear: right;
    float: right; 
    margin: 10px; 
}

/*.footer {
    color: black;
    background-color: #3f6ab9;
    position: absolute;    
    bottom: 0px;
    width: 95%;
}*/

/*td {*/
    /*vertical-align: middle;*/
    /*padding: 0px;*/
    /*margin: 30px;*/
/*}*/

.textwrap {
    float: right;
    margin: 10px;
}

h3 {
    clear: both;
    font-family: sans-serif;
    font-size: medium;
    font-style: initial;
    color: #00a0ff;
    /*color: #6086cd;*/
}

.nobullet {
    list-style-type: none;
}

.footnote {
    font-size: small;
}

.backlink {
    font-size: small;
    clear: both;
    text-align: right;
}

.bigandbold {
    font-size: large;
    color: red;
}

.pricingnoteslink {
    font-size: small;
    text-align: right;
}

.clearpics {
    clear: both;
}

span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.width40 {
    width: 40%;
}

.floatleft40 {
    float: left;
    width: 40%;
    padding: 10px;
}

.floatright30 {
    clear: both;
    float: right;
    width: 30%;
    padding: 10px;
}

.whatyouget {
    clear: both;
    border: double;
    width: 75%;
    margin: 0 auto;
}

img {
    max-width: 100%;
    left: 20%;
    right: 20%;
}

/*.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60px;
}

li a {
    display: block;
}*/


.navbar {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #00a0ff;
    /*background-color: #6086cd;*/
}

.navlistitem {
    float: left;
    width: 16%;
}

.menubutton{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.activemenubutton{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color: #000;
}

.navlistitem a:hover {
    background-color: #5066bd;
}

.footer {
    clear: both;
    background-color: #5066bd;
    border-width: 2px;
    position: relative;
    z-index: 2;
    top: 0px;
    /*left: 20%;*/
    /*bottom: 0px;
    left: 0px;*/
    /*width: 60%;*/
    /*opacity: 0.95;*/
    padding: 20px;
    overflow: hidden;
    color: white;
    width: 800px;
    margin: 0 auto;
}

.footer a:link {
    color: white;
    }
.footer a:visited{
    color: white;
}

.headertitle {
    float: left;
    width: 50%;
}
.headertitle p {
    background-color: white;
    font-family: sans-serif;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-color: black;
    color: #3f6ab9;
    /*text-shadow: 1px 2px #709ba8;*/
    text-shadow: 1px 2px #000000;
    }

.headerlogo {
    float: right;
    width: 30%;
}

.bgimagediv {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    border: double;
}

.bgleft {
    position: absolute;
    z-index: 1;
    top: 10%;
    height: 50%;
    /*left: 0px;*/
    float: left;
}

.bgright {
    position: absolute;
    z-index: 1;
    top: 10%;
    height: 50%;
    /*right: 0px;*/
    width: 300px;
    float: right;
}

.tagline {
    clear: both;
    text-align: center;
    margin: 0 auto;
    color: #3f6ab9;
    border: double;
}

@media (max-width : 800px) {
    .bgimage {
        display: none;
    }

    .mainbody {
        border-width: 2px;
        background-color: white;
        position: relative;
        z-index: 2;
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: inherit;
        height: 100%;
        padding: 10px;
        min-height: 1020px;
    }

    .headertitle {
        float: left;
        width: auto;
    }

    .headertitle p {
        background-color: white;
        font-family: sans-serif;
        font-size: x-large;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        border-color: black;
        color: #3f6ab9;
        /*text-shadow: 1px 2px #709ba8;*/
        text-shadow: 1px 2px #000000;
        }

    .headerlogo {
        display: none;
        /*float: right;
        width: 30%;*/
    }

    .navlistitem {
        clear: both;
        float: left;
        width: 100%;
    }

    .footer {
        clear: both;
        background-color: #5066bd;
        border-width: 2px;
        position: relative;
        z-index: 2;
        top: 0px;
        /*bottom: 0px;*/
        left: 0px;
        width: inherit;
        padding: 10px;
        overflow: hidden;
        color: white;
    }

    .footer a:link {
        color: white;
        }
    .footer a:visited{
        color: white;
    }

    /*li a:link {
        color: green;
        }
    li a:visited {
        color: yellow;
    }*/

    .mainpanel {
        float: left;
        width: 50%;
        border: double;
    }

    .extraspanel {
        float: left;
        width: 20%;
        border: double;
    }

    .whatyouget {
        clear: both;
        border: double;
        width: auto;
        margin: 0 auto;
    }

    /*.tagline {
        visibility: hidden;
    }*/
}

.blankimage {
}

.headerdesc {
    visibility: hidden;
}

.introsection1 {
    clear: both;
}
    .introsection1 img {
        width: 200px;
    }

.introsection2 {
    clear: both;
}
    .introsection2 img {
        width: 200px;
    }

.introsection3 {
    clear: both;
}
    .introsection3 img {
        width: 200px;
    }

.introsection4 {
    clear: both;
}
    .introsection4 img {
        width: 200px;
    }

.introsection5 {
    clear: both;
}
    .introsection5 img {
        width: 200px;
    }

.details {
    width: 75%;
    float: left;
    /*border: double;*/
}

.rightpanel {
    width: 20%;
    float:right;
    /*border: double;*/
    background-color: lightblue;
}

