/* === RESET DEFAULTS === */
html, body{
    color: #000;
    background: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img{
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}

caption,th{
    text-align:left;
}

h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}

q:before,q:after{content:'';}

abbr,acronym { border:0; font-variant:normal; }

/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}

/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}


/* ENFORCE SOME DEFAULTS */
h1 {
    /*18px via YUI Fonts CSS foundation*/
    font-size:138.5%;  
}

h2 {
    /*16px via YUI Fonts CSS foundation*/
    font-size:123.1%; 
}

h3 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:108%;  
}

small {
    font-size: 85%;
}

h1,h2,h3 {
    /* top & bottom margin based on font size */
    margin:1em 0;
}

h1,h2,h3,h4,h5,h6 {
    /*bringing boldness back to headers*/
    font-weight:bold; 
}

abbr,acronym {
    /*indicating to users that more info is available */
    border-bottom:1px dotted #000;
    cursor:help;
} 

strong {
    /*bringing boldness back the strong element*/
    font-weight:bold; 
    font-style: inherit;
}


em {
    /*bringing italics back to the em element*/
    font-style:italic;
    font-weight: inherit;
}

del {
    text-decoration:line-through;
}

blockquote,ul,ol,dl {
    /*giving blockquotes and lists room to breath*/
    margin:1em;
}

ol,ul,dl {
    /*bringing lists on to the page with breathing room */
    margin-left:2em;
}

ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;
}
ul li {
    /*giving UL's LIs generated disc markers*/
    list-style: disc outside;
}
dl dd {
    /*giving UL's LIs generated numbers*/
    margin-left:1em;
}
th,td {
    /*borders and padding to make the table readable*/
    border:1px solid #000;
    padding:.5em;
}
th {
    /*distinguishing table headers from data cells*/
    font-weight:bold;
    text-align:center;
}
caption {
    /*coordinated margin to match cell's padding*/
    margin-bottom:.5em;
    /*centered so it doesn't blend in to other content*/
    text-align:center;
}
p,fieldset,table,pre {
    /*so things don't run into each other*/
    margin-bottom:1em;
}


/* SET BASE FONTS */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
    font: 14px/1.5 "Lucida Grande", "Lucida Sans", Arial,Helvetica,sans-serif;
    color: #000;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
    font-size:99%;
}

/**
 * To help tables remember to inherit
 */
table {
    font-size:inherit;
    font:100%;
}


/* USEFULL CLASSES */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
	font-size: 0;
	line-height: 0;
    clear: both;
    visibility: hidden;
}

/* for IE/Mac */
.clearfix {
    
}
.hide {display: none;}
.clear { clear: both; }
.zero {height: 0px; font-size: 0px; line-height: 0px;}

.fll {float:left;}
.flr {float:right;}

/* === END RESET DEFAULTS === */







/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 50 pixels each, with 30 pixel gutter */
/* ================ */

.grid_1 { width:50px; }
.grid_2 { width:130px; }
.grid_3 { width:210px; }
.grid_4 { width:290px; }
.grid_5 { width:370px; }
.grid_6 { width:450px; }
.grid_7 { width:530px; }
.grid_8 { width:610px; }
.grid_9 { width:690px; }
.grid_10 { width:770px; }
.grid_11 { width:850px; }
.grid_12 { width:930px; }

.column {
	margin: 0 15px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -15px;
	width: auto;
	display: inline-block;
}


/* === END The 1Kb Grid === */ 









html, body {
    background: #007943;
    color: #333;
}

body {
    min-width: 960px;
    background: url("../img/bg-grad.png") repeat-x left top #007943;
}

a { color: #9e0b0f; text-decoration: underline; }
a:hover { text-decoration: none; }
.a { color: #9e0b0f; }


h1,h2,h3,h4 {
    color: #9e0b0f;
    font-weight: bold;
    margin: 0.8em 0 0.5em 0;
}
h4 {
    margin-bottom: 0.9em;
margin-top: 0;
}

h1 a,h2 a,h3 a,h4 a {
    color: #9e0b0f;
}

h1 {
    font-size: 200%;
    font-weight: normal;
}
h1:first-child, h2:first-child, h3:first-child {
    margin-top: 0;
}

h2 {
    font-size: 128.6%;
}

h3 {
    font-size: 100%;
}

h3, h3 a {
    color: #333;
}

.equal_columns {
  margin-bottom: -12000px;
  padding-bottom: 12000px;
}

/* Generic Tables */
table {
    margin-top: 4px;
}
table td {
    border: none;
    padding: 14px;
}
table td {
    border-top: 1px solid #ccc;
}
table .first td {
    border-top: none;
}
table .last td {
    border-bottom: 1px solid #ccc;
}

table.layoutTable, table.layoutTable tr, table.layoutTable td {
    border: 0;
    margin: 0;
    padding: 0;
}


hr { color: #efefef; background-color: #efefef; border: 0; margin: 30px 15px; height: 1px; }
.row hr { margin: 20px 15px 30px; }
.column hr { margin: 20px 0; }

ul { margin-left: 1em; }

li { margin: 0.4em 0 }


.features ul, ul.features {
  margin: 0;
  padding: 0;
}
.features li {
  background:url("../img/icon-v.png") no-repeat left 0.5em;
  list-style-type:none;
  padding:0.2em 0 0.2em 21px;
}
.features li.contact {
    background:url("../img/arrow.png") no-repeat left 0.5em;
}

.brochures ul, ul.brochures {
  margin: 0;
  padding: 0;
}
.brochures li {
  clear:both;
  list-style-type:none;
  padding:0.2em 0 0.2em 0;
  margin-bottom: 15px;
}
.brochures li img {
  float: left;
  display:inline;
  margin-right: 30px;
}
.brochures li p {
  color: #777;
  font-size: 0.9em;
}

input.cat_textbox_small, #footer input.cat_textbox {
    width: 185px;
    height: 19px;
    padding: 2px 3px;
    font-size: 14px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px;
}
input.cat_button {
  height: 25px;
  line-height: 25px;
  background: #9e0b0f;
  color: #fff;
  font-size: 12px;
  border: 1px solid #efefef;
  cursor: pointer;
  padding: 0 6px 0;
}

label.error {
    display: block;
    color: #cc0000;
    font-size: 11px;
    margin-top: -7px;
    text-align: right;
}


#siteBg {
    background: url("../img/bg.jpg") no-repeat center top;
}

#nav {
    height: 120px;
    position: relative;
    margin:0 auto;
    z-index:2;
}
#nav #logoLink {
  text-indent: -999em;
  position: absolute;
  width: 215px;
  height: 120px;
  left: -15px;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
}


