/*resets*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*main stuff*/
/*headers*/
h1 {
    font: normal normal 30px Georgia,Arial,serif;
}

h2 {
    font: normal normal 22px Georgia,Arial,serif;
}

h3 {
    font: normal normal 18px Georgia,Arial,serif;
}

h4 {
    font: normal normal bold 14px Verdana,Arial,sans-serif;
}

/*link colors*/
a {
    color: #004990;
}

    a:visited {
        color: #a3620a !important;
    }

    a:hover {
        color: #b2001e !important;
        text-decoration: underline;
    }

.reverse-a {
    color: #b2001e;
}

    .reverse-a:hover {
        color: #004990 !important;
        text-decoration: underline;
    }

    .reverse-a:visited {
        color: #a3620a;
    }

.regular-a a {
    color: #004990 !important;
}

    .regular-a a:hover {
        color: #b2001e !important;
        text-decoration: underline;
    }

    .regular-a a:visited {
        color: #a3620a;
    }

#menu-side a, #menu-side a:visited {
    color: #004990 !important;
}

    #menu-side a:hover {
        color: #b2001e !important;
    }

/*list*/
.bulleted-list {
    list-style-type: disc;
    margin-left: 40px;
}

    .bulleted-list li {
        margin-top: 6px;
    }

ol {
    list-style-type: lower-roman;
}

    ol li {
        margin-left: 20px;
        padding-bottom: 5px;
    }

/*generic text attributes*/
.black-text {
    color: #000;
}

.bold {
    font-weight: bold;
}

.bold-italic {
    font-weight: bold;
    font-style: italic;
}

.italic {
    font-style: italic;
}

.highlight-red {
    color: #b2001e;
}

.highlight-blue {
    color: #004990;
}

.highlight-white {
    color: #ffffff;
}

/* document body and global font declarations */
body, td {
    background: #fff;
    color: #000;
    font: normal normal 12px/16px Verdana,Arial,sans-serif;
}

/**** By Class ****/
/* floats and clears */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-container {
    clear: both;
    overflow: auto;
    height: 100%;
    width: 100%;
}
/*.clearfix { overflow:hidden; height:0; width:0; }*/
/*.clearfix:after {
    display: block;
    content: "";
    clear: both;
}*/

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/**** By ID ****/
/* page container */
#page {
    background-color: #fff;
    margin: auto;
    padding: 20px 50px 20px 50px;
    text-align: left;
    width: 960px;
}

/* logos */
/*#matrex-logo { background: url(/images/common/matrex-logo.jpg) no-repeat top left; position:absolute; top:20px; height:32px; width:180px; }
#leggett-logo { background: url(/images/common/leggett-logo.jpg) no-repeat top left; position:absolute; top:55px; height:32px; width:180px; }*/
#matrex-logo {
    background: url(/images/common/matrex-logo.png) no-repeat top left;
    position: absolute;
    top: 20px;
    height: 33px;
    width: 180px;
}

#leggett-logo {
    background: url(/images/common/leggett-logo.png) no-repeat top left;
    position: absolute;
    top: 55px;
    height: 18px;
    width: 180px;
}

/* header */
#header {
    height: 65px;
}

/*body content*/
#wrapper {
    background: #fff;
    position: relative;
    margin-bottom: -520px;
    left: 190px;
    top: -525px;
    width: 770px;
}

#content {
    background: #fff;
    border-top: 1px solid #e9e9e9;
    padding: 20px 0px 0px 0px;
    position: relative;
    width: auto;
}

/*breadcrumb links */
.breadcrumb-links {
    position: absolute;
    top: 5px;
}

    .breadcrumb-links a {
        text-decoration: none;
    }

/* top menu */
#menu-top {
    left: 485px;
    position: relative;
    top: -90px;
}

    #menu-top li {
        float: left;
    }

    #menu-top ul {
        color: #000000;
        list-style-type: none;
        padding: 103px 0px 0px 0px;
        position: relative;
    }

    #menu-top li {
        margin: auto;
        padding-left: 20px;
    }

    #menu-top a:link, #menu-top a:visited {
        color: #6a6a6a !important;
        font: normal normal 16px Georgia,Arial,serif;
        padding: 3px;
        text-decoration: none;
    }

    #menu-top a:hover {
        background: #e7e7e7;
        height: 28px;
    }

/*contact and call to action stuff*/
#contact-button-area {
    background: url(/images/common/contact-button-shadow.png) no-repeat bottom;
    margin-left: 855px;
    position: absolute;
    top: 72px;
    height: 38px;
    width: 105px;
    z-index: 1000;
}

#contact-button {
    padding-top: 4px;
    text-align: center;
    height: 20px;
    width: 105px;
}

#contact-button {
    background: url(/images/common/contact-button.jpg) no-repeat top;
}

    #contact-button:hover {
        background: url(/images/common/contact-button.jpg) no-repeat bottom;
    }

    #contact-button a, #contact-button a:visited {
        color: #fff !important;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
    }

#cta-splash {
    background: url(/images/home/cta-splash-button.png) no-repeat top;
    color: White !important;
    font-weight: bold;
    font-size: 13px;
    left: 625px;
    top: 32px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    height: 53px;
    width: 136px;
}

    #cta-splash:hover {
        background: url(/images/home/cta-splash-button.png) no-repeat bottom;
        color: #efe7d0 !important;
    }

#cta-splash-text {
    line-height: 28px;
}

#cta-splash a {
    text-decoration: none;
}

#cta {
    background: url(/images/home/cta-splash-button.png) no-repeat top;
    color: White !important;
    font-weight: bold;
    font-size: 13px;
    left: 636px;
    top: 44px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    height: 53px;
    width: 136px;
}

    #cta:hover {
        background: url(/images/home/cta-splash-button.png) no-repeat bottom;
        color: #efe7d0 !important;
    }

#cta-text {
    line-height: 28px;
}

#cta-ind a {
    text-decoration: none;
}

