/* Drop styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, ol, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;
font-weight: inherit; font-style: inherit; font-size: 100%;
font-family: inherit; vertical-align: baseline; background: transparent;}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
ins, del{ text-decoration: none }
h1,h2,h3,h4{ font-weight: normal }
/* End of drop */

/* Addition techniques */
.png{ behavior: url('/media/css/iepngfix.htc'); }

.nobr{
    white-space: nowrap;
}

.drop-shadow, .drop-shadow ins { position: relative }
.drop-shadow ins.shadow {
    position: absolute;
	top: 1px;
	left: 2px;
    opacity: .5;
    //filter:alpha(opacity=50);
    color: #000;
} .drop-shadow ins.shadow * { color: #000 !important; }
.will-shadow, .childs-will-shadow{
    text-shadow: 1px 1px 3px black;
    //filter: shadow(color=#333333,direction=135,strength=1);
    //width: 100%;
}
/* End of addition techniques */

*:first-child+html{
    overflow-x: visible;
}

body{
    font: normal normal 100% Georgia, "Times New Roman", serif;
    color: #ffffff;
    background: #4f4f4f;
    overflow-x: hidden;
}
input, textarea{
    font: normal normal 100% Georgia, "Times New Roman", serif;
}

strong{
    font-weight: bold;
}

a{
    color: #fff;    
}

.arial{
    font-family: Arial, sans-serif;
    font-size: 90%;
}

.caps{
    text-transform: uppercase;
}

#wrapper{
    width: 980px;
    margin: 0 auto;
    position: relative;
}
#outer{
    width: 980px;
    position: relative;
    //margin-left: -100px;
} 

#header{
    padding: 5px 0;
    height: 28px;
}



#header #lang-select{
    background: url(../img/lang-drop.gif) no-repeat 100% 60%;
    font-size: 90%;
    font-style: italic;
    padding: 0 15px 3px 5px;
    margin-top: 5px;
    margin-left: 790px;
    display: block;
    float: left;
    text-decoration: none;
} * html #header #lang-select{ margin-right: 25px;}

#header #lang-select:hover{
    background-color: #868686;
}
#header #lang-select *{
    vertical-align: middle;
    padding-right: 10px;
}


#header #lang-select-popup{
    position: absolute;
    z-index: 50;
    font-size: 90%;
    font-style: italic;
    left: auto;
    left: 786px;
    margin-top: 0;
    background: #4f4f4f;
    padding: 5px;
    display: none;
}
#header #lang-select-popup li{
    font-size: 90%;
    font-style: italic;
    padding: 1px 0 3px 5px;
}
#header #lang-select-popup li:hover{
    background-color: #868686;
}
#header #lang-select-popup li a{
    text-decoration: none;
}
#header #lang-select-popup li a *{
    vertical-align: middle;
    padding-right: 12px;
}
#header #lang-select-popup li a span{
    padding-right: 18px;
}

#header #city-select{
    position: absolute;
    margin: 4px 15px 4px 20px;
    padding-right: 15px;
    font-size: 70%;
    background: url(../img/lang-drop.gif) no-repeat scroll 100% 80%;
    //left: 50%;
    //margin-left: -470px;
    //margin-top: 10px;
}

#city-select-popups{
    font-size: 70%
}

#header #city-select label{
    margin-right: 5px;
    font-size: 105%;
    font-style: normal;
    color: #eee;
}

#header #city-select label.link{
    border-bottom: 1px dashed #eee;
}

#header #city-select select{
    font-size: 90%;
    border: 0 none;
    position: absolute;
    right: 14px;
}

#header #city-select select, #header #city-select select option{
    background: #4F4F4F;
    color: #CCCCCC;
}

#header .city-select-link, #header .city-help-link, #header .city-drop-link{
    font-size: 120%;
    border-bottom: 1px dashed #ccc;
    text-decoration: none;
}

#header .city-select-link:hover, #header .city-help-link:hover, #header .city-drop-link:hover{
    color: #FB7218;
}


#header #city-select-help-popup a:hover,
#header #city-select-popup a:hover{
    color: #FB7218 !important;
}

