@charset  "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    font: 100% Arial, Helvetica, sans-serif;
    background: #f5e6cc;
    color: #FFF;
    font-size: 62.5%;
}

/* !END ALTERNATE LAYOUTS */
a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

p {
    font-size: 1.2em;
    padding-bottom: 15px;
}

/*
caption {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    display: none;
}

table {
    clear: left;
    border-collapse: collapse;
}

th {
    color: #E1CDA3;
    border-right: 1px solid #928569;
    border-bottom: 1px solid #928569;
    border-top: 1px solid #928569;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 4px 5px;
    background: #400612 url(/images/css/bg_table_header.jpg) no-repeat;
    font-size: 0.9em;
}

th.nobg {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #928569;
    background: none;
    color: #400612;
}

tr.second {
    border-left: 1px solid #928569;
    border-top: 0;
    background: #EFE1C2 url(images/bullet1.gif) no-repeat;
    color: #000;
}

th.first {
    border-left: 1px solid #928569;
    border-top: 0;
    background: #DFD2B5 url(images/bullet2.gif) no-repeat;
    color: #000;
}

td {
    border-right: 1px solid #928569;
    border-bottom: 1px solid #928569;
    background: #E1CDA3;
    padding: 6px 6px 6px 12px;
    text-align: center;
    font-size: 0.9em;
}

tr.second {
    background: #EFE1C2;
}

tr.first {
    background: #DFD2B5;
}
*/

label {
    font-size: 1.2em;
    margin-bottom: 5px;
}

form ol {
    list-style: none;
}

form li {
    margin-right: 10px;
}

fieldset {
    border: solid 1px #9F9277;
    padding: 20px 20px 10px 20px;
    margin-bottom: 15px;
}

legend {
    display: none;
}

.hero {
    display: block;
    border: 1px solid #451217;
}

.section {
    clear: both;
    overflow: auto;
    padding: 15px 0;
}

.request legend {
    display: block;
    color: #bd0029;
    font-size: 1.2em;
    font-weight: bold;
}

#headerOuter {
    background: #7f0519 url(/images/css/bg_header.jpg) repeat-x;
}

#headerInner {
    background: url(/images/css/bg_logo.jpg) no-repeat left top;
    width: 920px;
    padding: 15px 10px 0;
    margin: 0 auto;
    height: 149px;
}

#contentInner {
    width: 920px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.no_menu #contentInner {
    padding-top: 25px;
}

#contentInner a {
    text-decoration: underline;
}

#contentInner.lower {
    padding-top: 90px;
}

#contentInner input, #contentInner textarea {
    display: block;
    margin-bottom: 10px;
}

#contentInner .request input {
    margin-bottom: 5px;
}

#contentInner input.radio,
#contentInner input.inline,
#contentInner input.checkbox {
    display: inline;
}

.form_row {
    padding: 5px 0;
    clear: left;
    overflow: auto;
}

.form_row_line {
    display: inline;
    float: left;
    margin-right: 5px;
}

#footerInner {
    width: 920px;
    padding: 16px 10px 5px;
    margin: 0 auto;
}

#priNavBox {
    position: absolute;
    z-index: 150;
    top: 119px;
    width: 100%;
}

ul#primaryNav {
    width: 920px;
    margin: 0 auto;
}

/* body#layout_2 ul#primaryNav { margin-top: 68px; } */
body.red_bg #contentOuter {
    background-color: #7f0519;
}

body.tan_bg #contentOuter {
    background: #e1cda3 url(/images/css/bg_content_tan.gif) repeat-x top left;
}

body.tan_bg #contentInner {
    color: #400612;
}

/* body.red_bg ul#primaryNav li a:hover, */
body.red_bg ul#primaryNav li a.hover, 
body.tan_bg ul#primaryNav li a.on, 
body.no_menu ul#primaryNav li a:hover, 
body.no_menu ul#primaryNav li a.hover {
    color: #3f0612;
    background-color: #FBE6CC;
    text-decoration: none;
}

body.tan_bg #contentInner a {
    color: #a8212f;
}

body.tan_bg #contentInner a:hover {
    color: #cd000e;
}

body.tan_bg #contentInner a.title {
    color: #400612;
    text-decoration: none;
}

