body, html, form
{
    padding: 0;
    margin: 0;
}

body
{
    font-family: Arial;
    background-image: url(/gui/bodyBg.png);
    background-position: center -50px;
    background-repeat: no-repeat;
    margin-top: 20px;
}

ul
{
    list-style: none;
}

a
{
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

h1
{
    float: left;
    width: 100%;
    border-bottom: solid 1px #f1f1f1;
    font-weight: normal;
    padding: 20px 0 5px 0;
    font-size: 20px;
    letter-spacing:-1px;
    color:#231F20;
    margin: 0 0 10px 0;
}

h1 span
{


}

h2
{
    float: left;
    width: 950px;
    padding: 15px 0;
    border-bottom: solid 1px #f1f1f1;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

h2 span
{
    width: auto;
    float: left;
}

h2 a
{
    float: right;
    width: auto;
    font-size: 10px;
    font-weight: normal;
    color: #666;
    text-transform: uppercase;
}

h2 a:hover
{
    float: right;
    width: auto;
    font-size: 10px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
}

h2 a.PRINT
{
    padding: 0 0 0 10px  !important;
    height: 20px;
    line-height: 20px;
    border-left:solid 1px #ccc;   
    display:none;
}

h2 a.PDF
{
    padding: 0 10px 0 20px !important;
    height: 20px;
    line-height: 20px;
    background-image: url(/gui/pdfIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
    display:none;

}


h3
{
    float: left;
    width: 100%;
    border-bottom: solid 1px #f1f1f1;
    font-weight: normal;
    padding: 20px 0 5px 0;
    font-size: 20px;
    letter-spacing:-1px;
    color:#231F20;
    margin: 0 0 10px 0;
}

.middle
{
    margin: 0 auto;
    width: 950px;
}

.wrapper
{
    width: 950px;
    float: left;
}

.logo a
{
    width: 216px;
    height: 94px;
    float: left;
    background-image: url(/gui/logo.png);
    background-position: right center;
    margin-bottom: 20px;
    
}

.informationBar
{
    float: right;
    width: 650px;
    padding: 40px 0;
}

.informationBar ul li
{ 
    float: right;
    width: auto;
    font-size: 11px;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
}

.informationBar ul a
{
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 30px;
    margin-right: 20px;
    
}



.mainMenu
{
    float: left;
    width: 950px;
    border-top: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
    padding: 10px 0;
    background-image: url(/gui/menuBg.png);
    background-repeat: no-repeat;
    background-position: center 1px;
}

.mainMenu ul
{
    margin: 1px 0 0 0;
    padding: 0;
    float:left;
}

.mainMenu li
{
    width: auto;
    float: left;
    border-right: solid 1px #c8c7c7;
    padding: 2px 5px;
}

.mainMenu ul a
{
    width: auto;
    margin: 0 3px;
    float: left;
    color: #333;

    font-size: 10pt;
}

.mainMenu a:hover
{
    color: #231F20 !important;
}

a.menuOn
{
    border-bottom: solid 3px #F7981D;
    color: #231F20 !important;
}

.noBorder
{
    border: none !important;
}

.headerImage
{
    width: 950px;
    height: 152px;
    background-image: url(/gui/headerTitle.png);
    float: left;
    background-position: center 1px;
    background-repeat: no-repeat;
}

.contentBody
{
    float: left;
    font-size: 11px;
    padding: 10px 5px 0 5px;
        color:#333;
line-height:1.8em;

}

.contentBody ul
{
    list-style: square;
    color: Orange;
}

.contentBody ul span
{
    color: #333;
}

.footer
{
    float: left;
    width: 950px;
    background-image: url(/gui/footerBg.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 180px;
    margin-top: 30px;
}

.footer span
{
    float: right;
    width: auto;
    font-size: 11px;
    margin-top: 70px;
    text-align:right;
}

.googleSearchBar
{
    float: right;
    width: 235px;
    border-top: solid 1px #ccc;
    background-image: url(/gui/searchBg.png);
    background-position: center 1px;
    background-repeat: no-repeat;
    margin-top: 30px;
}


/*###########################################################
                          MENU
###########################################################*/

#jsddm li a
{
    display: block;
    white-space: nowrap;
    background-image: url(/gui/informationBarArrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    
}

#jsddm li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border:solid 1px #f1f1f1;
    background-color:#fff;
    border-bottom: none;
}

#jsddm li ul li 
{
    float: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#jsddm li ul li a 
{
    background-color: #fefefe !important; 
    background-image: none !important;   
    border-bottom: solid 1px #f1f1f1;
    padding: 0 5px;
    width: 150px;
    margin: 0 !important;
}

#jsddm li ul li a:hover
{
    background-color: #C1272D !important;
    color: White;
}

ul.tabHolder 
{
    float: left;
    width: 950px;
    background-image: url("/gui/tabMenuBackground.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 35px;
    padding: 0;
    margin: 30px 0 0 0;
}

.tabHolder li 
{
    width: 150px;
    height: 35px;
    float: left;
    background-image: url(/gui/tabOff.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    line-height: 34px;
}



.tabHolder li a
{
    color: #fff;
    font-size: 11px;
}

li.on, li.on a
{
    width: 153px;
    height: 35px;
    float: left;
    background-image: url(/gui/tabOn.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    line-height: 33px;
    color:#1a1a1a !important;
}

.productImage
{
    float: right;
    width: 217px;
    height: 332px;
    background-image: url(/gui/productBg.png);
    padding-top: 18px;
    padding-left: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.productImage a
{
    color: #000;
    font-size: 9px;
    text-transform: uppercase;
}

.productImage IMG
{
    border: none;
    float: left;
}

.productImage Span
{
   float: left; 
   margin: 24px 0 0 100px;
}

table
{
    float: left;    
    font-size: 12px;
}

table strong
{  
    font-size: 14px;
}

.productHolder
{
    width: 950px;
    float: left;
    padding-top: 10px;
}

.productHolder IMG
{
    width: 310px;
    height: 155px;
    float: left;
    padding: 5px 0;
    border: none;
}

.productHolder span
{
    float: left;
    padding: 0 10px;
}

.productHolder
{
    width: 950px;
    float: left;
    padding-top: 10px;
}

.productHolder IMG
{
    width: 310px;
    height: 155px;
    float: left;
    padding: 5px 0;
    border: none;
}

.homeProductHolder
{
    width: 950px;
    float: left;
    padding-top: 10px;
}

.homeProductHolder IMG
{
    width: 460px;
    height: 155px;
    float: left;
    padding: 10px 0;
    border: none;
}

.homeProductHolder span
{
    float: left;
    margin-left: 26px;
}

.typeHolder
{
    width: 950px;
    float: left;
    border-bottom: solid 1px #f1f1f1;
    font-size: 11px;
    padding: 5px 0 10px 0px;
}

.typeA
{
    float: left;
    width: auto;
    padding: 18px 20px 0 55px;
    height: 25px;
    overflow: hidden;
    background-image: url(/gui/typeSprite.png);
    background-position: left 0;
    background-repeat: no-repeat;
}

.typeB
{
    float: left;
    width: auto;
    padding: 18px 20px 0 55px;
    height: 25px;
    overflow: hidden;
    background-image: url(/gui/typeSprite.png);
    background-position: left -60px;
    background-repeat: no-repeat;
}

.typeC
{
    float: left;
    width: auto;
    padding: 18px 20px 0 55px;
    height: 25px;
    overflow: hidden;
    background-image: url(/gui/typeSprite.png);
    background-position: left -120px;
    background-repeat: no-repeat;
}

.typeE
{
    float: left;
    width: 100px;
    padding: 18px 20px 0 55px;
    height: 25px;
    overflow: hidden;
    background-image: url(/gui/typeSprite.png);
    background-position: left -180px;
    background-repeat: no-repeat;
}

a.tradeSection
{
    background-image: url(/gui/tradeSection.png);
    width: 225px;
    height: 65px;
    float: left;
    margin: 10px 0;
    padding: 10px 225px 80px 10px;
    border: none;
    color: #000;
    font-size: 11px;
    overflow: hidden;
}

.txtBox
{
    width: 300px;
    border: solid 1px #f1f1f1;
    padding: 3px;
}

/*####################################################################
    GOOGLE SEARCH
###################################################################*/

INPUT.gsc-search-button
{
    background-image: url(/gui/buttonBg.png) !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    border: none !important;
    background-color: Transparent !important;
    width: 29px !important;
    height: 0px !important;
    overflow: hidden !important;
    border-right: none !important;
    margin-left: 2px !important;
    margin-top: 0px !important;
    padding-top: 23px !important;
}

.gsc-search-button
{
    float: right !important;
    width: auto !important;
    margin-right: 3px !important;
}

.gsc-branding
{
    visibility: hidden !important;
}

#cse
{
    float: right !important;
    width: auto !important;
    height: 40px !important;
    margin-top: 3px;
}

INPUT.gsc-input
{
    float: left !important;
    width: 150px !important;
    height: 19px !important;
    background-position: left 3px !important;
}

.gsc-input
{
    float: left !important;
    width: auto !important;
    height: auto !important;
}

.gsc-clear-button
{
    float: left !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}

.gsc-search-box
{
    float: right !important;
    width: auto !important;
    padding:0 !important;
    margin: 0 !important;
    height: auto !important;
    margin-top: 3px !important;
}

.gsc-control-cse
{
    float: left !important;
    width: 220px !important;
    z-index: 999 !important;
}