#navMenus {
  position: absolute;
  right: 0;
  top: 25px;
  width: 100%;
}
  #navMenus ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: -11px;
    top: 0;
  }
  ul#navSmall {
    top: 48px;
    right: -7px;
  }
    li.navItem, li.navItemOver {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 171.4%;
      font-weight: bold;
      list-style-type: none;
      float: left;
      margin: 0;
      padding: 0;
      margin-right: 11px;
      padding: 0;
      height: 38px;
    }
    #navSmall li.navItem, #navSmall li.navItemOver {
      font-size: 121.4%;
      margin-right: 7px;
      height: 25px;
    }
    .navItem a {
      color: #fff;
      background: #007943;
      text-decoration: none;
      display: block;
      float: left;
      line-height: 38px;
      padding: 0 4px;
    }
    #navSmall .navItem a {
      line-height: 25px;
      padding: 0 4px;
    }
    li.navExternalFC a:hover {
      background: #1B7DBC;
      color: #fff;
    }
    li.navExternalEco a:hover {
      background: #009e57;
      color: #fff;
    }
    li.navExternalFA a:hover {
      background: #cc0000;
      color: #fff;
    }
    li.navItemOver a, #navMenus li.current a {
      color: #007943;
      background: #fff;
    }
    #navSmall .navItem.navExternalFC a, #navSmall .navItem.navExternalEco a, #navSmall .navItem.navExternalFA a {
      background-image: url(../img/menu-external.png);
      background-repeat: no-repeat;
      background-position: right center;
      padding-right: 14px;
    }
    .navItemLeft, .navItemRight {
      float: left;
      width: 7px;
      height: 38px;
      background: url(../img/menu.png) no-repeat left top;
    }

    #navSmall .navItemLeft, #navSmall .navItemRight {
      width: 4px;
      height: 25px;
      background: url(../img/menu-small.png) no-repeat left top;
    }

    .navItemRight, #navSmall .navItemRight {
      background-position: right top;
    }

    .navItemOver .navItemLeft, #navMenus .current .navItemLeft {
      background-position: left -38px;
    }

    .navItemOver .navItemRight, #navMenus .current .navItemRight {
      background-position: right -38px;
    }

    #navSmall .navItemOver .navItemLeft, #navSmall .current .navItemLeft {
      background-position: left -25px;
    }

    #navSmall .navItemOver .navItemRight, #navSmall .current .navItemRight {
      background-position: right -25px;
    }

    #navSmall .navItemOver .navItemLeft.navExternalFC {
      background-position: left -50px ;
    }
    #navSmall .navItemOver .navItemRight.navExternalFC {
      background-position: right -50px ;
    }

    #navSmall .navItemOver .navItemLeft.navExternalEco {
      background-position: left -75px ;
    }
    #navSmall .navItemOver .navItemRight.navExternalEco {
      background-position: right -75px ;
    }

    #navSmall .navItemOver .navItemLeft.navExternalFA {
      background-position: left -100px ;
    }
    #navSmall .navItemOver .navItemRight.navExternalFA {
      background-position: right -100px ;
    }

    #container {
        width: 960px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        background: #fff;
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .systemErrorMessage, .minHeight {
        min-height: 454px;
        height: auto !important;
        height: 454px;
    }
        #header {
            height: 375px;
            margin: 0 15px;
            margin-bottom: 30px;
            background: url(../img/range/header.jpg) no-repeat left top;
            position: relative;
            z-index: 1;
            width: 930px;
        }
          #header #featurePad {
            position: absolute;
            z-index: 9999;
            left: 80px;
            bottom: 0;
            padding: 10px 15px 15px;
            width: 261px;
          }
            #header #feature {
              width: 100%;
              height: 100%;
              color: #fff;
              font-size: 128.6%;
            }
              #header #featureBg {
                -khtml-opacity:.90; filter:alpha(opacity=90); opacity:.90;
                background: #9e0b0f;
                position: absolute;
                z-index: -1;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
              }
              #featureCall {
                font-size: 77.7%;
                padding-top: 0.5em;
                margin-top: 0.5em;
                border-top: 1px solid #fff;
              }

              #header h1 {
                font-size: 200%;
                line-height: 1.2;
                color: #fff;
                margin: 0 0 0.3em;
              }
              #header p {
                margin-bottom: 0;
                margin-top: 0.6em;
                font-size: 83.4%;
              }
              #header a {
                color: #fff;
              }

        #footerCall {
            font-size: 128.6%;
            color: #9e0b0f;
            padding-top: 30px;
            margin: 30px 15px 0;
            text-align: center;
            border-top: 1px solid #efefef;
        }
            #footerCall a {
                color: #9e0b0f;
            }

        .column_border_r {
            margin-right: 0;
            padding-right: 13px;
            border-right: 1px solid #efefef;
        }

