html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html, body {
    min-height: 100%;
    height: 100%;
}
body {
    line-height: 1;
    background: #fff;
    color: #000;
    font: normal 1em arial,sans-serif;
}
div { position: relative; display: block; }
hr { display: block; line-height: 1px; height: 1px; border: none; border-bottom: 1px solid; }
a { text-decoration: none; color: #000; }

.br { clear: both; line-height: 1px; height: 1px; overflow: hidden; }
.ov { overflow: hidden; }
.fr { float: right; }
.fl { float: left; }
.cr { clear: right; }
.cl { clear: left; }
.co { float: right; right: 50%; }
.ci { right: -50%; }
.c50 { width: 50%; }
.c33 { width: 33%; }
.c30 { width: 30%; }
.c70 { width: 70%; }
.c66 { width: 66%; }
.c50l { margin-right: 5%; }
.text { line-height: 120%; }
.text p { margin-bottom: .8em; text-indent: 2em; }
.text ul { list-style: disc; padding-left: 1.5em; }
.text ul li, .text ol li { margin: .5em 0; }
.text a { text-decoration: none; border-bottom: 1px solid; }
.text a:hover { border-bottom-width: 0; }
.text table td { vertical-align: top; }

#layout {
    min-height: 100%;
    min-width: 1000px;
}

#header {
    height: 115px;
    background: url(/i/h.gif) 0 0 repeat-x;
    border-bottom: 3px solid #bb2921;
    margin-bottom: 45px;
    z-index: 20;
}
#header .im {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 74%;
    margin-left: -104px;
    width: 208px; height: 153px;
    background: url(/i/tm10.png) 0 0 no-repeat;
}
#header .title-text {
    font: bold 1em Arial,sans-serif;
    color: #fff;
    padding-top: 20px;
    height: 40px;
}
#header .qw { margin-left: 2%; float: left; }
#header .title-text p { text-indent: 0; }
#header .menu {
    position: relative;
    z-index: 20;
    padding-top: 10px;
    text-transform: uppercase;
    color: #000;
    font: bold .875em Arial,sans-serif;
    white-space: nowrap;
    float: left;
    width: 100%;
}
#header .menu li {
    padding: 2px 10px 20px;
    border-right: 2px solid #fff;
    float: left;
    margin: 0 10px 0 -10px;
    position: relative;
    z-index: 1;
}
#header .menu li.last {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
#header .menu li ul {
    z-index: 200; display: none;
    position: absolute;
    /*width: 200px;*/
    top: 0px;
    left: 0px;
    margin-top: 1.8em;
    background: #fff;
    border-left: 2px solid #bb2921;
    border-bottom: 2px solid #bb2921;
    padding: .3em .8em;
    font-size: .8em;
}
#header .menu li ul li {
    float: none;
    margin: .3em 0; padding: 0;
    position: relative;
    display: block;
}
#header .menu li.active ul li a {
    color: #000;

}
#header .menu li ul li a{
    /*white-space:normal;*/
}

#header .menu li.active ul li.active a, #header .menu li ul li.active a {
    color: #bb2921;
}
#header .menu li:hover ul, #header .menu li.hover ul {
    display: block;
}
#header .menu, #header .menu a {
    color: #333;
}
#header .menu a:hover {
    border-bottom: 1px solid;
}
#header .menu li.active a {
    color: #bb2921;
}
#header .rb {
    float: right;
}
#header .rb .i {
    vertical-align: bottom;
    display: table-cell;
    height: 115px;
}
#header .rb .logo {
    background: #bb2921;
    font-weight: bold;
}
#header .rb .logo div {
    padding: 5px 20px 5px 0;
}
#header .rb .logo div img {
    text-align: center;
    margin: 0 20px;
    color: #fff;
}
#header .menu-r {
    padding: 0; margin: 0;
    float: none;
    margin: 0 20px 1em 0;
    font: bold .75em Arial,sans-serif;
}
#header .menu-r li {
    float: none;
    padding: 0;
    border: 0;
    margin: .5em 0;
}
#sub-menu {
    position: relative;

    margin: -45px 0 1em 2%;
    min-height: 45px;
    width: 60%;
    font: bold .7em Arial,sans-serif;
    z-index: 10;
}
#sub-menu li {
    float: left;
    margin: 0 0em 0 0;
    padding: .5em 1em;
}
#sub-menu li.active {
    background: #bb2921;
}
#sub-menu li.active a {
    color: #fff;
}
#sub-menu li, #sub-menu a {
    color: #bb2921;
}
#sub-menu a:hover {
    border-bottom: 1px solid;
}
#center {
    margin: 0 2%;
    font-size: .8125em;
    z-index: 10;
}

#center h1 {
    font: bold italic 1.2em Arial,sans-serif;
    color: #822d2f;
    margin-bottom: 1.5em;
}

#center .page h2 {
    font: normal 1.33em Arial,sans-serif;
    color: #822d2f;
    margin-bottom: .5em;
}
#center .page h3 {
    font: bold 1.2em Arial,sans-serif;
    margin-bottom: .5em;
}
#center .page h4 {
    font: bold 1em Arial,sans-serif;
    margin-bottom: .5em;
}

#center .page {
    width: 960px;
}
#center .page a {
    border-bottom: 1px solid;
    color: #822d2f;
}
#center .page a:hover {
    border-bottom-width: 0;
}