#cta-ind {
    background: url(/images/home/cta-splash-button.png) no-repeat top;
    color: White !important;
    font-weight: bold;
    font-size: 13px;
    left: 636px;
    top: 44px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    height: 53px;
    width: 136px;
}

    #cta-ind:hover {
        background: url(/images/home/cta-splash-button.png) no-repeat bottom;
        color: #efe7d0 !important;
    }
    /*#cta-text { line-height:28px; }*/
    #cta-ind a {
        text-decoration: none;
    }

#cta-with-links {
    background: url(/images/home/cta-splash-button.png) no-repeat top;
    color: White !important;
    font-weight: bold;
    font-size: 13px;
    left: 624px;
    top: 44px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    height: 53px;
    width: 136px;
}

    #cta-with-links:hover {
        background: url(/images/home/cta-splash-button.png) no-repeat bottom;
        color: #efe7d0 !important;
    }

#cta-with-links-text {
    line-height: 28px;
}

#cta-with-links a {
    text-decoration: none;
}

/* google recaptcha*/
.noscript {
    padding-bottom: 3px;
}

.noscript__content {
    background-color: #e14545;
    border: 2px solid #b6b6b6;
    padding: 3px;
}

.noscript__text {
    color: #fff !important;
}

    .noscript__text:last-child {
        margin-bottom: 0px;
    }

/* main site dropdown menu */
#sidebar {
    background: #fff;
    position: relative;
    top: 5px;
    width: 180px;
}

#menu-side-curve {
    height: 14px;
    width: 180px;
}

.menu-heading {
    position: absolute;
    width: 180px;
}

#menu-side {
    background: #fff;
    width: 180px;
}

    #menu-side > ul {
        font-size: 12px;
        list-style: none;
        margin: 0;
        padding-bottom: 25px;
        padding-top: 10px;
        vertical-align: middle;
    }

        #menu-side > ul > li {
            border-bottom: 2px solid #d9d9d9;
            font-size: 12px;
            width: 170px;
        }

    #menu-side .single {
        height: 17px;
        padding: 4px 0px 4px 0px;
    }

    #menu-side .double {
        height: 32px;
        padding: 4px 0px 4px 0px;
    }

    #menu-side .single-first {
        height: 17px;
        padding: 10px 0px 4px 0px;
    }

    #menu-side .double-first {
        height: 32px;
        padding: 10px 0px 4px 0px;
    }

    #menu-side li ul {
        left: 0;
        position: absolute;
        visibility: hidden;
    }

    #menu-side li:hover > ul {
        z-index: 1000;
    }

    #menu-side li a {
        color: #004990;
        display: block;
        margin-right: 5px;
        text-decoration: none;
        vertical-align: middle;
    }

    #menu-side div a {
        margin-top: -30px;
    }

    #menu-side li a {
        margin-left: 7px;
    }

    #menu-side span {
        margin-right: 5px;
    }

    #menu-side a:hover, #menu-side li:hover {
        color: #b2001e;
    }

    #menu-side a:visited {
        color: #717171;
    }

.menu-button {
    background: url(/images/common/menu-button.bmp) no-repeat center right;
}

    .menu-button:hover {
        background: url(/images/common/menu-button-hl.bmp) no-repeat center right;
    }

.submenu-heading {
    font: normal bold 13px Georgia,Arial,serif;
    margin: 2px 0px 2px 0px !important;
}

.submenu-item {
    background: #fff;
    padding-top: 1px;
}

#menu-side li ul {
    background: #ebeae7;
    border: 2px solid #d9d9d9;
    float: none;
    font-size: 11px;
    position: relative;
    left: 100%;
    top: -50px;
    width: 190px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.submenu-type-2 {
    padding: 5px 0px 5px 0px;
}

ul.dropdown, ul.dropdown ul, ul.dropdown li {
    list-style-type: none;
}

    ul.dropdown li {
        position: relative;
    }

    ul.dropdown ul {
        visibility: hidden;
        position: absolute;
        z-index: 1001;
    }

    ul.dropdown li:hover > ul {
        visibility: visible;
    }

/*footer and bottom menu*/
#footer {
    background: #fff;
    margin: auto;
    padding-bottom: 20px;
    width: 1060px;
    clear: both;
}

#menu-bottom {
    background: url(/images/common/bottom-menu-line.jpg) repeat-x;
    margin: auto;
    position: relative;
    height: 34px;
    width: 960px;
}

    #menu-bottom table {
        margin: 0px 180px 0px 180px;
        position: relative;
        top: 10px;
        width: 590px;
    }

    #menu-bottom td {
        background: none;
        font-size: 11px;
        margin: auto;
        text-align: center;
    }

    #menu-bottom a:link, #menu-bottom a:visited {
        color: #838282;
        text-decoration: none;
    }

#footer-contact {
    color: #4a4747;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
}

/*home screen splash*/
#top-line {
    background: url(/images/common/top-line.png) repeat-x top left;
    height: 5px;
}

#home-page {
}

#home-splash {
    border: 1px solid #a6a69c;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    height: 373px;
    width: 769px;
}

#splash-image {
    background: url(/images/common/looking-for-a-seat.png) no-repeat top left;
    height: 373px;
    width: 769px;
}

#splash-title {
    padding: 20px 0px 0px 35px;
}

#splash-text {
    line-height: 18px;
    padding: 10px 0px 0px 35px;
    width: 345px;
}

#splash-click {
    padding: 5px 0px 0px 35px;
    text-align: center;
    width: 345px;
}

#splash-scroll-menu {
    padding-left: 15px;
}

/*home screen lower section*/
#home-lower-selection {
    font-size: 12px;
    overflow: hidden;
    padding: 20px 0px 0px 10px;
    height: 200px;
    width: 775px;
}

.home-lower-text {
    line-height: 16px;
    padding: 10px 0px 10px 0px;
}

#home-lower-selection a {
    color: #004990;
}

.main-lower-title-double {
    color: #b2001e;
    margin-left: 50px;
    padding: 7px 0px 7px 0px;
    height: 36px;
    width: 170px;
}