/* Footer */
        #footer {
            background: url("../img/footer-bg.png") no-repeat left top;
            padding-top: 25px;
            font-size: 12px;
            color: #fff;
            height: 210px;
        }
        #footer h2 {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }
        #footer #footerNav a {
            text-decoration: none;
            color: #fff;
            margin-right: 0.6em;
        }
        #footer #footerNav a:hover {
            text-decoration: underline;
        }
          #footer input.cat_textbox_small {
              width: 137px;
              height: 19px;
              padding: 2px 3px;
              font-size: 14px;
              border: 1px solid #efefef;
              float: left;
              margin-right: 10px;
          }
          #footer input.cat_button {
            height: 25px;
            line-height: 23px;
            background: #9e0b0f;
            color: #fff;
            font-size: 12px;
            border: 1px solid #efefef;
            cursor: pointer;
            padding: 0 4px 2px 4px;
            font-weight: bold;
          }
        #footerLogos {
            width: 537px;
            margin: 0 0 0 15px;
            overflow: visible;
        }
        #footerLogos h2 {
            padding-bottom: 12px;
            margin-bottom: 0;
        }
        #footerLogos .column {
            text-align: center;
            margin: 0;
            height: 100px;
        }
        #footerLogos a {
            color:#FFFFFF;
            display:block;
            height: 90px;
            width: 100%;
            text-decoration:none;
        }
            #footerLogos span {
                display: block;
                margin: 6px 0 6px 10px;
                font-size: 11px;
            }
                #footerLogos a:hover span {
                    text-decoration: underline;
                }
        #footer #cse-search-box input.cat_textbox_small {
            width: 241px;
            margin-left: 15px;
        }
        #footer #cse-search-box input.cat_button {
            padding-left: 11px;
            padding-right: 11px;
        }

        #footer #browseAlsco {
            clear: both;
            margin-top: 14px;
        }
        #footer #browseAlsco .column {
            margin: 0 0 0 15px;
        }
            #footer #browseAlsco a {
                color: #fff;
                margin-left: 0.3em;
                text-decoration: none;
            }
                #footer #browseAlsco a:hover {
                    text-decoration: underline;
                }
/* END Footer */


        #contactForm {
          font-size: 13px;
        }
        #contactForm table, #contactForm table td {
          padding: 0;
          margin: 0;
          border: 0;
         }
         #contactForm tr {
          vertical-align: top;
        }
          #contactForm label {
              line-height: 34px;
              height: 49px;
          }

          #contactForm input.cat_textbox {
              width: 225px;
              float: right;
              height: 17px;
              padding: 8px 3px;
              font-size: 14px;
              border: 1px solid #ccc;
              margin-left: 0;
              margin-bottom: 15px;
          }
          #contactForm select.cat_dropdown {
              width: 238px;
              height: 33px;
              font-size: 14px;
              border: 1px solid #ccc;
              margin-bottom: 15px;
          }
        #contactForm select.cat_dropdown_smaller {
              width: 50px;
              height: 33px;
              font-size: 14px;
              border: 1px solid #ccc;
              margin-bottom: 15px;
              padding-top: 6px;
          }
          #contactForm textarea {
              width: 231px;
              height: 90px;
              float: right;
              border: 1px solid #ccc;
              overflow: auto;
              font-size: 14px;
              margin-top: 10px;
          }


          #contactForm input.cat_button {
            height: 27px;
            background: #9e0b0f;
            color: #fff;
            font-size: 14px;
            border: 1px solid #a7f3f1;
            margin: 10px 0 15px 15px;
            cursor: pointer;
            padding: 0 7px 2px 6px;
          }
            #contactForm input.error {
                border-color: #cc0000;
                background-color: #FFEBEB;
            }
            #contactForm label.error {
              background: none;
              color: #cc0000;
              line-height: 2;
              margin-top: -17px;
              text-align: right;
              width: 225px;
              font-size: 12px;
              display: block;
              height: auto;
              float: right;
            }
        #contactForm #queryBox label.error {
          margin-top: 0;
        }

            #contactForm .checkboxesLabel {
              line-height: 1;
            }
            #contactForm .checkboxes label {
                font-size: 12px;
                padding-left: 8px;
                padding-right: 15px;
                line-height: 23px;
            }
            #contactForm .checkboxes input {
                display: block;
                float: left;
                clear: left;
                margin: 5px 0;
                width: 13px;
                height: 13px
            }

                .selectWrapper {
                    float: left;
                    width: 64px;
                    position: relative;
                    z-index: 1;
                    height: 50px;
                }
                    div.selectbox-wrapper {
                      width: 62px !important;
                      position:absolute;
                      right: 0;
                      top: -1px;
                      background-color:white;
                      border:1px solid #ccc;
                      margin: 35px 0 0 0;
                      padding: 0;
                      text-align:left;
                      overflow:auto;
                    }
                    div.selectbox-wrapper ul {
                      list-style-type:none;
                      margin:0px;
                      padding:0px;
                    }
                    div.selectbox-wrapper ul li.selected {
                      background-color: #EAF2FB;
                    }
                    div.selectbox-wrapper ul li.current {
                      background-color: #CDD8E4;
                    }
                    div.selectbox-wrapper ul li {
                      list-style-type:none;
                      display:block;
                      margin:0;
                      padding: 2px 3px;
                      cursor:pointer;
                      line-height: 20px;
                    }
                          #contactForm .selectbox {
                              float: right;
                              width: 36px;
                              height: 17px;
                              padding: 8px 3px 8px 23px;
                              font-size: 14px;
                              border: 1px solid #ccc;
                              margin-bottom: 10px;
                              cursor: pointer;
                              background: #fff url(../img/contact/select-box.png) no-repeat left -2px;
                          }


                    #pContact #lhs .formTooltip label, #pContact #lhs label.formTooltip {
                        padding-right: 21px;
                        background: url("../img/icon-tooltip.png") no-repeat right center;
                    }
                    #tooltip {
                        position: absolute;
                        z-index: 3000;
                        padding: 5px 8px;
                        opacity: 0.85;

                        background: #9e0b0f;
                        border: 1px solid #efefef;
                    }
                    #tooltip h3 {
                        color: #fff;
                        font-size: 12px;
                        font-weight: normal;
                    }
                    #tooltip h3, #tooltip div { margin: 0; }


