@import url("reset.css");

a { text-decoration : none; cursor: pointer; outline: none; color: #9D1111;}
a:hover { text-decoration: underline;}

h1 {
    background: url("../img/icon.gif") no-repeat left top;
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    padding: 10px 0 10px 60px;
    font-weight: normal;
    margin: 20px 0 10px 0;
}

ul {
    list-style : none;
    padding : 0;
    margin : 0;
}

.button-red {
    display: block;
    border: 1px solid #af1e1e;
    color: white;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    width: 100px;

    background: #af1e1e; /* Old browsers */
    background: -moz-linear-gradient(top, #af1e1e 0%, #8d1314 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af1e1e), color-stop(100%,#8d1314)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #af1e1e 0%,#8d1314 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #af1e1e 0%,#8d1314 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #af1e1e 0%,#8d1314 100%); /* IE10+ */
    background: linear-gradient(to bottom, #af1e1e 0%,#8d1314 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af1e1e', endColorstr='#8d1314',GradientType=0 ); /* IE6-8 */
}
.button-red:hover {
    background: #8d1314; /* Old browsers */
    text-decoration: none;
}

.button-black {
    display: block;
    border: 1px solid #262626;
    color: white;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    width: 100px;

    background: #282828; /* Old browsers */
    background: -moz-linear-gradient(top, #282828 0%, #1c1c1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282828), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #282828 0%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #282828 0%,#1c1c1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #282828 0%,#1c1c1c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #282828 0%,#1c1c1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-8 */
}
.button-black:hover {
    background: #1c1c1c; /* Old browsers */
    text-decoration: none;
}


html, body {
    padding : 0;
    margin : 0;
    font : 12px/16px 'Arial', Helvetica, sans-serif;
    color : #8F8F8F;
    background:#070707 url("../img/main-bg.gif") top left repeat-x;
}
.site {
    text-align: center;
}
.wrap {
    padding: 0 0 97px;
}

header {
    margin: 0 auto;
    width: 950px;
    text-align: left;
}
.header{
    height:182px;
    background:url("../img/header.jpg") top left no-repeat;
}
.logo{ padding:26px 0 0 12px; font-size:11px; color:#705F38; font-style:italic;}

nav.menuTop {
    border-top: #913E3E 1px solid;
    border-bottom: #1E0D0D 1px solid;
    background: url("../img/menu-bg.gif") top left repeat-x;}
.menuTop_bg { background:url("../img/menu-bg2.gif") top left no-repeat; padding:9px 0 9px 0;}
nav.menuTop a{
    color:#E2DCDC;
    padding:0 17px 0 17px;
    }
nav.menuTop a:hover, nav.menuTop a.active { color:#E98145;}

section.scontent {
    padding: 17px 0 0 0;
    width: 930px;
    margin: 0 auto;
    text-align: left;
    background: url("../img/maincontant-bg2.gif") top right no-repeat;
}
aside {
    width: 254px;
    float: left;
}

nav.leftMenu {
    background:url("../img/left-hading-bg.gif") top left no-repeat;
    padding:0 0 15px 0;
    margin-bottom: 20px;
}
.leftMenu_header {
    font-size:18px;
    color:#fff;
    padding:19px 0 0 52px;
    background: url("../img/arrow1.gif") no-repeat 19px 20px;
    background-size: 27px 25px;
    line-height: 25px;
}
nav.leftMenu ul {
    padding:10px 22px 0 25px;
}
nav.leftMenu ul li {
    padding-left:5px;
    background:url("../img/dot1.gif") bottom left repeat-x;
}
nav.leftMenu ul li a {
    background:url("../img/arrow2.gif") top left no-repeat;
    padding:5px 15px 7px 15px;
    display:block;
    color:#9D1111;
    height:1%;
}
nav.leftMenu ul li a:hover, nav.leftMenu ul li a.active {
    color:#999999;
    text-decoration:underline;
}

article {
    width: 651px;
    float: right;
    padding-bottom: 40px;
}
.block_text {
    background: black;
    padding: 10px 20px 20px 20px;
    border: 1px solid #434B4C;
    margin-top: 10px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.block_text_title {
    font-size:20px; font-weight:normal; color:#791010; padding:8px 0 12px 0; line-height: 1.4;
}
.welcome_outer {
    background:url("../img/welcome_bg.gif") top left repeat-y;
}
.welcome_inner {
    min-height:192px;
    background:url("../img/welcome_img.jpg") bottom right no-repeat;
}
.welcome {
    margin:0 0 10px 30px;
    width:350px;
}

.chartBox {border: 1px solid #434B4C;}
.chartBox table {
    background:#130E0E url("../img/bg1.gif") top center no-repeat;
    border-right:#070707 1px solid;
}
.chartBox table tr th {
    color:#fff;
    padding:5px 0 5px 12px;
    border-bottom:#070707 1px solid;
    border-top:#070707 1px solid;
    border-left:#070707 1px solid;
}
.chartBox table tr td {
    color:#DFDFDF;
    padding:8px 0 8px 12px;
    border-bottom:#070707 1px solid;
    border-left:#070707 1px solid;
    background:#0F0F0F;
}
.chartBox table tr td:first-child {font-size: 28px;font-weight: bold;}
.chartBox table tr td.chartBox_bonus {
    font-size: 18px;
    color: #791010;
}

footer {
    height: 97px;
    background:url("../img/footer-bg.gif") top center no-repeat;
    margin-top: -97px;
}
.footer {
    padding: 20px 0 0 0;
    line-height: 18px;
    text-align: left;
    margin: 0 auto;
    width: 1024px;
}
.footer_copyright {
    color:#B43131;
    font-size:11px;
    float: left;
    width: 218px;
    padding: 20px 0 0;
    text-align: center;
}
.footer_img {
    float: left;
    margin-right: 14px;
}
.menuFooter {
    float: left;
    width: 602px;
    padding: 10px 0 0;
}
.menuFooter a {color:#E7E7E7;}
.menuFooter a:hover, .menuFooter a.active { color:#FF9900;}