/**
 * Stylesheet
 *
 * Copyright Fusionary Media
 */


/***************************************
   =NORMALIZING styles
************************************** */

body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

div, span, img, form, h1, h2, h3, h4, h5, h6, fieldset {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border: 0px;
}
table{
    border: 0px;
}





/***************************************
   =MAIN styles
************************************** */
body{
    margin: 0px;
    padding: 0px;
  background: #e2e2e2 url(/images/bg-products-body.png) repeat 0 0;
    font: normal normal 12px/1.4em Arial, Helvetica, sans-serif;
    color: #666666;
}
h1{
    font: normal normal 20px/1.6em Verdana, Arial, Helvetica, sans-serif;
    color: #363636;
    margin: 0px 0px 0px 0px;
}

h2{
    font: normal bold 14px/1.2em Verdana, Arial, Helvetica, sans-serif;
    color: #363636;
    margin: 0px 0px 10px 0px;
}

p {
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
}

a:link{color: #9f2d20;}
a:visited{color: #9f2d20;}
a:hover{color: #710000;}
a:active{color: #710000;}

dt{
    font-weight: bold;
}

hr {
    border: 0;
    width: 100%;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    margin: 0px;
    padding: 0px;
}

#columns {
    width:95%;
}

.left{
    float: left;
    margin: 0 10px 10px 0;
}

.right{
    float: right;
    margin: 0 0 10px 10px;
}

.clr {
    clear: both;
    height: 0px;
}

.clearfix:after {/*http://positioniseverything.net/easyclearing.html*/
    content:".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {height: 1%; display:block;}
/* End hide from IE Mac */


/***************************************
   =CONTAINER styles
************************************** */

#container{
    position: relative;
    width: 750px;
    left: 50%;
    margin: 0 0 0 -375px;
  padding: 0 22px 0 23px;
  background: #fff url(/images/bg-products-container.png) repeat-y 0 0;
    overflow: hidden;
    z-index: 1;
}


/***************************************
   =HEADER styles
************************************** */

#header{
    background: #fff;
    height: 111px;
    position: relative;
}



    #header h1{
        position: absolute;
        top: 16px;
        left: 0px;
    }
            #header h1 a{
                display: block;
                height: 41px;
                width: 150px;
                background: transparent url(../images/logo_total_plastics_inc.gif) 0 0 no-repeat;
                letter-spacing : -1000em;
                text-indent: -1em;
            }
            /* Just for Opera, but hide from MacIE */
            /*\*/html>body #header h1 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
            /* End of hack */

    #header h2{
        position: absolute;
        top: 16px;
        right: 0px;
        font-size: 18px;
        font-weight: normal;
                /* height: 23px;
                width: 239px;
                background: transparent url(../images/call_today.gif) 0 0 no-repeat;
                letter-spacing : -1000em;
                text-indent: -1em; */
    }
            /* Just for Opera, but hide from MacIE */
            /*\*/ html>body #header h2 { letter-spacing : normal; /*text-indent : -999em; overflow : hidden;*/}
            /* End of hack */