#rhForm {
        font-size: 12px;
        color: #fff;
        background: url(../img/range/form-bg.jpg) no-repeat;
        width: 260px;
        padding: 20px 15px;
    }
        #rhForm h2 {
            color: #fff;
            font-size: 18px;
        }
        #rhForm input.cat_textbox_small {
              width: 153px;
              height: 23px;
              padding: 2px 3px;
              font-size: 14px;
              border: 1px solid #efefef;
              margin-right: 0px;
        }
        #rhForm hr {
            background: #ff0000;
            color: #ff0000;
            border-color: #ff0000;
            margin: 18px 0 9px 0;
        }
        #rhForm input.cat_button {
            height: 25px;
            line-height: 23px;
            background: #ff0000;
            color: #fff;
            font-size: 12px;
            border: 1px solid #efefef;
            cursor: pointer;
            padding: 0 4px 2px 4px;
            margin-left: 99px;
        }
        #rhForm .cat_textbox_small {
            float: none;
            width: 160px;
            margin-right: 0;
            margin-bottom: 10px;
        }
        #rhForm label {
            display: inline-block;
            height: 31px;
            line-height: 31px;
            width: 95px;
        }
        #rhForm .cat_button {
            float: left;
        }
        #rhForm label.error {
            color: #FFB7B7;
            display: block;
            width: auto;
        }
        #rhForm small {
            display: block;
            float: right;
            font-size:85%;
            line-height:26px;
        }
        #rhForm p {
            clear: both;
            margin-bottom: 0.7em;
        }
		
        /*Start of New RHS Form 2*/
		#rhForm2 {
          font-size: 12px;
          color: #fff;
          background: url(/img/range/form-bg2.jpg) no-repeat;
          width: 250px;
          padding: 49px 20px 0 20px;
          height: 354px;
        }
        
         .form-bg-ext {
            background: transparent url(/img/range/form-bg2-ext.jpg) top left no-repeat;
            position: absolute;
            width: 11px;
            height: 401px;
            right: 4px;
        }

        #rhForm2 h2 {
          color: #fff;
          font-size: 18px;
          text-align: right;
          line-height: 20px;
          text-shadow: 1px 1px 3px #333;
        }

        #rhForm2 input.cat_button {
          width: 70px;
          height: 40px;
          line-height: 40px;
          background: transparent url(/img/range/rhs-btn.png) top left no-repeat;
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          cursor: pointer;
          padding: 0 4px 2px 4px;
          margin-top: 10px;
          border: none;
        }

        #rhForm2 label {
          display: inline-block;
          height: 31px;
          line-height: 31px;
          width: 95px;
        }

        #rhForm2 label.error {
          color: #FFB7B7;
          display: block;
          width: auto;
        }

        #rhForm2 small {
          display: block;
          float: right;
          font-size: 85%;
          line-height: 26px;
        }

        #rhForm2 p {
          clear: both;
          margin-bottom: 0.7em;
          font-size: 16px;
        }

        div.rhs-textbox {
          background: url(/img/range/rhs-textbox.png) top left no-repeat;
          width: 250px;
          height: 40px;
          position: relative;
        }

        div.rhs-textbox input {
          background: none;
          border: none;
          font-size: 18px;
          padding: 8px 5px;
          margin: 2px;
          width: 238px;
        }

        div.rhs-textbox label.email-placeholder {
          font-size: 18px;
          color: #8c8c8c;
          width: 238px !important;
          position: absolute;
          top: 4px;
          left: 8px;
        }
        /*End of New RHS Form 2*/

        /*Start Restock new*/
        .tablist {
          margin: 0;
          padding-bottom: 40px;
          padding-left: 20px;
        }

        .tablist ul,.tablist li {
          display: inline;
          list-style-type: none;
          margin: 0;
          padding: 0;
        }

        .tablist a {
          color: #007943;
          font-weight: bold;
          float: left;
          line-height: 37px;
          text-decoration: none;
        }

        .tablist a {
          background: url(/images/tab-unsel-bg.gif) repeat-x;
        }

        .tablist .selected {
          background: url(/images/tab-sel-bg.gif) repeat-x;
          border-bottom: 1px solid #fff;
        }

        .tablist .first {
          background: url(/images/tab-unsel-l.gif) top left no-repeat;
        }

        .tablist .selected .first {
          background: url(/images/tab-sel-l.gif) top left no-repeat;
        }

        .tablist .last {
          background: url(/images/tab-unsel-r.gif) top right no-repeat;
          border-left: 1px solid #dddddd;
        }

        .tablist .selected .last {
          background: url(/images/tab-sel-r.gif) top right no-repeat;
        }

        .tablist .inside {
          border-left: 1px solid #dddddd;
        }

        .tablist a:hover {
          text-decoration: underline
        }

        body.section-1 .tablist li#nav-1 a,body.section-2 .tablist li#nav-2 a,body.section-3 .tablist li#nav-3 a,body.section-4 .tablist li#nav-4 a
          {
          background: #fff;
          border-bottom: 1px solid #fff;
          color: #000;
        }

        .tablist ul a:hover {
          color: #f00 !important;
        }

        .tablist .tab-content {
          padding: 2px 10px 2px 10px;
        }

        .restock-box h4 {
          color: #007943;
          width: 260px;
          font-size: larger;
          padding-bottom: 10px;
        }

        .restock-box ul,.restock-box li { /* lis*/
          
        }

        .restock-box a {
          color: #007943;
          text-decoration: none;
        }

        .restock-box a:hover {
          text-decoration: underline;
        }

        .restock-box ul li {
          padding-left: 10px;
          list-style-type: none;
          background: url(/images/blt_ul.gif) left 5px no-repeat;
          color: #333;
          margin-bottom: .35em;
        }

        .restock-box {
          background: transparent url(/images/box-l.gif) top left repeat-y;
        }

        .restock-box-r {
          background: transparent url(/images/box-r.gif) top right repeat-y;
        }

        .restock-box-b {
          background: transparent url(/images/box-b.gif) bottom left repeat-x;
        }

        .restock-box-u {
          background: transparent url(/images/box-u.gif) top left repeat-x;
        }

        .restock-box-ul {
          background: transparent url(/images/box-ul.gif) top left no-repeat;
        }

        .restock-box-ur {
          background: transparent url(/images/box-ur.gif) top right no-repeat;
        }

        .restock-box-br {
          background: transparent url(/images/box-br.gif) bottom right no-repeat;
        }

        .restock-box-bl {
          background: transparent url(/images/box-bl.gif) bottom left no-repeat;
        }

        .restock-box-wrapper {
          background: url(/images/restock-bg.png) 25px 30px no-repeat;
          position: relative;
          padding: 30px 40px 20px 195px;
        }
        /*End of Restock new*/


        #contactForm .sectionTitle {
            position: relative;
            height: 28px;
            margin: 8px 0;
        }
            #contactForm .sectionTitle h3 {
                border-top: 1px solid #cfe4da;
                border-bottom: 1px solid #cfe4da;
                padding: 3px 43px 3px 15px;
                background: #f9f9f9;
                color: #9e0b0f;
                font-size: 13px;
                width: 312px;
                position: absolute;
                left: -15px;
                top: 0;
            }


        /* Pretty Checkboxes */
        #contactForm table td.prettyCheckbox {
            padding-left: 10px;
            padding-bottom: 0px;
        }
            #contactForm .prettyCheckbox label {
                font-size: 11px;
                height: 25px;
                line-height: 25px;
                display: block;
                border-bottom:1px dotted #a6a6a6;
                border-left:1px solid #a6a6a6;
                padding-left: 51px;
                margin-left: 6px;
                width: auto;
                position: relative;
            }
                #contactForm .prettyCheckbox label.mainService {
                margin: 0;
                border: 0;
                background: url("../img/icon-expand.png") no-repeat left 6px;
                padding-left: 44px;
                font-weight: bold;
                font-size: 12px;
                color: #525252;
                }
                #contactForm .prettyCheckbox label.expanded {
                background-position: left -22px;
                }
                #contactForm .noChildren label.mainService {
                    background: none;
                }
                #contactForm .queryType .noChildren label.mainService {
                    padding-left: 24px;
                }

            .prettyCheckbox label div.iconV {
                background: #FFFFFF;
                border:1px solid #B3B3B3;
                height:11px;
                width:12px;
                position: absolute;
                z-index: 1;
                left: 30px;
                top: 6px;
            }
                .prettyCheckbox label.mainService div.iconV {
                    left: 24px;
                }
                .queryType .prettyCheckbox label.mainService div.iconV {
                    left: 0 !important;
                }
            .prettyCheckbox input {
                position: absolute;
                left: -10000px;
            }
            .prettyCheckbox label div.iconExpand {
                height: 13px;
                width: 13px;
                position: absolute;
                left: 0;
                top: 7px;
                z-index: 9999;
            }
            /* END Pretty Checkboxes */


