h1, h2, h3, h4, h5, h6, dl, ul, ol, dt, dd, li, pre, p, html, body, div, form, fieldset {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    background: #1c3350 url(/pics/slate_style/body.png);
    font-size: 82.5%;
}

body {
    background: url(/pics/slate_style/top.png) repeat-x top;
    color: #151027;
    padding-bottom: 30px;
}

h1, #content, #nav, #footer {
    width: 826px;
    margin: 0 auto;
}

h2 { font-size: 2em; }
h3 { font-size: 1.5em; }


h2 {
    padding: 10px 0;
}

p, ul, dl {
    margin-bottom: 10px;
}

table {
    border-top: 1px solid #a19fa8;
    border-collapse: collapse;
}


#order_full_price_checkout {
    overflow: hidden;
}

#order_full_price_checkout dt {
    float: left;
    clear: left;
    padding-right: 0.5em;
}

.order_full_price_checkout_total {
    border-top: 1px solid #a19fa8;
    margin-top: 10px;
    font-size: 150%;
}

th, td {
    border-bottom: 1px solid #a19fa8;
}

td, th {
    padding: 3px 5px;
    text-align: left;
}

th {
    font-weight: normal;
    font-style: italic;
}


a img {
    border: 0;
}

ul {
    margin-left: 2em;
    list-style: square;
}

form ul {
    margin: 0;
    list-style: none;
}

form li {
    padding-bottom: 5px;
    overflow: hidden;
}

label {
    line-height: 1.5em;
}

#checkout_form {
    border: 2px solid #A19FA8;
    border-left: 0;
    border-right: 0;
    padding: 20px 0;
    margin: 20px 0;
}

#checkout_form ul {
    padding-bottom: 10px;
}

#checkout_form ul input {
    width: 300px;
}

#checkout_form #c_toc {
    width: auto;
}

#checkout_form #c_zip {
    width: 6em;
}

#checkout_form ul select {
    width: 308px;
}

#checkout_form label {
    width: 8em;
    float: left;
    clear: left;
    padding-right: .5em;
    text-align: right;
    padding-top: 5px;
}

#checkout_form .alt_label {
    float: none;
}

fieldset {
    border: 0;
}

.note {
    font-size: 90%;
    font-style: italic;
}

.error,
.quicknote_error {
    color: #f00;
    font-weight: bold;
}

.quicknote_error {
    margin-left: 250px;
}

#quicknote_name,
#quicknote_email, 
#submit,
.input_text,
.quantity_input,
.input_submit,
textarea,
select {
    border: 1px solid #a19fa8;
    padding: 3px;
}

#submit,
.input_submit {
    padding: 5px 10px;
}

#content {
    position: relative;
    width: 740px;
    padding: 1px 43px;
    background: #fff url(/pics/slate_style/body-repeat.png) repeat-y top;
}
#content:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

h1, h2, h3, h4, h5 {
/*     text-transform: lowercase; */
/*     font-variant: small-caps; */
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
}

p, li, dt, dd, h1, h2, h3, h4, h5, h6, a, td, th, address, label, legend, caption {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #151027;
}

p, li, dt, dd {
    line-height: 2.2;
    text-align: justify;
}

h1, h1 span {
    text-align: center;
    line-height: 114px;
    white-space: nowrap;
    color: #fff;
    background: #2b4160;
    position: relative;
    overflow: hidden;
    width: 826px;
    height: 114px;
}

h1 span {
    background: url(/pics/slate_style/header.png) no-repeat;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}


a,
a:link,
a:visited,
a:hover,
a:active {
    color: #6685b0;
    text-decoration: underline;
}

a:visited { color: #183152; }

a:hover,
a:active {
    color: #183152;
    text-decoration: none;
}


#nav {
    position: relative;
}

#nav li {
    float: left;
    list-style: none;
}

#nav a {
    height: 36px;
    float: left;
    line-height: 36px;
    white-space: nowrap;
    padding: 0 25px;
}

#nav a,
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
    color: #6584af;
    text-decoration: none;
}

#nav a:hover,
#nav a:active {
    color: #fff;
    text-decoration: underline;
}