body.tan_bg #contentInner a.title:hover {
    text-decoration: underline;
}

body.tan_bg #contentInner hr {
    color: #F5E6CC;
    margin-bottom: 15px;
}

/* !BEGIN layout_1 COLUMN LAYOUTS -------------- */
body#layout_1 #column_1 {
    display: inline;
    width: 580px;
    float: left;
}

body#layout_1 #column_2 {
    margin-left: 610px;
    width: 270px;
    padding: 10px 10px 1px 10px;
}

/* !BEGIN layout_2 COLUMN LAYOUTS -------------- */
body#layout_2 #column_1 {
    width: 390px;
    float: left;
}

body#layout_2 #column_2 {
    margin-left: 440px;
    width: 480px;
    padding: 10px 10px 0 10px;
    min-height: 550px;
}

/* !END layout_2 COLUMN LAYOUT ----------------- */
body#layout_1 #column_1 ul {
    font-size: 1.2em;
}

body#layout_1 #column_1 form ul {
    font-size: 0.96em;
}

body.tan_bg #column_2.dark {
    background-color: #BFB08F;
    border: solid 1px #400612;
}

#column_2.dark h4, #column_2.light h4 {
    text-transform: uppercase;
}

body.tan_bg #column_2.dark ul {
    margin: 0 0 10px 25px;
    font-size: 1.2em;
}

body.tan_bg #column_2.dark li {
    margin-bottom: 5px;
}

/* !ICON LISTS */
ul.icon_list {
    list-style: none;
    
}

ul.icon_list li {
    height: 127px;
    background: transparent url(/images/icons/icon_list_back.jpg) right top no-repeat;
}

#contentInner ul.icon_list a {
    display: block;
    text-decoration: none;
    height: 107px;
    padding: 20px 45px 0 153px;
    font-size: 14px;
    line-height: 1;
}

ul.storm_doors_list li {
    height: 184px;
}

ul.storm_windows_list li {
    height: 154px;
    background-position: right 8px;
}

#contentInner ul.storm_doors_list a {
    font-size: 12px;
    padding-left: 112px;
    height: 164px;
    line-height: 1.3;
}

#contentInner ul.storm_windows_list a {
    padding-left: 159px;
    padding-top: 34px;
    height: 120px;
    font-weight: bold;
}

#contentInner ul.icon_list a b {
    font-weight: bold;
    font-size: 20px;
}

a#design {
    background: transparent url(/images/icons/icon-design.jpg) no-repeat;
}

a#durability {
    background: transparent url(/images/icons/icon-durability.jpg) no-repeat;
}

a#fresh_air {
    background: transparent url(/images/icons/icon-ventilation.jpg) no-repeat;
}

a#safety {
    background: transparent url(/images/icons/icon-safety.jpg) no-repeat;
}

a#energy_efficiency {
    background: transparent url(/images/icons/icon-energy-efficiency.jpg) no-repeat;
}

a#warranty {
    background: transparent url(/images/icons/icon-warranty.jpg) no-repeat;
}

a#full_view {
    background: transparent url(/images/icons/icon-full-view.jpg) no-repeat;
}

a#screenaway {
    background: transparent url(/images/icons/icon-screenaway.jpg) no-repeat;
}

a#ventilating {
    background: transparent url(/images/icons/icon-ventilating.jpg) no-repeat;
}

a#security {
    background: transparent url(/images/icons/icon-security.jpg) no-repeat;
}

a#gold_series {
    background: transparent url(/images/icons/icon-gold-series.jpg) no-repeat;
}

a#silver_series {
    background: transparent url(/images/icons/icon-silver-series.jpg) no-repeat;
}

a#bronze_series {
    background: transparent url(/images/icons/icon-bronze-series.jpg) no-repeat;
}

a#inspire {
    background: transparent url(/images/icons/icon-inspire.jpg) no-repeat;
}

a#escape {
    background: transparent url(/images/icons/icon-escape.jpg) no-repeat;
}

a#comfortbreeze {
    background: transparent url(/images/icons/icon-comfortbreeze.jpg) no-repeat;
}

a#naturevue {
    background: transparent url(/images/icons/icon-naturevue.jpg) no-repeat;
}



/* !GENERIC LAYOUTS */
.wide_right,
.wide_left {
    padding-top: 110px;
}