/* custom */

.hasDropdown {
        position: relative;
    }
        .hasDropdown a:hover, .hasDropdown a.hover {
            border-bottom: 5px solid #fff;
        }
        #navSmall .hasDropdown.navItemOver .navItemLeft, #navSmall .hasDropdown.navItemOver .navItemRight {
            border-bottom: 8px solid #fff;
            padding-top: 2px;
            height: 20px;
        }
    .dropdown {
        width: 349px;
        display: none;
        position: absolute;
        left: -20px;
        top: 38px;
        z-index: 10;
        font-size: 13px !important;
    }
        .dropdown #menu {
            padding: 0px 20px 2px 20px;
            width: 309px;
            position: relative;
            z-index: 1;
            background: url(../img/drop-bg.png) repeat-y left center;
            font-weight: normal;
        }

            .dropdown #menu #top {
                position: absolute;
                left: 0;
                top: -10px;
                z-index: -1;
                width: 349px;
                height: 10px;
                background: url(../img/drop-top.png) no-repeat left center;
            }
            .dropdown #menu #bottom {
                position: absolute;
                left: 0;
                bottom: -14px;
                z-index: -1;
                width: 349px;
                height: 14px;
                background: url(../img/drop-bottom.png) no-repeat left center;
            }
            #dropdownUniforms #menu h4 {
                color: #000;
            }
            #dropdownUniforms #menu p {
                font-size: 13px;
            }
            #dropdownUniforms #menu a, #dropdownUniforms #menu a:hover {
                font-size: 13px;
                padding: 0;
                line-height: 2;
                height: auto;
                display: inline;
                background: none;
                margin: 0;
                float: none;
                clear: none;
                color: #007943;
                text-decoration: none;
            }
            #dropdownUniforms #menu a:hover {
                text-decoration: underline;
            }
            body #dropdownUniforms #menu .rhs a {
                display: block;
                line-height: 1;
                margin: 3px 0 16px;
            }
            body #dropdownUniforms #menu .rhs a:hover {
                line-height: 1;
                margin-bottom: 11px;
                margin-top: 3px;
                display: block;
            }

    /* Site switcher */
    #siteSwitcherButton {
        display: block;
        position: absolute;
        left: 200px;
        top: 43px;
        background: url(/img/site-switcher/button.png) no-repeat left top;
        width: 25px;
        height: 38px;
    }
        #siteSwitcherButton:hover {
            background-position: right top;
        }

        #siteSwitcher {
            width: 339px;
            position: absolute;
            left: -23px;
            top: 0px;
            z-index: 10;
        }
            #siteSwitcher div#close {
                line-height: 25px;
                height: 32px;
                padding: 0 14px 0 20px;
                color: #fff;
                width: 300px;
            }
                #siteSwitcher #close div {
                    float: left;
                }
                #siteSwitcher span {
                    background: url(/img/site-switcher/icon-close.png) no-repeat left center;
                    padding-left: 12px;
                    float: right;
                }
                    #siteSwitcher span a {
                        color: #fff;
                    }

            #siteSwitcher #menu {
                width: 299px;
                background-image: url(/img/site-switcher/switcher-bg.png);
            }

                #siteSwitcher #menu #top {
                    width: 339px;
                    background-image: url(/img/site-switcher/switcher-top.png);
                }
                #siteSwitcher #menu #bottom {
                    width: 339px;
                    background-image: url(/img/site-switcher/switcher-bottom.png);
                }
                #siteSwitcher #menu a {
                    background: url(/img/site-switcher/alsco.png) no-repeat left center;
                    display: block;
                    width: 140px;
                    color: #333;
                    text-decoration: none;
                    text-align: center;
                    border-bottom: 1px solid #fff;
                }
                    #siteSwitcher #menu a:hover {
                        text-decoration: underline;
                    }
                    #siteSwitcher #menu a#alsco {
                        padding: 5px;
                    }
                    #siteSwitcher #menu a#aid {
                        background-image: url(/img/site-switcher/alsco-first-aid.png);
                        padding: 15px;
                    }
                    #siteSwitcher #menu a#fresh {
                        background-image: url(/img/site-switcher/fresh-and-clean.png);
                        padding: 18px;
                    }
                    #siteSwitcher #menu a#ecosafe {
                        background-image: url(/img/site-switcher/ecosafe-washer.png);
                        padding: 13px;
                        border: 0;
                    }
                #siteSwitcher #menu a {
                    padding-left: 150px !important;
                    padding-right: 5px !important;
                }




    /* Home */
    #pHome #header {
        height: 370px;
        background: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 930px;
        margin-top: -30px;
    }
      #pHome #header h1 {
        text-indent: -9999em;
      }
      #pHome #header a {
        text-indent: -9999em;
        display: block;
        width: 194px;
        height: 38px;
        position: absolute;
        right: 14px;
        bottom: 119px;
      }
    #pHome #rhForm {
        display: none;
    }

    /* Home header slideshow */
	    #slideshow { position: relative; z-index: 1; width: 100%; height: 100%; }
	        #slideshow .slide {
	            width: 100%;
	            height: 100%;
	            position: absolute;
	            left: 0;
	            top: 0;
	            -khtml-opacity:0; filter:alpha(opacity=0); opacity:0;
	            z-index: -2;
	        }
	            #slideshow .active {
	                z-index: 1;
	                -khtml-opacity:1; filter:alpha(opacity=100); opacity:1;
	            }
	            #slideshow .last-active {
	                z-index: -1;
	            }
	            #slideshow .start {
	                -khtml-opacity:0; filter:alpha(opacity=0); opacity:0;
	            }

	        #slideshow .slideBg {
	            -khtml-opacity:1; filter:alpha(opacity=100); opacity:1;
	            width: 930px;
	            position: absolute;
	            left: 0;
	            bottom: 0;
	            z-index: -1;
	        }
	        #header #slideshow a.href {
	            display: block;
	            width: 100%;
	            height: 100%;
	            text-indent: -9999em;
	            position: absolute;
	            left: 0;
	            top: 0;
	            z-index: 3;
	        }
	        #slideshow .blackBar {
	            width: 100%;
	            height: 60px;
	            -khtml-opacity:.80; filter:alpha(opacity=80); opacity:.80;
	            background: #000;
	            position: absolute;
	            left: 0;
	            bottom: -120px;
	            z-index: 1;
	        }
	        #slideshow .start .blackBar { bottom: 0; }

	        #header #slideshow #redkapSlide .blackBar {
	            display: none;
	        }
	        #header #slideshow #redkapSlide h1.title {
	            bottom: 85px;
	            padding-left: 20px;
	        }
	        #slideshow #redkapSlide h1 div {
	            clear: both;
	        }
	        #slideshow #redkapSlide h1 div div {
	            clear: none;
	            float: left;
	        }
	        #slideshow #redkapSlide h1 div span#brand {
	            float: left;
	            display: block;
	            font-weight: bold;
	            margin-right: 0.3em;
	        }
	        #slideshow #ecosafeSlide .piece {
	            background: url("/img/home/header-ecosafe-piece.png") no-repeat left top;
	background-image: none;
	            width: 173px;
	            height: 60px;
	            position: absolute;
	            right: 133px;
	            bottom: 0;
	            -khtml-opacity:1; filter:alpha(opacity=100); opacity:1;
	            z-index: 2;
	        }
	        #slideshow #matsSlide .piece {
	            background: url("/img/home/header-mats-piece.png") no-repeat left top;
	            width: 57px;
	            height: 5px;
	            position: absolute;
	            left: 64px;
	            bottom: 55px;
	            -khtml-opacity:1; filter:alpha(opacity=100); opacity:1;
	            z-index: 2;
	        }


	        #header #slideshow h1.title {
	            position: absolute;
	            font-size: 270%;
	            line-height: 60px;
	            text-indent: 0;
	            left: -1000px;
	            bottom: 0px;
	            margin: 0;
	            margin-left: 18px;
	            z-index: 2;
	        }
	        #header #slideshow .start h1.title { left: 0; }

	        #header #slideshow #firstAidSlide h1 {
	            font-family: "Barmeno Regular", "Lucida Grande", "Lucida Sans", Arial,Helvetica,sans-serif;
	            font-weight: bold;
	        }

	        #header #slideshow a.button {
	            height: 38px;
	            background: #ff3300;
	            position: absolute;
	            right: 0;
	            bottom: 11px;
	            z-index: 4;
	            margin-right: 21px;
	            text-indent: 0;
	            width: auto;
	            padding: 0;
	            -khtml-opacity:0; filter:alpha(opacity=0); opacity:0;
	        }

	        #header #slideshow .start a.button { -khtml-opacity:1; filter:alpha(opacity=100); opacity:1; }

	        #header #slideshow a.button:hover {
	            -khtml-opacity:.8 !important; filter:alpha(opacity=80) !important; opacity:.8 !important;
	        }

	        #header a#slideshowNext, #header a#slideshowPrev {
	            position: absolute;
	            top: 175px;
	            display: block;
	            background: url(/img/home/prev.png) no-repeat;
	            width: 40px;
	            height: 39px;
	            z-index: 10;
	            text-indent: 0;
	        }
	        #header a#slideshowNext { right: 0px; background: url(/img/home/next.png) no-repeat; }
	        #header a#slideshowPrev { left: 0px; }

   /* Free Trials */
   #pFreeTrials #header {
        background-image: url(../img/free-trials/header.jpg);
    }
    #pFreeTrials div.section {
        background-image: url(../img/free-trials/section.jpg);
        width: 290px;
        height: 121px;
        float: right;
        text-align: center;
    }
    #pFreeTrials div.section h2 {
        margin-top: 21px;
        font-family: Tahoma, Verdana, sans-serif;
        font-size: 26pt;
        color: white;
        font-weight: normal;
        line-height: 28pt;
    }
    #pFreeTrials div.fi {
        text-align: center;
    }


    /* About */
    #pAbout #header {
        background-image: url(../img/about/header.jpg);
    }
    #newsColumn #newsLinks {
        background: #9e0b0f;
        padding:15px;
        width: 260px;
        color: #fff;
    }
        #newsColumn #newsLinks a, #newsColumn #newsLinks h2 {
            text-decoration: none;
            color: #fff;
            margin-top: 0;
        }
        #newsColumn #newsLinks a:hover {
            text-decoration: underline;
        }
        #newsColumn #newsLinks ol, #newsColumn #newsLinks ul {
            margin: 0 0 0 0.2em;
        }
        #newsColumn #newsLinks li {
            list-style-position: inside;
            list-style-type: disc;
            margin: 0;
            padding: 0.1em 0 0.2em 0;
            border-bottom: 1px solid #009336;
        }
            #newsColumn #newsLinks ul li:nth-child(5) {
                border: 0;
                padding-bottom: 0;
            }
            #newsColumn #newsLinks .author, #newsColumn #newsLinks .date {
                display: none;
            }
    #newsColumn #newsLatest {
        margin-top: 8px;
        background: #efefef;
        padding:15px;
        width: 260px;
    }
        #newsColumn #newsLatest h2 {
            margin-top: 0;
        }
        #newsColumn #newsLatest h2.post-title {
            font-size: 100%;
            line-height: 1.5;
            font-weight: bold;
        }
        #newsColumn #newsLatest h2.post-title a {
            color: #333;
            text-decoration: none;
        }
        #newsColumn #newsLatest h2.post-title a:hover {
            text-decoration: underline;
        }
    #testimonials {
        margin: 15px 0 0 15px;
        background: #ebf7ed;
        border-top: 1px solid #39b54a;
        border-bottom: 1px solid #39b54a;
        padding: 11px 15px;
    }
      #testimonials div {
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 104%;
        padding: 0 30px 0 0;
      }


    /* Product Info */
        /* docs */
    .literature-container {
        margin: 0;
        padding: 0;
    }
    .literature-container td {
        border: 0;
        padding: 0 0 11px 0;
    }
    .literature-container .icon {
        padding-top: 2px;
        width: 24px;
    }
    #pFAQ #header {
        background-image: url(../img/faq/header.jpg);
    }
    #pFAQ #docs {
        background: #efefef;
    }
    #pFAQ .faq h3 {
        margin-top: 1.3em;
    }


    /* Contact */
    #pContact #header, #pContact #footerCall {
      display: none;
    }
    #pContact #stateBranches h2 {
        background: #9e0b0f;
        /* border-right: 84px solid #F9F9F9; */
        color: #FFFFFF;
        padding: 5px 0 5px 14px;
    }
    #pContact .toTop {
        float: right;
        margin-top: -37px;
        margin-right: 9px;
        font-size: 85.7%;