.main-lower-title-single {
    color: #b2001e;
    margin-left: 50px;
    padding: 15px 0px 15px 0px;
    height: 18px;
    width: 170px;
}
/*.main-lower-cell { border-right:1px dotted black; margin:0px 5px 0px 10px; height:160px; width:242px; }
.main-lower-last { margin:0px 5px 0px 10px; height:160px; width:242px; }*/
#home-lower-seating {
    background: url(/images/common/seating-icon.png) no-repeat top left;
    border-right: 1px dotted black;
    margin: 0px 5px 0px 10px;
    height: 160px;
    width: 242px;
}

#home-lower-advanced {
    background: url(/images/common/advanced-icon.png) no-repeat top left;
    border-right: 1px dotted black;
    margin: 0px 5px 0px 10px;
    height: 160px;
    width: 242px;
}

#home-lower-support {
    background: url(/images/common/support-icon.png) no-repeat top left;
    margin: 0px 5px 0px 10px;
    height: 160px;
    width: 242px;
}

#home-lower-seating {
    float: left;
}

#home-lower-advanced {
    float: left;
}

#home-lower-support {
    float: left;
}


/*pages*/
/*for about us page*/
#about-links {
    background-color: #ebeae7;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 30px;
    margin-top: 15px;
}

#about-links-text {
    padding: 7px 0px 0px 7px;
}

#about-body {
    background: url(/images/about/about-pic.png) no-repeat top right;
}

#about-text {
    height: 400px;
    width: 450px;
}

    #about-text a, #product-copy a {
        color: #b2001e;
    }

        #about-text a:hover, #product-copy a:hover {
            color: #004990;
        }

#privacy-page p {
    margin: 10px;
}

#privacy-page br {
    display: block;
    margin: 30px 0;
}

/*body for product pages and two column layout*/
#products-body {
    margin-top: 5px;
}

.pages-text {
    margin-top: 5px;
}

.two-column-display {
    border-top: 1px solid #dfdde1;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}

.two-column-display-no-border {
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    padding-bottom: 5px;
}

.two-column-title {
    padding-top: 15px;
}

.two-column-item {
    float: left;
    height: 105px;
    width: 360px;
}

.two-column-item-full-width {
    float: left;
    padding: 5px 0px 3px 0px;
    height: 100px;
    width: 380px;
}

.two-column-item-full-heading {
    float: left;
    margin: 5px 0px -10px 0px;
    width: 380px;
}

.two-column-item-title-small {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
}

.two-column-item-title {
    font: normal normal 18px Georgia,Arial,serif;
    padding: 2px 0px 5px 0px;
}

    .two-column-item-title a {
        color: #b2001e !important;
        text-decoration: none;
    }

.two-column-item-title-seating {
    font-size: 14px;
    padding: 2px 0px 10px 0px;
}

    .two-column-item-title-seating a {
    }

        .two-column-item-title-seating a:hover {
            text-decoration: underline;
        }

.two-col-pic {
    float: left;
    margin-top: 20px;
}

.two-col-pic-small {
    float: left;
    margin-top: 30px;
}

.two-column-item-body {
    margin: 12px 0px 0px 110px;
    height: 80px;
    width: 267px;
}

    .two-column-item-body td {
        font-size: 11px;
        min-width: 150px;
        padding: 0px 0px 0px 0px;
    }

    .two-column-item-body table a {
        color: #b2001e;
        font-size: 11px;
        line-height: 20px;
    }

        .two-column-item-body table a:visited {
            color: #a3620a;
        }

        .two-column-item-body table a:hover {
            color: #004990 !important;
        }

.two-column-tight-link a {
    color: #a70000;
    font-size: 11px;
    line-height: 14px !important;
}

/*four column product layout*/
.quad-column-display {
    margin-top: 17px !important;
}

.quad-column-title {
    color: #b2001e;
    float: none;
    font: normal normal 18px Georgia,Arial,serif;
}

    .quad-column-title a {
        color: #b2001e !important;
        text-decoration: none;
    }

.quad-column-item {
    float: left;
    padding-bottom: 15px;
    height: 103px;
    width: 190px;
}

.quad-column-item-body {
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    margin: 8px 0px 0px 75px;
    margin-bottom: 10px;
    height: 110px;
    width: 108px;
}

    .quad-column-item-body a {
        color: #b2001e;
    }

        .quad-column-item-body a:visited {
            color: #a3620a;
        }

        .quad-column-item-body a:hover {
            color: #004990 !important;
        }

.quad-column-item-link {
    padding-top: 7px;
}

.quad-col-pic {
    float: left;
    margin-top: 10px;
}

/*highlight for support number*/
#about-h2 {
    margin: 10px 0px 0px 0px;
}

#support-highlight {
    margin: 10px 0px 10px 35px;
}

/*sub heading on product pages*/
#products-subheading {
    border-top: 1px solid #b2aeb6;
    padding-top: 10px;
    width: 620px;
}

#products-subheading-thick {
    background-color: #f1f1ef;
    font-weight: bold;
    font-size: 14px;
    height: 28px;
    margin-top: 20px;
    padding: 8px 0px 0px 12px;
}

/*industries served stuff*/
.industries-served {
    padding-top: 6px;
}

#product-h1 {
    font-size: 22px;
    margin-left: 185px;
    height: 120px;
    width: 450px;
}

#serving-automotive {
    background: url(/images/products/automotive.png) no-repeat top left;
}

#serving-office {
    background: url(/images/products/office.png) no-repeat top left;
}

#serving-contract {
    background: url(/images/products/contract.png) no-repeat top left;
}

#serving-residential {
    background: url(/images/products/residential.png) no-repeat top left;
}

#serving-bedding {
    background: url(/images/products/bedding.png) no-repeat top left;
}

/*quote/contact page*/
#contact-us {
    overflow: hidden;
}

#contact-us-form {
    font-size: 14px;
    margin-top: 10px;
    width: 380px;
}

#contact-us-title {
    border-bottom: 1px solid #d1d1d1;
    padding: 0px 0px 15px 0px;
}