.wide_right #column_1,
.wide_right #column_2,
.wide_left #column_1,
.wide_left #column_2 {
    display: inline;
    float: left;
}

.wide_left #column_1 {
    width: 480px;
    margin-right: 40px;
}

.wide_left #column_2 {
    width: 400px;
}

.wide_right #column_1 {
    width: 400px;
    margin-right: 40px;
}

.wide_right #column_2 {
    width: 480px;
}

.altbox {
    background: transparent url(/images/css/alt-box-back.png) repeat-x;
    padding: 15px;
}

.video320 {
    width: 320px;
    margin: 15px auto;
    border: 1px solid #bd0029;
    
}

object {
    display: block;
}

img.swsm {
    position: relative;
    left: -9px;
}

.small_door_list div {
    width: 16.5%;
    height: 130px;
    display: inline;
    float: left;
    text-align: center;
}

#contentInner .small_door_list div a {
    text-decoration: none;
    font-weight: bold;
}

.section ul,
.section ol,
.section_main ul {
    font-size: 12px;
    padding-left: 2.5em;
    list-style: disc;
    margin: 0 0 15px 0;
}

.section ol {
    list-style: decimal;
}

.section ol ol {
    list-style: lower-alpha;
}

.section li,
.section_main li {
    margin: 0 0 10px 0;
}

.illus {
    width: 33%;
    display: inline;
    float: left;
    text-align: center;
}

ol.nolist {
	list-style-type: none;
}

/* !END GENERIC LAYOUTS */

.left-tbl {
    border-left: 1px solid #928569;
}

.reg {
    margin-left: 30px;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.reg li {
    margin-bottom: 5px;
}

body#layout_1 ul#badges li {
    width: 250px;
    padding: 20px;
}

body#layout_2 ul#badges li {
    width: 385px;
    padding: 18px 100px 18px 18px;
    margin-bottom: 15px;
}

body#layout_1 ul#badges li b {
    width: 140px;
    font-size: 1.8em;
    font-weight: bold;
    display: block;
}

body#layout_1 ul#badges li span {
    display: block;
    width: 140px;
    font-size: 1.3em;
}

body#layout_1 ul#badges li a {
    display: block;
    text-decoration: none;
}

body#layout_1 ul#badges li#storm_door {
    height: 140px;
    background: url(/images/badges/storm_door_289x177.jpg) no-repeat left top;
}

body#layout_1 ul#badges li#storm_window {
    height: 140px;
    background: url(/images/badges/storm_window_289x177.jpg) no-repeat left top;
}

body#layout_1 ul#badges li#retractable_screen {
    height: 140px;
    background: url(/images/badges/retractable_screen_289x177.jpg) no-repeat left top;
}

body#layout_1 ul#badges li#cust_support {
    height: 100px;
    background: url(/images/badges/cust_support_289x177.jpg) no-repeat left center;
}

body#layout_2 ul#badges li#ventilating {
    background: url(/images/badges/ventilating.jpg) #e9cea3 top right no-repeat;
}

body#layout_2 ul#badges li#retractable_screen {
    background: url(/images/badges/retractable_screen.jpg) #e9cea3 top right no-repeat;
}

body#layout_2 ul#badges li#full_view {
    background: url(/images/badges/full_view.jpg) #e9cea3 top right no-repeat;
}

body#layout_2 ul#badges li#security {
    background: url(/images/badges/security.jpg) #e9cea3 top right no-repeat;
}

body.red_bg #footerOuter {
    background: url(/images/css/bg_footer_1.jpg) left top repeat-x;
}

body.tan_bg #footerOuter {
    background: url(/images/css/bg_footer_2.jpg) left top repeat-x;
}

#contentInner h1 {
    font-size: 2.0em;
    font-weight: bold;
    padding-bottom: 15px;
}

#contentInner h1 i {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    display: block;
}

#contentInner h2 {
    font-size: 1.7em;
    font-weight: bold;
    padding-bottom: 10px;
}

#contentInner h3, 
#column_1 dt {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
}

#contentInner h4 {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 10px;
}

#column_1 ul {
    margin: 0 0 15px 15px;
}

#column_1 li {
    margin-bottom: 5px;
}

