/* General rules */

* { margin: 0px; border: 0px; }
ul { padding: 0px; }

h2 span, h3 span, a span { display: none; }

/* Typography */

a { color: #fff; text-decoration: none; }
a:link {}
a:visited {}
a:hover { text-decoration: underline; }
a:active {}

.column a { color: #0072ba; }

body, input, textarea {
    font: 12px Arial, sans-serif;
    line-height: 1.3em;
    color: #000;
}

#Terms, #Cases, #Contact {
    color: #fff;
}

.case p {
    font: bold italic 16px Arial, sans-serif;
}
.case p small {
    font: 12px Arial, sans-serif;
}

p.center {
    text-align: center;
}

#Contact { font-size: 14px; }
#HeaderLink { font-weight: bold; color: #ab830d; }

#Footer {
    font-size: 10px;
    line-height: 1.1em;
}

/* General layout */

html {
    min-width: 974px;
    width: auto !important;
    width: 974px;
}

body {
    padding: 0px 10px;
    background: #fff url("../gfx/bg_body.jpg") no-repeat top center;
}

#Wrapper {
    width: 874px;
    margin: 0px auto;
}

#Header {
    padding: 29px 0px 0px 48px;
    height: 184px;
}
    #Logo {
        float: left;
        width: 185px;
        height: 85px;
    }
    #HeaderLink {
        float: right;
    }

/* Slide layout */

#ContentFrame {
    position: relative;
    
    height: 535px;
    overflow: hidden;
}
    
    #Content {
        position: absolute;
        top: 0px;
        left: -439px;

        width: 1756px;
    }
        .column {
            display: inline;
            float: left;
            position: relative;

            width: 430px;
            height: 526px;
            margin: 0px 4px 4px 0px;
            padding: 5px 5px 0px 0px;

            background: #fff200 url("../gfx/bg_column_high.jpg") repeat-x;
        }
            .colcontent {
                width: 355px;
                height: 452px;
                padding: 20px 35px 5px 40px;
            }
            #CouponInfo .colcontent {
                overflow: auto;
            }
            #CouponInfo .colcontent, #CouponOrder .colcontent {
                height: 442px;
                padding-top: 30px;
            }
            #CodeOrder .colcontent, #CodeSent .colcontent, #CouponSent .colcontent {
                height: 385px;
                padding-top: 87px;
            }

            .column h2 {
                height: 52px;
                margin-bottom: 15px;
            }
            #Code.column h2 {
                background: url("../gfx/title_code.png") no-repeat;
            }
            #Coupon.column h2 {
                background: url("../gfx/title_coupon.png") no-repeat;
            }

            .column p { margin-bottom: 15px; }

            .buttonArea {
                height: 44px;
                padding: 0px 16px;
                background: #0072ba url("../gfx/bg_button.gif") repeat-x;
            }
            .column .buttonArea {
                position: absolute;
                bottom: 5px;
                left: 5px;

                width: 393px;
            }
                .buttonArea a {
                    margin-top: 11px;
                    height: 16px;
                    background-repeat: no-repeat;
                    /*background-position: 0px 11px;*/
                }
                .buttonArea a.right { float: right; }
                .buttonArea a.left { float: left; }
                .buttonArea a.info {
                    width: 160px;
                    background-image: url("../gfx/link_info.png");
                }
                .buttonArea a.back {
                    display: none;
                    width: 153px;
                    background-image: url("../gfx/link_back.png");
                }
                .buttonArea a.order {
                    width: 82px;
                    background-image: url("../gfx/link_order.png");
                }
                #CodeInfo .buttonArea a.order {
                    width: 88px;
                    background-image: url("../gfx/link_contact.png");
                }
                .buttonArea a.backorder {
                    width: 171px;
                    background-image: url("../gfx/link_back_order.png");
                }
                .buttonArea a.send {
                    width: 60px;
                    background-image: url("../gfx/link_send.png");
                }

        /* Vertical slides */

        .vframe {
            display: inline;
            float: left;
            position: relative;
            
            width: 439px;
            height: 411px;
        }
            .vcontent {
                position: absolute;
                top: 0px;
                left: 0px;
            }
                .vcontent .column {
                    margin-right: 0px;
                }


/* Order slide */

tr { vertical-align: top; }
td { padding: 2px 0px; }
td.left { width: 108px; }
td.right { width: 248px; }

label { line-height: 23px; }
label.error { font-size: 17px; line-height: 1em; color: #f00; }

input.short, input.long, textarea { padding: 4px 5px; margin-right: 4px; }
input.short { width: 55px; }
input.long, textarea { width: 224px; }
textarea { height: 45px; }
textarea.high { height: 90px; }

label.right { float: right; margin-right: 15px; }

/* Cases and terms */

#InfoControls {
}                
    .buttonArea a.cases, .buttonArea a.casesclose {
        width: 211px;
    }
    .buttonArea a.cases {
        background-image: url("../gfx/link_cases.png");
    }
    .buttonArea a.casesclose {
        display: none;
        background-image: url("../gfx/link_cases_close.png");
    }

    .buttonArea a.terms, .buttonArea a.termsclose {
        width: 108px;
    }
    .buttonArea a.terms {
        background-image: url("../gfx/link_terms.png");
    }
    .buttonArea a.termsclose {
        display: none;
        background-image: url("../gfx/link_terms_close.png");
    }


    #CaseInfo p {
        float: right;
        line-height: 44px;
        color: #fff;
    }

#InfoFrame {
    position: relative; 
   
    height: 0px;
    margin-bottom: 4px;
    overflow: hidden;
}

    #Terms {
        position: relative;
        height: 132px;
        margin-top: 4px;
        padding: 16px;
        background: #0072ba url('../gfx/bg_case.png') repeat-x bottom left;
    }
    a.close {
        position: absolute;
        bottom: 16px;
        right: 16px;
        
        display: block;
        width: 49px;
        height: 16px;
        
        background: url('../gfx/link_close.png') no-repeat;
    }

    #Cases {
        margin-top: 4px;
        width: 878px;
    }
        .case {
            float: left;
            width: 385px;
            height: 104px;
            margin: 0px 4px 4px 0px;
            padding: 30px 25px;
    
            background: #0072ba url('../gfx/bg_case.png') repeat-x;
        }
        .case p
        {
            float: right;
            width: 270px;
        }

/* Contact information */

#Contact {
    height: 64px;
    padding: 16px 16px 0px 16px;
    background: #0072ba url("../gfx/bg_contact.gif") repeat-x;
}

#Contact h3 {
    height: 16px;
    margin-bottom: 12px;
    background: url("../gfx/title_contact.png") no-repeat;
}

/* Footer */

#Footer {
    padding: 4px 0px;
}

#Footer a { color: #000; }