.contact-us-form-title {
    padding: 5px 0px 10px 0px;
}

.required {
    float: left;
    display: inline;
    padding-top: 15px;
    font-size: smaller;
}

#contact-us-form span {
    font-size: 10px;
}

#contact-submit-button {
    left: 280px;
    padding-top: 15px;
    position: absolute;
}

#contact-us-title-2 {
    font-size: 24px;
}

#contact-us-right {
    background: #e9e9e9;
    margin: 10px 0px 0px 10px;
    overflow: hidden;
    padding: 4px;
    padding-bottom: 25px;
    width: 372px;
}

#contact-us-right-inner {
    background-color: #fff;
    border: 1px solid #f2f2f2;
}

#contact-right-addresses tr {
    top: 400px;
}

#contact-right-addresses table {
    margin: 20px 0px 0px 5px;
}

#contact-right-addresses td {
    background: #e9e9e9;
    font-size: 11px;
    width: 200px;
}

#contact-right-addresses-title {
    font: normal normal 15px Georgia,Arial,serif;
}

.quote-line {
    border-bottom: 1px solid #d1d1d1;
    clear: left;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
}

    .quote-line a, .quote-line button {
        color: #b2001e;
        float: right;
        font-size: 11px;
        text-decoration: none;
        text-transform: capitalize;
    }

        .quote-line a:hover, .quote-line button:hover {
            color: #004990;
            font-size: 11px;
            text-decoration: none;
        }

#quote-line-bottom {
    font-size: 10px;
    height: 35px;
    padding: 15px 0px 0px 5px;
}

#add-item-field {
    border: none;
    color: #777;
    height: 33px;
    font-weight: bold;
    vertical-align: middle;
}

.quote-line button.link span, .quote-line button.link:focus span {
    color: #b2001e;
    float: right;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.quote-line button:hover span {
    color: #004990;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.quote-line button.link {
    background: none;
    border: none;
    color: #b2001e;
    cursor: pointer;
    font-family: "Verdana";
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: left;
    -moz-user-select: text;
    /* override all your button styles here if there are any others */
}

/*product splash screens*/
#suspension-splash {
    height: 400px;
}

#suspension-splash-image {
    background: url(/images/products/suspended-splash.png) no-repeat top left;
    border-top: 1px solid #f1f1ef;
    margin-top: 15px;
}

#suspension-splash-copy-box {
    background: url(/images/products/suspended-copy.png) no-repeat top left;
    margin: 10px 0px 0px 10px;
}

#suspension-splash-title {
    color: White;
    font-size: 14px;
    padding: 15px 0px 8px 10px;
}

#suspension-splash-copy {
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    padding: 10px 10px 0px 10px;
    height: 120px;
    width: 310px;
}

#suspension-copy {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    margin: 15px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
}

#suspension-copy-heading {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
}

#hybrid-splash-image {
    background: url(/images/products/hybrid-splash.png) no-repeat top left;
    border-top: 1px solid #f1f1ef;
    margin-top: 15px;
}

#hybrid-splash-copy {
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    padding: 10px 0px 0px 15px;
    height: 197px;
    width: 305px;
}

#hybrid-splash-copy-links td {
    background: none;
    margin: 0px;
    padding-right: 20px;
}

#hybrid-splash-copy-links {
    margin-top: -15px;
}

    #hybrid-splash-copy-links a {
        font-size: 11px;
    }

#product-splash-double-list {
    margin-top: 140px;
    padding-top: 10px;
}

#product-splash-quad-list {
    margin-top: 40px;
    padding-top: 10px;
}

#decking-splash-image {
    background: url(/images/products/decking-splash.png) no-repeat top left;
    border-top: 1px solid #f1f1ef;
    margin-top: 15px;
}

#decking-splash-copy-box {
    background: url(/images/products/decking-copy.png) no-repeat top left;
    margin-top: 10px;
    margin-left: 10px;
}

#decking-splash-title {
    color: White;
    font-size: 14px;
    padding: 18px 0px 8px 15px;
}

#decking-splash-copy {
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    padding: 10px 0px 0px 15px;
    height: 197px;
    width: 305px;
}

#decking-splash-copy-links {
    margin-top: 15px;
}

    #decking-splash-copy-links td {
        background: none;
        padding-right: 20px;
        font-size: 11px;
    }

#legs-splash-image {
    background: url(/images/products/legs-splash.png) no-repeat top left;
    border-top: 1px solid #f1f1ef;
    margin-top: 15px;
}

#legs-splash-title {
    color: White;
    font-size: 14px;
    padding: 15px 0px 8px 10px;
}

#legs-splash-copy-box {
    background: url(/images/products/legs-copy.png) no-repeat top left;
    margin: 10px 0px 0px 10px;
}

#legs-splash-copy {
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    padding: 10px 0px 0px 15px;
    height: 100px;
    width: 325px;
}

#legs-products-heading {
    margin: 5px 0px -20px 0px;
}

#legs-splash-table {
    position: absolute;
}

    #legs-splash-table td {
        padding: 5px 5px 0px 0px;
        background: none;
    }

#hybrid-splash-copy-box {
    background: url(/images/products/hybrid-copy.png) no-repeat top left;
    margin-top: 10px;
    margin-left: 10px;
}


#upholstery-splash-image {
    background: url(/images/products/upholstery-splash.png) no-repeat top left;
    border-top: 1px solid #f1f1ef;
    margin-top: 15px;
}

#upholstery-splash-title {
    color: White;
    font-size: 14px;
    padding: 15px 0px 8px 10px;
}

#upholstery-splash-copy-box {
    background: url(/images/products/upholstery-copy.png) no-repeat top left;
    margin: 10px 0px 0px 10px;
}

#upholstery-splash-copy {
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    padding: 10px 0px 0px 15px;
    height: 100px;
    width: 325px;
}

#upholstery-products-heading {
    margin: 5px 0px -20px 0px;
}

#upholstery-splash-table {
    position: absolute;
}

    #upholstery-splash-table td {
        padding: 5px 5px 0px 0px;
        background: none;
    }