#column_1 dl {
    margin-bottom: 15px;
}

#column_1 dt {
    text-transform: uppercase;
}

#column_1 table {
    font-size: 1.2em;
}

#column_1 td, 
#column_1 th {
    padding: 10px 15px;
}

#column_1 th {
    font-weight: bold;
}

#column_1 table tr {
    border: 0;
}

ul.flow_boxes {
    list-style: none;
}

ul.flow_boxes li {
    width: 145px;
    float: left;
    padding-right: 15px;
}

ul#utilityNav {
    float: right;
    font-size: 1.1em;
    margin-bottom: 21px;
}

ul#utilityNav li {
    list-style: none;
    float: left;
    border-right: solid 1px #FFF;
    padding: 0 10px;
}

#headerStripe {
    margin: 0;
    position: absolute;
    z-index: 50;
    top: 50px;
    width: 920px;
}

#headerStripe a#logo {
    width: 210px;
    height: 25px;
    float: left;
    display: block;
}

#headerStripe h3 {
    font-size: 1.0em;
    float: left;
    font-weight: bold;
    padding-top: 6px;
}

#headerStripe h3 span {
    display: none;
}

.dealerSearch {
    float: right;
}

.dealerSearch *, 
.siteSearch * {
    display: inline;
}

.dealerSearch label {
    font-weight: bold;
}

.dealerSearch input, 
.siteSearch input {
    font-size: 1.1em;
    color: #666;
}

.siteSearch {
    float: left;
    background: url(/images/icons/siteSearch.png) no-repeat;
    padding-left: 25px;
}

ul#primaryNav {
    font-size: 1.7em;
    font-weight: bold;
}

ul#primaryNav li {
    list-style: none;
    float: left;
}

ul#primaryNav > li > a {
    display: block;
    padding: 0 14px;
    height: 31px;
    line-height: 31px;
    color: #f5e6cc;
}

div.secondaryNav li,
div#footerNav li {
    list-style: none;
}

div.secondaryNav {
    background: url(/images/css/bg_secondaryNav.png) repeat-x left top;
    position: absolute;
    top: 150px;
    width: 100%;
    z-index: 6000;
    left: 0;
}

body#layout_1 #priNavBox div.secondaryNav {
    top: 30px;
    font-size: 10px;
}

div.secondaryNav ul.parent,
body#layout_1 #priNavBox div.secondaryNav ul.parent {
    width: 920px;
    margin: 0 auto;
    height: 106px;
}

div.secondaryNav li.parent,
body#layout_1 #priNavBox div.secondaryNav li.parent {
    color: #CC3300;
    font-size: 1.2em;
    font-weight: bold;
    border-left: solid 1px #884740;
    float: left;
    padding: 0 5px 0 10px;
    margin: 15px 0 0 5px;
}

div.secondaryNav li.child,
#priNavBox div.secondaryNav li.child {
    float: left;
}

div.secondaryNav li.child, 
#priNavBox div.secondaryNav li.child, 
div#footerNav ul.child li, 
div#footerNav li.parent p {
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 16px;
    color: #884740;
}

#priNavBox div.secondaryNav li.child li {
    display: block;
    float: none;
}

#priNavBox div.secondaryNav li.child li a {
    padding-top: 0;
    padding-bottom: 0;
}

div.secondaryNav li.child a {
    padding: 3px;
    font-size: 12px;
}

div.secondaryNav li.child a, 
#priNavBox div.secondaryNav li.child a, 
div#footerNav ul.child li a {
    text-decoration: underline;
    padding-left: 8px;
    color: #884740;
    display: block;
}

div.secondaryNav ul.child li a:hover, 
#priNavBox div.secondaryNav ul.child li a:hover, 
div#footerNav ul.child li a:hover {
    background: url(/images/css/bg_navArrowHover.gif) no-repeat left center;
}

ul#badges {
    list-style: none;
}

ul#badges li p a {
    text-decoration: underline;
    color: #FF0000;
}

div.banner {
    width: 575px;
    height: 105px;
}

table#job_listings {
    font-size: 1.2em;
}

table#job_listings td, table#job_listings th {
    padding: 5px 10px 5px 10px;
}

