@charset "utf-8";
/* CSS Document */

html{
    height: 100%;
}
body{
    padding:0px;
    margin:0px;
    font:11px Tahoma;
    background:#000000;
    height: 100%;
    color:#ffffff;
}
#menuBox{
    height:20px;
    text-align:right;
}
#content{
    background:transparent url('../images/logo.gif') no-repeat left top;
    height:600px;
    padding-left:220px;
    padding-top:50px;
}

#langMenu{
    position:absolute; 
    left:0px; 
    top:60px; 
    z-index:89;
    width:42px;
}
#langMenu .nod{
    padding-bottom:5px;
    margin:0px;
    padding-left:5px;
    background:transparent url('../images/langMenuMidle.png') repeat-y;
    
}
#langMenu .nod a{    
    color:#909090;
    text-decoration:none;
}
#leftPanel{
    background:transparent url('../images/bg_left.jpg') no-repeat left bottom;
    height:489px;
    width:50%;
    float:left;
}
#rightPanel{
    background:transparent url('../images/bg_right.jpg') no-repeat right bottom;
    height:460px;
    width:50%;
    float:left;
}
.l1_1{
    background:transparent url('../images/line1_left.png'); width:20px; height:20px;
}
.l1_2{
    background:transparent url('../images/line1_midle.png'); height:20px;
}
.l1_3{
    background:transparent url('../images/line1_right.gif'); width:20px; height:20px;
}

.l2_1{
    background:transparent url('../images/line2_left.png'); width:20px;
}
.l2_2{
    font:11px tahoma;
    color:#ffffff;
    background:transparent url('../images/80.png');
    height:440px;
}
.l2_3{
    background:transparent url('../images/line2_right.png'); width:20px;
}
.l3_1{
    background:transparent url('../images/line3_left.gif'); width:20px; height:20px;
}
.l3_2{
    background:transparent url('../images/line3_midle.gif'); height:20px;
}
.l3_3{
    background:transparent url('../images/line3_right.gif'); width:20px; height:20px;
}

.l2_2 a{
    color:#FF0000 !important;
    text-decoration:none;
}
.l2_2 a:hover{
    color:#FF0000;
    text-decoration:underline;
}
.l2_2 h1{
    color:#ffffff;
    font:bold 16px Tahoma;
    margin-bottom:10px;
}

.gItem{
    border:5px solid #cccccc;
    text-align:center;
    padding:5px;
    float:left;
    margin:10px;
}
#copiright{
    color:#909090;
    font:10px Tahoma;
    position:absolute;
    bottom:0px;
    text-align:center;
}
#copirightNew{
    color:#909090;
    font:10px Tahoma;
    bottom:0px;
    text-align:center;
    margin-top:5px;
}
.noborder a img{
    border:0px;
    text-decoration:none;
}