/*product copy and headings*/
#seating-h1 {
    font-size: 22px;
}

#seating-h1-bigger {
    font-size: 24px;
}

.product-copy-heading {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
}

.product-copy-link {
    padding-bottom: 10px;
}

#product-copy {
    border-bottom: 1px dashed #4b4b4b;
    min-height: 300px;
    padding: 10px 0px 30px 0px;
    width: 600px;
}

#product-copy-no-bottom {
    min-height: 250px;
    padding: 10px 0px 30px 0px;
    width: 600px;
}

#product-copy p {
    padding: 0px 0px 10px 0px;
}

#product-copy-text {
    line-height: 16px;
    width: 440px;
}

    #product-copy-text ul {
        list-style-type: disc;
        margin-left: 15px;
    }

#product-copy-text-365 {
    line-height: 16px;
    width: 365px;
}

#decking-h1 {
    border-bottom: 1px solid #dddbd7;
    padding-bottom: 10px;
}

.decking-copy {
    border-bottom: 1px solid #dddbd7;
    min-height: 90px;
    padding: 20px 0px 30px 0px;
    width: 600px;
}

.decking-copy-text {
    width: 445px;
}

.decking-copy-title {
    color: #b2001e;
    font: normal normal 22px Georgia,Arial,serif;
    padding-bottom: 10px;
}

#hybrid-h1 {
    margin-bottom: -5px;
}

#hybrid-h1-22 {
    font-size: 22px;
    margin-bottom: -10px;
}

#hybrid-copy-text {
    line-height: 16px;
    width: 380px;
}

.hybrid-copy {
    min-height: 200px !important;
}

.legs-copy {
    border-bottom: 1px solid #dddbd7;
    min-height: 150px;
    padding: 20px 0px 30px 0px;
    width: 600px;
}

.legs-copy-text {
    width: 430px;
}

.legs-copy-title {
    color: #b2001e;
    font: normal normal 22px Georgia,Arial,serif;
    padding-bottom: 10px;
}

.legs-two-col-title {
    text-decoration: none;
    font: normal normal 18px Georgia,Arial,serif;
}

.legs-two-col-body {
    margin: 28px 0px 0px 80px;
    height: 40px;
    width: 280px;
}

    .legs-two-col-body td {
        font-size: 11px !important;
        line-height: 13px;
    }

    .legs-two-col-body a {
        font-size: 11px;
        font-weight: normal;
        line-height: 30px;
    }

.upholstery-copy {
    border-bottom: 1px solid #dddbd7;
    min-height: 150px;
    padding: 20px 0px 30px 0px;
    width: 600px;
}

.upholstery-copy-text {
    width: 430px;
}

.upholstery-copy-title {
    color: #b2001e;
    font: normal normal 22px Georgia,Arial,serif;
    padding-bottom: 10px;
}

.upholstery-two-col-title {
    text-decoration: none;
    font: normal normal 18px Georgia,Arial,serif;
}

.upholstery-two-col-body {
    margin: 28px 0px 0px 80px;
    height: 40px;
    width: 280px;
}

    .upholstery-two-col-body td {
        font-size: 11px !important;
        line-height: 13px;
    }

    .upholstery-two-col-body a {
        font-size: 11px;
        font-weight: normal;
        line-height: 30px;
    }

#cinchloc-h1 {
    font-size: 26px;
}

.cinchloc-subheading {
    color: #b2001e;
    font-size: 14px;
    font-weight: bold;
}

#cinchloc-copy-text {
    width: 400px;
}

.cinchloc-application-heading {
    color: #b2001e;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}

#cinchloc-install-links {
    padding-bottom: 10px;
}

#caprich-h1 {
    font-size: 26px;
}

.caprich-subheading {
    color: #b2001e;
    font-size: 14px;
    font-weight: bold;
}

#caprich-copy-text {
    width: 380px;
}

/*pictures for products*/
.decking-pix {
    left: 480px;
    overflow: hidden;
    position: absolute;
    height: 110px;
    width: 93px;
}

.decking-pix-links {
    position: relative;
    margin-top: 10px;
    text-align: center;
}

    .decking-pix-links li {
        background: #e3e3e3;
        display: inline;
        margin: 0px 3px 0px 3px;
        padding: 2px 1px 2px 1px;
        height: 18px;
        width: 18px;
    }

    .decking-pix-links a {
        color: #b6b6b6;
        padding: 4px;
        text-decoration: none;
    }

.decking-pix-4 {
    left: 480px;
    overflow: visible;
    position: absolute;
    height: 110px;
    width: 120px;
}

.decking-pix-links-4 {
    position: relative;
    margin-top: 10px;
    text-align: center;
    left: -15px;
}

    .decking-pix-links-4 li {
        background: #e3e3e3;
        display: inline;
        margin: 0px 3px 0px 3px;
        padding: 2px 1px 2px 1px;
        height: 18px;
        width: 18px;
    }

    .decking-pix-links-4 a {
        color: #b6b6b6;
        padding: 4px;
        text-decoration: none;
    }

.legs-pix {
    position: absolute;
    width: 147px;
    left: 430px;
    overflow: hidden;
}

/*right copy boxes*/
#right-copy {
    background: url(/images/products/right-copy-heading.png) no-repeat top left;
    position: absolute;
    text-align: center;
    left: 619px;
    top: 100px;
    width: 151px;
}

#right-copy-title {
    color: #fff;
    font: normal normal 16px Georgia,Arial,serif;
    padding: 5px 0px 6px 5px;
}

#right-copy-content {
    background: #ebeae7;
    font-size: 11px;
    padding: 15px 5px 10px 5px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

    #right-copy-content a {
        font-size: 10px;
        text-decoration: none;
    }

    #right-copy-content ul {
        padding: 15px 0px 15px 10px;
        text-align: left;
    }

    #right-copy-content li {
        font-size: 10px;
        line-height: normal;
        padding-bottom: 5px;
    }

#right-copy-additional {
    width: 146px;
}

