


/*************header*************/

#main #c-center .header{
    float:left;
    width:780px;
}

#main #c-center .header .in-center{
    padding-top: 23px;
    min-height: 200px;
    background: url(/images/layout/center_shadow.jpg) transparent repeat-y left;
}



/*************header*************/


/*************h-menu*************/

#main #c-center .h-menu{
    height: 133px;    
    float:left;
}
#main #c-center .h-menu .in-center{
    background: url(/images/layout/center_shadow.jpg) transparent repeat-y left;
}



#main #c-center .h-menu #menu{
    float:left;
    height: 133px;
    width: 544px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}


#main #c-center .h-menu #menu .deco1,
#main #c-center .h-menu #menu .deco2,
#main #c-center .h-menu #menu .deco3{
    float:left;
    width: 174px;
    text-align: center;
}

#main #c-center .h-menu #menu a{
    display: block;
}

#main #c-center .h-menu #menu a img{
    border: none;
}

#main #c-center .h-menu .deco1{
    background: url(/images/layout/center-deco1.jpg) transparent no-repeat bottom;
    margin-right: 11px;
    padding-top: 81px;
    height: 52px;
}

#main #c-center .h-menu .deco2{
    background: url(/images/layout/center-deco2.jpg) transparent no-repeat bottom;
    margin-right: 11px;
    margin-top: 8px;
    padding-top: 76px;
    height: 49px;

}

#main #c-center .h-menu .deco3{
    background: url(/images/layout/center-deco3.jpg) transparent no-repeat bottom;
    margin-top: 8px;
    padding-top: 76px;
    height: 49px;
    
}

#main #c-center .h-menu #menu .floatmenu{
    position:relative;
    z-index: 200;
    text-align: left;
    float:left;
    padding: 10px 10px 10px 25px;
}

#main #c-center .h-menu #menu .deco1 .floatmenu{display: none;}
#main #c-center .h-menu #menu .deco2 .floatmenu{display: none;}
#main #c-center .h-menu #menu .deco3 .floatmenu{display: none;}

#main #c-center .h-menu #menu .floatmenu ul{
    margin: 0px;    
    padding: 0px;
    list-style: outside;
    color: #fff;
    list-style-type:disc;
}

#main #c-center .h-menu #menu .floatmenu ul li{
    margin: 0px;    
    padding: 0px;
}

#main #c-center .h-menu #menu .floatmenu a{
    color: #fff;
}

#main #c-center .h-menu .deco1 .floatmenu{
    background: transparent url(/images/layout/fmenu1.png) repeat;
}

#main #c-center .h-menu .deco2 .floatmenu{
    background: transparent url(/images/layout/fmenu2.png) repeat;
}

#main #c-center .h-menu .deco3 .floatmenu{
    background: transparent url(/images/layout/fmenu3.png) repeat;
}

/*************h-menu*************/








/*-----theme---------*/

#main .in-center .theme{
    width:100%;
}

#main .in-center .theme .theme-title{
    float:left;    
    width: 103px;
}

#main .in-center .theme{
    width: 100%; 
    float:left;
    margin-bottom: 5px;
}

#main .in-center .theme .theme-line{
    float:right;    
    width:430px;
    height: 17px;
    background: url(/images/layout/blue-line.jpg) repeat-x;
    margin-left: 10px;
}

#main .in-center .theme .theme-photo{
    float: right;
    margin-top: 10px;
}

/*-----theme---------*/