#nav {
    padding-left: 13px;
    width: 813px;
    background: #16162D url(/pics/slate_style/nav.png);
    height: 66px;
}
#nav:after {
    content: " ";
    display: block;
    overflow: hidden;
    height: 0;
    clear: both;
}

q:before,
q:after {
    content: "";
}

.prepare_quote {
    font-size: 110%;
    text-align: center;
    padding-top: 20px;
}

.prepare_quote q {
    font-size: 120%;
}

.prepare_quote cite {
    display: block;
    text-align: right;
}

#footer {
    height: 50px;
    padding-top: 33px;
    background: #140F26 url(/pics/slate_style/footer.png);
    overflow: hidden;
    font-size: 90%;
}

#footer p {
    width: 600px;
    text-align: center;
    float: left;
    color: #fff;
}

#footer address {
    font-style: normal;
    line-height: 2.2;
    color: #fff;
}

#sidebar {
    float: right;
    width: 181px;
    list-style: none;
    padding-left: 30px;
    border-left: 1px solid #a19fa8;
}

#content #main {
    width: 499px;
    overflow: hidden;
    margin: 0;
}

/*#content #main a {
    font-size: 140%;
}*/

#content #main h2 {
    font-size: 140%;
    padding: 0;
}

#content #main li {
    margin-bottom: 20px;
    list-style: none;
}

/*#title_main_supplies p {
    background: url(/pics/slate_style/main-pic1.jpg) no-repeat left top;
    padding-left: 290px;
}

#title_main_training p {
    background: url(/pics/slate_style/main-pic2.jpg) no-repeat right top;
    padding-right: 290px;
}*/

#title_main_resources {
    float: left;
    width: 234px;
    padding-right: 30px;
}

#title_main_resources a {
    display: block;
    text-align: center;
    padding-bottom: 145px;
    background: url(/pics/slate_style/main-pic3.jpg) no-repeat bottom;
}

#title_main_emergency {
    width: 234px;
    overflow: hidden;
}

#title_main_emergency a {
    display: block;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 145px;
    background: url(/pics/slate_style/main-pic4.jpg) no-repeat bottom;
}

#sidebar li {
    padding-bottom: 10px;
}

#sidebar .catalogue a {
    text-align: center;
    background: url(pics/slate_style/view_catalogue.png) no-repeat bottom;
    padding-bottom: 234px;
    display: block;
}

#sidebar .stevens a {
    padding-bottom: 35px;
    display: block;
    text-align: center;
    background: url(pics/slate_style/small-logo.png) no-repeat bottom;
}


#supplies_categories {
    margin: 20px auto 0;
/*     width: 600px; */
    width: 740px;
    list-style: none;
    overflow: hidden;
}

#supplies_categories li {
    float: left;
    display: inline;
    width: 224px;
    margin-right: 30px;
    padding-bottom: 30px;
}

#supplies_categories #supplies_categories_on_the_go,
#supplies_categories #supplies_categories_emergency {
    margin-right: 0;
}

#breadcrumbs {
    background: #6685b0 url(/pics/slate_style/breadcrumbs.gif) no-repeat bottom left;
    position: absolute;
    z-index: 10;
    top: -30px;
    right: 13px;
    padding: 5px 10px;
}

#breadcrumbs a {
    color: #fff!important;
}

#pandemic_101_promotion {
    text-align: center;
}

#contact_mail_addresses {
    list-style: none;
    width: 740px;
    margin-left: 0;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #a19fa8;
/*     background: url(/pics/logo_square.gif) no-repeat 560px bottom; */
    overflow: hidden;
}

#contact_mail_addresses li {
    float: left;
    width: 180px;
    padding-right: 25px;
    margin-right: 35px;
    border-right: 1px solid #a19fa8;
}

#contact_mail_addresses #locations_ontario,
#contact_mail_addresses #locations_manitoba {
    clear: both;
    width: 220px;
}

#locations_manitoba,
#locations_atlantic_canada {
    margin-top: 20px;
}

#contact_mail_addresses #locations_alberta {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}


#contact_mail_addresses address {
    line-height: 1.5em;
    font-style: normal;
}
#contact_mail_addresses address.phones {
    padding-top: 10px;
}