color: white;
    }


    #pContact #existingCustomers {
        /*background: #efefef;*/
        padding: 15px;
    }
    #pContact #existingCustomers h2 {
        margin-top: 0;
        font-size: 100%;
        color: #000;
    }
    #pContact #existingCustomers h3 {
        margin-top: 0;
        color: #9e0b0f;
        font-size: 128.6%;
    }


    #pContact #lhs h2 {
        margin-top: 0;
        font-size: 100%;
        color: #000;
    }
    #pContact #lhs #callUs {
        height: 92px;
    }
    #pContact #lhs #callUs span {
        font-size: 24px;
        color: #9e0b0f;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1;
    }
    #pContact #lhs #callUs, #contactForm {
        background: #efefef;
        padding: 15px;
    }
    #pContact #lhs img {
        display: block;
        margin: 20px 0;
    }

    #branchLinks a {
        font-weight: bold;
        margin-right: 1em;
    }
    .branch h3, .branch .hours {
        margin-top: 0;
        margin-bottom: 14px;
    }
    .branch .hours {
        font-size: 85.7%;
    }
    .row .branch {
        border-bottom: 1px solid #efefef;
        margin-bottom: 10px;
    }
    .branch img {
        margin-bottom: -3px;
    }

    /* Our Range */
    #pRange #header {
        background-image: url(../img/range/header.jpg);
    }
        /* Thank you pages */
        #pThankYou #header {
            background: none;
            height: auto;
            width: 930px;
        }
            #pThankYou #header #featurePad {
                position:static;
                width:100%;
            }
                #pThankYou #header #feature {
                    width:900px;
                }
                    #pThankYou #header h1 {
                        float:left;
                        margin:0 30px;
                    }
                    #pThankYou #header p  {
                        clear:right;
                        float:right;
                        margin-bottom:0.4em;
                        margin-top: 0;
                        width:424px;
                    }
        /* News page */
        #pNews .blog-post {
            padding-bottom: 0.5em;
            margin-bottom: 2em;
            border-bottom: 1px solid #efefef;
        }
        #pNews .blog-post:last-child {
            border-bottom: 0;
        }
            #pNews h1 a {
                text-decoration: none;
            }
            #pNews h1 a:hover {
                text-decoration: underline;
            }
        h2.post-title {
            font-size: 200%;
            font-weight: normal;
            color: #333;
        }
            h2.post-title a {
                color: #333;
                text-decoration: none;
            }
            h2.post-title a:hover {
                text-decoration: underline;
            }
    /* Pagnation */
    ul.pagination, p.page-nav {
        text-align: center;
    }
    .pagination li, .page-nav a {
        display:inline;
        list-style-type:none;
        margin:0 0.3em;
        text-align:center;
    }

    /* Search Results */
    .search-result {
      padding-bottom: 10px;
    }
    .search-result p {
      border-bottom: 1px solid #efefef;
    }
    .search-result img {
      margin-bottom: -3px;
    }
    .search-result span {
      font-size: 12px;
      font-weight: normal;
      font-style: italic;
    }
    /* BC system messages */
    #container .system-message {
      margin: 0 15px 15px 15px;
    }


