@import url(/styles/shared.css);

body {
    background: #ffffff url(/images/header-bg-home.png) repeat-x;
    color: #000;
    font-family: arial, helvetica, sans-serif;
}

#header {float: left; height: 166px; padding-top: 11px; width: 722px;}
#branding {float: left; margin-left: 3px; margin-top: 17px; width: 337px;}
#banner {float: left; width: 382px;}
#content {
    color: #000;
    float: left;
    font-size: 12px;
    padding: 25px 0;
    width: 752px;
}
#leftcol {float: left; width: 396px; margin-left: -30px;}
#rightcol {float: left; width: 354px;}

#flash-splash { display: block; }
#quickform {
    background: url(/images/quickform-bg.png);
    margin-bottom: 15px;
    width: 354px;
}
#quickform input.submit {
    height: 31px;
    margin-left: 7px;
    vertical-align: -11px;
    width: 136px;
}
#quickform-middle {padding: 0 9px;}
#quickform-form {
    background: url(/images/quickform-form-bg.png);
    padding-left: 20px;
    padding-top: 10px;
}
#quickform-form td {padding-bottom: 10px;}
#quickform-form td.label {text-align: right;}
#quickform-form td.field {padding-left: 10px;}
#quickform-form td.field input {
    background: #f2f4f6;
    border: 1px solid #f9b37d;
    padding: 4px;
    width: 190px;
}
#quickform-form-top {
    font-weight: bold;
    line-height: 120%;
    padding: 10px 20px 15px 20px;
}
#quickform-form-bottom {
    font-weight: bold;
    padding: 10px 0 2px 0;
    text-align: center;
}
#checkboxes {text-align: left;}
#checkboxes input {vertical-align: -2px;}
#testimonials {
    background: url(/images/testimonial-bg.png);
    font-size: 11px;
    width: 354px;
}
#testimonials div.testimonial-text {
    font-weight: bold;
    line-height: 120%;
    padding: 15px 45px 15px 40px;
}
#testimonials div.testimonial-name {padding: 0 45px 15px 0; text-align: right;}
#watermark {background: url(/images/rigo-watermark.png) no-repeat bottom left;}
#guarantee {
    color: #013a81;
    font-size: 13px;
    line-height: 150%;
    padding: 25px 90px 20px 60px;
}
