
BODY {
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    background: #000 url(../i/global-bg-mdl.jpg) top center repeat-y;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    }

#bg-top {
    background: #000 url(../i/global-bg-top.jpg) top center repeat-y;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 516px;
    z-index: 2;
    }

#bg-btm {
    background: #000 url(../i/global-bg-btm.jpg) bottom center repeat-y;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 516px;
    z-index: 2;
    }

.bg-yellow { background: #ffe400; }

.cl-orange { color: #f60; }
.cl-purple { color: #8b1d00; }
.cl-red { color: #f00; }
.cl-violet { color: #e407ff; }

.hidden { display: none; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


#layout {
    margin: 0 auto;
    width: 864px;
    position: relative;
    z-index: 10;
    }

#header {
    background: url(../i/header-bg.png) top left no-repeat;
    margin: 30px 0 0 0;
    width: 866px;
    height: 80px;
    }

    #header H1 {
        color: #f7f7f7;
        font-family: Impact, Arial, sans-serif;
        font-size: 43px;
        line-height: 78px;
        text-align: center;
        text-shadow: -3px 3px 2px rgba(0,0,0,0.25);
        text-transform: uppercase;
        }

        #header H1 SPAN {
            position: relative;
            }

            #header H1 SPAN I {
                background: url(../i/header-text-gradient.png) top repeat-x;
                position: absolute;
                top: 12px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                }



#content {
    background: url(../i/content-border-top-right.png) top right no-repeat;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    }

    #content #c-border {
        background: url(../i/content-border-bottom-left.png) bottom left no-repeat;
        overflow: hidden;
        }

    #content #c-inner {
        background: #8b1d00;
        margin: 2px;
        overflow: hidden;
        }

    #content #c-aligner {
        margin: 2em auto;
        width: 810px;
        }