/* OHS */
    #pOHS #header {
        background-image: url(../img/range/HeaderOHS.jpg);
    }

	/* Range */
    #pRange #header {
        background-image: url(../img/range/HeaderRange.jpg);
    }

	/* Rent Vs Buy */
    #pRentVsBuy #header {
        background-image: url(../img/rent-vs-buy/HeaderRentVsBuy.jpg);
    }

	/* Resources */
    #pResources #header {
        background-image: url(../img/resources/HeaderResources.jpg);
    }

	/* Restocking */
    #pRestocking #header {
        background-image: url(../img/restocking/HeaderRestocking.jpg);
    }

	/* OHS */
    #pOHS #header {
        background-image: url(../img/ohs/HeaderOHS.jpg);
    }



	#pRange div.new-to-alsco {
		position: relative;
	}

	#pRange div.new-to-alsco h2 {
		margin-bottom: 40px;
	}

	#pRange div.new-to-alsco #promo-graphic {
		position: absolute;
		right: -20px;
		z-index:10000;
	}

	#pRange div.new-to-alsco div.products {
		background: #f8f8f8;
		border: 2px solid #d5d5d5;
		padding: 20px;
		position: relative;
		z-index: 100;
	}

	#pRange div.new-to-alsco div.product {
		margin: 20px 0;
	}

	#pRange div.new-to-alsco div.product div.img {
		display: inline;
		float: left;
		width: 135px;
	}

	#pRange div.new-to-alsco div.product div.text {
		display: inline;
		float: left;
		margin-left: 30px;
		width: 400px;
	}

	.clearer, .clr {
		clear: both;
		line-height: 1;
		margin: 0;
		padding: 0;
		display: block;
	}

#dropdownOurRange a {
	background: none;
	padding: 0;
}

#dropdownOurRange a:hover {
	border: 0;
}

#dropdownOurRange img { 
	display:block
}
