/* --------------- reset-css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; /* обнуляем отступы и убираем бордюры */
    vertical-align: baseline; /* приводим все к одной базовой линии */
    background: transparent; /* чтобы не проскакивали левые фоны, установленные по умолчанию */
    font-size: 100%; /* размер шрифта всем одинаковый */
}

a {
    /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    /* устраняем отступы между ячейками таблицы */
    border-collapse: collapse;
    border-spacing: 0;
}

td, td img {
    vertical-align: top; /* возвращаем привычное вертикальное выравнивание */
}

input, select, button, textarea {
    margin: 0; /* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
    font-size: 100%; /* делаем размер шрифтов везде одинаковым */
}

input[type="text"], input[type="password"], textarea {
    padding: 0; /* убираем внутренние отступы для текстовых полей */
}

input[type="checkbox"] {
    /* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
    vertical-align: bottom;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

/* --------------- /reset-css --------------- */

/* --------------- базовые настройки ---------*/
html {
    overflow-y: scroll; /* всегда показываем вертикальную полосу прокрутки  */
}

body {
    line-height: 1;
    background: url('../images/body-bg.png');
    color: #000;
    text-align: left;
    font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; /* используем безопасные шрифтовые CSS стеки */
}

input, select, button, textarea {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; /* чтобы шрифт был такой же как и везде */
}

label, input[type="button"], input[type="submit"], button {
    cursor: pointer; /* курсор в виде руки для всех кликабельных элементов форм */
}

a, a:visited {
    /* порядок правил для ссылок имеет значение */
    color: #287fc3;
    text-decoration: underline;
}

a:hover {
    color: #287fc3;
    text-decoration: none;
}

a:focus, a:active {
    color: #287fc3;
    text-decoration: underline;
}

/* --------------- /базовые настройки ---------*/
div.header-wrap {
    background: url('../images/header-bg.png') repeat-x;
    height: 402px;
    width: 100%;
}

div.header {
    width: 952px;
    margin: 0 auto;
    position: relative;
    padding: 0 45px;

}

img.head-bg {
    position: absolute;
    top: 76px;
    left: -150px;
    z-index: 0;
}

div.pluses {
    position: relative;
    z-index: 1;
    top: 40px;
    width: 485px;

}

div.pluses ul {
    list-style: none;
}

div.pluses ul li {
    background: url('../images/li-top.png') 2px center no-repeat;
    padding: 4px 0 0 34px;
    font-family: Trebuchet MS;
    font-size: 19px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    min-height: 27px;
    margin: 7px 0 0;

}

div.flash-wrapper {
    height: 360px;
    left: 560px;
    position: absolute;
    top: 0;
    width: 470px;
}

#Banner{
    z-index: 1 !important;
    position: relative;
}

div.pointer{
    color: #000000;
    font-family: 'Trebuchet MS';
    font-size: 17px;
    line-height: 20px;
    font-style: italic;
    height: 75px;
    padding: 15px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #BB7E43;
    top: 186px;
    width: 200px;
}

div.flashpart{
    width: 240px;/*размер подгоняется в зависимости от размера флешки*/
     left: 161px;
    position: relative;
    top: -82px;
    z-index: 10000;
}

div.flashpart object{
    z-index: 10000;
    position: relative;
}

.ie7 div.flashpart,
.ie7 div.flashpart,
.opera div.flashpart{
    top :-52px;
}

div.title {
    background: url("../images/title.png") no-repeat scroll 0 0 transparent;
    color: #FFB400;
    font-family: Myriad Pro;
    font-size: 60px;
    font-weight: bold;
    height: 205px;
    left: -150px;
    letter-spacing: -3px;
    line-height: 240px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 1254px;
    word-spacing: 10px;
}

div.content {
    margin: 114px auto 0;
    padding: 0 45px;
    width: 950px;
}

div.content dl {
    margin:0 0 30px 0;
    padding-top: 10px
}

div.content dl dt {
    background: #972e06;
    box-shadow: 0 -3px 2px #7B2505 inset;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    behavior: url(PIE.htc);
    font-family: 'Times New Roman';
    padding: 0 0 0 25px;
    font-size: 24px;
    overflow: hidden;
}