/** =navigation
************************************************************/
  .hnav {
    margin: 0px;
    list-style: none;
    float: right;
  }

  .nav-specialty {
    margin-top: 42px;
    padding-left: 110px;
    width: 314px;
    background: #af2a1a url(/images/nav-specialty.png) no-repeat 0 0;
  }
  .nav-specialty li {
    display: inline;
  }
  .nav-specialty a {
    display: block;
    float: left;
    height: 21px;
    overflow: hidden;
    text-indent: -1000em;
    padding: 0;
    background: #af2a1a url(/images/nav-specialty.png) no-repeat -110px 0;
    color: #fff;
  }
  .nav-specialty .life-sciences a { width: 97px; background-position: -110px 0;}
  .nav-specialty .life-sciences a:hover { background-position: -110px -25px;}
  .nav-specialty .marine a { width: 59px; background-position: -207px 0;}
  .nav-specialty .marine a:hover { background-position: -207px -25px;}
  .nav-specialty .tape a { width: 45px; background-position: -266px 0;}
  .nav-specialty .tape a:hover {background-position: -266px -25px;}
  .nav-specialty .transportation a { width: 113px; background-position: -311px 0;}
  .nav-specialty .transportation a:hover { background-position: -311px -25px;}


    #navigation ul,#navigation ul li{
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
        #navigation ul{
            width: 750px;
            height: 40px;
            background: #000 url(../images/m.gif) 0 0 no-repeat;
            position: absolute;
            top: 71px;
            left: 0px;
        }
        #navigation ul li{
            display: inline;
        }
            #navigation ul li a{
                display: block;
                height: 40px;
                float: left;
                background: #000 url(../images/bg_nav.png) 0 0 no-repeat;
                letter-spacing : -1000em;
                text-indent: -1em;
    }
            /* Just for Opera, but hide from MacIE */
            /*\*/html>body #navigation ul li a { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
            /* End of hack */

                #navigation ul li.nav_home a{
                    width: 87px;
                    background-position: 0px 0px;
                }
                    #navigation ul li.nav_home a:hover, body.home #navigation ul li.nav_home a{
                        background-position: 0px -40px;
                    }
                #navigation ul li.nav_products a{
                    width: 110px;
                    background-position: -87px 0px;
                }
                    #navigation ul li.nav_products a:hover, body.products #navigation ul li.nav_products a{
                        background-position: -87px -40px;
                    }
                #navigation ul li.nav_inventory a{
                    width: 163px;
                    background-position: -197px 0px;
                }
                    #navigation ul li.nav_inventory a:hover, body.inventory_search #navigation ul li.nav_inventory a{
                        background-position: -197px -40px;
                    }
                #navigation ul li.nav_news a{
                    width: 89px;
                    background-position: -360px 0px;
                }
                    #navigation ul li.nav_news a:hover, body.news #navigation ul li.nav_news a{
                        background-position: -360px -40px;
                    }
                #navigation ul li.nav_about_us a{
                    width: 130px;
                    background-position: -449px 0px;
                }
                    #navigation ul li.nav_about_us a:hover, body.about_us #navigation ul li.nav_about_us a{
                        background-position: -449px -40px;
                    }
                #navigation ul li.nav_contact_us a{
                    width: 171px;
                    background-position: -579px 0px;
                }
                    #navigation ul li.nav_contact_us a:hover, body.quote #navigation ul li.nav_contact_us a{
                        background-position: -579px -40px;
                    }



/*            <ul>
                <li class="nav_home"><%= link_to "Home", :controller => "home" %></li>
                <li class="nav_products"><%= link_to "Products", :controller => "products" %></li>
                <li class="nav_about_us"><%= link_to "About Us", :controller => "about_us" %></li>
                <li class="nav_news"><%= link_to "News", :controller => "news" %></li>
                <li class="nav_contact_us"><%= link_to "Contact Us", :controller => "contact_us" %></li>
            </ul>
*/

/***************************************
   =SECONDARY NAV (bct and search) styles
************************************** */

#nav-secondary {
  position: relative;
  margin-bottom: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
}

* html #nav-secondary {
  zoom: 1;
}
.bct {
  float: left;
}
#nav-secondary #search {
  float: right;
  width: 156px;
  line-height: 24px;
}
#search * {
  vertical-align: bottom;
}
#search label {
  display: block;
  float: none;
}
#q {
  width: 124px;
}
.default-text {
  margin-left: 2px;
  font-weight: normal;
  font-style: italic;
  color: #999;
}