#city-select-help-popup{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    color: #fff;
    line-height: 160%;
    font-size: 120%;
}

#city-select-help-popup .bg{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
}

#city-select-help-popup .body{
    position: absolute;
    background: #e1e1e1 url(../img/popup-map.gif) no-repeat 50% 50%;
    color: #000;
    -o-box-shadow: 0 0 20px #000;
    -ms-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    width: 600px;
    left: 50%;
    top: 100px;
    margin-left: -330px;
    padding: 40px 30px 10px;
    z-index: 201;
    overflow: hidden;
    //zoom: 1;
}

#city-select-help-popup .body .select-city{
    font-style: italic;
}

#city-select-help-popup .body h2{
    font-size: 180%;
    line-height: 120%;
    margin:  60px 0 20px 130px;
}

#city-select-help-popup .body h3{
    font-weight: normal !important;
    font-size: 120%;
    margin:  20px 0 60px 130px;
}

#city-select-help-popup .body a{
    color: #FB7218 !important;
}

#city-select-help-popup .body h2 span{
    white-space: nowrap;
}

#city-select-help-popup .body ul{
    margin: 35px 0 15px 130px;
    overflow: hidden;
    //zoom: 1;
}

#city-select-help-popup .body ul li{
    float: left;
    font-size: 110%;
    font-style: italic;
    margin-right: 20px;
    font-weight: bold;
}

#city-select-help-popup .body p{
    line-height: 120%;
    margin-left: 130px;
    margin-bottom: 7px;
}

#city-select-help-popup .close-popup{
    float: none;
    display: block;
    position: absolute;
    height: 22px !important;
    width: 22px !important;
    background: #fff;
    top: 12px;
    right: 12px;
    background: url(../img/popup-close.gif) no-repeat 50% 50%;
}

#city-select-popup{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    color: #fff;
    line-height: 160%;
    font-size: 120%;
}

#city-select-popup .bg{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
}

#city-select-popup .body{
    position: absolute;
    background: #e1e1e1 url(../img/popup-map.gif) no-repeat 50% 50%;
    color: #000;
    -o-box-shadow: 0 0 20px #000;
    -ms-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    width: 660px;
    left: 50%;
    top: 100px;
    margin-left: -340px;
    padding: 20px 30px;
    z-index: 201;
    overflow: hidden;
    //zoom: 1;
}

#city-select-popup .body h2{
    font-size: 180%;
    margin-bottom: 40px;
    margin-left: 20px;
}

#city-select-popup .body h3{
    color: #fb7218;
    font: bold 100% "Trebuchet MS", Arial, sans-serif;
    margin-bottom: -1.4em;
}

#city-select-popup .body .col{
    width: 220px;
    float: left;
}

#city-select-popup .body ul{
    padding-left: 30px;
    margin: 0 0 20px 0;
}

#city-select-popup .body ul li{
    margin: 5px 0;
    padding-right: 20px;
    line-height: 110%;
}


#city-select-popup .close-popup{
    float: none;
    display: block;
    position: absolute;
    height: 22px !important;
    width: 22px !important;
    background: #fff;
    top: 12px;
    right: 12px;
    background: url(../img/popup-close.gif) no-repeat 50% 50%;
}

#city-select-popup a{
    color: #000;
}

#city-select-popup a:hover{
    color: #000 !important;
    border: 0 none !important;
    text-decoration: underline !important;
}



#flyleaf{
    float: left;
    height: 860px;
    width: 21px;
    background: url(../img/copyright.gif) no-repeat 0 100%;
}


.right-shade{
    background: url(../img/shade-right.png) no-repeat 0 100%;
    width: 7px;
    height: 859px;
    position: absolute;
    left: auto;
    right: 0;
    top: 1px;
}


#right-page{
    position: absolute;
    right: -200px;
    left: auto;
    width: 870px;
    cursor: pointer;
    //cursor: hand;
} 

#right-page #right-page-inner{
    margin-right: 7px;
    background: #333 url(../img/work/side-02.jpg) no-repeat 100% 0;
    height: 860px;
    overflow: hidden;
}



