/* -----------------------------------*/
/* ---------->>> BASE <<<-------------*/
/* -----------------------------------*/

@import url("reset.css");;
@import url("layout(1");.css");
@import url("layers.css");;


/*    FONT FACE                                                         
    ----------------------------------------------------------------- */

@font-face {
    font-family: 'HeliosCondCondensed';
    src: url('../_font/he_cn___-webfont.eot');
    src: local('☺'), url('../_font/he_cn___-webfont.woff') format('woff'), url('../_font/he_cn___-webfont.ttf') format('truetype'), url('../_font/he_cn___-webfont.svgz') format('svg'), url('../_font/he_cn___-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*    COMMON RULES
    ----------------------------------------------------------------- */
    
html {
    height: 100%;
    font: 87.5% "Arial", "Helvetica", sans-serif;
}
body {
    font-size: 100.01%;
    width: 100%;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    line-height: 1.65;
    color: #4a545e;
}

#page {
    padding-bottom: 0px;
    /padding-bottom: 401px;
    _padding-bottom: 401px;
}
a {
    color: #3c91e0;
}
a img {
    border: 0;
}
a:hover {
    text-decoration: none;
}
h1 {
    font-size: 27px;
    line-height: 1;
    color: #182c42;
    padding: 0 0 20px;
}
h2 {
    font-size: 18px;
    line-height: 1.2;
    color: #182c42;
    padding: 1px 0 9px;
}
h2 span {
    color: #3c91e0;
}
h3 {
    font-size: 14px;
    line-height: 1.2;
    color: #182c42;
    font-weight: bold;
    padding: 3px 0 10px;
}
p {
    padding: 0 0 17px;
}
ul {
    margin: 0 0 8px 22px;
}
ul li {
    padding: 0 0 9px 21px;
    background: url("../_img/official/bullet.gif") 0 10px no-repeat;
}
ul li ol li {
    background: 0;
}
ol {
    margin: 0 0 8px 42px;
}
ol li {
    padding: 0 0 9px;
}
table {
    border-collapse: collapse;
    margin: 3px 0 23px;
    position: relative;
}
table td, table th {
    border: 1px solid #cbd3e6;
    text-align: center;
    vertical-align: middle;
    line-height: 1.15;
    font-size: 12px;
    padding: 13px 10px;
}
table thead th {
    background: #f3f9ff;
}
table tbody th {
    background: #eaecf1;
    text-align: left;
}
table tbody td {
    text-align: left;
    vertical-align: top;
}


/*    VOID
    ----------------------------------------------------------------- */

.void {
    text-align: center;
    width: 606px;
    margin: 0 auto;
    line-height: 1;
}
.void .top {
    background: url("../_img/official/logo.jpg") 50% 0 no-repeat;
    font-family: 'HeliosCondCondensed';
    border-bottom: 1px solid #d7d7d7;
    padding: 100px 0 50px;
    color: #182c42;
    font-size: 25px;
}
.void .top span {
    display: block;
    color: #788797;
    font-size: 18px;
    padding: 13px 0 10px;
}
.void .bottom {
    font-size: 13px;
    padding: 46px 0 0;
}
.void .bottom span {
    color: #a83217;
    font-size: 27px;
    display: block;
    padding: 0 0 14px;
}
.void .bottom strong {
    display: block;
    font-weight: normal;
    font-size: 18px;
    color: #182c42;
    padding: 0 0 15px;
}
.void .bottom div {
    line-height: 17px;
    width: 210px;
    margin: 17px auto 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.void .bottom div a {
    background: url("../_img/official/err-line.gif") 0 0 no-repeat;
    padding-left: 10px;
    margin-right: 9px;
    position: relative;
    left: -10px;
}