#product-full-list {
  position: relative;
  float: right;
  clear: right;
  width: 156px;
  z-index: 2;
}
#product-full-list ul {
  position: absolute;
  left: 0;
  top: 18px;
  overflow: auto;
  height: 220px;
  width: 296px;
  margin: 0 0 0 -130px;
  padding-left: 6px;
  list-style-type: none;
  border-style: solid;
  border-width: 1px 1px 2px 2px;
  border-color: #ccc;
  background-color: #f3f3f3;
  display: none;
}
#product-full-list a,
.expander a {
  display: none;
  background: url(/images/bg-arrow-list.gif) no-repeat 0 -18px;
  padding-left: 12px;
  outline: 0;
}
.js .expander a {
    display: inline;
}
#product-full-list li a {
  display: block;
  margin-left: 0;
  padding-left: 0;
  background: none;
}
#product-full-list li a:hover {
  background-color: #bbb;
}
* html #product-full-list li a {
  padding-left: 1px;
  zoom: 1;
}

#content .expander {
  clear: left;
}

#content .expandable {
  margin-top: 1.5em;
}

/***************************************
   =CONTENT styles
************************************** */

#content{
    margin: 15px 0 0 0;
    padding: 0 0 48px;
    background: #fff;
    width: 490px;
    float: left;
    display: inline;
}

body.full #content{
    width: auto;
}

div.error, div.notice {
  position: absolute;
  top: 0;
  left: 200px;
  width: 400px;
  padding: 25px;
  font-size: 1.5em;
  text-align: center;
  font-weight:bold;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

div.notice {
  background: #A4E7A0;
}

div.error {
  background: #F0A8A8;
}

/***************************************
   =CONTENT home
************************************** */


#splash {
    width: 750px;
    height: 135px;
    background: transparent url(../images/splash-subpage.jpg) no-repeat 0 0;
}

    div#splash h1{
        color: #fff;
        padding: 50px 0 0 20px;
        font: normal bold 24px/1.2em Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }


body.home div#splash{
    background: transparent url(../images/splash-home2.png) 0 0 no-repeat;
    height: 255px;
    position: relative;
}

    body.home div#splash ul{
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 25px;
        right: 0px;
        width: 245px;
        list-style: none;
    }
        body.home div#splash ul li{
            margin: 0px;
            padding: 0px;
            list-style: none;
        }
        body.home div#splash ul li.heading{
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
        }
        body.home div#splash ul li a {
            margin: 0px;
            padding: 0px 0px 0px 25px;
            display: block;
            background: transparent url(../images/buttons_home_splash.gif) 0 0 no-repeat;
            height: 22px;
            color: #fff;
            line-height: 22px;
            text-decoration: none;
        }
            body.home div#splash ul li a:hover{
                background: transparent url(../images/buttons_home_splash.gif) 0px -26px no-repeat;
            }
    body.home #slideshow {
      position: relative;
      top: 43px;
      width: 420px;
      height: 212px;
    }
      body.home #slideshow img {
        position: absolute;
      }
body.catalog div#splash{
    width: 750px;
    height: 135px;
    background: transparent url(../images/splash_catalog.jpg) 0 0 no-repeat;
}

body.quote div#splash{
    width: 750px;
    height: 135px;
    background: transparent url(../images/splash_quote.jpg) 0 0 no-repeat;
}

body.magicbox div#splash{
    width: 750px;
    height: 135px;
    background: transparent url(../images/splash_magicbox.jpg) 0 0 no-repeat;
}

body.lighting_lenses div#splash{
    width: 750px;
    height: 135px;
    background: transparent url(../images/splash_lighting_lenses.jpg) 0 0 no-repeat;
}


.intro {
    font: normal normal 13px/1.4em Arial, Helvetica, sans-serif;
    margin: 0 0 25px 0;
}
    body.home .intro{
        margin: 0 0 10px 0;
    }


.section{
    background: transparent url(../images/section_bar.gif) 0 0 no-repeat;
    padding: 0 0 0 15px;
    margin: 0 0 20px 0;
}

    a.toplink{
        display: block;
        padding: 0 15px 0 0;
        background: transparent url(../images/arrow_totop.gif) right center no-repeat;
        text-align: right;
    }

    a.closelink{
        display: block;
        padding: 0 15px 0 0;
        background: transparent url(../images/x_toclose.gif) right center no-repeat;
        text-align: right;
    }
        a.button{
            margin: 0 0 10px;
            display: block;
        }