#right-copy-additional-title {
    background: #c4c1c7;
    color: Black;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-left: -5px;
}

/*pictures on product pages*/
#knitmasters-logo {
    position: absolute;
    left: 455px;
    top: 90px;
}

#knitmasters-large {
    position: absolute;
    left: 455px;
    top: 140px;
}

#collage-logo {
    position: absolute;
    left: 450px;
    top: 90px;
}

#collage-large {
    position: absolute;
    left: 450px;
    top: 140px;
}

#integrated-large {
    position: absolute;
    left: 450px;
    top: 90px;
}

#sytex-large {
    position: absolute;
    left: 450px;
    top: 70px;
}

#sytex-graph {
    position: absolute;
    left: 450px;
    top: 230px;
}

#sytex-graph-link {
    position: absolute;
    left: 452px;
    top: 370px;
    text-align: center;
    height: 30px;
    width: 140px;
}

#synet-large {
    position: absolute;
    left: 450px;
    top: 70px;
}

#synet-large2 {
    position: absolute;
    left: 450px;
    top: 240px;
}

#woven-large {
    position: absolute;
    left: 450px;
    top: 80px;
}

#beltway-large {
    position: absolute;
    left: 450px;
    top: 80px;
}

#unitrex-large {
    position: absolute;
    left: 370px;
    top: 80px;
}

#unitrex-large2 {
    position: absolute;
    left: 370px;
    top: 260px;
}

#unitrex-graph-link {
    position: absolute;
    left: 370px;
    top: 410px;
    text-align: center;
    height: 16px;
    width: 205px;
}

#hybrid-large {
    position: absolute;
    left: 390px;
}

#cinchloc-large {
    position: absolute;
    left: 410px;
}

#caprich-large {
    position: absolute;
    left: 390px;
}

/*internal/external tabs*/
.tab-area {
}

.tab-title {
    color: #574c64;
    font: normal normal 18px Georgia,Arial,serif;
    padding: 15px 0px 0px 0px;
}

.tab-title-hybrid {
    color: #574c64;
    font: normal normal 20px Georgia,Arial,serif;
    padding: 15px 0px 15px 0px;
}

.tab-title span {
    font-weight: bold;
}

.tab-column {
    float: left;
    font-size: 11px;
    line-height: 12px;
    margin: 0px 35px 0px 0px;
    width: 120px;
}

.tab-column-hybrid {
    float: left;
    font-size: 11px;
    line-height: 12px;
    margin: 0px 5px 0px 10px;
    width: 145px;
}

.tab-column-upholstery {
    float: left;
    font-size: 11px;
    line-height: 12px;
    margin: 0px 5px 0px 10px;
    width: 145px;
}

.tab-column a {
    text-decoration: none;
}

.tab-column-hybrid a {
    text-decoration: none;
}

.tab-column-upholstery a {
    text-decoration: none;
}

.tab-column-title {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}

.tab-img img {
    margin: 15px 0px 15px 0px;
}

/*product images*/
/*#products-beltway { background:url(/images/products/beltway-icon.png) no-repeat bottom left; }*/
/*#products-beltway-small { background:url(/images/products/beltway-small.png) no-repeat top left; }*/
/*#products-caprich { background:url(/images/products/caprich-icon.png) no-repeat bottom left; }*/
/*#products-cinchloc { background:url(/images/products/cinchloc-icon.png) no-repeat bottom left; }*/
/*#products-cinchloc2 { background:url(/images/products/cinchloc2-icon.png) no-repeat bottom left; }*/
/*#products-compact { background:url(/images/products/compact-icon.png) no-repeat bottom left; height:124px; }*/
/*#products-compact-small { background:url(/images/products/compact-small.png) no-repeat top left; }*/
/*#products-collage { background:url(/images/products/collage-icon.png) no-repeat bottom left; }*/
/*#products-collage-small { background:url(/images/products/collage-small.png) no-repeat top left; }*/
/*#products-collage2 { background:url(/images/products/collage2-icon.png) no-repeat bottom left; }*/
/*#products-decking2 { background:url(/images/products/decking2-icon.png) no-repeat bottom left; }*/
/*#products-decking { background:url(/images/products/decking-icon.png) no-repeat bottom left; }*/
/*#products-flexdeck { background:url(/images/products/flexdeck-icon.png) no-repeat bottom left; }*/
/*#products-hybrid { background:url(/images/products/hybrid-bw-icon.png) no-repeat bottom left; }*/
/*#products-hybrid2 { background:url(/images/products/hybrid-icon.png) no-repeat bottom left; }*/
/*#products-integrated-small { background:url(/images/products/integrated-small.png) no-repeat top left; }*
/*#products-integrated-suspension { background:url(/images/products/integrated-suspension-icon.png) no-repeat bottom left; }*/
/*#products-internal { background:url(/images/products/internal-icon.png) no-repeat bottom left; }*/
/*#products-knitmasters { background:url(/images/products/knitmasters-icon.png) no-repeat bottom left; }*/
/*#products-knitmasters-small { background:url(/images/products/knitmasters-small.png) no-repeat top left; }*/
/*#products-legs { background:url(/images/products/legs-connectors-icon.png) no-repeat bottom left; }*/
/*#products-luxdeck { background:url(/images/products/luxdeckn-icon.png) no-repeat bottom left; }*/
/*#products-sinuweb { background:url(/images/products/sinuweb-icon.png) no-repeat bottom left; }*/
/*#products-sinuweb-small { background:url(/images/products/sinuweb-small.png) no-repeat top left; }*/
/*#products-softique { background:url(/images/products/softique-icon.png) no-repeat bottom left; }*/
/*#products-synet { background:url(/images/products/synet-icon.png) no-repeat bottom left; }*/
/*#products-synet-small { background:url(/images/products/synet-small.png) no-repeat top left; }*/
/*#products-sytex { background:url(/images/products/sytex-icon.png) no-repeat bottom left; }*/
/*#products-sytex-small { background:url(/images/products/sytex-small.png) no-repeat top left; }*/
#products-sytex-large {
    background: url(/images/products/sytex-large.png) no-repeat top left;
}

