﻿* {
    font-style: italic;
}



/* ==========================================================================
   boilerplate styles
   ========================================================================== */

html,
body,
button,
input,
select,
textarea {
    color: #000850;
}

a {
    color: #0010a0;
}

body {
    background-color: #f4f6f8;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 11pt;
    line-height: 1.4;
    margin-bottom: 180px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   splash
   ========================================================================== */

#splash {
    margin-top: 12px;
}

    #splash table {
        width: 100%;
    }

        #splash table tr {
            height: 270px;
        }

        #splash table img {
            border: none;
            border-radius: 8px;
            display: none;
            margin-bottom: 12px;
            width: 258px;
        }

    #splash a {
        border-radius: 8px;
    }



/* ==========================================================================
   main content
   ========================================================================== */

#page {
    margin: 0 auto;
    width: 800px;
}

h1,
h2 {
    margin: 0;
    padding: 0;
}

header {
}

    header h1 img {
        border: none;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    header h2,
    #continue {
        background-color: #afd5e4;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        color: #000850;
        font-size: 9pt;
        font-weight: normal;
        letter-spacing: 2pt;
        padding: 4px;
        text-align: center;
    }

#continue {
    display: block;
    text-decoration: none;
    visibility: hidden;
}

#topnav {
    margin-top: -15px;
    margin-bottom: 5px;
}

    #topnav ul {
        list-style-type: none;
        margin: 0;
        padding-left: 0;
    }

        #topnav ul li {
            display: inline;
            margin-left: 4px;
            white-space: nowrap;
        }

            #topnav ul li a {
                background-color: #abcedc;
                border-radius: 4px;
                color: #fff;
                font-size: 9pt;
                font-weight: bold;
                margin-bottom: 10px;
                padding: 2.5px 5px;
                text-decoration: none;
                white-space: nowrap;
            }

                #topnav ul li a:hover,
                #topnav ul li a.current-page {
                    background-color: #133862;
                    color: #fff;
                }

#nav {
    background-color: #000850;
    border-radius: 8px;
    color: #fff;
    float: left;
    margin-top: 5px;
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 14px;
    padding-top: 0;
    padding-bottom: 1200px;
    width: 272px;
}

    #nav a {
        color: #fff;
    }

    #nav ul {
        margin: 2px 0;
        padding: 0;
    }

        #nav ul li a {
            background-color: #abcedc;
            border-radius: 4px;
            color: #fff;
            display: block;
            font-size: 11pt;
            font-weight: bold;
            height: 23px;
            margin-bottom: 4px;
            padding: 8px;
            text-decoration: none;
            text-shadow: 1px 1px 1px #224;
            white-space: nowrap;
            width: 256px;
        }

            #nav ul li a:hover,
            #nav ul li a.current-page {
                background-color: #fff;
                color: #133862;
                text-shadow: none;
            }

    #nav .facebook {
        padding: 15px 0 24px;
    }

    #nav p {
        margin-bottom: 24px;
    }

    #nav .phone {
        font-size: 24pt;
    }

    #nav p.promo {
        font-size: 14pt;
        font-weight: bold;
        padding-top: 18px;
    }

#main {
    margin-top: -10px;
}

aside {
    background-color: #000850;
    border-radius: 8px;
    color: #fff;
    float: right;
    font-size: 8pt;
    margin-left: 14px;
    margin-bottom: 40px;
    text-align: right;
}

    aside img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    aside span {
        padding: 8px;
    }

article h1,
article section.main-info,
article section h1 {
    font-size: 14pt;
    font-weight: bold;
    line-height: 1.2;
}

article section {
    padding-top: 10px;
}

    article section:first-of-type {
        padding-top: 40px;
    }

    article section p:first-of-type {
        margin-top: 0;
    }

    article section.main-info {
        padding-top: 19px;
    }

    article section.break {
        margin-top: 24px;
        padding-top: 24px;
    }

    article section h2 {
        font-size: 12pt;
        font-weight: bold;
        margin-bottom: 0;
    }

    article section ul {
        margin-top: 0;
        margin-left: 166px;
        padding-left: 166px;
    }

    article section ol {
        margin-top: 0;
        margin-left: 170px;
        padding-left: 170px;
    }

#prices {
    background-image: url(../img/eye_bg.gif);
    background-position: 314px 24px;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

    #prices div {
        border-top: solid 1px #f4f6f8;
        margin-top: 4px;
        padding-top: 4px;
        padding-left: 324px;
    }

        #prices div span.info {
            font-size: 8pt;
        }

        #prices div span.price {
            float: right;
            font-weight: bold;
            padding-right: 20px;
        }

    #prices small {
        font-size: 8pt;
    }

.before-after {
    margin-bottom: 80px;
}

    .before-after span {
        padding-left: 204px;
    }

.testimonials span {
    font-weight: bold;
}

.disclaimer {
    font-size: 8pt;
    margin-top: 80px;
}

footer {
    clear: both;
    float: right;
    font-size: 10pt;
    margin-top: -28px;
    text-align: right;
}

#page-keywords {
    color: #f4f6f8;
    font-size: 1pt;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