/***************************************
   =CONTENT Products section
************************************** */

body.products #content {
  width: 566px;
}
body.detail #content {
  float: right;
}
body.product-search #content {
  width: auto;
}
body.product-search #content h2 {
  margin-bottom: 2em;
}

.categories {
  clear: both;
  background: #e6e6e6 url(/images/bg_categories.gif) no-repeat -750px 100%;
  margin-bottom: 16px;
}
.categories h2 {
  height: 40px;
  padding: 24px 16px 12px 16px;
  background: #e6e6e6 url(/images/bg_categories.gif) no-repeat 0 0;
}
.categories-inner {
  overflow: hidden;
  padding-left: 16px;
}

.category {
  float: left;
  width: 170px;
  height: 106px;
  padding-right: 12px;
  padding-bottom: 24px;
}
.categories-inner > .category {
  height: auto;
  min-height: 106px;
}
.category a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.category img {
  border: 1px solid #b1b1b1;
}
.category a:hover img {
  border: 1px solid #710000;
}
.category a span {
  display: block;
  padding-top: 6px;
}

body.detail #content  ul {
  padding-left: 1.2em;
}
body.detail #content h3 {
  clear: left;
}

#related-container {
  height: 274px;
  background: transparent url(/images/bg-related-products.png) no-repeat 0 0;
}
#related-container h3 {
 width: 10em;
 font-size: 16px;
 font-weight: normal;
 color: #fff;
 margin: 0;
 padding: 9px 0 16px 9px;
 float: left;
}
body.detail #related-products {
  position: relative;
  height: 218px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clear: both;
  left: 24px;
}
.js #related-products .related-product {
  position: absolute;
}
#related-products div.img-border {
  margin: 0 24px 0 0;

}
* html .categories-inner,
* html #related-products {
  zoom: 1;
}
#ctrls {
  margin-right: 24px;
}

.ctrl {
  float: right;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
  background-image: url(/images/bg-related-products.png);
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  margin-top: 5px;
  margin-left: 5px;
  -moz-outline: 0;
}
#rp-next {
  background-position: -2px -286px;
}
#rp-prev {
  background-position: -2px -320px;
}
.two-col {
  float: left;
  width: 252px;
  margin: 1em 0;
  padding: 0;

}


ul.newslist, ul.newslist li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
    ul.newslist  {
        margin-bottom: 10px;
    }
    ul.newslist span.date {
        text-transform: uppercase;
    }
    ul.newslist a {
        text-decoration: none;
    }

div#specialties {
    background: #f1f1f1 url(../images/bg_specialties.png) no-repeat 0 0;
    clear: both;
    margin: 0 0 20px 0;
    padding: 3px 0 0 0;
}
* html div#specialties {
  background-color: #fff;
}
  div#specialties .inner {
    background: transparent url(../images/bg_specialties.png) no-repeat -750px 100%;
    padding-bottom: 7px;
  }
    div#specialties .inner div {
        float: left;
        width: 345px;
        margin: 6px 10px 0 20px;
        display: inline;
    }
    * html div#specialties img {
      margin-bottom: 0;
    }
    div#specialties h1 {
        text-transform: uppercase;
        color: #fff;
        font: normal bold 14px/25px Arial, Helvetica, sans-serif;
        height: 25px;
        margin: 0px 0 10px 0;
        padding: 0 0 0 10px;
    }
    a.specialty_button {
    margin-left: 86px;
        display: block;
        background: transparent url(../images/specialtybox_btn.png) 0 0 no-repeat;
        width: 102px;
        height: 23px;
        font: normal bold 12px/23px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        padding-left: 10px;
    }

