@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
/* GLOBAL STYLES */

html, body{
    height: 100%;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 14px; }

a img{ border: 1px solid #f00; }

h1, h2, h3, h4, h5, h6, h4 a{
    color: #9b0000;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2em;
}

h1{ font-size: 23px; padding-top: 0px; padding-bottom: 8px; margin-top: 0px; margin-bottom: 8px; }
h2{ font-size: 23px; padding: 0px; margin: 0px; }
h3{ font-size: 20px; }
h4, h4 a{ font-size: 17px; padding: 0px 0px 8px 0px; margin: 0px 0px 2px 0px; }
h5{ font-size: 16px; padding-top: 0px; padding-bottom: 8px; margin-top: 0px; margin-bottom: 8px; }
h6{ font-size: 14px; margin: 0px 0px 6px 0px; }

a img{ border: 0px solid #f00; }

body{
    width: 100%;
    height: 100%;
    color: #474747;
    padding: 0px;
    margin: 0px;
}

#h_pageContainerOuter{
    width: 100%;
    height: 100%;
    background: #ffffff url(/images/h_pco_bg.jpg) repeat-x top left;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageContainerOuter{
    width: 100%;
    height: 100%;
    background: #ffffff url(/images/pco_bg.jpg) repeat-x top left;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageContainer{
    width: 950px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

#top_bar{ position: relative; }

#top_bar .catalog_request_bottom{
    position: absolute;
    right: 15px;
    left: auto;
    top: 0px;
    height: 40px;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#header{
    position: relative;
    height: 133px;
    width: 950px;
    margin: 0px auto;
    z-index: 1;
}

#header .headerLnk img{
    position: absolute;
    left: 5px;
    top: 3px;
    z-index: 25000;
    border: 0px solid #f00;
    width: 336px;
    height: 72px;
    background: url(/images/logo.jpg) no-repeat top left;
}

#header .headerLnk img:last-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    display: inline-block;
    height: auto;
    left: -30px;
    position: relative;
    right: 0;
    top: 20px;
    width: 160px;
}
#header .headerContactLnk img{
    position: absolute;
    right: 27px;
    top: 26px;
    z-index: 25000;
    border: 0px solid #f00;
    width: 565px;
    height: 24px;
}

#hh_phone{
    position: absolute;
    top: 35px;
    right: 33px;
    width: 580px;
    height: 24px;
    z-index: 10;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    text-align: right;
    line-height: 1.2em;
    color: #474747;
}
#hh_phone span{ color: #9b0000; font-weight: bold; font-size: 18px; }

#header #canadaHeaderLnk img{ background: url(/images/canada_logo.jpg) no-repeat top left !important; }
#header #canadaHeaderLnk img:last-child { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; }
#header #perforatedHeaderLnk img{ background: url(/images/perforated_logo.jpg) no-repeat top left !important; }
#header #perforatedHeaderLnk img:last-child { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; }
#header #weatheringHeaderLnk img{ background: url(/images/weathering_logo.jpg) no-repeat top left !important; }
#header #weatheringHeaderLnk img:last-child { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; }
/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    width: 950px;
    position: absolute;
    z-index: 25000;
    height: 40px;
    max-height: 40px;
    text-align: center;
    left: 0px;
    bottom: 13px;
}
#tmenu{
    height: 40px;
    margin: 0px auto;
}

#tmenu td{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    position: relative;
}

#tmenu td .lnk_padding{
    padding: 0px 3px;
    margin: 0px;
    background-color: #E7E7E7;
}

#tmenu td a{
    display: block;
    position: relative;
    color: #474747;
    padding: 11px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    border: 0px solid #f00;
}
#tmenu td a .ta_first{
}
#tmenu td a span{
    display: block;
    text-decoration: none;
}

#tmenu td .lnk_padding:hover, #tmenu .td_cur .lnk_padding{ background-color: #fff; }

#tmenu td a:hover, #tmenu td a.ta_cur{
    color: #fff;
    background-color: #9b0000;
}

 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 42px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .95;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #c2c4c0;
}

#tmenu td ul li{
    display: block;
    margin: 1px 5px;
    overflow: visible;
    padding: 1px;
    border-bottom: 0px solid #EFF0EC;
}

#tmenu td ul li a{
    display: block;
    padding: 10px 6px 9px 8px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    color: #2f3338;
    border-bottom: 1px solid #c2c4c0;

    border-right: 0px solid #c2c4c0;

    min-width: 200px;
}

#tmenu td ul li a:hover, #tmenu td ul li a.ta_cur{
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #2f3338;
    text-transform: none;
}

#tmenu td ul .drop_spacer{ border-bottom: 0px solid #fff; }

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* USUAL STRUCTURAL STUFF */

#columnLeft, #columnMain, #columnRight{ vertical-align: top; }