div#screenaway {
    background: url(/images/badges/screen_away_575x105.jpg) no-repeat top left;
    border: solid 1px #3f0612;
    padding: 12px 35px 8px 295px;
    width: 245px;
    height: 85px;
}

div#screenaway p {
    font-size: 1.3em;
    color: #3f0612;
}

div#screenaway a {
    text-decoration: underline;
    color: #FF0000;
}

div#product_list {
    border: solid 1px #000;
    padding: 10px;
}

div.product_info {
    padding-left: 10px;
    float: left;
    width: 150px;
}

/* !LARSON EXPERIENCE */
.experience img {
    display: block;
    float: left;
}

/* !COLOR SWATCHES --------------------------- */
ul.product_colors {
    list-style: none;
    margin-bottom: 10px;
}

ul.product_colors li {
    display: inline;
    float: left;
    margin: 0 5px 5px 0px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #3a000f;
}

td.product_colors span {
    width: 14px;
    height: 14px;
    margin: 2px;
    background: #fff;
    border: 1px solid #3a000f;
    display: inline;
    float: left;
}

.product_colors a {
    display: block;
    width: 20px;
    height: 20px;
}

.product_colors a:hover {
    border-color: #000;
}

.product_colors .white {
    background: #fff;
}

.product_colors .black {
    background: #000;
}

.product_colors .almond {
    background: #f1ecc7;
}

.product_colors .sandstone {
    background: #b4ab9b;
}

.product_colors .earthtone_brown {
    background: #352c1e;
}

.product_colors .hunter_green {
    background: #243b30;
}

.product_colors .cranberry {
    background: #39001c;
}

.product_colors .light_grey {
    background: rgb(164,177,173);
}

/* !TABLE ALTERNATE ------------------------- */
table.alt {
    width: 100%;
    border: 1px solid #988b6d;
    background: #e7d9b9;
    font-size: 12px;
    border-collapse: collapse;
}

table.alt th,
table.alt td {
    background: transparent;
    border: 1px solid #988b6d;
    border-top: 0;
    color: #3a000f;
    text-align: center;
    letter-spacing: normal;
    text-transform: none;
    padding: 8px 5px;
}

table.alt thead th {
    border-bottom: 1px solid #bd0029;
}

table.alt th {
    font-weight: bold;
    font-size: 12px;
    color: #a8212f;
}

table.alt tbody th {
    text-align: left;
    color: #fff;
    background: #680013 url(/images/css/tbodyth.png) repeat-x;
    padding: 6px 5px;
}

table.alt td.col_left,
table.alt th.col_left {
    text-align: left;
}

table.alt td.door_dealer {
    background: #e8cc9e url(/images/css/bg_altbox.png) repeat-x; 
    width: 238px; 
    text-align: center;
}

table.alt h1 {
    margin: 0;
    padding: 0;
}

table.avail th,
table.avail {
    border-top: 0;
}

table.fixed {
    table-layout: fixed;
}

table.left th,
table.left td {
    text-align: left;
}

table.form_blank,
table.form_blank_bordered {
    border-collapse: collapse;
    border: 0;
}

table.form_blank td,
table.form_blank_bordered td {
    border: 0;
    padding: 0 15px;
    vertical-align: bottom;
    text-align: center;
}

table.form_blank_bordered td {
    border-left: 1px solid #aaa;
}
.section_main {
    clear: both;
    margin: 0 0 30px 0;
    overflow: auto;
}

.section_main .col1,
.section_main .col2 {
    display: inline;
    float: left;
    width: 445px;
    position: relative;
}

.section_main p {
    line-height: 1.5;
}

.section_main .col1 {
    margin-right: 30px;
}

table.alt tr.even td {
    background: #EFE1C2;
}

table.alt tr.odd td {
    background: #d6caa7;
}


/* !TROUBLESHOOTING PAGE -------------------- */
.trouble {
    padding-left: 30px;
}

#contentInner .trouble h4 {
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

#column_1 .trouble dl {
    padding-left: 30px;
    margin: 0;
}

#column_1 .trouble p {
    font-size: 12px;
}

#column_1 .trouble dl dt {
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    margin: 0;
    padding: 0;
    color: #a8212f;
    cursor: pointer;
}

#column_1 .trouble dl dd {
    padding-left: 14px;
}