.img-border {
  position: relative;
  margin-bottom: 18px;
  width: 155px;
  padding-top: 5px;
  background: url(/images/border-img.gif) no-repeat 0 0;
}
a.img-border {
  display: block;
  text-decoration: none;
}
.img-border img,
.img-border .title {
  padding: 0 5px 5px 6px;
  background: url(/images/border-img.gif) no-repeat 0 100%;
  border: 0;
}

.img-border .plus {
  position:absolute;
  width: 13px;
  height: 13px;
  bottom: -5px;
  right: -5px;
  text-indent: -1000em;
  overflow: hidden;
  background: url(/images/border-img.gif) no-repeat -162px 0;
}

#content .img-border {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.categories .img-border {
  float: left;
  margin-right: 30px;
  text-align: center;
}
.inner-img,
.inner-noimg {
  background: url(/images/border-img.gif) no-repeat 0 100%;
}
.inner-img {
  height: 210px;
}
.inner-noimg {
  height: 64px;
}
#content div.lastprod,
.categories div.lastprod {
  margin-right: 0;
}
#content .img-border a:link,
#content .img-border a:visited,
.categories .img-border a:link,
.categories .img-border a:visited {
  text-decoration: none;
}
#content .img-border img,
.categories .img-border img {
  padding: 0 5px 5px 6px;
  background: none;
}

#content .img-border span,
.categories .img-border span {
  display: block;
  padding: 0 5px 5px 6px;
  text-align: left;
}

/***************************************
   =TABLE styles
************************************** */
td {
    vertical-align: top;
}

table.data {
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
}
.data th,
.data td {
  border: 1px solid #333;
  padding: 2px 4px;
  vertical-align: middle;
  text-align: center;
}

.alt {
  background-color: #ddd;
}
.table-heading {
  font-weight: bold;
}
/***************************************
   =FORM styles - Contact, Quote, Catalog, Magicbox
************************************** */

fieldset{
    padding: 5px;
    font-family: Arial, sans-serf;
    border: none;

}

fieldset hr, fieldset.upper hr {
    width:400px;
}

    label {
        font:bold 11px "Trebuchet MS", Arial, sans-serif;
        color:#666666;
        font-weight:bold;
        /*width: 4em;*/
        float: left;
        text-align: left;
        margin-right: 0.5em;
        display: block;
    }

    .upper label, label.upper {
        text-transform:uppercase;
        width: 15em;

    }


    fieldset input,fieldset select, fieldset textarea{
        border-color: #555555 rgb(204, 204, 204) rgb(204, 204, 204) rgb(85, 85, 85);
        border-width:1px;
        border-style: solid;
        /*background:url(../images/input_back.gif);*/

    }

        fieldset.upper input, fieldset.upper select, fieldset.upper textarea{
        /*border:1px solid #ccc;*/
        /*background:url(../images/input_back.gif);*/
        width: 200px;
    }



        fieldset input.submit{
            /*width: 100px;*/
            margin-left: 4.5em;
        }
    fieldset input:hover,fieldset textarea:hover{
        border:1px solid #d7c523;
    }
    fieldset input:focus,fieldset textarea:focus{
        border:1px solid #991F1F;
    }

    .formfields dl, .formfields dt, .formfields dd{
        margin: 0px;
        padding: 0px;
    }

    .formfields dt{
        float: left;
        clear: left;
        width: 20%;
        margin: 10px 10px 0 0;
        text-align: left;
        line-height: 1.2em;
    }

    .formfields dd{
        float: left;
        margin: 10px 0px 0 0;
        width: 70%;
    }
    .form-rep-contact{
        height: 3.5em;
    }

    .required{
        color: red;
    }

    fieldset input.check-yes-no {
        border:none;
    }


    fieldset input.submit-btn {
        cursor:pointer;
        border-width: 0;
        height:27px;
        width:68px;
        font-weight:bold;
        background:url(../images/btn_submit.gif) no-repeat left top;
        padding-top:40px;
        overflow:hidden;
    }