div.content dl dt span.num {
    color: #ffb400;
    font-size: 61px;
    line-height: 50px;
    float: left;
}

div.content dl dt span.text {
    color: #fff;
    overflow: hidden;
     line-height: 28px;
    margin: 10px 0 10px 3px;
    display: inline-block;
    width: 855px;
}

div.content dl dt a {
    color: #ffc600;
    text-decoration: none;
    background: url('../images/link-bd.png') left bottom repeat-x;
}

div.content dl dt span.yellow {
    color: #ffc600;
}

div.content dl dt a:hover {
    background: none
}

div.content dl dd {
    text-align: center;
}

div.item-data {
    display: inline-block;

    position: relative;
    margin: 25px 0;
    background: #56504b;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);

    behavior: url(PIE.htc);
}

.ie7 div.item-data {
    display: inline;
}

div.item-data:after,
div.item-data:before {
    content: "";
    position: absolute;
    z-index: -1;
}

div.item-data:after {
    -webkit-box-shadow: 7px 3px 23px;
    -moz-box-shadow: 7px 3px 23px;
    box-shadow: 7px 3px 23px;
    -moz-border-radius: 10px / 100px;
    border-radius: 50px;

    bottom: 45%;
    left: 0;
    right: 0;
    top: 23px;
}
div.item-data:before {
    -webkit-box-shadow: -2px 8px 23px;
    -moz-box-shadow: -2px 8px 23px;
    box-shadow: -2px 8px 23px;
    -moz-border-radius: 10px / 100px;
    border-radius: 50px;

    bottom: 45%;
    left: 0;
    right: 0;
    top: 23px;
}

div.item-data-rotate {
    display: inline-block;
    behavior: url(PIE.htc);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}


div.item-data-rotate:after,
div.item-data-rotate:before {
    content: "";
    position: absolute;
    z-index: -1;
}

div.item-data-rotate:after {
    -webkit-box-shadow: 7px 8px 23px;
    -moz-box-shadow: 7px 8px 23px;
    box-shadow: 7px 8px 23px;
    -moz-border-radius: 10px / 100px;
    border-radius: 50px;

    top: 45%;
    left: 0;
    right: 0;
    bottom: 23px;
}
div.item-data-rotate:before {
    -webkit-box-shadow: -2px 8px 23px;
    -moz-box-shadow: -2px 8px 23px;
    box-shadow: -2px 8px 23px;
    -moz-border-radius: 10px / 100px;
    border-radius: 50px;

    top: 45%;
    left: 0;
    right: 0;
    bottom: 23px;
}






div.item-data-white-shadow {
    display: inline-block;

    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

div.item-data-white-shadow:before,
div.item-data-white-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}

div.item-data-white-shadow:before {
    top: 15%;
    bottom: 15%;
    left: 0;
    right: 0;
    -webkit-box-shadow: -10px 8px 42px #FFFFFF;
    -moz-box-shadow: -10px 8px 42px #FFFFFF;
    box-shadow: -10px 8px 42px #FFFFFF;
    -moz-border-radius: 10px / 100px;
    border-radius: 10px / 100px;
}

div.item-data-white-shadow:after {
    top: 15%;
    bottom: 15%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 11px 8px 42px #FFFFFF;
    -moz-box-shadow: 11px 8px 42px #FFFFFF;
    box-shadow: 11px 8px 42px #FFFFFF;
    -moz-border-radius: 10px / 100px;
    border-radius: 10px / 100px;
}

div.item-data-contents{
    border: 5px solid #fff;
    display: inline-block;
}

div.video{
    height: 390px; width: 640px; z-index: 10000; position: relative;
    margin: 10px 0 -20px 0;
}

div.video div{
         transform: none !important;
}

div.footer-wrap{
    background: url('../images/footer-bg.png') repeat-x;
    height: 57px;
}
div.footer{
     margin: 0 auto ;
    width: 950px;
}

div.footer span{
    color: #c2b5a6;
    font-size: 15px;
    line-height: 57px;
    margin-left: 22px;
    font-family: 'Times New Roman';
}