#products-sytex-graph {
    background: url(/images/products/sytex-graph.png) no-repeat top left;
}
/*#products-twills { background:url(/images/products/twills-icon.png) no-repeat bottom left; }*/
/*#products-unitrex { background:url(/images/products/unitrex-icon.png) no-repeat bottom left; }*/
/*#products-visible { background:url(/images/products/visible-icon.png) no-repeat bottom left; }*/
/*#products-webbing { background:url(/images/products/webbing-icon.png) no-repeat bottom left; }*/
/*#products-webbing-small { background:url(/images/products/webbing-small.png) no-repeat top left; }*/
/*#products-webrider { background:url(/images/products/webrider-icon.png) no-repeat bottom left; }*/
/*#products-webrider-small { background:url(/images/products/webrider-small.png) no-repeat top left; }*/
/*#products-woven { background:url(/images/products/woven-icon.png) no-repeat bottom left; }*/
/*#products-woven-small { background:url(/images/products/woven-small.png) no-repeat top left; }*/
#products-flexdeck-small { background:url(/images/products/flexdeck-small.png) no-repeat top left; }
#products-luxdeckn-small { background:url(/images/products/luxdeckn-small.png) no-repeat top left; }
#products-softique-small { background:url(/images/products/softique-small.png) no-repeat top left; }
#products-twills-small { background:url(/images/products/twills-small.png) no-repeat top left; }*/
/*#products-legs { background:url(/images/products/legs-icon.png) no-repeat bottom left; }*/
/*#products-connectors { background:url(/images/products/connectors-icon.png) no-repeat bottom left; }*/
/*#products-legs-large { background:url(/images/products/legs-large.png) no-repeat top left; }
#products-connectors-large { background:url(/images/products/connectors-large.png) no-repeat top left; }*/


/*validator*/
.error {
    color: red;
    font-style: italic;
    font-size: 12px;
    padding-left: 0px;
}

label {
    display: block;
    clear: both;
}

#contactForm {
}

    #contactForm td {
        height: 30px;
        width: 40px;
    }

/*scrollable horizontal*/
.scrollable {
    overflow: hidden;
    position: relative;
    height: 120px;
    width: 345px;
}

    .scrollable .items {
        clear: both;
        position: absolute;
        width: 20000em;
    }

.items div {
    float: left;
    width: 680px;
}

.scrollable img {
    float: left;
    margin: 5px 5px 5px 5px;
    padding: 4px 2px 4px 2px;
    height: 72px;
    width: 72px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.scrollable .active {
    cursor: default;
    position: relative;
}

/*scrollable buttons*/
.scrollable {
    float: left;
}

a.browse {
    background: url("/images/slideshow/arrow-button.png") no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    margin: 30px 0px;
    height: 33px;
    width: 11px;
}

a.right {
    background-position: -11px 0px;
    clear: right;
    margin-right: 0px;
}
/*a.right:hover {
	background-position: -30px -30px;
}
a.right:active {
	background-position: -60px -30px;
}*/
a.left {
    margin-left: 0px;
}
/*a.left:hover {
	background-position: -30px 0px;
}
a.left:active {
	background-position: -60px 0px;
}*/
a.disabled {
    visibility: hidden !important;
}

/*tabs*/
ul.tabs {
    list-style: none;
    margin: 0px !important;
    padding: 0px;
    height: 30px;
    padding-top: 15px;
}

    ul.tabs li {
        margin: 0px !important;
        padding: 0px;
        text-indent: 0px;
        float: left;
        list-style-image: none !important;
    }

    ul.tabs a {
        font: normal bold 12px Georgia,Arial,serif;
        color: #444;
        text-shadow: 0px 1px 1px #979797;
        background: url("/images/products/internal-button-rev.png") no-repeat 0px -26px;
        margin: 0px;
        margin: 2px;
        padding: 0px;
        top: 1px;
        width: 88px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        text-decoration: none;
        display: block;
        position: relative;
    }

        ul.tabs a:active {
        }

        ul.tabs a:hover {
            background-position: 0px 0px;
            color: #b2001e;
        }

        ul.tabs a.current {
            color: #444 !important;
            cursor: default !important;
        }

            ul.tabs a.current:hover {
                background-position: 0px 0px;
                color: #b2001e !important;
                cursor: default !important;
            }
/*ul.tabs li.current a {
	background-position: -420px -62px; color: rgb(0, 0, 0) !important; cursor: default !important;
}*/

/* tab pane styling 
.panes div {
    color:red;
	display:none;		
	padding:15px 10px;
	height:100px;
	font-size:14px;
	background-color:#fff;
}*/

/*modal*/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    -moz-box-shadow: 0 0 5px 5px #f0f0f0;
    -webkit-box-shadow: 0 0 5px 5px#f0f0f0;
    box-shadow: 0 0 5px 5px #f0f0f0;
}

.modal-title-bar {
    background: url(/images/common/modal-title-bar.jpg) repeat-x top left;
    line-height: 43px;
    padding: 0px 10px 0px 15px;
    height: 43px;
    /*background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.22, rgb(178,0,30)),
    color-stop(0.61, rgb(205,88,107))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(178,0,30) 22%,
    rgb(205,88,107) 61%
); */
}

    .modal-title-bar table {
        height: 43px;
        width: 100%;
        background: inherit;
        vertical-align: middle;
    }

    .modal-title-bar td {
        vertical-align: middle;
        background: none;
        font-size: 20px;
        color: #fff;
    }

.modal-close {
    text-align: right;
}

    .modal-close a, .modal-close a:visited {
        font-weight: bold;
        color: #e2e2e2 !important;
        text-decoration: none;
        font-size: 12px;
    }

        .modal-close a:hover {
            color: #f2f2f2 !important;
        }

.modal-sub-title {
    font-size: 20px;
    padding-bottom: 15px;
}