.form-error, #form-error-alert{
    color: #CC0000;
    font-weight: bold;
    padding: 5px 0px 0px 30px;
    background: transparent url(../images/icon_alert.gif) 0 0 no-repeat;

}
.form-error, #form-error-alert{
    display: none;
}
#form-error-alert{
    display: block;
}

.checkboxes label,
.radios label {
  float: none;
  display: inline;
}

/***************************************
   =SIDEBAR styles
************************************** */

#sidebar{
  float: left;
    margin: 15px 0 0 0;
    padding: 0px 0px 10px 0px;
    background: #fff;
    width: 242px;
    float: right;
    display: inline;
}
body.products #sidebar,
body.inventory_search #sidebar {
  width: 180px;
  text-align: right;
}
body.detail #sidebar {
  float: left;
  text-align: left;
}
#sidebar ul, #sidebar li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
    #sidebar ul li{
        padding: 0 0 0 10px;
    }


    div.sidebox{
        background: #fff url(../images/sidebox_bg.gif) left bottom no-repeat;
        width: 211px;
        padding: 0 15px 15px 15px;
        margin: 0 0 10px 0;
    }
        div.sidebox h2{
            background: #fff url(../images/sidebox_hdr.gif) left bottom no-repeat;
            height: 27px;
            margin: 0 -15px 10px;
            padding: 3px 15px 0px 15px;
            font: normal normal 16px/27px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
            color: #fff;
        }

        a.side_button{
            clear:both;
            display: block;
            background: transparent url(../images/sidebox_btn.gif) 0 0 no-repeat;
            width: 202px;
            height: 23px;
            font: normal bold 12px/23px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
            text-decoration: none;
            padding: 0 0 0 10px;
        }



            ul.linklist li{
                padding: 0 0 0 10px;
                background: transparent url(../images/bullet_linklist.gif) 0 .5em no-repeat;
            }
                ul.linklist li a{
                    text-decoration: none;
                }
                ul.linklist li a:hover{
                    text-decoration: underline;
                }

                ul.linklist li ul li {
                    background: none;
                }


/***************************************
   =FOOTER styles
************************************** */

#footer{
    position: relative;
    clear: both;
    background: #000 url(../images/bg_footer.gif) no-repeat 0 0;
    height: 225px;
    padding-top: 30px;
}
    #footer p {
        margin: 0px;
        padding: 0px;
    }
    #footer p.copyright{
        padding: 5px 0 50px 5px;
        float: left;
        color: #9f9f9f;
    }
    #footer h2{
    float: left;
    margin-left: 30px;
  }
        #footer h2 a{
            display: block;
            height: 21px;
            width: 45px;
            background: transparent url(../images/logo_tpi_footer.gif) no-repeat 0 0;
            letter-spacing : -1000em;
            text-indent: -1em;
        }
        /* Just for Opera, but hide from MacIE */
        /*\*/html>body #footer h2 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
        /* End of hack */

    #footer ul{
        padding: 5px 0 15px;
        text-align: right;
        margin-right: 30px;
    }
        #footer ul li{
            margin: 0px 0px 0px 10px;
            padding: 0px;
            display: inline;
        }
            #footer ul li a{
                padding: 0 0 10px 0;
                color: #c5c5c5;
                text-decoration: none;
            }
            #footer ul li a:hover{
                border-bottom: 2px solid #9f2d20;
                color: #fff;
            }

        #footer .affiliation {
          height: 43px;
          position: relative;
      text-align: center;
      clear: both;
        }

            #footer .affiliation h3 {
            position: absolute;
            top: 0;
            left: 50%;
                height: 33px;
                width: 33px;
                font-size: 12px;
          }
                #footer .affiliation h3 a{
                    display: block;
                    height: 33px;
                    width: 33px;
                    text-indent: -1000em;
                    overflow: hidden;
                }
        #am h3 {
          margin-left: -12em;
        }
          #am h3 a {
            background: transparent url(../images/logo_am_footer.gif) no-repeat 0 0;
          }
        #iso {
          padding: 5px 0 5px 45px;
        }
        #iso h3 {
          margin-left: -18em;
          width: 82px !important;
          height: 34px !important;
          top: 5px !important;
        }
          #iso h3 a {
            background: transparent url(../images/footer-iso.gif) no-repeat 0 0;
            width: 82px !important;
            height: 34px !important;
          }
        #iapd h3 {
          margin-left: -19em;
        }
        * html #iapd h3 {
          margin-left: -19.2em;
        }

          #iapd h3 a {
            background: transparent url(../images/logo_iapd_footer.png) no-repeat 0 0;
          }

            #footer .affiliation p {
                display: block;
                padding-top: 10px;
                color: #9f9f9f;
            }
            #footer .affiliation p a {
                color: #9f9f9f;
            }