#contentInner .trouble h4,
#column_1 .trouble dl dt {
    padding-left: 14px;
    background: transparent url(/images/css/list_off.gif) no-repeat 3px top;
}

#column_1 .trouble dl dt.on,
#contentInner .trouble h4.on {
    background: transparent url(/images/css/list_on.gif) no-repeat left 4px;
}




/* !DOOR DETAIL PAGES ----------------------- */
.door_detail {
    position: relative;
    display: inline;
    float: left;
    width: 300px;
    margin-right: 35px;
}

.door_info {
    display: inline;
    float: left;
    width: 560px;
}

.door_info .section {
    clear: both;
    overflow: auto;
}

.door_info .col1,
.door_info .col2 {
    display: inline;
    float: left;
    width: 260px;
}

.door_info .col1 {
    margin-right: 20px;
    width: 260px;
}

.door_info .door_details .col1 {
    width: 255px;
}

.door_info .door_details .col2 {
    width: 255px;
}

.door_info .border {
    border: 1px solid #700013;
    border-top-color: #430008;
    border-bottom-color: #430008;
}

.door_dealer label {
    font-weight: bold;
    display: block;
}

#contentInner .door_dealer input,
.door_dealer .button {
    display: inline;
    margin: 0;
}

/* !DOOR DETAILS ------------------------ */
.door_details,
.callout {
    background: transparent url(/images/css/alt-box-back.png) repeat-x;
    padding: 15px;
    overflow: auto;
}

.detail {
    clear: left;
    font-size: 12px;
    padding: 10px 0;
}

.detail b {
    display: block;
    padding: 2px 0;
}

.detail b i {
    font-weight: normal;
    font-style: normal;
}

.tools {
    font-size: 12px;
    clear: both;
    overflow: auto;
    padding-bottom: 30px;
}

.door_links {
    border: 1px solid #bd0029;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    width: 200px;
    float: right;
}


/* !ETOUCH ------------------- */
.etouch {
    background: #e8d7b5 url(/images/css/etouch-logo.png) no-repeat 10px 10px;
    border: 1px solid #bd0029;
    font-size: 12px;
    height: 230px;
    padding-left: 60px;
}

.etouch img {
    float: right;
    
}

.etouch ul {
    padding: 60px 15px 0 15px;
    list-style: disc;
    margin-bottom: 5px;
}

.etouch ul li {
    margin: 0;
}

/* !FILE ICONS */
#contentInner .tools a {
    text-decoration: none;
}

.tools img {
    display: inline;
}

.instructions {
    padding: 10px 0;
    float: right;
    clear: right;
    font-size: 12px;
}
#contentInner .installation_instructions {
    text-align: center;
}
#contentInner .installation_instructions b {
    margin: 0;
    padding: 0;
    background: transparent url(/images/css/instructions-icon.png) no-repeat center top;
    padding-top: 32px;
    display: block;
    text-align: center;
}

.instructions a {
    background: transparent url(/images/css/instructions-icon2.png) no-repeat center top;
    display: inline;
    float: left;
    text-align: center;
    width: 120px;
    padding-top: 32px;
}

.warranty {
    text-align: center;
}

/* !INSTRUCTION CHARTS ---------------------- */
.instruction_chart .section {
    clear: left;
    overflow: auto;
    padding: 15px 0;
    border-top: 1px solid #bbad8b;
}

.instruction_chart .col1,
.instruction_chart .col2 {
    width: 280px;
    display: inline;
    float: left;
}

.instruction_chart .col1 {
    margin-right: 20px;
}

.instruction_chart .img_right,
.instruction_chart .img_left {
    border: 1px solid #700013;
    border-top-color: #430008;
    border-bottom-color: #430008;
    margin: 0;
}

/* !CUSTOM SIZES ---------------------------- */
table.alt th.custom_sizes {
    background: transparent url(/images/css/icon-custom-size.png) no-repeat 5px 50%; 
    padding-left: 54px;
    height: 30px;
}

table.alt th i {
    font-size: .9em;
    font-weight: normal;
    font-style: normal;
}

.custom_size table {
    padding: 0;
    border-collapse: collapse;
    width: 190px;
    margin: 0 10px 0 60px;
    float: none;
    background: transparent;
}

