*{
    font-size: 12px;
    color: #fff;
    text-align: left;
    font-family: arial,"Times New Roman",tahoma,verdana;
    line-height: 20px;
}
body{
    background: #000;
    direction: ltr;
    overflow-y: scroll;
}
.corner{
    position: fixed;
    top: 0px;
    height: 0px;
    width: 0px;
}
.corner-right{
    background: url(../images/corner-right.png) repeat-y;
    right: 0px;
}
.corner-left{
    background: url(../images/corner-left.png) -160px repeat-y;
    left: 0px;
}
table{
    direction: ltr;
}
p{
    margin: 0;
}
h2{
    margin: 0;
    font-size: 24px;
    text-decoration: underline;
    padding-bottom: 5px;
}
input,textarea{
    color: #000;
}
input[type=submit]{
    padding: 0 5px;
    color: #000;
}
input[type=text]{
    width: 225px;
    color: #000;
}
.main{
    width: 728px;
    margin: 0 auto;
    display: none;
}
.intro{
    margin: 5% auto;
    height: 500px;
    width: 500px;
    background: #fff;
    background: url(../../../images/intro.jpg);
}
.intro input[type=button]{
    color: #000;
    margin-top: 435px;
    height: 40px;
    margin-left: 375px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    background: #D2D2D2/*url(../images/btn_bg.jpg)*/;
    border-color: #323232;
}
.header{
    height: 26px;
    margin-top: 20px;
}
.header_logo{
    float: right;
    background: url(../../../images/logo1.png) no-repeat;
    width: 150px;
    height: 150px;
}
.header_banner{
    height: 135px;
    width: 515px;
    float: left;
    border: 1px solid #323232;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.header_banner div{
    height: 108px;
    width: 500px;
    float: left;
    display: none;
}
.header_menu{
    float: left;
    height: 25px;
    margin-right: 15px;
    border-bottom: 1px solid gray;
    margin-top: 45px;
}
.header_menu div{
    float: left;
    display: none;
}
.header_menu_main,
.header_menu_main_selected{
    margin-right: 5px;
}
.header_menu_main a{
    text-decoration: none;
    color: #323232;
    font-weight: bold;
}
.header_menu_main_selected a, 
.header_menu_main:hover a{
    text-decoration: none;
    color: #D2D2D2;
    font-weight: bold;
}
.header_menu_main span, .header_menu_main_selected span{
    display: block;
    float: left;
    height: 25px;
    cursor: pointer;
}
.header_menu_main .men_mid{
    background: #808080;
    line-height: 25px;
    padding: 0 10px;
    font-weight: bold;
}
.header_menu_main_selected .men_mid, 
.header_menu_main:hover .men_mid{
    background: #323232;
    line-height: 25px;
    padding: 0 10px;
    font-weight: bold;
}
.build{
    width: 150px;
    float: right;
    height: 381px;
    background: url(../images/big_building.png);
}
.bdy{
    margin-top: 45px;
}
.bdy_main{
    border-bottom: #222;
    width: 578px;
    background: #000;
    padding: 10px 0 0;
    overflow: hidden;
    margin-bottom: 10px 10px 0;
    min-height: 460px;
    float: left;
    /*border-top: 1px solid gray;*/
}
.bdy_main_main_bdy{
    overflow: hidden;
    display: none;
}
.bdy_main_main{
    float: right;
    width: 100%;
}
.bdy_main_main2{
    float: right;
    width: 463px;
}
.bdy_main_sec{
    float: left;
    width: 231px;
}
.bdy_main_main_mid{
    background: #000;
    padding: 10px 0;
    min-height: 440px;
    /*width: 443px;*/
}
.bdy_main_main_mid2{
    background: #000;
    padding: 10px;
    min-height: 440px;
    width: 443px;
}
.bdy_main_sec_mid{
    background: none;
    min-height: 440px;
}
.products{
    overflow: hidden;
}
.product_dv{
    /*
    width: 100px;
    float: left;
    */
    margin: 10px;
}
.product_det{
    border-top: 1px solid gray;
    color: #fff;
    background: #000;
    /*
    display: none;
    position: absolute;
    */
    min-width: 181px;
    padding: 10px 0;
}
.product_det p, .product_det a, .product_det em, .product_det strong{
    color: #fff;
}
.product_det a{
    text-decoration: underline;
}
.product_img{
    height: 50px;
    /*
    cursor: pointer;
    background: #fff;
    */
    vertical-align: middle;
}
.footer{
    padding-top: 80px;
    background: url('../images/building.png') no-repeat;        
    text-align: center;
    float: right;
    width: 728px;
}