/* FLASH CONTACT MAP
-------------------------------------------------------------- */
#contact-map{
    clear:both;
    margin-bottom: 3em;
}


/* DIVISION BADGES
-------------------------------------------------------------- */
#badges-division dl{
    width: 242px;
    height: 156px;
    background: no-repeat top left;
    float:left;
    position: relative;
    margin: 0 12px 0 0;
}
dl#badge-lsci{
    background-image: url(/images/badge-division-lsci.gif);
}
dl#badge-tape{
    background-image: url(/images/badge-division-tape.gif);
}
dl#badge-marine{
    background-image: url(/images/badge-division-marine.gif);
    margin-right: 0;
}
#badges-division dd{
    display:block;
    width: 174px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -87px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
#badges-division dt a{
    display:block;
    text-indent: -999em;
    letter-spacing: -1em;
    height: 144px;
    overflow: hidden;
}
#badges-division{
    margin-bottom: 20px;
}

.decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: transparent url(/images/bg-products-gradient.png) repeat-x 0 0;
}

/***************************************
   =Division styles
************************************** */
.category-show-products  .special-products-division {
    text-align: left;
    line-height: 1.2em;
    min-height: 70px;
}
.category-show-products  .special-products-division img {
    display: inline;
    float: left;
    margin: 0 10px 10px 0;
}
.category-show-products {
  float: left;
    width: 228px;
    padding: 0 16px 0 0;
}
.category-show-products ul li a {
    text-align: left;
}
.category-show-products ul li {
    list-style: none;
    line-height: 1em;
    font-size: 11px;
    padding: 5px 0;
    border-top: 1px solid #ccc;
}
.category-show-products ul {
    margin: 6px 0 30px;
    padding: 0;
    clear: left;
}
.category-row-start {
    clear: both;
}


/***************************************
   =Inventory Search styles
************************************** */
body.inventory_search h3 {
    text-align: center;
    color: #D6D6D6;
    font-size: 25px;
}
.recordset {
    width: 100%;
}
.recordset td,
.recordset th {
    text-align: left;
}
.recordset thead th {
    border-bottom: 1px solid #ccc;
}
body.inventory_search #search-form small {
    color: #ccc;
    font-style: italic;
    font-size: 12px;
}
body.inventory_search #advanced-search {
    background-color: #f9f9f9;
}
body.inventory_search #advanced-search td {
    padding: 4px 8px;
}
body.inventory_search #search #q {
    width: 390px;
    font-size: 18px;
}
body.inventory_search #search-form {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
body.inventory_search #nav-secondary #search {
    width: 750px;
    float: none;
    margin: 10px auto 0;
}
body.inventory_search #nav-secondary #search * {
    vertical-align: middle;
}
.inventory-search-table td,
.inventory-search-table th
{
  padding: 5px;
}
span.inventory-category-description {
  font-weight: bold;
  margin-right: 5px;
}
td.inventory-description {
  font-size: 12px;
}
tr.description-row td {
  padding: 10px 5px;
}

/***************************************
   =Invoice Request Styles
************************************** */
.inline-text-field { margin-right: 10px; }
div.spaced { margin-top: 15px; }
p.spaced { margin: 10px; 0 }
#invoice-notice { margin: 10px 0; font-weight: bold; }