.custom_size h5 {
    margin: 0;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
    background: transparent url(/images/css/custom-size-top.png) no-repeat left top; 
}

.custom_size th {
    letter-spacing: normal;
    text-align: center;
    padding: 1px 2px;
    font-size: 1em;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #c0002c;
    color: #fff;
}

.custom_size td {
    border: 0;
    background: transparent;
    padding: 1px 2px;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
}


/* !Q AND A BLOCKS -------------------------- */
ul.qna {
    font-size: 1.2em;
    padding-left: 2em;
    list-style: disc;
}

ul.qna li {
    margin-bottom: 10px;
}

ul.qna li ul,
ul.qna li ol {
    padding-left: 16px;
}

.toggler {
    text-decoration: underline;
    cursor: pointer;
}

/* !SPECS TABLE ----------------------------- */
caption {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    display: none;
}

table.specs {
    clear: left;
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #928569;
}

table.specs th,
table.specs td {
    padding: 5px;
}

table.specs thead th {
    color: #E1CDA3;
    border: 1px solid #928569;
    text-transform: uppercase;
    text-align: center;
    background: #350000 url(/images/css/bg_table_header2.png) repeat-x;
    font-size: 10px;
}

table.specs th.nobg {
    border: 0;
    background: none;
    color: #400612;
}

/*
table.specs tr.even td {
    background: #EFE1C2 url(images/bullet1.gif) no-repeat;
    color: #000;
}

table.specs th.odd {
    border-left: 1px solid #928569;
    border-top: 0;
    background: #DFD2B5 url(images/bullet2.gif) no-repeat;
    color: #000;
}
*/

table.specs tbody td,
table.specs tbody th {
    border: 1px solid #928569;
    border-top-color: #a39983;
    border-bottom-color: #a39983;
    text-align: center;
    color: #3b211e;
    font-size: 10px;
}

table.specs tbody td {
    background: #E1CDA3;
}

table.specs tr.even td {
    background: #EFE1C2;
}

table.specs tr.odd td {
    background: #d6caa7;
}

/*
table.specs tbody tr.even th {
    background: #b8ad92;
}

table.specs tbody tr.odd th {
    background: #a39983;
}
*/

table.specs tbody tr.current td {
    background: #fdd688;
}

table.specs tbody .col_copy {
    text-align: left;
}

table.specs tr.hover {
    cursor: pointer;
}

table.specs tbody tr.hover td {
    background: #fff;
}

table.specs tbody th {
    font-size: 11px;
    border-color: #a39983;
    border-left: 0;
    border-right: 0;
    background: transparent;
}

table.specs tbody th i {
    font-style: normal;
    font-weight: normal;
    display: block;
}

table.specs.retract tbody td {
	font-size: 1.2em !important;
}



.col_colors {
    width: 60px;
}

/* !HOT SPOT -------------------------------- */
#hotspots .hotspot {
    position: absolute;
    width: 18px;
    height: 18px;
}

#hotspots a.spot {
    display: block;
    background: url(/images/css/spot.png) no-repeat;
    width: 18px;
    height: 18px;
    text-decoration: none;
}

#hotspots .popup {
    position: absolute;
    width: 320px;
    padding-left: 13px;
    background: transparent url(/images/css/popup-point.gif) no-repeat left 8px;
    left: 18px;
    top: -16px;
    z-index: 10000;
    display: none;
}

#hotspots .popup div {
    background: #fff;
    border: 2px solid #bd0029;
    overflow: auto;
}

#hotspots .popup ul {
    font-size: 11px;
}

#hotspots h5 {
    font-size: 13px;
    font-weight: bold;
    padding: 15px 8px 8px;
}

#hotspots p,
#hotspots .popup div div {
    font-size: 12px;
    padding: 15px;
    border: 0;
}

#hotspots .popup img {
    display: inline;
    float: left;
    margin: 0 10px;
}

#hotspot_controls {
    text-transform: uppercase;
}


/*
a.hotspot span {
    display: none;
}

a.hotspot:hover {
    background-position: 0 -18px;
}
*/

