﻿body
{
    margin:0;
    padding:0;
    font-family:Arial;
    font-size:1px;
    background-color:#FFFFFF;
}

div.Main
{
    position:relative;
    width:830px;
    margin:49px auto;
}
img
{
    border:none 0;
}


/* header */
div.Header
{
    position:relative;
    float:left;
    clear:both;
    width:830px;
}
div.LangeSelect
{
    position:absolute;
    top:1px;
    right:63px;
    font-size:11px;
    font-weight:bold;
    color:#000000;
}
div.LangeSelect a
{
    font-size:11px;
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}
div.Header div.TopLeft
{
    float:left;
    width:31px;
    height:14px;
    background-image:url('../images/page_corner_tl.png');
    background-repeat:no-repeat;
    background-position:left top;
}
div.Header div.TopRight
{
    float:right;
    width:31px;
    height:14px;
    background-image:url('../images/page_corner_tr.png');
    background-repeat:no-repeat;
    background-position:right top;
}

/* main page */
div.MainPage
{
    position:relative;
    float:left;
    width:828px;
    min-height:399px;
    padding-bottom:12px;
    border-style:solid;
    border-width:0 1px;
    border-color:#A2A2A2;
    background-image:url('../images/main_bg.png');
    background-repeat:no-repeat;
    background-position:84px 155px;
    background-color:#FFFFFF;
}

div.Content
{
    float:left;
}
div.PageTop
{
    position:relative;
    float:left;
    clear:both;
    width:519px;
    height:87px;
    margin:9px 0 0 52px;
    background-image:url('../images/page-top_bg.jpg');
    background-repeat:no-repeat;
    background-position:right bottom;
}
img.MainLogo
{
    position:absolute;
    bottom:11px;
    left:-3px;
}
div.FlashImg
{
    width:376px;
    height:76px;
    position:absolute;
    bottom:11px;
    left:129px;
}
div.FlashImg p
{
    margin:0;
    padding:0;
}


/* main menu */
ul.MainMenu
{
    float:left;
    clear:both;
    width:408px;
    margin:13px 0 0 151px;
    padding:0;
    list-style-type:none;
}
ul.MainMenu li
{
    float:right;
    padding:0 3px 0 1px;
    background-image:url('../images/main-menu_sep.jpg');
    background-repeat:no-repeat;
    background-position:right center;
}
ul.MainMenu li a
{
    display:block;
    padding:3px 7px;
    font-size:11px;
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}
ul.MainMenu li.first
{
    background-image:none;
}


div.PageContent
{
    float:left;
    clear:both;
    width:376px;
    margin:35px 0 0 181px;
    font-size:11px;
    text-align:right;
}

/* docoration */
div.Decor
{
    float:right;
}
img.DecorDots
{
    float:left;
    clear:both;
    margin:12px 56px 0 0;
}
div.LinksSep
{
    float:left;
    clear:both;
    width:183px;
    height:1px;
    margin:12px 56px 0 0;
    background-color:#A2A2A2;
}


div.MyLinks
{
    float:left;
    clear:both;
    width:183px;
    margin:12px 56px 0 0;
}
div.MyLinks div.LinkLeft
{
    float:left;
    clear:left;
}
div.MyLinks div.LinkRight
{
    float:right;
    clear:right;
}
div.MyLinks a
{
    margin-left:6px;
    font-size:13px;
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}

/* footer */
div.Footer
{
    position:relative;
    float:left;
    clear:both;
    width:830px;
}
div.Footer div.BottomLeft
{
    float:left;
    width:31px;
    height:14px;
    background-image:url('../images/page_corner_bl.png');
    background-repeat:no-repeat;
    background-position:left bottom;
}
div.Footer div.BottomRight
{
    float:right;
    width:31px;
    height:14px;
    background-image:url('../images/page_corner_br.png');
    background-repeat:no-repeat;
    background-position:right bottom;
}





/* copyright */
div.Copyright
{
    position:absolute;
    bottom:-7px;
    left:31px;
}
div.CopyrightLeft
{
    float:left;
    width:5px;
    height:18px;
    background-image:url('../images/copyright_left_corner.png');
    background-repeat:no-repeat;
    background-position:left bottom;
}
div.CopyrightRight
{
    float:left;
    width:5px;
    height:18px;
    background-image:url('../images/copyright_right_corner.png');
    background-repeat:no-repeat;
    background-position:right bottom;
}
div.CopyrightMain
{
    float:left;
    height:18px;
    background-image:url('../images/copyright_bg.jpg');
    background-repeat:repeat-x;
    background-position:center bottom;
}
div.CopyrightMain p
{
    margin:2px 0 0 0;
    padding:0 9px;
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
    text-align:center;
}

/* bottom links */
ul.BottomLinks
{
    float:left;
    clear:both;
    width:810px;
    margin:12px 0 0 10px;
    padding:0;
    list-style-type:none;
    white-space:nowrap;
}
ul.BottomLinks li
{
    float:right;
    margin-bottom:8px;
    padding:0 6px 0 5px;
    font-size:10px;
    border-right:solid 1px #000000;
}
ul.BottomLinks li a
{
    font-size:10px;
    color:#000000;
    text-decoration:none;
}