#columnLeft, #columnRight{
    width: 275px;
    max-width: 275px;
}
#columnLeft{ padding-right: 10px; }
#columnRight{ padding-left: 10px; }
#columnMain{
    padding: 15px 0px 15px 10px;
}
#contentContainer{
    margin-top: 0px;
}

#contentTable{ width: 950px; }

#content{
    position: relative;
    margin: 0px;
    padding: 0px;

    width: auto;
    height: auto;

    text-align: left;
    line-height: 1.6em;
}

.content_home{ background-color: transparent !important; padding: 0px !important; }

#contentText{
    border: 1px solid #bebebe;
    padding: 20px;
}

#footer_container{
    text-align: center;
    width: 100%;
    background-color: #e7e7e7;
}

#footer{
    width: 950px;
    margin: 0px auto;
    padding: 15px 0px;
    text-align: center;
    color: #9e9e9e;
}

#footer #foot_layout{ width: 100%; }
#footer table #footer_right{ text-align: right !important; vertical-align: top; }

#footer_logo{ text-transform: uppercase; font-size: 16px; }

#bottommenu{
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px auto;
}

#bottommenu td{
    padding: 0px;
    margin: 0px;
}

#bottommenu td a{
    color: #9e9e9e;
    display: block;
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    padding: 0px 8px 8px 8px;
}

#legal_notes{
    position: relative;
    top: -10px;
    text-align: right;
    font-size: 10px;
    padding: 0px 8px 0px 0px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#legal_notes a{
    color: #9e9e9e;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
#legal_notes a:hover{ color: #9e9e9e; text-decoration: underline; }
/* END USUAL STRUCTURAL STUFF */

#main_home_img{ min-height: 350px; }

/* FORM ELEMENTS */