#right-page div.shadow{
    position: absolute;
    height: 8px;
    width: 100%;
    background: url(../img/shade-bottom-right.gif) no-repeat 100% 0;
}

#real-right{
    float: right;
    width: 210px;
}

#right-page #right-page-header{
    background: #000;
    opacity: .5;
    //filter:alpha(opacity=50);
    height: 105px;
    font-size: 130%;
    text-align: right;    
}

#right-page #right-page-header h2{
    padding: 40px 80px 0 0;
    position: relative;
}
#right-page #right-page-content{
    position: absolute;
    left: auto;
    right: 15px;
    top: auto;
    bottom: 30px;
    width: 180px;
}
#right-page #right-page-content h3{
    font-weight: bold;
    font-style: italic;
    font-size: 130%;
    line-height: 110%;
    margin-bottom: .3em;
}



#left-page{
    position: absolute;
    left: 21px;
    width: 290px;
    background: #666666 url(../img/shade-menu-left.gif) repeat-y 100% 0;
}

#left-page #left-page-inner{
    height: 860px;
    overflow: hidden;
}

#logo{
    height: 105px;
    background: #333 url(../img/shade-small-logo.gif) no-repeat 100% 0;
}

#logo img{
    margin: 25px;
}

#real-left{
    float: left;
    width: 216px;
    margin: 0 25px;
}

#main-menu li{
    padding-top: 11px;
    font-size: 130%;
    white-space: nowrap;
    line-height: 20pt;
}
#main-menu li.c01{
    background: url(../img/m01.gif) no-repeat 0 0;
}
#main-menu li.c02{
    background: url(../img/m02.gif) no-repeat 0 0;
}
#main-menu li.c03{
    background: url(../img/m03.gif) no-repeat 0 0;
}
#main-menu li.c04{
    background: url(../img/m04.gif) no-repeat 0 0;
}
#main-menu li.c05{
    background: url(../img/m05.gif) no-repeat 0 0;
}
#main-menu li.c06{
    background: url(../img/m06.gif) no-repeat 0 0;
}

#main-menu li a{
    text-decoration: none;
    border-bottom: 1px solid #858585;
}

#main-menu li.active a{
    color: #FB7218;
}
#main-menu li.active li a{
    color: #FFFFFF;
}
#main-menu li.active li.active a{
    color: #FB7218;
}
#main-menu li span{
    color: #FB7218;
}


#main-menu ul{
    margin-bottom: 3px;
}
#main-menu ul li{
    padding-top: 0;
    font-size: 65%;
    margin-left: 50px;
    line-height: 14pt;
}


#center{
    position: absolute;
    /*overflow: hidden;*/
    left: 310px;
    width: 667px;
    height: 860px;
}

.fullwidth#center{
    left: 21px;
    width: 955px;
}

#rear-menu{
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 25px;
    width: 220px;
} * html #rear-menu{
    width: 200px;
    overflow: hidden;
}

#rear-menu li{
    line-height: 14pt;
    white-space: nowrap;
}

#rear-menu li span{
    color: #FB7218;
}

#page-outer{
    width: 660px;
    height: 860px;
    background: #777;
}

.fullwidth #page-outer{
    width: 949px;
}

#page-header{
    height: 105px;
    background: #666 url(foof) no-repeat 30px 55%;
    font-size: 130%;
    text-align: right;
}
#page-header p{
    padding: 40px 80px;
    position: relative;
    z-index: 1;
}
#page-header .counter, #right-page-header .counter{
    position: absolute;
    left: auto;
    right: 7px;
}

#page{
    width: 600px;
    height: 685px;
    padding: 15px 30px;
    background: #fff;
    color: #000;
    font-size: 90%;
    /*clear: both;*/
}
.black #page{ color: #fff; }
.addition{
    clear: both;
    height: 704px !important;
    padding-top: 20px;
    //height: 705px !important;
}
.fullheight{
    height: 725px !important;
}
.distributors{
    height: 632px !important;
}
.hat-foot{
    height: 665px !important;
}
.hat-only{
    height: 705px !important;
}

