﻿body {
    font-family: 'Lato', Verdana, Arial, Geneva, 'DejaVu Sans', sans-serif;
    background-color: #DCDCDC;
    margin: 0;
    padding: 0;
    color: black;
}

.container {
    border-left: solid 1px black;
    border-right: solid 1px black;
}

#title a {
    color: white;
}

/* Standard */
th, td {
    padding: 2px 10px 2px 2px;
    text-align: left;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

#header {
    background: #000080;
    color: White;
}

.company-sss #header, .company-snap #header, .company-gsp #header {
    background: black;
}

#logo a, #logo-sss a, #logo-snap a, #logo-gsp a {
    display: block;
}

#logo-sss, #logo-snap, #logo-gsp {
    max-width: 350px;
}

.company-sss .contact, .company-snap .contact, .company-gsp .contact {
    margin-top: 3em;
    margin-right: 3em;
    line-height: 1.4em;
}

.company-snap .contact, .company-gsp .contact {
    text-align: right;
}

    .company-sss .contact a, .company-snap .contact a, .company-gsp .contact a {
        color: #848587;
        font-size: 26px;
        text-decoration: none;
    }

        .company-sss .contact a:hover, .company-snap .contact a:hover, .company-gsp .contact a:hover {
            text-decoration: underline;
        }

.embedded #header, .embedded #footer {
    /* Remove header/footer for iframe integration. */
    display: none !important;
}

body.embedded {
    /* Remove background for iframe integration. */
    background-color: #fff !important;
}

#main {
    background-color: #fff;
    padding-top: 1.5em;
}

#aftermain {
    background-color: #fff;
    padding-bottom: 30px;
}

    #main ul, #main ol, #aftermain ul, #aftermain ol {
        padding-left: 3em;
    }

#footer {
    background: #FAF7F7;
    border-top: solid 1px #A5A5A5;
    border-bottom: solid 1px black;
    padding: 1.5em 0;
    margin-bottom: 1.5em;
    text-align: center;
}

/* Validation */
ul.validation-summary-errors li {
    margin-left: 3em;
}

/* Progress Bar */
#progressbar {
    height: 42px;
    background: #2c8bc7 url(../images/progress-bg.gif) repeat-x;
    font-weight: bold;
    margin-bottom: 2em;
}

    #progressbar a {
        display: block;
        height: 32px;
        color: #88b2cc;
        float: left;
        text-decoration: none;
        padding: 10px 35px 0px 20px;
        background: url(../images/progress-separator.gif) no-repeat top right;
    }

        #progressbar a.current {
            color: White;
        }

        #progressbar a.last {
            background: none;
        }

    #progressbar .left {
        display: block;
        height: 42px;
        width: 4px;
        background: url(../images/progress-left.gif) no-repeat;
        float: left;
    }

    #progressbar .right {
        display: block;
        height: 42px;
        width: 3px;
        background: url(../images/progress-right.gif) no-repeat;
        float: right;
    }

/* Quick Quote Progress Bar */
.quickquoteprogressbar {
    background: #007a87;
    text-align: center;
    padding: 20px 0;
}

/* New Progress Bar (2014 change)
----------------------------------------------------------*/
.newquoteprogressbar {
    background: #007a87;
    text-align: center;
    padding: 20px 0;
}

    .newquoteprogressbar img {
        margin: 20px 0;
    }

/* Form Classes */

.formarea, .formareadata {
    padding: 16px;
    border: solid 1px #E1E1E1;
    border-top-width: 0;
    margin-bottom: 2em;
    clear: both;
}

    .formarea hr {
        margin: 1.5em 1.5em 1.5em 1em;
    }

.formtitle {
    font-size: 120%;
    font-weight: bold;
    background-color: #f4f4f4;
    color: #666;
    padding: 16px;
    margin: 0;
    border: solid 1px #E1E1E1;
}

/* Form Colors */
.formarea {
    color: #777;
    font-size: 15px;
    line-height: 18px;
    font-family: inherit;
}

/* Result Views */
.data-label {
    text-transform: uppercase;
    font-size: 9pt;
    color: #999;
    margin: 0px;
}

.data-value {
    font-size: 13pt;
    line-height: 1em;
    margin: 0 0 0.5em;
}

.data-value-medium {
    font-size: 22pt;
}

.data-value-large {
    font-size: 36pt;
    font-family: Trebuchet MS, Verdana;
    line-height: 1.2em;
}

.data-grid p {
    margin: 0;
}

div.calloutfull {
    background: #E9F4F7 url(../images/callout-full-top.gif) repeat-x top;
    padding-top: 3em;
    padding-bottom: 2em;
}

div.calloutfullbottom {
    background: #FFFFFF url(../images/callout-full-bottom.gif) repeat-x top;
    height: 21px;
}

div.hr {
    border-bottom: 1px solid #BAE3F4;
    height: 1px;
    margin: 7px auto;
    width: 80px;
}

/* Selectable Lists */
ol.selectable .ui-state-default {
    background-position: 0 -200px;
}

ol.selectable {
    list-style-type: none;
    margin: 0;
}

ol#quick-dimensions.selectable {
    padding: 0;
}

ol#profile.selectable {
    padding: 0;
}

ol.selectable li {
    margin: 0 16px;
    padding: 10px;
    float: left;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ol#quick-dimensions li {
    width: 236px;
    margin: 8px 5px;
    font-size: 16pt;
}

