body{
    font-family:Arial;
    background:#f9af01 url(../images/bg.jpg) no-repeat top left;
}
.title{
    width:548px;
    height:119px;
    position:absolute;
    top:400px;
    left:150px;
}
#content{
    margin:0 auto;
}
.lang{
    position:fixed;
    width:200px;
    height:27px;
    outline:none;
    top:500px;
    left:480px;

    font-family: "Trebuchet MS", sans-serif;

    font-style: normal;
    font-weight: bold;
    _position: absolute;
}
.lang a{
    font-size: 0.9em;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#222;
    padding:3px;
    width:50px;
    cursor: pointer;
}
.lang a:hover{
    background-color:#fff;
    color:#444;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 4px #666;
    -webkit-box-shadow:1px 1px 4px #666;
    box-shadow:1px 1px 4px #666;
}

.navigation{
    margin: 0px auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
}
.navigation .item{
    position:absolute;
}
.bmc_1{
    top:390px;
    left:705px;
}
.bmc_1_star{
    top: 400px;
    left: 150px;
}
.bmc_2{
    top:330px;
    left:705px;
}
.bmc_2_star{
    top: 370px;
    left: 340px;
}
.bmc_3{
    top:270px;
    left:705px;
}
.bmc_3_star{
    top: 130px;
    left: 410px;
}
.bmc_4{
    top:210px;
    left:705px;
}
.bmc_4_star{
    top: 220px;
    left: 620px;
}
.bmc_5{
    top:150px;
    left:705px;
}
.bmc_5_star{
    top: 380px;
    left: 600px;
}
.bmc_6{
    top:90px;
    left:705px;
}
.bmc_6_star{
    top: 180px;
    left: 280px;
}
.bmc_7{
    top:30px;
    left:705px;
}
.bmc_7_star{
    top: 300px;
    left: 290px;
}
a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.bmc_7 a.icon{
    background:transparent url(../images/bmce.png) no-repeat 0px 0px;
    _background:transparent url(../images/gif/bmce.gif) no-repeat 0px 0px;
}
.bmc_6 a.icon{
    background:transparent url(../images/bmcp.png) no-repeat 0px 0px;
    _background:transparent url(../images/gif/bmcp.gif) no-repeat 0px 0px;
}
.bmc_5 a.icon{
    background:transparent url(../images/bmc_intech.png) no-repeat 0px 0px;
    _background:transparent url(../images/gif/bmc_intech.gif) no-repeat 0px 0px;
}
.bmc_4 a.icon{
    background:transparent url(../images/bmct.png) no-repeat 0px 0px;
    _background:transparent url(../images/gif/bmct.gif) no-repeat 0px 0px;
}
.bmc_3 a.icon{
    background:transparent url(../images/bmcd.png) no-repeat 0px 0px;
    _background:transparent url(../images/gif/bmcd.gif) no-repeat 0px 0px;
}
.bmc_2 a.icon{
    background:transparent url(../images/bmci.png) no-repeat 0px 0px;
    _background:transparent url(../images/gif/bmci.gif) no-repeat 0px 0px;
}
.bmc_1 a.icon{
    background:transparent url(../images/bmcc.png) no-repeat 0px 0px;
    _background:transparent url(../images/gif/bmcc.gif) no-repeat 0px 0px;
}
.navigation .item a.active{
    background-position:0px -52px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:52px;
    height:52px;
    opacity:0.1;
}
.item h2{
    position:absolute;
    width:230px;
    height:52px;
    color:#222;
    font-size:16px;
    top:0px;
    left:52px;
    text-indent:10px;
    /*    line-height:52px;*/
    text-shadow:1px 1px 1px #fff;
    text-transform:uppercase;
    padding-top: 15px;
}
.item h2.active{
    color:#fff;
    text-shadow:1px 0px 1px #555;
}
.item ul{
    list-style:none;
    position:absolute;
    top:60px;
    left:25px;
    display:none;
}
.item ul li a{
    font-size:15px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#222;
    padding:3px;
    float:left;
    clear:both;
    width:100px;
    text-shadow:1px 1px 1px #fff;
}
.item ul li a:hover{
    background-color:#fff;
    color:#444;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 4px #666;
    -webkit-box-shadow:1px 1px 4px #666;
    box-shadow:1px 1px 4px #666;
}