.pages {
    margin: 1em 0 1em;
    text-align: center;
}
.pages a {
    color: #822d2f;
    text-decoration: none;
}
.pages a:hover { border-bottom: 1px solid; }
.pages span, .pages a { margin: 0 .2em }
.pages a span { margin: 0 }


.home-page { }

#center .home-page h1 {
    padding: .2em 1em;
    margin-bottom: 1.5em;
    font: bold italic 1.2em Arial,sans-serif;
}
.home-page h1, .home-page h1 a {
    color: #822d2f;
}

.home-page p span.m {
    margin-right: .4em;
}
.home-page p a.more {
    color: #bb2921;
}

/* ------------- interfaces ------------- */
/* -- news -- */
.ndate {
    font-style: italic;
    margin-bottom: .3em;
}

.news .r-bg {
    background: url(/i/r.gif) 0 100% repeat-x;
    margin-bottom: 2em;
}
.news h1 {
    float: left;
    background: #f2d600;
    margin-bottom: 0;
}
.news h2 {
    font-size: 1.083em;
    margin: .2em 0;
}
.news h2 a:hover {
    border-bottom: 1px solid;
}
.news .item {
    padding-bottom: 1.2em;
    margin-bottom: 1.2em;
    border-bottom: 1px solid #f2d600;
}
.news .c33 .item {
    margin-right: 5%;
    border-bottom-width: 0;
}

.news .item .im {
    float: left;
    min-height: 1em;
    width: 80px;
    margin-right: 10px;
}
.news .item .date {
    color: #bb2921;
}
.news .link {
    margin-top: -1.2em;
    float: right;
    font-weight: bold;
    padding: .2em 1em;
    background: #f2d600;
}
.news .link a:hover {
    border-bottom: 1px solid;
}


/*-- themes --*/
.ct-block {
    padding-bottom: 1.2em;
    margin-bottom: 1.2em;
    background: url(/i/r1.gif) 0 100% repeat-x;
}

.ct-link {
    margin-top: -1.2em;
    top: -1px;
    border-top: 1px solid #e07b1d
}
.page .ct-link {
    margin-top: 1em;
}
.ct-link .link {
    float: right;
    font-weight: bold;
    padding: .2em 1em;
    background: #e07b1d;
}
.ct-link .link a:hover {
    border-bottom: 1px solid;
}

.themes h1 {
    background: #e07b1d;
}

.comments h1 {
    background: #e6a233;
}
.c33 .themes {
    margin-right: 5%;
}
.themes table { width: 100%; }
.themes table td { vertical-align: bottom; }
.themes table td.ii { width: 100px; }
.themes .im { }
.themes h2 {
    font-size: 1.083em;
    margin: .2em 0;

}
.themes h2, .themes h2 a {
    color: #bb2921;
}
.themes h2 a:hover {
    border-bottom: 1px solid;
}
.themes p {
    margin-top: 1em;
}
.comments .name {
    color: #bb2921;
}
.comments p {
    margin: .2em 0 1em;
}
.article-page .ct-link { margin-top: 1em; }
.comment-form .feedback {
    display: none;
}
.comment-form-on .feedback {
    display: block;
}
/* ------------ */

/* -- products -- */
.prod-group { }
.prod-group table thead th {
    padding: .2em .5em;
    background: #f9c74f;
    color: #000;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: middle;
}
.prod-group table tbody td {
    padding: .2em .5em;
    vertical-align: top;
    border: 1px solid #fff;
}
.prod-group table tbody tr.even td {
    background: #ffebe3;
}
.prod-group table tbody tr {
    cursor: pointer;
}
.prod-group table tbody tr:hover td {
    border-bottom: 1px solid #bb2921;
}
.prod-group table tbody td.num, .prod-group table tbody td.img, .prod-group table tbody td.price {
    text-align: center;
}

/* -- feedback -- */
#center .feedback {
    margin-top: 1em;
}
#center .feedback .error {
    color: #bb2921;
}
#center .feedback .p {
    margin: .5em 0;
}
#center .feedback label {
    display: block;
}
#center .feedback .p input, #center .feedback .p textarea {
    width: 30em;
    font: normal 1em Arial,sans-serif;
}
#center .feedback .p textarea {
    height: 5em;
}
#center .feedback .captcha input, #center .feedback .captcha img {
    vertical-align: middle;
}
#center .feedback .submit {
    margin-top: 1em;
}

/* -- dealers -- */
.dealer {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #822d2f;
}
.dealer dt {
    font-weight: bold;
    margin-bottom: .2em;
}
.dealer dd {
    margin: 0 0 .5em 2em;
}


/* ------------ FOOTER -------- */
#footer {
/*    margin-top: 35px;*/
    position: absolute;
    left: 0px; width: 100%;
    bottom: 0px;
    background: url(/i/f.gif) 0 0 repeat-x;
    padding: .8em 0;
}
#footer .banners {
    float: left;
    margin-left: 2%;
    font-size: 10px;
}
#footer .banners div {
    float: left;
    margin-right: 1em;
}
#footer .flexites {
    float: right;
    height: 45px;
    margin-right: 2%;
    font-size: 10px;
}
#footer .flexites a, #footer .flexites span {
    color: #822d2f;
}
#footer .flexites object, #footer .flexites span {
    vertical-align: middle;
}
#footer .flexites a:hover span {
    text-decoration: underline;
}
