body {
    border:0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.MenuArea
{
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -10px 0 0 0;
    display: table;
}

.Menu
{
    height: 20px;
    line-height: 20px;
    display: table-cell;
    padding-left: 18px;
    padding-right: 18px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

.Menu:hover
{
    text-decoration: underline;
    color: #e475b0;
}

.MenuAct
{
    font-weight: bold;
    color: #e475b0;
}

.DropDownMenu
{
    width: 250px;
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.MenuIcon
{
    width: 35px;
    height: 5px;
}

.MenuIconArea,.MenuIconArea0,.xMenuIcon, .xMenuIcon0
{
    width: 35px;
    height: 40px;
    position: absolute;
    top: 14px;
    right: 0;
    cursor: pointer;
}

.MenuIconArea0, .xMenuIcon0
{
    display: none;
}

.xMenuIcon
{
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
}

.MenuIcon
{
    background-color: #FFF;
    margin: 6px 0;
}


/*------*/

.MenuMainRow
{
    width: 250px;
    border: solid 4px #e475b0;
    background: #FFF;
    z-index: 300;
    position: absolute;
    top: 80px;
    padding: 3px 0 3px;
    padding-top: 10px;
    padding-bottom: 20px;
    right: 0;
}

.MenuMainRow0
{
    display: none;
}

.MenuMainRow2
{
    position: relative;
    border-top: solid 1px #f3f3f3;
    border-bottom: solid 1px #f3f3f3;
    margin: 3px 0 3px;
    padding: 3px 0 3px;
    padding-top: 10px;
    padding-bottom: 20px;
    left: 50%;
    margin: 0 0 0 -100px;
}

.MenuRow
{
    width: 230px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    background: #fff;
    z-index: 200;
    position: relative;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    padding: 3px 3px 3px;
    left: 5px;
}

.MenuRow:hover
{
    background: #f3f3f3;    
}

.TopBG
{
    width: 100%;
    height: 41px;
    background: #f3f3f3;
    position: fixed;
    top: 52px;
    left: 0;
    z-index: 400;
}


#header_area,#header_area2
{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}

#header_area2
{
    display: none;
}

#headerlogo
{
    width: 158px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -33px 0 0 0;
    z-index: 500;
}


#header_menu
{
    height: 30px;
    top: 50%;
    margin: -15px 0 0 0;
    position: absolute;
    right: 10px;
    display: table;
}


.themenu
{
    height: 30px;
    line-height: 30px;
    position: relative;
    display: table-cell;
    padding: 10px;
    color: #0066ff;
    font-size: 13px;
    cursor: pointer;
}

.themenu:hover
{
    color: #e475b0;
    text-decoration: underline;
}



#top_area
{
    width: 100%;
    height: 450px;
    position: relative;
    background: #FFF;
}


.header_bg
{
    width: 100%;
    height: 100px;
    background: #727272;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    border-bottom: solid 5px #e475b0;
    display: none;
}

.header_content
{
    width: 100%;
    height: 100px;
    z-index: 300;
    position: absolute;
    top: 0;
    left: 0;
}




/*------*/


@media (max-width: 1020px)
{
    .MenuArea { display: none; }
    .DropDownMenu { display: block; }


    

}