﻿body {
    background: #e9e9e9 url('../images/bg.jpg');
    background-repeat: repeat;
    margin: 0;
    font-family: UbuntuLight;
    font-weight: 500;
    min-width:960px;
}

form {
    margin: 0;
}

a {
    color: #348fcd;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#browserWarning {
    display: none;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ff9;
    margin: 0;
    text-align: center;
    line-height: 13px;
    padding: 10px 0;
}

    #browserWarning p {
        margin: 0;
        padding: 0;
        top: 0;
    }

div#topContent {
    position: absolute;
    top: 125px;
    background: url('../images/top-content-background.png') no-repeat top left;
    clear: both;
    overflow: hidden;
    min-width: 955px;
}

div#container {
    text-align: left;
    width: 960px;
    margin: 30px auto 30px auto;
    overflow: hidden;
}

ul.green {
    list-style-image: url('../images/bulletGreen.png');
    margin: 0;
}

ul.orange {
    list-style-image: url('../images/bulletOrange.png');
    margin: 0;
}

h2.green {
    color: #90b63e;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 28px;
    margin: 20px 40px 10px 40px;
}

div#head {
    background-color: #FFF;
    min-width:960px;
}

div#headContents {
    width: 960px;
    margin: 0 auto;
}

div#logo {
    margin: 15px 0 0 13px;
    float: left;
    width: 488px;
    height: 85px;
}

div#head h1#logo i {
    display: none;
}

div#head div#liveSupport {
    float: right;
    margin: -3px -15px -5px 0;
}

div#head div#topLinks {
    float: right;
    margin: 6px 10px 10px 10px;
}

div#topLinks ul {
    padding: 0 5px 5px 0;
    margin: 35px 0 0 0;
    list-style-type: none;
    top: 0;
}

    div#topLinks ul li {
        font-size: 12px;
        margin-left: 10px;
        float: left;
        line-height: 16px;
        color: #333;
    }

        div#topLinks ul li a {
            color: #888;
        }

div#search {
    float: right;
    margin: 4px 0px 0 0;
}

    div#search input[Type="text"] {
        border-radius: 5px;
        -moz-box-shadow: inset 0 0 3px #DDD;
        -webkit-box-shadow: inset 0 0 3px #DDD;
        box-shadow: inset 0 0 3px #DDD;
    }

    div#search form {
        margin: 10px 10px 10px 10px;
    }

div#nav {
    background-image: url(../images/nav-bg.jpg);
    clear: both;
}

div#navContents {
    width: 960px;
    margin: 0 auto;
}

    div#navContents ul {
        margin: 0;
    }

div#contentWide {
    overflow: hidden;
}

div#content {
    width: 600px;
    padding: 20px;
    float: left;
}

div#foot {
    clear: both;
    border-top: 1px solid #ddd;
    background-color: #fff;
    margin-top: 15px;
}

div#footContents {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 20px;
}

    div#footContents table {
        width: 750px;
        margin: 25px 0;
    }

        div#footContents table thead td {
            font-weight: bold;
            padding: 15px 0;
        }

    div#footContents a {
        color: #181818;
        font-weight: 300;
    }

div#bbbLogo {
    float: left;
    opacity: 0.5;
}

    div#bbbLogo a {
        margin: 25px 20px 0 20px;
    }

    div#bbbLogo p {
        padding: 0;
        text-align: center;
        color: #115b78;
    }

/* ORDER PAGE STUFF */

/* ORDER PAGE STUFF */


img.helpButton {
    cursor: pointer;
}

fieldset img.helpButton {
    margin-top: -27px;
    float: left;
    cursor: pointer;
    padding: 0 10px;
    margin-left: -10px;
}

div.helpDialog {
    display: none;
}

    div.helpDialog > img {
        margin: 10px;
        float: left;
    }

    div.helpDialog div.dialogContent {
        padding: 0 10px 10px 10px;
    }

        div.helpDialog div.dialogContent h3 {
            font-weight: bold;
            margin-top: 20px;
            line-height: 30px;
            color: #000;
        }

        div.helpDialog div.dialogContent a {
            color: #00c;
            text-decoration: underline;
        }

    div.helpDialog p {
        font-size: 14px;
        line-height: 20px;
    }