.quicknote_instructions {
    float: left;
    width: 220px;
    padding-top: 70px;
    text-align: center;
}

.quicknote {
    overflow: hidden;
    margin-left: 250px;
    background: #f0f0f0;
    border: 1px solid #eee;
    border-bottom-color: #ddd;
    border-right-color: #ddd;
    
    /*background: #b6d5ff;
    border: 1px solid #d6e5ff;
    border-bottom-color: #96a5ef;
    border-right-color: #96a5ef;*/
    padding: 10px;
}

.quicknote li {
    overflow: hidden;
}
.quicknote label {
    width: 5.5em;
    padding-right: .5em;
    text-align: right;
    display: block;
    float: left;
    padding-top: 5px;
}
.quicknote textarea {
    margin-top: 5px;
}

#admin_access {
    position: absolute;
    right: 23px;
    bottom: -33px;
}

#admin_access a {
    color: #ccc!important;
}

.products {
    width: 740px;
    margin-bottom: 20px;
    margin-top: 10px;
}

input {
    vertical-align: middle;
}

input, textarea, option {
    color: #151027;
    background: #fff;
}

.quantity_input{
    height: 18px;
    padding: 0 3px;
    width: 48px;
}

.product_list_image a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.product_list_image img {
    vertical-align: middle;
}

.product_list_add_to_cart_cell {
    width: 160px;
}
.product_list_image {
    width: 50px;
}

.canada_only {
    padding-left: 38px;
    height: 38px;
    white-space: nowrap;
    line-height: 38px;
    background: url(/pics/canada_only.jpg) no-repeat left;
}

#product_image {
    float: left;
    margin: .7em 0 20px;
}

#product_info {
    overflow: hidden;
    padding-left: 30px;
}

.product_view_price span {
    font-weight: bold;
    font-size: 110%;
}

.product_number {
    margin-bottom: 0;
}

#product_info .add_to_cart_form {
    margin-bottom: 10px;
}

.post_comment {
    font-style: italic;
}

#product_info_long  {
    clear: both;
}

#product_info_long h3 {
    padding: 10px 0 0;
/*     font-weight: bold; */
}

#product_info_long caption {
    margin-top: 10px;
    margin-bottom: -7px;
    font-weight: bold;
}

#product_info_long table {
    margin: 10px 0;
}

#product_info_long .warning {
    color: #f00;
    font-size: 90%;
}

.checkout_button {
    display: block;
    width: 72px;
    height: 20px;
    text-indent: -10000px;
    overflow: hidden;
    background: url(/pics/checkout_button.gif);
}

.checkout_button:hover {
    background-position: 0 -20px;
}

#blocked_us_checkout {
    font-size: 120%;
    text-align: center;
    color: #f00;
}
#blocked_us_checkout small {
    display: block;
}
#blocked_us_checkout span {
    font-weight: bold;
}

.author_name,
.date {
    font-style: italic;
    display: inline;
    padding-right: 20px;
}
.magazine_name { display: none; }

.category_cart_add_message img {
    border: 0;
}
.category_cart_add_message {
    background: #F3F3F3!important;
    min-height: 20px;
    width: 12em;
    border: 1px dashed #aaa;
    text-align: center;
    font-size: 80%;
    margin: 10px 10px 5px 0!important;
    line-height: 20px;
    padding: 3px;
    white-space: nowrap;
}
.category_cart_add_message a {
    display: inline;
}

#one_country_products_message {
    border: 2px solid #A19FA8;
    padding: 20px;
    margin-bottom: 20px;
}

#one_country_products_message * {
    color: #f00;
}

#one_country_products_message table {
    width: 100%;
}


#checkout_paynow_form {
    margin-bottom: 20px;
}

.checkout_countries_container_hidden * {
    display: none;
}
.checkout_countries_container_hidden img {
    display: block;
}

.contact_for_pricing {
    font-size: 105%;
    font-weight: bold;
    text-align: left;
    line-height: 1.5em;
}
td .contact_for_pricing {
    margin-bottom: 0;
}

    #marketing_supply_files {
        overflow: hidden;
    }

    #marketing_supply_files li {
        display: inline;
        margin-right: 20px;