#page #halfpage-static-text{
    padding-left: 330px;
}

#page #half-page-footer{
    position: absolute;
    top: auto;
    left: auto;
    right: 7px;
    bottom: 39px;
    height: 40px;
    width: 271px;
    padding: 5px 25px;
    background: #D0D0D0 url(../img/half-page-footer.gif) no-repeat 100% 0;
    font-style: italic;
}

#page #half-page-footer strong{
    font-weight: bold;
}
#page #half-page-footer a{
    padding-right: 10px;
}

.message-box{
    font-style: italic;
    padding: 10px 10px;
    border: 1px solid #fff;
    width: 450px;
    margin: 20px 0 20px;
    font-size: 17px;
}

.quote{
    font-size: 17px;
    font-style: italic;
}

.white #page .message-box{
    border: 1px solid #666;
}

.print-only{
    display: none;
}
.error.message-box{
    background: #FB7218 !important;
    border: 1px solid #FB7218;
}

.message-box p{
    margin: 3px 0 !important;
    padding: 0 !important;
}

.close-window{
    width: 127px;
    height: 17px;
    padding: 44px;
    left: auto;
    display: block;
    right: 7px;
    position: absolute;
    z-index: 1;
    text-decoration: none;
    font-size: 65%;
    font-style: italic;
    text-align: left;
    background: url(../img/close.gif) no-repeat 100% 50%;
}

#page-foot{
    height: 40px;
    background: #333 url(../img/white-page-footer.gif) no-repeat 100% 0;
}
.white #page-foot{
    background: #333 url(../img/white-page-footer.gif) no-repeat 100% 0;
}
.black #page-foot{
    background: #e9e9e9 url(../img/black-page-footer.gif) no-repeat 100% 0;
}
.gray #page-foot{
    background: #e9e9e9 url(../img/black-page-footer.gif) no-repeat 100% 0;
}
#page-foot a:hover span{
    text-decoration: underline;
}

#page-foot table{
    height: 40px;
    width: 100%;
    font-size: 80%;
    position: absolute;
    margin-left: -5px;
}
#page-foot table th{
    width: 33%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
#page-foot table td{
    width: 33%;
    vertical-align: middle;
    padding: 0 20px;
    text-align: left;
}
#page-foot table td a{
    color: #fff;
    text-decoration: none;
}
.white #page-foot table td a, .white #page-foot table th{
    color: #fff;
}
.black #page-foot table td a, .black #page-foot table th{
    color: #000;
}
.gray #page-foot table td a, .gray #page-foot table th{
    color: #000;
}
#page-foot table td.right{
    text-align: right;
}
#page-foot table td img{
    vertical-align: middle;
}

#page-sub-header{
    padding: 0 20px;
    background: #333333;
    font-style: italic;
    font-size: 90%;
    /*float: left;*/
    width: 620px;
    height: 21px;
    //height: 20px;
}

#page-sub-header strong{
    font-weight: bold;
    float: left;
}

#page-sub-header ul{
    float: left;
}

#footer{
    background: url(../img/shade-bottom-left-work.png) no-repeat 0 0;
    clear: both;
    margin-left: 21px;
    padding-left: 280px;
    font-size: 90%;
    color: #999999;
    position: relative;
} * html #footer{
    background-image: url(../img/shade-bottom-left-work.gif);
}

#footer a{
    color: #cccccc;
}


#search{
    float: left;
    margin-left: -280px;
    width: 260px;
    padding: 15px 10px 0 0;

    //position: absolute;
} *:first-child+html #search{
    margin-right: 25px;    
}

#search input{
    font: inherit;
    border: 1px solid #fff;
    width: 100%;
    padding-left: 3px;
    background: transparent url(../img/search.gif) no-repeat 100% 50%;
    color: #fff;
    //margin-left: 260px;
}

#search input.clean{
    color: #999;
    font-style: italic;
}

#search button{
    cursor: pointer;
    //cursor: hand;
    opacity: 0;
    background: transparent;
    border: 0 none;
    float: right;
    margin-top: -1.7em;
    z-index: 1;
    position: relative;
}