.preface {
    color: #fff;
    font-family: michromaregular, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    text-align: center;
    text-shadow: 0 3px 5px rgba(0,0,0,1);
    margin: 1.5em 0;
    }

    .preface SPAN { color: #ffe400; }

.main-section {
    border-top: 2px solid #8b1d00;
    border-left: 2px solid #8b1d00;
    border-right: 2px solid #8b1d00;
    border-bottom: 2px solid #8b1d00;
    background: #fff;
    padding: 20px 30px;
    margin: 2em -2px;
    }

    .main-section H2 {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 28px;
        line-height: 1.25em;
        text-align: center;
        margin: .75em 0 .35em;
        }

    .main-section H2.lt {
        text-align: left;
        }

    .main-section H2.vip {
        color: #f00;
        font-size: 31px;
        margin: .25em 0;
        }

    .main-section H2.vip.bigger {
        font-size: 34px;
        margin: .25em 0;
        }

    .main-section H3 {
        text-shadow: 0 3px 5px rgba(0,0,0,.65);
        background: url(../i/h3-type-1-bg.gif) top center no-repeat;
        margin: 2em -10px 1.5em;
        width: 760px;
        min-height: 100px;
        overflow: hidden;
        }

        .main-section H3 STRONG {
            color: #ffe400;
            font-family: boycottregular, Arial;
            font-size: 72px;
            letter-spacing: -1px;
            text-align: right;
            text-transform: uppercase;
            margin: 15px 0 0 20px;
            width: 290px;
            float: left;
            }

        .main-section H3 SPAN {
            color: #fff;
            font-family: michromaregular, Arial, sans-serif;
            font-size: 21px;
            font-weight: bold;
            margin: 15px 5px 0 0;
            width: 430px;
            float: right;
            }

        .main-section H3 SPAN.line-1 { font-size: 20px; margin-top: 35px; }
        .main-section H3 SPAN.line-2 { margin-top: 25px; }

    .main-section H3.type-2 {
        background: url(../i/h3-type-2-bg.gif) top center no-repeat;
        min-height: 170px;
        }

        .main-section H3.type-2 STRONG {
            text-align: center;
            margin: 25px 0 0 0;
            display: block;
            width: auto;
            float: none;
            }

        .main-section H3.type-2 SPAN {
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 1px;
            text-align: center;
            text-transform: uppercase;
            margin: 0;
            display: block;
            width: auto;
            float: none;
            }

    .main-section P {
        line-height: 1.35em;
        margin: 1em 0;
        }

    .main-section P.quote {
        font-weight: bold;
        font-style: italic;
        }



.columns {
    overflow: hidden;
    }

    .columns .column {
        margin-left: 20px;
        width: 365px;
        float: left;
        }

    .columns .column:first-child { margin-left: 0; }


UL.list {
    list-style: disc inside;
    margin: 1.25em 0 1.25em 1.5em;
    }

    UL.list LI {
        margin: .75em 0;
        }

UL.list {
    margin-left: 3em;
    }

    UL.list.growth LI {
        font-weight: bold;
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 20px;
        }

    UL.list.growth LI.l1 { background-image: url(../i/ul-list-bg-line-1.gif); }
    UL.list.growth LI.l2 { background-image: url(../i/ul-list-bg-line-2.gif); }
    UL.list.growth LI.l3 { background-image: url(../i/ul-list-bg-line-3.gif); }
    UL.list.growth LI.l4 { background-image: url(../i/ul-list-bg-line-4.gif); }
    UL.list.growth LI.l5 { background-image: url(../i/ul-list-bg-line-5.gif); }
    UL.list.growth LI.l6 { background-image: url(../i/ul-list-bg-line-6.gif); }

.introducing {
    font-family: michromaregular, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-top: -1.5em !important;
    }


.products {
    color: #fff;
    background: #000;
    margin: 0 0 1em;
    width: 747px;
    position: relative;
    z-index: 30;
    }

    .products .top {
        background: url(../i/products-top-bg.gif) top left no-repeat;
        position: absolute;
        top: 0px;
        left: -21px;
        width: 789px;
        height: 247px;
        z-index: 10;
        }

    .products .btm {
        background: url(../i/products-btm-bg.gif) top left no-repeat;
        position: absolute;
        bottom: 0px;
        left: -18px;
        width: 785px;
        height: 266px;
        z-index: 10;
        }

    .products .inner {
        margin: 60px 40px;
        min-height: 600px;
        position: relative;
        z-index: 15;
        }

    .products .execution {
        color: #fff;
        font-family: michromaregular, Arial, sans-serif;
        font-size: 19px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        }

    .products .ceps {
        color: #f1f1f1;
        font-family: Impact, Arial, sans-serif;
        font-size: 83px;
        text-align: center;
        text-transform: uppercase;
        margin: .15em -10px;;
        }

        .products .ceps P {
            font-family: michromaregular, Arial, sans-serif;
            font-size: 19px;
            font-weight: bold;
            line-height: 1.25em;
            text-align: center;
            text-transform: uppercase;
            background: url(../i/ceps-div.gif) center center repeat-x;
            margin: .15em 10px;
            }

            .products .ceps P SPAN {
                color: #fff;
                background: #000;
                padding: 0 10px;
                }

        .products .ceps SPAN.l1,
        .products .ceps SPAN.l2 {
            position: relative;
            }

            .products .ceps SPAN.l1 I {
                background: url(../i/ceps-grad-l1.png) top repeat-x;
                position: absolute;
                top: 17px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                }

            .products .ceps SPAN.l2 I {
                background: url(../i/ceps-grad-l2.png) bottom repeat-x;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 17px;
                }

    .products UL {
        margin: 1.5em 0;
        }

        .products UL LI {
            font-family: Arial;
            border-top: 1px solid #333;
            padding: .75em 0;
            overflow: hidden;
            }

        .products UL LI:first-child {
            border-top: none;
            padding-top: 0;
            }

            .products UL LI H4 {
                color: #ffe400;
                font-family: boycottregular, Arial;
                font-family: crackhouseregular, boycottregular, Arial;
                font-size: 40px;
                line-height: 1.15em;
                text-transform: uppercase;
                margin: .75em 0;
                }

            .products UL LI .info {
                width: 420px;
                float: left;
                }

            .products UL LI .rt {
                text-align: center;
                margin-right: 20px;
                width: 200px;
                float: right;
                }

                .products UL LI .rt P {
                    font-family: Impact;
                    font-size: 32px;
                    line-height: 1.15em;
                    margin: .5em 0;
                    }

                    .products UL LI .rt P SPAN {
                        color: #ffe400;
                        font-family: boycottregular, Arial;
                        font-size: 38px;
                        display: block;
                        }


.qualify {
    overflow: hidden;
    }

    .qualify H4 {
        font-family: Impact, Arial, sans-serif;
        font-size: 58px;
        text-align: center;
        }

    .qualify .actnow {
        font-family: michromaregular, Arial, sans-serif;
        font-size: 32px;
        text-align: center;
        margin: .5em 0;
        }

.timer {
    margin: 2em 0;
    overflow: hidden;
    }

    .timer DIV {
        font-family: michromaregular, Arial, sans-serif;
        font-size: 21px;
        line-height: 1.5em;
        text-align: center;
        width: 300px;
        min-height: 197px;
        float: left;
        }

    .timer .mm {
        background: url(../i/timer-digits-bg.gif) top left no-repeat;
        margin-left: 70px;
        }

    .timer .ss {
        background: url(../i/timer-digits-bg.gif) top left no-repeat;
        margin-left: 10px;
        }

        .timer SPAN {
            color: #fff;
            font-family: Impact, Arial, sans-serif;
            font-size: 170px;
            line-height: 1.15em;
            text-shadow: 3px 3px 1px rgba(0,0,0,.75);
            padding-right: 5px;
            display: block;
            }

        .timer I {
            font-style: normal;
            display: inline-block;
            width: 145px;
            }

.s-timer {
    font-family: Impact;
    font-size: 98px;
    text-align: center;
    margin: 0 !important;
    }

.hurry {
    font-size: 21px;
    text-align: center;
    border: 6px dashed #f00;
    padding: .5em 0 1.5em;
    margin: 2em auto;
    width: 620px;
    }

    .hurry H4 {
        font-family: Impact, Arial, sans-serif;
        font-size: 56px;
         margin: .5em 0 .15em;
        }

    .hurry P { margin: .5em 0; }

    .hurry .today {
        font-size: 30px;
        margin: .25em 0;
        }

    .hurry .discount {
        color: #f00;
        font-family: Impact, Arial, sans-serif;
        font-size: 118px;
        line-height: 1em;
        margin: .075em 0;
        }

.pricing {}

    .pricing .column { width: 310px; }

    .pricing .column:first-child {
        margin-left: 130px;
        width: 180px;
        }

    .pricing P {
        text-align: center;
        margin: 0;
        }

    .pricing .regular {}

        .pricing .regular .title {
            font-size: 35px;
            line-height: 1.15em;
            }

        .pricing .regular .price {
            font-size: 55px;
            line-height: 90px;
            position: relative;
            }

            .pricing .regular .price I {
                background: url(../i/reg-price-cross.png) top center no-repeat;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                height: 90px;
                }

    .pricing .today {}

        .pricing .today .title {
            font-size: 41px;
            font-weight: bold;
            line-height: 1.15em;
            }

            .pricing .today .title SPAN {
                font-size: 35px;
                background: url(../i/today-price-bg.gif) center no-repeat;
                min-width: 307px;
                display: block;
                }

        .pricing .today .price {
            font-family: Impact;
            font-size: 55px;
            }

            .pricing .today .price STRIKE {
                font-family: Arial;
                font-size: 40px;
                font-weight: normal;
                text-decoration: none;
                vertical-align: middle;
                margin-right: 7px;
                position: relative;
                }

                .pricing .today .price STRIKE I {
                    background: url(../i/today-price-cross.gif) top center no-repeat;
                    position: absolute;
                    top: 17px;
                    left: -10px;
                    width: 85px;
                    height: 14px;
                    }

.iaccess {
    color: #000;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border: 6px dashed #f00;
    padding: .5em 0 .5em;
    margin: 2em auto;
    width: 620px;
    display: block;
    cursor: pointer;
    }

    .iaccess .title {
        font-family: Impact, Arial, sans-serif;
        font-size: 39px;
        margin: .5em 0 .15em;
        display: block;
        }

    .iaccess .bundle {
        text-align: center;
        margin: .75em 0;
        display: block;
        }

    .iaccess .p { display: block; }

    .iaccess .a {
        font-size: 21px;
        font-weight: bold;
        line-height: 40px;
        background: url(../i/iaccess-checkbox.gif) left no-repeat;
        padding-left: 26px;
        display: block;
        margin: 1em 40px;
        }

        .iaccess .a .old {
            position: relative;
            }

            .iaccess .a .old I {
                background: url(../i/iaccess-old-cross.png) top left no-repeat;
                position: absolute;
                top: -7px;
                left: -3px;
                width: 40px;
                height: 44px;
                }

.photoset {
    margin: 0 !important;
    overflow: hidden;
    }

    .photoset IMG {
        margin: 1em 0 1em 20px;
        float: left;
        }

    .photoset IMG:first-child { margin-left: 0; }

.pic {
    border: 1px solid #999;
    }

.pic.lt {
    margin: 0 20px 20px 0;
    float: left;
    }

.pic.rt {
    margin: 0 0 20px 20px;
    float: right;
    }


.qualify-placeholder {
    border: 1px dashed #666;
    border-left: none;
    border-right: none;
    padding: 2.5em 0 1.5em;
    margin: 1em 150px 3em;
    }

    .qualify-placeholder H4 {
        color: #c00;
        font-family: Impact, Arial;
        font-size: 30px;
        line-height: 1.25em;
        text-align: center;
        }

    .qualify-placeholder P { text-align: center; }


.featured {
    border: 4px solid #7c008b;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #e6e6e6 url(../i/bonus-box-bg.gif) top repeat-x;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.25);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.25);
    padding: 15px 30px;
    margin: 2em 15px;
    position: relative;
    }

    .featured H2 {
        text-shadow: 0 2px 2px rgba(255,255,255,.95);
        margin-top: .25em;
        margin-left: 65px;
        }

    .featured .label {
        background: url(../i/label-limited-time-bonus.png) top left no-repeat;
        position: absolute;
        top: -45px;
        left: -65px;
        width: 193px;
        height: 154px;
        }
