input, select{
    background-color: #fff;
    color: #474747;
    font-weight: normal;
    font-size: 14px;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    border-left: 1px solid #bebebe;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
input[type=text], input[type=password]{
    padding: 10px 2px 9px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

select{ padding: 5px; }

textarea{
    background-color: #fff;
    color: #474747;
    font-weight: normal;
	height: auto;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
}

.button, .buttonOver{
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    background-color: #9b0000;
	border: 0px solid #000;
    color: #ffffff;
    padding: 9px 18px 10px 18px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.button{
}
.buttonOver, .button:hover{
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #2f88c1; font-weight: bold; text-decoration: none; }
a:hover{ color: #74c4f8; text-decoration: underline; }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline;}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

a.home_link{ color: #e9efd3; font-size: 14px; font-weight: normal; text-decoration: underline; }
a:hover.home_link{ color: #ffffff; font-size: 14px; text-decoration: none; }

/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }


/* GALLERY STYLES */

.galleryDescription{
    margin: 0px;
}

div.galleryContainer{
    margin: 16px;

    width: 579px;
    height: auto;

}
html>body div.galleryContainer{
    width: 577px;
}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    clear: both;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;

    text-align: center;
}
html>body ul.galleryContainer li{
}


ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;

    white-space: normal;

    height: 100px;

    text-decoration: none;
}
html>body ul.galleryContainer li a{
    height: auto;
    min-height: 100px;

}

ul.galleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* LARGE PRODUCT GALLERY */

div.pGalleryContainerL{
    margin: 16px auto 0px auto;
    width: 579px;
    height: auto;
    clear: both;
    display: table;
    border-left: 1px solid #CECCF9;
}
html>body div.pGalleryContainerL{
    width: 577px;
}

ul.pGalleryContainerL{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.pGalleryContainerL li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 140px;
    border-top: 1px solid #CECCF9;
    border-right: 1px solid #4C638C;
    border-bottom: 1px solid #4C638C;
}
html>body ul.pGalleryContainerL li{
    width: 140px;
}


ul.pGalleryContainerL li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 80px;
    text-decoration: none;
}
html>body ul.pGalleryContainerL li a{
    height: auto;
    min-height: 80px;

}

ul.pGalleryContainerL li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END GALLERIES */

.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

.productOptH{
    margin: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #C4D0EA;
    font-weight: bold;
    font-size: 14px;
}

/* CONTACT STYLES */
.contactTable{
    width: 430px !important;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    text-align: left;
}

.contactRight{
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}


/* ############# POPUP CALENDAR ############# */
#d_form_cal{
    background-color: #ffffff;
}
.cpYearNavigation, .cpMonthNavigation{
    background-color: #C0C0C0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText{
    font-family: Arial;
    font-size: 8pt;
}
td.cpCurrentMonthDate, td.cpOtherMonthDate, td.cpCurrentDate{
    padding: 0px 4px !important;
}
td.cpDayColumnHeader{
    text-align: center;
    border: 1px solid #C0C0C0;
    border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{
    text-align: center;
    text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{
    color: #D0D0D0;
    text-align: center;
    text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate{
    color: #000000;
}
.cpOtherMonthDate{
    color: #808080;
}
td.cpCurrentDate{
    color: #FFFFFF;
    background-color: #C0C0C0;
    border-width: 1px;
    border: solid thin #800000;
}
td.cpCurrentDateDisabled{
    border-width: 1px;
    border: solid thin #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled{
    border: 1px solid #C0C0C0;
    border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled{ height: 20px; }
a.cpTodayText{ color: #000000; }
.cpTodayTextDisabled{ color: #D0D0D0; }
.cpBorder{ border: 1px solid #808080; }

#cal_StartDate, #cal_EndDate, #cal_RecurStartDate, #cal_RecurEndDate{
    background: transparent !important;
}
#cal_StartDate table, #cal_EndDate table, #cal_RecurStartDate table, #cal_RecurEndDate table{
    background-color: #FFF;
}

#google_map, #google_pano{
    width: 100%;
    height: 230px;
}

#google_pano{ display: none; }


#mapDirectionsC{
    padding: 8px;
    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}

.startAddress{
    width: 250px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
.printDirections{
    text-align: right;
}

#workNode{ display: none; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }

/* search results */
.searchResults{
    margin-bottom: 15px;
}
.searchResults h3{
    margin: 0px;
    padding: 0px;
}

.searchDesc{
    padding: 5px 0px;
}
.searchURL{
    color: #25a609;
}

.resultsNav{
    border-top: 1px solid #7da7e4;
    border-bottom: 1px solid #7da7e4;
    padding: 8px 0px;
    margin: 8px 0px;
}
.resultsNav a{
    font-size: 12px;
}
.jumpNav{
    float: right;
    margin-top: 15px;
}
.resultsNav .curNav{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.searchSuggestion{
    color: #25a609;
    font-style: italic;
    margin-bottom: 4px;
    font-size: 14px;
}
.searchSuggestion a{ font-weight: bold; font-size: 14px; }

/* end search results */
.cf_label div{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}
.cf_label h5{ padding: 0px; margin: 0px; }

.custom_multi_selects td{ padding: 1px 0px 0px 2px; }
.custom_multi_selects td label{ position: relative; bottom: 2px; left: 4px; }

.custom_form_request{
    text-align: left;
    max-width: 445px;
    width: 445px;
    padding: 12px 0px 20px 30px;
}

.custom_form_request h2{
    text-align: left;
    border-bottom: 1px solid #9b0000;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.custom_form_request input[type=text]{
    min-width: 233px;
}

.formRequired{
	font-style: italic;
}

.formRequired2{
	font-size: 11px;
	font-style: italic;
}

.captcha{
	width: 185px;
	border: 1px solid #bbb;
	padding: 0px;
	margin-right: 5px;
}

.captcha2{
	width: 250px;
	border: 1px solid #bbb;
	padding: 5px;
	margin-right: 5px;
}

#simgcode{}

.asterisk{ color: #f00; }

.hidden_selects{
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 25000;
    min-width: 230px;
    width: auto;
    border: 1px solid #bebebe;
    padding: 10px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.hidden_selects span{
    display: block;
    position: relative;
    cursor: pointer;
    padding: 2px 0px 2px 2px;
    margin: 0px;
    color: #474747;
}
.hidden_selects span:hover{
    background-color: #474747;
    color: #fff;
}

.special_select{
    min-width: 233px;
    margin: 0px;
    cursor: pointer;

    position: relative;
    top: -12px;
}
.special_select_arrow{
    padding: 0px;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
}

.form_spacer{ padding: 10px 0px; }

.form_spacer h3{ padding: 0px; margin: 0px; }


#contain404{
    color: #fff !important;
    border: 0px solid #fff !important;
    min-height: 400px;
    padding: 20px;
}
#contain404 h1{
    color: #fff;
    font-size: 30px;
}

#slideshow{ margin-bottom: 10px; text-align: left; }
#slideshow a:hover{ color: #9b0000; text-decoration: none; }
#contentText img {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    max-width: 423px;
}



.main_home_img_corten{
    position: relative;
}

.main_home_img_corten > a{
    display: block;
    position: absolute;

    padding: 0;
    margin: 0;
}

.product_request_top{
    width: 228px;
    height: 38px;

    left: 475px;
    top: 0px;
}
.catalog_request_top{
    width: 230px;
    height: 38px;

    left: 703px;
    top: 0px;
}


.product_request_bottom{
    width: 225px;
    height: 50px;

    left: 444px;
    top: 255px;
}

.catalog_request_bottom{
    width: 225px;
    height: 50px;

    left: 675px;
    top: 255px;
}


#header_social_icons {
    position: absolute;
    right: 36px;
    top: 6px;
}
#header_social_icons img {
    height: 24px;
}

#quote_form_banners{
    display: flex;
    padding: 20px 0px 0px 30px;
}
#quote_form_banners > div {
    flex: 1 0 0;
}
#quote_form_banners > div:first-child {
    margin-right: 20px;
}
#quote_form_banners > div > img {
    max-width: 100%;
}