#footer-inner{
    padding: 10px;
    width: 646px;
    line-height: 100%;
    height: 40px;
}

#footer-inner p{
    margin-bottom: 20px;
    margin-top: 7px;
}

#footer-inner .address{
    line-height: 140%;
    margin-top: 2px;
    color: #eee;
    font-size: 105%;
    margin-left: -3px;
}

#footer-inner .address em{
    font-style: italic;
}

.foot-shade{
    width: 230px;
    height: 24px;
    float: right;
    position: relative;
    margin-top: -10px;
    margin-right: -27px;
    background: url(../img/shade-bottom-page.png) no-repeat 0 0;
} * html .foot-shade{
    margin-right: -18px;

}

#flash-promo{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

#flash-promo object{
    min-width: 1000px;
    min-height: 700px;
}

* html #flash-promo{
    position: absolute;
    left: expression(eval(document.documentElement.scrollLeft));
    top: expression(eval(document.documentElement.scrollTop));
    width: 100%;
    height: 100%;
}


* html #product-page{
    padding: 0 30px;
}
* html .product-page-ie6{
  padding-bottom: 0;
}



/*//*//*//*//*//*//*//*//*//*//*//*//*//*//*//*//*//*//*//*//*//*//*//*/
#page-top-menu {
    float: left;
    margin-left: 10px;
}

#page-top-menu li {
    float:left;
}
*|html #page-top-menu li {
    position: relative;
}

#page-top-menu li a, #page-top-menu li span {
    padding: 0 8px 2px 8px;
    display: block;
    position: relative;
    z-index: 8;
    text-decoration: none;
    
    border-top: 1px solid #333;
    border-right: 1px solid #666;
}

#page-top-menu li img{
    vertical-align: middle;
    padding-left: 7px;
    //padding-top: 4px;
}

#page-top-menu li.drop.over a {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    margin-left: -1px;
    background: #444;
    z-index: 10;
    position: relative;
}

#page-top-menu ul.sub {
    margin: -1px 0 0 -1px;
    padding: 6px;
    background: #444;
    visibility: hidden;
    border: 1px solid #666;
    position: absolute;
    z-index: 9;
    font-weight: normal;
    font-style: normal;
}

#page-top-menu li ul li{
    float: none;
}

#page-top-menu li li span{
    border: 0 none;
    white-space: nowrap;
    padding:2px 10px 1px;
    color: #FB7218;
}
#page-top-menu li li em{
    white-space: nowrap;
    font-weight: normal;
    font-style: normal;
}

#page-top-menu li li em a{
    color: #FB7218 !important;     
}

#page-top-menu li.drop ul.sub li a,
#page-top-menu li.drop ul.sub li a span{
    display: block;
    padding: 0;
    margin: 0;
    border: 0 none;
    text-decoration: none;
    white-space: nowrap;
    background: #444;
}

#page-top-menu li.drop ul.sub li a{
    padding: 2px 10px 1px;
}

#page-top-menu li.drop ul.sub li a.selected{
    color: #FB7218 !important;
}

#page-top-menu li.drop ul.sub li a:visited{
    color: #ccc;
}

#page-top-menu em{
    font-weight: bold;
}

#page-top-menu em a{
    cursor: default !important;
}

#page-top-menu li.drop ul.sub li a:hover{
    background: #787878;
    color: #fff;
}
#page-top-menu li.drop ul.sub li a:hover span{
    color: #fff;
}

#page-top-menu li.drop.over ul {
    visibility: visible;
    opacity: 0.1;
    filter:alpha(opacity=10);
}

* html #page-top-menu li.drop.over ul { visibility: visible; }
* html #page-top-menu li.drop ul.sub li{ clear: both; }
* html #page-top-menu li ul li{ float: left; }

.zoom{ overflow: hidden } * html .zoom { zoom: 1}


#footer .legal-note{
    font-family: Verdana, sans-serif;
    font-size: 65%;
    margin: 20px 20px 20px 5px;
}