/*         margin-bottom: 5px; */
        line-height: 1.5em;
    }
    
    #marketing_supply_files li,
    #marketing_supply_files a {
        float: left;
        width: 320px;
        height: 70px;
        overflow: hidden;
        line-height: 60px;
        white-space: nowrap;
        list-style: none;
        border-bottom: 1px solid #a19fa8;
    }
    #marketing_supply_files a {
        padding: 5px;
        height: 60px;
    }
    #marketing_supply_files a:hover {
/*         background: #183152; */
/*         color: #fff; */
    }
    #marketing_supply_files img {
        vertical-align: middle;
    }
    #marketing_supply_files span.marketing_thumb {
        display: block;
        text-align: center;
        width: 50px;
        float: left;
        margin-left: 10px;
        display: inline;
        margin-right: 10px;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
    }
    #marketing_supply_files span.marketing_ie_fix {
        zoom: 1;
    }


.call_us_header {
    position: absolute;
    left: -10000px;
}

#nav_sitemap {
    position: absolute;
    top: -120px;
    right: -3px;
}

#nav_sitemap a {
    color: #fafafa!important;
    font-size: 70%;
    text-transform: lowercase;
}
#nav_sitemap a:before { content: "[" }
#nav_sitemap a:after { content: "]" }

#nav_your_cart {
    position: absolute;
    left: 13px;
    top: 36px;
    background: #6685b0 url(/pics/slate_style/cart-status.gif) no-repeat bottom right;
    z-index: 30;
    line-height: normal;
    padding: 5px 10px;
}

#nav_your_cart a {
    height: auto;
    float: none;
    padding: 0;
    line-height: normal;
    color: #fff!important;
}

.nav_your_cart_hidden {
    display: none;
}

#nav_search {
    text-align: left;
    line-height: 24px;
}

#google_search_form {
    position: absolute;
    top: 6px;
    right: 19px;
    height: 24px;
    width: 166px;
    background: #fff url(/pics/slate_style/search-box.png) no-repeat left;
}

#google_search_form .input_image {
    display: block;
    float: left;
}

#google_search_form .input_text {
    background: none;
    color: #000;
    border: 0;
    width: 129px;
    float: left;
    font-weight: bold;
}

.product_pages {
    background: #6685b0;
    overflow: hidden;
    float: left;
    margin: 0;
    clear: both;
}

.product_pages li,
.product_pages a {
    float: left;
    list-style: none;
    line-height: normal;
}
.product_pages a,
.product_pages .current_product_page {
    color: #fff!important;
    text-decoration: none!important;
    padding: 3px 10px;
    border-right: 1px solid #365570;
    border-bottom: 1px solid #365570;
    border-left: 1px solid #96a5e0;
    border-top: 1px solid #96a5e0;
}

.product_pages .current_product_page {
    font-weight: bold;
    color: #bfbfbf!important;
}

.product_pages a:hover,
.product_pages a:active {
    background: #96a5e0;
}

.products_per_page {
    background: #6685b0;
    margin: 0 0 3px;
    float: left;
    color: #fff;
    padding: 3px 10px;
    line-height: normal;
    border: 1px solid #567590;
}

#supplies_categories a {
    display: block;
    width: 224px;
    padding-top: 131px;
    padding-bottom: 5px;
    border: 1px solid #a19fa8;
    text-align: center;
}

#supplies_categories h3 {
    font-weight: normal;
    font-size: 100%;
    letter-spacing: 0;
}

#supplies_categories_business a {
    background: url(/pics/categories/business.jpg) no-repeat top;
}

#supplies_categories_family a {
    background: url(/pics/categories/family.jpg) no-repeat top;
}

#supplies_categories_on_the_go a {
    background: url(/pics/categories/travel.jpg) no-repeat top;
}

#supplies_categories_pandemic a {
    background: url(/pics/categories/pandemic.jpg) no-repeat top;
}

#supplies_categories_rescue a {
    background: url(/pics/categories/rescue.jpg) no-repeat top;
}

#supplies_categories_emergency a {
    background: url(/pics/categories/emergency.jpg) no-repeat top;
}