#quick-dimensions li .quick-dimensions-thumb {
    width: 236px;
    height: 127px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

    #quick-dimensions li .quick-dimensions-thumb img {
        position: absolute;
    }

#quick-dimensions .img30x50x12 {
    left: 0px;
    top: -254px;
}

#quick-dimensions .img30x40x12 {
    left: -236px;
    top: -127px;
}

#quick-dimensions .img40x60x14 {
    left: -236px;
    top: -254px;
}

#quick-dimensions .img25x40x12 {
    left: 0px;
    top: -127px;
}

#quick-dimensions .img30x30x10 {
    left: -236px;
    top: 0px;
}

#quick-dimensions .img50x100x16 {
    left: 0px;
    top: 0px;
}

#quick-dimensions li div span {
    color: #bcd3e5;
}

#timeframes {
    padding: 0 0 0 10px;
}

    #timeframes li {
        font-size: 12pt;
        margin: 0 8px 0 0;
        padding: 5px;
    }

#main ol.selectable-color {
    margin: 14px 0;
    padding-left: 0;
}

ol.selectable-color li {
    padding: 3px;
    margin: 2px;
}

    ol.selectable-color li.ui-state-active {
        border-color: #2C8CC7;
        background: #aebec8;
    }

.color-heading {
    font-size: 24px;
    font-weight: normal;
}

.color-swatch {
    width: 20px;
    height: 20px;
    margin: 0;
}

.color-swatch-label {
    text-align: center;
}

.color-swatch-large-container {
    padding-top: 1em;
}

.color-swatch-large {
    width: 40px;
    height: 40px;
    margin: 0 auto 0.5em;
}

.color-swatch-label-large {
    font-size: 16pt;
    color: #5596CA;
}

/* Online Pricing - Building Dimensions
----------------------------------------------------------*/
#building-dimensions-key {
    float: right;
    width: 425px;
    height: 145px;
    background-repeat: no-repeat;
    background-position: top left;
}

.building-dimensions-key-gable {
    background-image: url(../images/dimensions-gable.gif);
}

.building-dimensions-key-singleslope {
    background-image: url(../images/dimensions-singleslope.gif);
}

.building-dimensions-key-asymmetrical {
    background-image: url(../images/dimensions-asymmetrical.gif);
}

.building-dimensions-key-leanto {
    background-image: url(../images/dimensions-leanto.gif);
}

/* Calculate Price
----------------------------------------------------------*/
.calculate-price {
    text-align: center;
}

    .calculate-price h1 {
        margin: 3em 0 0.5em;
    }

/* TAB MENU
----------------------------------------------------------*/
ul#menu {
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #A72D27;
            color: #FEEABA;
        }

            ul#menu li a:hover {
                background-color: #6F802B;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #6F802B;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #6F802B;
            color: #FEEABA;
        }

/* Lineitem List
----------------------------------------------------------*/
.lineitem-container, .drawing-container {
    padding: 0.5em 1em;
}

.highlight {
    background: #f0f0cf;
}

.lineitem-info {
    width: 100%;
}

.lineitem-header h4 {
    font-size: 12pt;
    margin-bottom: 0;
}

    .lineitem-header h4 span {
        margin-right: 2em;
    }

.lineitem-header-partnumber {
}

.lineitem-header-descriptor {
    color: #999;
}

.lineitem-header-piecemark {
    color: #666;
}

.lineitem-property {
    float: left;
    margin-right: 10px;
    color: #666;
}

    .lineitem-property label {
        float: none;
        width: auto;
        color: #aaa;
    }

/* MISC
----------------------------------------------------------*/
.opener {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
    line-height: 1.2;
}

.clear {
    clear: both;
}

.error {
    color: Red;
}

.tip {
    font-style: italic;
    color: #666;
}

#menucontainer {
    background: white;
}

#logindisplay {
    font-weight: bold;
    display: block;
    line-height: normal;
}

    #logindisplay a:link {
        color: #6F802B;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: #6F802B;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: #6F802B;
        text-decoration: none;
    }

#logindisplay-sss {
    text-align: right;
    padding-top: 60px;
    padding-right: 40px;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

/* List */
.edit-link {
    font-size: 0.5em;
    margin-left: 1em;
}

    .edit-link a {
        text-transform: lowercase;
        text-decoration: none;
        color: #aaa;
        font-weight: normal;
        letter-spacing: normal;
    }

/*** Superfish ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

    .sf-menu ul {
        position: absolute;
        top: -999em;
        width: 15em; /* left offset of submenus need to match (see below) */
    }

        .sf-menu ul li {
            width: 100%;
        }

    .sf-menu li:hover {
        visibility: inherit; /* fixes IE7 'sticky bug' */
    }

    .sf-menu li {
        float: left;
        position: relative;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        left: 0;
        top: 1.8em; /* match top ul list item height */
        z-index: 99;
    }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 15em; /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 15em; /* match ul width */
    top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
    float: left;
}

    .sf-menu a {
        border-left: 1px solid #999;
        font-size: 90%;
        padding: 0.5em 0.75em;
        text-decoration: none;
    }

        .sf-menu a.first, .sf-menu li li a, .sf-menu li li li a {
            border-left: none;
        }

        .sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
            color: #333;
        }

    #menucontainer, .sf-menu li {
        background: #E1E1E1;
    }

        .sf-menu li li {
            background: #EEEEEE;
        }

            .sf-menu li li li {
                background: #EEEEEE;
            }

        .sf-menu li:hover, .sf-menu li.sfHover,
        .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
            background: #DDDDDD;
            outline: 0;
        }