/*background:; ie hack, something must be changed in a for ie to execute it*/
/*
a.hotspot:hover {
    z-index: 10000;
    color: #aaaaff;
    text-decoration: none;
}

a.hotspot:hover span.tooltip {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 15px 0 0 0;
    width: 200px;
    color: #000;
    text-align: left;
    text-decoration: none;
    filter: alpha(opacity:90);
    KHTMLOpacity: 0.90;
    MozOpacity: 0.90;
    opacity: 0.90;
}

a.hotspot:hover span.top {
    display: block;
    padding: 30px 8px 3px 8px;
    font-weight: bold;
    background: url(/images/css/bubble.gif) no-repeat top;
}

a.hotspot:hover span.middle {
    /* different middle bg for stretch */
/*
    display: block;
    padding: 0 8px;
    background: url(/images/css/bubble_filler.gif) repeat bottom;
}

a.hotspot:hover span.bottom {
    display: block;
    padding: 3px 8px 10px;
    color: #548912;
    background: url(/images/css/bubble.gif) no-repeat bottom;
}

#show-hotspot {
    display: block;
}
*/

div#footerNav {
    padding-top: 40px;
}

div#footerNav li.parent {
    height: 110px;
    color: #CC3300;
    font-size: 1.2em;
    font-weight: bold;
    border-left: solid 1px #884740;
    float: left;
    padding: 0 8px 0 10px;
    margin: 15px 0 0 10px;
}

input.button {
    background: url(/images/css/bg_button.jpg) left top repeat-x;
    padding: 1px 2px;
    border: solid 1px #FFF;
    color: #FFF;
    font-size: 1.0em;
    cursor: pointer;
}

ul.rss {
    margin-left: 6px !important;
}

.rss li {
    list-style: none;
    background: url(/images/icons/rss-orange.gif) no-repeat center left;
    padding: 0 0 0 20px;
}

.date {
    font-style: italic;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    color: #884740;
    margin-bottom: 10px;
    font-family: Verdana, sans-serif;
}

.no_images img {
    display: none;
}

.img_float img {
    float: right;
    margin: 0 0 10px 10px;
}

.img_left {
    float: left;
    margin: 0 10px 10px 0px;
}

.img_right {
    float: right !important;
    margin: 0 0 10px 10px !important;
}

.no_border {
    border: none !important;
    padding-right: 0px !important;
}

.display_none {
    display: none;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.margin_left_5px {
    margin-left: 5px;
}

.img_box {
    text-align: center;
    background-color: #CFBE9B;
    border: solid 1px #000;
    margin-bottom: 15px;
    padding: 10px;
}

#hero_testimonial {
    background: url(/images/testimonials/testimonial_1.jpg) no-repeat;
    height: 568px;
    width: 399px;
    position: absolute;
    top: 230px;
    z-index: 70;
}

#testimonial {
    position: absolute;
    left: 210px;
    top: 459px;
    width: 183px;
}

#testimonial p {
    font-size: 0.9em;
    font-family: Verdana, Helvetica, sans-serif;
}

#testimonial p.citation {
    float: right;
    padding-right: 15px;
}

/* !DEALER LOCATOR ------------------------- */
#dealer_search {
    background: #851526 url(/images/css/locator_bar_back.png) repeat-x left top;
    color: #fff;
    padding: 8px;
    height: 70px;
    border: 1px solid #000;
    border-bottom: 0;
}

#dealer_search div {
    display: inline;
    float: left;
    margin-right: 10px;
}

#contentInner #dealer_search div.search_again_button {
    clear: left;
}

#map_column_1,
#map_column_2 {
    width: 460px;
    display: inline;
    float: left;
}

#sidebar {
    height: 313px;
    overflow: auto;
    border: 1px solid #000;
}

#sidebar div {
    padding: 8px;
    border-bottom: 1px solid #a99c80;
    font-size: 11px;
}

#map {
    height: 400px;
    overflow: hidden;
    border: 1px solid #000;
    border-left: 0;
    font-size: 11px;
}

/* !VALIDATION ERRORS */
label.error {
    font-size: 13px;
    font-weight: bold;
    color: #C60A2D;
    display: none;
}

input.error,
textarea.error {
    border: 2px solid #C60A2D;
}

.pdf {
    background: transparent url(/images/css/a_download.png) no-repeat left bottom;
    display: inline;
    float: left;
    text-align: left;
    width: 160px;
    padding: 28px 0 0 38px;
}