﻿body
{
    font-family: Arial,Times;
    font-size: 12px;
    background: #6275a6;
    overflow: auto;
    margin: 0;
}

#pageContainer
{
    margin: 0 auto;
    width: 980px;
}

#header
{
    width: 980px;
    height: auto;
    margin: 0;
    padding: 0;
    background: black;
}

.headerImageFilter
{
    filter: progid:DXImageTransform.Microsoft.Blinds(Duration=2);
}

#mainNav
{
    width: 100%;
    height: 30px;
    background: url( 'images/navgradient.jpg' ) repeat-x;
    text-align: center;
    margin: 0;
    border: 0;
}

#mainNav ul
{
    list-style-type: none;
    margin: 0;
}
#mainNav ul li
{
    display: inline;
    background: url( 'images/navseparator.gif' ) no-repeat right center;
}

#mainNav ul li a
{
    font-family: Arial, Verdana;
    font-size: 13.5px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
#mainNav ul li a:hover, #mainNav ul li a:active
{
    color: #005694;
    background: url( 'images/navgradient_hover.jpg' );
}

#mainNav .lastNavItem
{
    background: none;
}

#mainNav ul li a.activePage
{
    background: url( 'images/navgradient_hover.jpg' );
}


#bottomContainer
{
    width: 100%;
    background: #004181;
    margin: 0;
}



#contentTable
{
    margin: 6px auto;
    width: 968px;
    height: 98%;
}

#tableSpacer
{
    width: 10px;
}

#leftColumn
{
    width: 211px;
    background: #221e1f;
    vertical-align: top;
    height: 495px;
}

#rightColumn
{
    background: white url( 'images/bg.jpg' );
    vertical-align: top;
}

#footer
{
    background: black;
    text-align: center;
    float: left;
    width: 980px;
}
.footeraddress
{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Verdana;
    letter-spacing: 2px;
    color: white;
    margin: .25em auto;
}

.copyright
{
    color: #999999;
    font-size: 10px;
    margin: 0;
}


#footerNav
{
    width: 100%;
    text-align: center;
    margin: 0px;
}

#footerNav ul
{
    list-style-type: none;
}
#footerNav ul li
{
    display: inline;
    background: url( 'images/navseparator.gif' ) no-repeat right center;
}

#footerNav ul li a
{
    font-family: Arial, Verdana;
    font-size: 10px;
    color: #999999;
    text-decoration: underline;
    padding-left: 10px;
    padding-right: 10px;
}
#footerNav ul li a:hover
{
    color: #ffffff;
    background: url( 'images/navgradient_hover.jpg' );
}

#footerNav .lastNavItem
{
    background: none;
}


.pageheadertitle
{
    font-family: Arial,Times;
    color: #ffffff;
    font-weight: normal;
    font-size: 30px;
    float: right;
    text-align: right;
    vertical-align: middle;
}

.pageheadertitle span
{
    background: #6275a6;
    padding: .30em;
}


.pageheadertitle img
{
    float: right;
    width: auto;
}

#mainContent
{
    clear: both;
    padding: 6px;
}

#searchCategory
{
    margin: 6px auto;
    width: 195px;
    background: #6275A6;
    border: 1px solid #6275A6;
    height: 160px;
}

#searchCategory h3, #searchInventory h3, #viewCatalog h3
{
    color: White;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding-left: .25em;
}

#searchInventory
{
    width: 195px;
    background: #6275A6;
    border: 1px solid #6275A6;
    height: 98px;
    margin: 6px auto;
}

#viewCatalog
{
    width: 195px;
    background: #6275A6;
    border: 1px solid #6275A6;
    height: 58px;
    margin: 6px auto;
}

#viewCatalog div
{
    margin: 0 auto;
    padding-top: 3px;
    width: 190px;
    background: #221e1f;
    color: White;
}

#viewCatalog a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
}

#viewCatalog a:hover
{
    text-decoration: underline;
}

#catalogSearchTable
{
    width: 190px;
    background: #221e1f;
    margin-left: 2px;
}

#catalogSearchTable th
{
    width: 150px;
}

#catalogSearchTable select, #catalogSearchTable input
{
    font-size: 10px;
}

#catalogSearchTable td
{
    width: 30px;
    text-align: right;
}

/* Search Catalog Control */
#searchInventoryControl
{
    margin-top: 0;
    margin-left: 2px;
}

#searchInventoryControl th
{
    width: 150px;
}

#searchInventoryControl select, #searchInventoryControl input
{
    font-size: 10px;
}

#searchInventoryControl td
{
    width: 30px;
    text-align: right;
}



.catalogSearchButton
{
    background: #6275a6;
    color: #ffffff;
    height: 20px;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
}

ul.catalogSubcategories
{
    list-style-type: circle;
    list-style-position: outside;
}

/*Print Details */
.printableDetails, .productImage
{
    float: right;
}

#productDetails h2
{
    margin-bottom: 1.5em;
}

#productsTable
{
    font-family: Arial,Times;
    color: #000000;
    font-size: 13px;
}

.productPager
{
    text-align: right;
}

#contactUsTable th
{
    font-weight: bold;
    color: #6275a6;
    height: 30px;
    vertical-align: top;
    text-align: left;
}

#contactUsTable td
{
    vertical-align: top;
    padding-left: 25px;
}

#contactUsTable td.mailingAddress
{
    color: #373737;
    white-space: pre;
    vertical-align: top;
}

#contactUsTable th.phone, #contactUsTable td.phone
{
    height: auto;
}

#contactUsTable th.hour24, #contactUsTable td.hour24
{
}



#mainContent
{
    padding: .5em;
}

/* Panel Tabs */
#panelTabs
{
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-bottom: 19px;
    padding-left: 10px;
}

#panelTabs ul, #panelTabs li
{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#panelTabs a:link, #panelTabs a:visited
{
    background: #E8EBF0;
    border: 1px solid #ccc;
    color: #222;
    float: left;
    font-size: small;
    font-weight: normal;
    line-height: 14px;
    margin-right: 8px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#panelTabs a.activeTab
{
    background-color: Transparent;
    border-bottom: 1px solid #fff;
    color: #004181;
    font-weight: bold;
}

#panelTabs a:hover
{
    color: #004181;
}


.panelContent
{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: .5em;
}

.panelContent h2
{
    margin-top: 0;
}

input.requiredField, span.requiredField
{
    border-top: 1px solid silver;
    border-right: 2px solid firebrick;
    border-bottom: 1px solid silver;
    border-left: 2px solid firebrick;
}
span.requiredField
{
    margin: 1em 0;
    padding: 0 .25em;
    font-size: x-small;
    background: white;
}

h2, .productHeader
{
    color: #6275a6;
    font-weight: normal;
    margin-bottom: 10px;
}

.productHeader
{
    color: #6275a6;
    font-weight: normal;
    margin-bottom: 0;
    font-size: x-large;
    float: left;
}

h4
{
    font-weight: bold;
    font-size: 13px;
}

li
{
    list-style: square;
}

.mainContent li
{
    color: #000000;
}

.productManualHeader
{
    color: #6275a6;
    font-weight: normal;
    margin-bottom: 10px;
    font-size:large;
    list-style-type:none;
}

.productManualItem
{
    font-weight: normal;
    font-size:medium;
    list-style-type:square;
}

.employmentHeader
{
    color:#6275a6;
    font-weight:bold;
}