body {
    background: #ffffff url(loading.gif) no-repeat center 180px;
    font-size: 14px;
    font-family: sans-serif;
    overflow-x: hidden;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.eng {
    text-transform: uppercase;
    font-size: 80%;
}

#page {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

/* Header */

#header {
    margin: 0 -35px;
    position: relative;
    height: 514px;
    z-index: 1;
    background: url(header_bg.jpg) no-repeat;
}

#header a:hover {
    text-decoration: none;
}

#header h1 {
    position: absolute;
    left: 27px;
}

#header h1 a {
    width: 326px;
    height: 110px;
    display: block;
    background-image: url(logo.png);
    text-indent: -900em;
}

#search {
    background: url(search_bg.png) no-repeat;
    width: 176px;
    height: 96px;
    padding: 29px 12px 0 13px;
    position: absolute;
    right: 2px;
}

#search_text {
    width: 118px;
    height: 15px;
    line-height: 17px;
    border: 1px solid #000000;
    font-size: 80%;
}

#search_submit {
    width: 26px;
    height: 19px;
    background-color: #7a7a7a;
    border: 0;
    color: #ffffff;
    font-size: 72%;
}

#search ul {
    font-size: 90%;
    margin: 6px 0 0 99px;
}

#search ul li {
    list-style: square outside url(search_item.png);
}

#search ul li a {
    color: #747474;
}

#navbar {
    background: url(navbar_bg.png) repeat-x top;
    width: 949px;
    height: 76px;
    overflow: hidden;
    position: absolute;
    left: 36px;
    top: 380px;
}

#navbar li {
    float: left;
    height: 76px;
    border-left: 1px dotted #c3c3c3;
}

#navbar li:first-child {
    border-left: none;
}

#navbar li a {
    text-align: center;
    display: block;
    height: 32px;
    padding: 22px 0;
    color: #000000;
}

#navbar li a .eng {
    display: block;
    margin-top: 5px;
    color: #7a7a7a;
    letter-spacing: .3em;
}

#navbar .current, #navbar .this {
    background: url(navbar_cur.png) repeat-x bottom;
}

#navmenu ul {
    position: absolute;
    overflow: hidden;
    top: -900em;
    padding-bottom: 6px;
}

#navmenu ul li {
    border-top: 1px dotted #ffffff;
    background-color: #000000;
    opacity: .75;
}

#navmenu ul li:first-child {
    border-top: 0;
}

#navmenu ul li a {
    font-size: 80%;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    display: block;
    padding: 0 2px;
    width: 100%;
    overflow: hidden;
}

#navmenu ul li a:hover {
    background-color: #222222;
}

#nav_index  { width: 117px; }
#nav_news   { width: 142px; }
#nav_photo  { width: 117px; }
#nav_about  { width: 142px; }
#nav_qa     { width: 141px; }
#nav_service{ width: 142px; }
#nav_links  { width: 142px; }

/* Middle */

#middle {
    margin: -26px -35px 25px;
    padding: 0 35px;
    background: url(middle_bg.png) no-repeat 0 26px;
    position: relative;
    line-height: 1.6em;
    z-index: 2;
}

#leftbar {
    width: 200px;
    background: #d53131 url(leftbar_bg.png) no-repeat bottom right;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 35px;
    bottom: 0;
    height: auto;
    padding: 8px 20px;
}

#leftbar h2 { margin: 1em 0 .5em; }
#leftbar ul { margin-left: 1em; }
#leftbar a { color: #ffffff; }

#main {
    margin-left: 270px;
    padding-bottom: 10px;
    background: #ffffff;
    width: 680px;
    min-height: 560px;
}

#title_bar {
    width: 640px;
    height: 15px;
    line-height: 15px;
    background: #666666;
    padding: 12px 20px;
    margin-bottom: .5em;
}
#title_bar, #title_bar a { color: #ffffff; }

/* Footer */

#footer {
    position: relative;
    z-index: 0;
    margin: -371px -35px 0;
    padding: 391px 35px 0;
    background: url(footer_bg.png) repeat-x;
    color: #ffffff;
    font-size: 80%;
    height: 312px;
}

#footer a {
    color: #ffffff;
}

#footer h2 {
    width: 100%;
    background: #000000;
    text-align: center;
    font-size: 120%;
    height: 22px;
    line-height: 22px;
    margin: 0 0 10px;
}

#footer h2 .eng {
    margin-left: 10px;
}

#footer div {
    float: left;
}

#footer ul {
    float: left;
    margin-right: 40px;
}

#sitemap {
    width: 679px;
    margin-right: 30px;
}

#sitemap ul { padding-left: 10px; }
#sitemap li { margin: 0 0 10px; }

#sponsor { width: 240px; }
#sponsor li:first-child { margin-top: 6px; }
#sponsor li { margin-top: 18px; }

#sponsor a {
    display: block;
    width: 240px;
    height: 53px;
    text-indent: -900em;
}

#copyright {
    position: absolute;
    bottom: 25px;
    right: 35px;
    text-align: right;
}