#boxes #sytexgraph {
    width: 715px;
    height: 590px;
    padding: 0px;
    background: #fff;
}

.modal-content {
    padding: 15px 20px 0px 20px;
}

#boxes #sytextests {
    width: 500px;
    height: 450px;
    padding: 0px;
    background: #fff;
}

.sytex-tests-links {
    padding-bottom: 15px;
}

    .sytex-tests-links a {
        font-size: 10px;
    }

.sytex-tests-heading {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
}

.sytex-tests-subheading {
    font-size: 14px;
    padding: 15px 0px 10px 0px;
    font-weight: bold;
}

#sytex-tests-results td {
    padding: 3px 30px 0px 0px;
    background: none;
}

#sytex-tests-legal {
    margin: 20px 0px 0px 0px;
    padding: 5px;
    border: 1px solid #a9a9a9;
}

    #sytex-tests-legal li {
        margin-left: 15px;
        list-style-type: disc;
    }



.modal-nav-links {
    padding-bottom: 15px;
}

    .modal-nav-links td {
        padding: 5px;
    }

    .modal-nav-links a {
        font-size: 10px;
    }

#boxes #flexdeck-1,
#boxes #flexdeck-2,
#boxes #flexdeck-3,
#boxes #luxdeck-1,
#boxes #luxdeck-2,
#boxes #luxdeck-3,
#boxes #softique-1,
#boxes #softique-2,
#boxes #softique-3,
#boxes #twills-1,
#boxes #twills-2,
#boxes #twills-3,
#boxes #twills-4 {
    width: 500px;
    height: 420px;
    padding: 0px;
    background: #fff;
}

#boxes #boxspring {
    width: 860px;
    height: 460px;
    padding: 0px;
    background: #fff;
    margin: 0px;
}

    #boxes #boxspring .modal-content tr {
        height: 200px;
    }

    #boxes #boxspring .modal-content td {
        font-size: 11px;
        font-weight: bold;
        padding: 150px 20px 10px 0px;
        width: 190px;
        margin: 0px 10px 0px 10px;
    }

#boxspring-1 {
    background: url(/images/products/cinchloc-boxspring-1.jpg) no-repeat top left;
}

#boxspring-2 {
    background: url(/images/products/cinchloc-boxspring-2.jpg) no-repeat top left;
}

#boxspring-3 {
    background: url(/images/products/cinchloc-boxspring-3.jpg) no-repeat top left;
}

#boxspring-4 {
    background: url(/images/products/cinchloc-boxspring-4.jpg) no-repeat top left;
}

#boxspring-5 {
    background: url(/images/products/cinchloc-boxspring-5.jpg) no-repeat top left;
}

#boxspring-6 {
    background: url(/images/products/cinchloc-boxspring-6.jpg) no-repeat top left;
}

#boxspring-7 {
    background: url(/images/products/cinchloc-boxspring-7.jpg) no-repeat top left;
    width: 400px !important;
}



#boxes #upholstery {
    width: 860px;
    height: 460px;
    padding: 0px;
    background: #fff;
    margin: 0px;
}

    #boxes #upholstery .modal-content tr {
        height: 160px;
    }

    #boxes #upholstery .modal-content td {
        font-size: 11px;
        font-weight: bold;
        padding: 150px 20px 10px 0px;
        width: 190px;
        margin: 0px 10px 0px 10px;
        text-align: center;
    }

#upholstery-1 {
    background: url(/images/products/cinchloc-upholstery-1.jpg) no-repeat top left;
}

#upholstery-2 {
    background: url(/images/products/cinchloc-upholstery-2.jpg) no-repeat top left;
}

#upholstery-3 {
    background: url(/images/products/cinchloc-upholstery-3.jpg) no-repeat top left;
}

#upholstery-4 {
    background: url(/images/products/cinchloc-upholstery-4.jpg) no-repeat top left;
}

#upholstery-5 {
    background: url(/images/products/cinchloc-upholstery-5.jpg) no-repeat top left;
}

#upholstery-6 {
    background: url(/images/products/cinchloc-upholstery-6.jpg) no-repeat top left;
}

#upholstery-7 {
    background: url(/images/products/cinchloc-upholstery-7.jpg) no-repeat top left;
}

#upholstery-8 {
    background: url(/images/products/cinchloc-upholstery-8.jpg) no-repeat top left;
}


#boxes #pillowtop {
    width: 845px;
    height: 630px;
    padding: 0px;
    background: #fff;
    margin: 0px;
}

    #boxes #pillowtop .modal-content table {
        border: 2px solid #c4c1c7;
    }

    #boxes #pillowtop .modal-content th {
        text-align: left;
        font-size: 16px;
        font-weight: normal;
        padding: 10px;
    }

    #boxes #pillowtop .modal-content td {
        vertical-align: top;
        padding: 5px;
    }

    #boxes #pillowtop .firstcol {
        border-right: 2px solid #ebeae7;
        width: 490px;
    }

    #boxes #pillowtop .oddrow td, #boxes #pillowtop .oddrow th {
        background-color: #ebeae7;
    }



#boxes #connectors {
    width: 480px;
    height: 430px;
    padding: 0px;
    background: #fff;
    margin: 0px;
}

    #boxes #connectors p {
        font-size: 20px;
        padding-bottom: 5px;
    }

#boxes #legs {
    width: 480px;
    height: 430px;
    padding: 0px;
    background: #fff;
    margin: 0px;
}

    #boxes #legs p {
        font-size: 20px;
        padding-bottom: 5px;
    }

#tape-edge {
    vertical-align: top;
}

#boxes #unitrexdiagram {
    width: 500px;
    height: 450px;
    padding: 0px;
    background: #fff;
}

/*standard footer stuff*/
html, body {
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    overflow: hidden;
}

    .page-wrap:after {
        content: "";
        display: block;
    }

footer {
    position: relative;
    background-color: #333;
    height: auto;
}

.sub-footer-left {
    color: #fff;
    text-align: left;
    margin-top: -60px;
    padding-left: 30px;
    position: absolute;
    font-weight: normal;
}