div.ui-dialog {
    background: #fff;
    padding-bottom: 70px;
}

div.ui-dialog-buttonpane {
    background: transparent;
    border: 0;
}

/* jquery ui */
input.ui-button {
    border: 1px solid #bbb !important;
    padding: 10px 15px;
    font-size: 13px !important;
}

div.blockUI h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

p.centered {
    text-align: center;
}

p.disclaimer {
    color: #AAAAAA;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
}

a.single_image {
}

    a.single_image:hover {
        opacity: .5;
    }

div.testimonial {
    overflow: hidden;
    clear: both;
    padding-bottom: 60px;
}

    div.testimonial img {
        margin-top: 7px;
    }

    div.testimonial blockquote p {
        font-size: 16px;
        line-height: 24px;
        font-family: "Georgia", serif;
    }

    div.testimonial p.attribution {
        font-weight: bold;
        font-size: 14px;
        margin-top: 1em;
    }




    div#newsletter-overlay {
        height: 100%;
        left: 0;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 4;
        display: none;
    }

    div#newsletter-overlay div.overlayFader {
        background-color: #000000;
        height: 100%;
        left: 0;
        opacity: 0.50;
        position: absolute;
        top: 0;
        width: 100%;
    }

    div#newsletter-overlay div.overlayMessage {
        background-color: #424242;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 0 5px -1px #000000;
    font-family: Ubuntu;
    height: 356px;
    margin: auto;
    position: relative;
    top: 32%;
    width: 557px;
    z-index: 5;
    }

        div#newsletter-overlay div.overlayMessage h4 {
            color: #FFFFFF;
    font-family: ubuntulight;
    font-size: 35px;
    line-height: 62px;
    margin-top: 24px;
    text-align: center;
    text-transform: uppercase;
        }

            div#newsletter-overlay div.overlayMessage h4 span.large {
                font-family: ubuntu;
    font-weight: 500;
            }

        div#newsletter-overlay div.overlayMessage h5 {
            color: #FFFFFF;
    font-family: ubuntu;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 12px;
    text-align: center;
    text-transform: uppercase;
        }

        div#newsletter-overlay div.overlayMessage div.content {
            color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 21px;
    font-weight: 300;
    margin: 34px auto 28px;
    text-align: center;
    width: 322px;
        }

div#newsLetter-inputContainer {
    background-color: #FFFFFF;
    border: 2px solid #4A4A4A;
    border-radius: 6px;
    height: 58px;
    margin: 24px auto 0;
    padding: 0;
    position: relative;
    width: 472px;
}

    div#newsLetter-inputContainer img#newsLetter-emailIcon {
        position: absolute;
        left: 18px;
        top: 24px;
    }

    div#newsLetter-inputContainer label#newsletter-inputLabel {
        color: #2E93B8;
    cursor: text;
    font-family: ubuntu;
    font-size: 16px;
    font-weight: 400;
    left: 58px;
    position: absolute;
    top: 20px;
    z-index: 6;
    }

    div#newsLetter-inputContainer input#newsletter-input {
        border: 0 none;
    font-size: 17px;
    height: 34px;
    left: 36px;
    padding: 12px 12px 12px 22px;
    position: absolute;
    width: 302px;
    color: #2E93B8;
    }

    div#newsLetter-inputContainer span#newsletter-submit {
        border-radius: 0 6px 6px 0;
    box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.22);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 13px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 1px;
        background: #ff844c; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODQ0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOTQ5MGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ff844c 0%, #c9490f 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff844c), color-stop(100%,#c9490f)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ff844c 0%,#c9490f 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ff844c 0%,#c9490f 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ff844c 0%,#c9490f 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ff844c 0%,#c9490f 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff844c', endColorstr='#c9490f',GradientType=0 ); /* IE6-8 */
    }

div#newsletter-overlay div#newsletter-error {
    color: #FF2222;
    font-size: 16px;
    margin: 4px auto;
    padding: 0 0 0 68px;
    width: 472px;
}


div#newsletter-overlay div#newsLetter-close {
    cursor: pointer;
    border-radius: 12px;
    position: absolute;
    height: 26px;
    right: -12px;
    top: -12px;
    box-shadow: 0px 0px 5px -1px rgb(0, 0, 0);
}