* {
    margin: 0;
    padding: 0;
    font: normal 20px/15px "Trebuchet MS"; /** убил бы верстальщика **/
	line-height: 18px;
    color: #393c41;
}

ul, ol {
    list-style: none
}

img, fieldset {
    border: 0
}

a:visited {
    color: #393c41
}

a:link {
    color: #393c41
}

a:hover {
    color: #ce9212
}

a {
    outline: none;
}

/*------------------------------------------------------------------------micro-classes------------------------------------------------------------------------*/
.float_left {
    float: left
}

.float_right {
    float: right
}

.block {
    display: block
}

.section .title {
    width: 100%;
    float: left;
    display: block;
}

.section .title h1,
.section .title h2 {
    font-size: 18px;
    font-weight: bold;
    float: left;
    background: url("/img/default/base/hd_bg_white.gif") left center repeat-x;
    padding: 0 8px 5px 0;
}

.section .title span.bg {
    font-size: 16px;
    font-weight: bold;
    padding: 0 8px 5px 0;
    background: url("/img/default/base/hd_bg.gif") left center repeat-x;
    float: none;
    display: block;
}

/*.section p{font-size:11px; margin-top:27px;}*/
.section p {
    font-size: 15px;
    margin-top: 27px;
}

.section * {
    font-size: 15px
}

.section p a {
    font-size: 15px !important
}

*html .section p {
    margin-top: 10px
}

/*------------------------------------------------------------------------containers------------------------------------------------------------------------*/
html {
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: #ffffff url("/img/default/base/white_bg.gif");
    float: left;
}

body {
    float: left;
    width: 100%;
    height: 100%;
}

#ct_1 {
    margin-top: -166px;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    float: left;
}

#ct_2 {
    padding-top: 166px;
    min-width: 1024px;
}

/*-----------------------------------------------------------------------------------------------------------HEADER-------------------------------------------------------------------------------------------------------------*/
#header {
    width: 100%;
    min-width:1080px;
    float: left;
    background: url("/img/default/base/top.png") left top no-repeat;
    position: relative;
}

#header_container {
    min-width: 990px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: block;
}

#logo {
    margin: 20px 0 0 50px;
    width: 615px;
    height: 77px;
    float: left;
    position: relative;
    text-decoration: none
}

#kredo {
    position: absolute;
    left: 260px;
    top: 20px;
    font-size:15px;
    line-height: 20px;
    font-weight:bold;
    width: 430px;
}

#cards {
    display: block;
    width: 78px;
    height: 56px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    cursor: pointer;
    text-decoration: none;
}

#personalization {
    width: 100px;
    height: 55px;
    position: absolute;
    z-index: 5;
    top: 86px;
    left: 92px;
    background: url("/img/default/base/personalization.gif");
    display: none;
}

*html #personalization {
    top: 96px;
}

#personalization ul {
    width: 75px;
    height: 15px;
    margin: 34px auto 0 auto;
}

#personalization li {
    float: left;
    width: 15px;
    height: 15px;
    cursor: pointer;
    font-size: 0;
    line-height: 0
}

#personalization li:hover {
    border: 1px solid #9a9a9a;
    width: 13px;
    height: 13px;
}

#personalization li#green1 {
    background: #aed8d8
}

#personalization li#green2 {
    background: #f0f6db
}

#personalization li#red {
    background: #edd3c9
}

#personalization li#grey {
    background: #e2e2e2
}

#personalization li#yellow {
    background: #ffedc7
}

#contact {
    float: right;
    width: 300px;
    margin: 23px 0 0 0
}

#contact .column {
    float: left;
    width: 138px;
}

#contact .column .element {
    float: left;
    padding: 0 0 4px 15px;
    margin: 7px 0 0 0
}

*html #contact .column .element {
    padding-bottom: 1px
}

#contact .column .element p {
    color: #393c41
}

#contact .column .element p span, #contact .column .element p span a {
    font-size: 12px;
    font-style: normal;
}

#contact .column .element p span.top {
    line-height: 17px
}

#contact .column .element.phone {
    background: url("/img/default/base/phone.gif") left center no-repeat;
}

#contact .column .element.message {
    background: url("/img/default/base/message.gif") left center no-repeat;
}

#contact .column .element.pointer {
    background: url("/img/default/base/pointer.gif") left center no-repeat;
}

/*------------------------------------------------------------------------menu------------------------------------------------------------------------*/
#menu_container {
    width: 100%;
    float: left;
}

*html #menu_container {
    clear: both;
    float: none
}

#menu {
    margin: 15px 0 0 34px;
}

#menu li {
    float: left;
    margin: 0 12px 0 0;
    height: 49px;
    padding: 0 12px 0 10px
}

#menu li div {
    height: 49px;
    float: left;
}

#menu li div a {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 18px;
    padding: 8px 0 0 0;
    height: 25px;
}

#menu li.on {
    padding: 0
}

#menu li.on div a {
    margin: 0 0 0 -13px;
    padding: 8px 16px 0 0;
    background: #ffad00;
    color: #ffffff;
    text-decoration: none
}

#menu li.on div span {
}

#menu li.on div span.li_l {
    float: left;
    width: 36px;
    height: 49px;
    background: url("/img/default/base/li_l.png")
}

#menu li.on div span.li_r {
    float: left;
    width: 5px;
    height: 33px;
    background: url("/img/default/base/li_r.png")
}

#lang {
    margin: 16px 45px 0 0;
    float: right;
}

*html #lang {
    margin-right: 22px;
}

#lang li {
    float: left;
    height: 21px;
    width: 40px;
}

#lang li span {
    height: 21px;
    text-align: center;
    display: block;
}

#lang li span a {
    font-size: 13px;
    padding: 8px 0 0 0;
}

#lang li.on {
    background: url("/img/default/base/lang.gif")
}

/*-----------------------------------------------------------------------------------------------------------DECORATIONS---------------------------------------------------------------------------------------------------------*/
#decorations {
    position: absolute;
    top: 223px;
    left: 0px;
    width: 8px;
}

@media (

0
)
{
#decorations {
    top: 240px;
}

/* Opera 10.xx < 10.50) */
    }

div.decoration .bottom_corner {
    margin: 0 0 30px 0;
}

div.decoration .top_corner, div.decoration .bottom_corner {
    width: 8px;
    height: 200px;
    float: left;
    height: 10px;
    font-size: 0;
    line-height: 0
}

div.decoration div.line {
    width: 8px;
    height: 200px;
    float: left;
    font-size: 0;
    line-height: 0
}

div.orange .top_corner {
    background: url("/img/default/base/orange_top_corner.gif") left top no-repeat;
}

div.orange .line {
    background: url("/img/default/base/orange_line.gif") left top repeat-y;
}

div.orange .bottom_corner {
    background: url("/img/default/base/orange_bottom_corner.gif") left top no-repeat;
}

div.grey .top_corner {
    background: url("/img/default/base/grey_top_corner.gif") left top no-repeat;
}

div.grey .line {
    background: url("/img/default/base/grey_line.gif") left top repeat-y;
}

div.grey .bottom_corner {
    background: url("/img/default/base/grey_bottom_corner.gif") left top no-repeat;
}

div.light_grey .top_corner {
    background: url("/img/default/base/light_grey_top_corner.gif") left top no-repeat;
}

div.light_grey .line {
    background: url("/img/default/base/light_grey_line.gif") left top repeat-y;
}

div.light_grey .bottom_corner {
    background: url("/img/default/base/light_grey_bottom_corner.gif") left top no-repeat;
}

/*-----------------------------------------------------------------------------------------------------------CONTENTER-------------------------------------------------------------------------------------------------------------*/
#contenter {
    min-width: 990px;
    max-width: 1100px;
    margin: 0 auto 0 auto;
    padding: 10px 0 0 0;
}

#container_1 {
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
}

#left_column div.section {
    width: 94%;
    padding-left: 6%;
    float: left;
    margin: 30px 0 60px 0;
}

#left_column div.section.no_decoration {
}

#left_column div.section.no_decoration.before {
    margin-top: 3px
}

#left_column div#grey_section {
    margin-top: 16px;
}

*html #left_column div#grey_section {
    margin-top: 8px;
}

#left_column div#light_grey_section {
    margin-top: 20px;
}

/*------------------------------------------------------------------------left_column------------------------------------------------------------------------*/
#left_column {
    float: left;
    width: 75%;
}

/*-------------cat----------------*/
ul.cat {
    float: left;
    width: 100%;
    margin-top: 28px
}

ul.cat li {
    float: left;
    width: 32%;
}

*html ul.cat li .item_title a {
    line-height: 25px;
}

/*делая высоту строки выше чем положено избегаем того что вопросик расширяет строку в которой находиться. */

.img {
    position: relative;
    display: block;
    margin: 0 auto 0 auto;
}

.img em {
    display: inline;
    position: relative;
}

@media (

0
)
{
.img em {
    display: block;
}

/* Opera 10.xx < 10.50) */
    }

.img em img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline;
}

ul.cat li .item_title em.help {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    position: relative;
    margin: 0 0 0 -2px;
    width: 12px;
    height: 12px;
}

ul.cat li .item_title em.help img {
    width: 12px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    margin: 0 0 2px 0;
    display: inline;
    float: none;
    position: relative;
}

/*-------------cat1----------------*/
div#orange_section ul.cat1 {
    margin-left: -20px;
    margin-bottom: -63px;
    padding-top: 20px;
    margin-top: 9px
}

div#orange_section ul.cat1, x:-moz-any-link, x:default {
    margin-top: 28px;
    margin-bottom: -82px;
    float: left;
}

*:first-child+html div#orange_section ul.cat1 {
    margin-top: 0;
    margin-bottom: -40px
}

*html div#orange_section ul.cat1 {
    margin-bottom: -24px
}

ul.cat1 li {
    margin-bottom: 40px
}

ul.cat1 li .img {
    width: 110px;
    height: 80px;
    margin-bottom: 0
}

ul.cat1 li a.img, x:-moz-any-link, x:default {
    margin-bottom: -20px;
}

*:first-child+html ul.cat1 li a.img {
    margin-bottom: 0px;
}

ul.cat1 li img {
    width: 110px;
    height: 80px;
    margin: 0 auto;
    display: block;
}

ul.cat1 li .item_title {
    margin: 0px 0 0 0;
    text-align: center;
    display: block;
}

ul.cat1 li .item_title a {
    font-size: 15px; /**/
    position: relative /**/;
}

/*-------------cat2----------------*/
ul.cat2 {
    margin-bottom: -28px;
    position: relative;
}

ul.cat2 li {
    height: 70px;
}

ul.cat2 li a.img {
    float: left;
    width: 45px;
    height: 35px;
    margin-top: 0px;
}

ul.cat2 li a.img, x:-moz-any-link, x:default {
    margin-top: 20px;
}

*:first-child+html ul.cat2 li a.img {
    margin-top: 0px;
}

ul.cat2 li img {
    width: 45px;
    height: 35px;
    display: inline;
    float: none;
}

ul.cat2 li a, ul.cat2 li a img {
    float: left;
}

ul.cat2 li .item_title {
    float: left;
    margin: 3px 0 0 0
}

ul.cat2 li .item_title span {
    width: 182px;
    float: left;
    padding: 0 0 0 8px;
}

ul.cat2 li .item_title a {
    font-size: 15px;
    display: inline;
    float: none;
    text-decoration: underline;
}

/*-------------cat3----------------*/
*html ul.cat3 {
    position: relative;
}

ul.cat3 {
    margin-bottom: -21px;
}

ul.cat3 li {
    height: 60px;
}

ul.cat3 li a.img {
    float: left;
    width: 27px;
    height: 37px;
}

ul.cat3 li img {
    width: 27px;
    height: 37px
}

ul.cat3 li .item_title {
    float: left;
    margin: 4px 0 0 0
}

ul.cat3 li .item_title span {
    width: 182px;
    float: left;
    padding: 0 0 0 8px;
}

ul.cat3 li .item_title a {
    font-size: 15px;
    display: inline;
    float: none;
}

/*-----------------------------------------------------------------------------------------------------------UPS-------------------------------------------------------------------------------------------------------------*/
.help_up {
    height: 69px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    display: none;
}

.help_up span {
    display: block;
}

.help_up .inner {
    height: 53px;
}

.middle em {
    font-size: 11px;
    color: #ffffff;
    line-height: 11px;
    font-style: normal;
}

.help_up .middle {
    height: 39px;
    padding: 7px;
    background: url("/img/default/base/help_up/middle.png");
    float: left;
}

.help_up .left {
    height: 53px;
    width: 5px;
    background: url("/img/default/base/help_up/left.png");
    float: left;
    font-size: 0;
    line-height: 0
}

.help_up .right {
    height: 53px;
    width: 5px;
    background: url("/img/default/base/help_up/right.png");
    float: left;
    font-size: 0;
    line-height: 0
}

.help_up .bottom {
    width: 17px;
    height: 16px;
    background: url("/img/default/base/help_up/bottom.png");
    float: left;
    margin-left: 18px
}

*html .help_up .bottom {
    margin-left: 6px;
    font-size: 0;
    line-height: 0
}

/*------------------------------------------------------------------------right_column------------------------------------------------------------------------*/
#right_column {
    width: 208px;
    padding: 0 35px 0 0;
    float: right;
    zoom: 1;
    position: relative;
}

.order_button {
    width: 208px;
    height: 75px;
}

.order_button span {
    width: 208px;
    height: 30px;
    padding: 10px 0 0 0;
    text-align: center;
    margin-top: 10px;
    display: block;
    background: #ffad00;
    color: #ffffff;
}

.order_button a:hover span {
    background: #de0a05;
}

.order_button a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
}

.order_button a img {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}






span.orange_imgs {
    width: 207px;
    height: 55px;
    float: left;
    margin: 0 0 15px 0;
}

span.orange_imgs span {
    width: 190px;
    height: 30px;
    padding: 10px 0 0 0;
    text-align: center;
    margin: 10px auto 10px auto;
    display: block;
    background: #ffad00;
    color: #ffffff;
}

span.orange_imgs a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
}

span.orange_imgs a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/*-----------------------------------------------------------------------------------------------------------FOOTER-------------------------------------------------------------------------------------------------------------*/
#footer {
    background: url("/img/default/base/footer.png") left top no-repeat;
    clear: both;
    margin: 0 auto;
    padding: 85px 23px 0 23px;
    height: 81px
}

#footer_container {
    min-width: 990px;
    max-width: 1100px;
    margin: 0 auto;
}

#footer_container2 {
    padding: 0 49px 0 49px;
}

#footer div.left {
    float: left;
}

#left {
    float: left;
}

#footer a, #footer address, #footer p {
    font-size: 11px;
    color: #ffffff;
    line-height: 16px;
}

*html  #footer a, *html  #footer address, *html  #footer p {
    line-height: 19px;
}

#footer a:hover {
    text-decoration: none
}

#we {
    margin: 0 auto;
    width: 500px;
    padding: 0 0 0 13%
}

#we li {
    float: left;
    height: 35px;
    width: 225px;
}

#we li img {
    width: 31px;
    height: 31px;
    float: left;
}

#we li a.text {
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 0 9px
}

#right {
    float: right;
    width: 88px;
}

#right li {
    height: 31px;
    width: 88px;
    margin-bottom: 3px
}

*html #right li {
    margin-bottom: -3px
}

/*-----------------------------------------------------------------------------------------------------------PRELOADER-------------------------------------------------------------------------------------------------------------*/
#preloader {
    width: 0px;
    height: 0px position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1;
    font-size: 0;
    line-height: 0
}

#preloader span {
    width: 0px;
    height: 0px;
    display: block;
    font-size: 0;
    line-height: 0
}

span#green_1_preloader {
    background: url("/img/default/base/green_1.gif")
}

span#green_2_preloader {
    background: url("/img/default/base/green_2.gif")
}

span#red_preloader {
    background: url("/img/default/base/red.gif")
}

span#grey_preloader {
    background: url("/img/default/base/grey.gif")
}

span#yellow_preloader {
    background: url("/img/default/base/yellow.gif")
}

/*-----------------------------------------------------------------------------------------------------------ICONS_PRELOADER-------------------------------------------------------------------------------------------------------------*/
#icons_preloader {
    width: 0px;
    height: 0px position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1;
    font-size: 0;
    line-height: 0
}

#icons_preloader img {
    width: 0px;
    height: 0px;
    display: block;
    font-size: 0;
    line-height: 0
}

i {
    font-style: italic !important;
}

b {
    font-weight: bolder !important;
}

u {
    text-decoration: underline !important;
}

.item-in-list * {
    font-size: 13px;
    float: none;
}

.item-in-list h1,
.item-in-list h2,
.item-in-list h3 {
    margin: 15px 0px 10px 0px;
}

.item-in-list h1 {
    font-size: 21px;
}

.item-in-list h2 {
    font-size: 19px;
}

.item-in-list h3 {
    font-size: 17px;
}

.item-in-list p,
.item-in-list div {
    margin: 5px 0px 10px 0px;
}

.item-in-list h1 a {
    font: inherit !important;
}

.item-in-list h2 a {
    font: inherit !important;
}

.item-in-list h3 a {
    font: inherit !important;
}

#real-content,
.real-content
{
    font-size: 11px;
}

#real-content div,
.real-content div
{
    font-size: 15px;
}

#real-content div span,
.real-content div span
{
    font-size: 15px;
}

div#real-content.section.no_decoration p,
div.real-content.section.no_decoration p
{
    font-size: 15px !important;
}

#real-content p span strong,
.real-content p span strong
{
    font-size: 15px;
}

#real-content div u,
.real-content div u
{
    font-size: 15px;
}

#real-content ul,
.real-content ul
{
    padding: 0px 0px 0px 30px;
}

#real-content li,
.real-content li
{
    list-style: circle;
    padding: 3px 0px 3px 0px;
}

#real-content b,
#real-content strong,
.real-content b,
.real-content strong
{
    font-weight: bolder;
}

#real-content i,
#real-content em,
.real-content i,
.real-content em
{
    font-style: italic;
}

#bread_crumbs {
    padding: 0px !important;
    margin: 0px;

}

#bread_crumbs li {
    list-style: none;
    display: inline;
}

#bread_crumbs * {
    font-size: 13px;
}

#calcform td {
    padding: 3px 10px 3px 0px;
}

#calcform h2 {
    font-size: 15px;
    font-weight: bolder;
}

a.generate_auto_hint:hover,
.generate_auto_hint a:hover {
    color: #393c41 !important;
}

.main_page_title {
    text-align: center;
    padding-top: 15px;
}

.main_page_title h1 {
    height: auto;
    width: auto;
}

.right_block {
    float: left;
    width: 100%;
    margin: 18px 0 28px 0
}

.right_block .block_title {
    color: #393c41;
    font: bold 18px "Trebuchet MS" !important;
    margin: 0 0 -4px 9px
}

.right_block .top_corner, .right_block .bottom_corner {
    width: 208px;
    height: 10px;
    float: left;
    line-height: 0;
    font-size: 0
}

.right_block .line {
    float: left;
    width: 190px;
    padding: 0 9px 9px 9px;
}

.right_block .line div {
    float: left;
}

.right_block .top_corner {
    background: url("/img/default/base/news_top_corner.png") left top no-repeat;
}

.right_block .bottom_corner {
    background: url("/img/default/base/news_bottom_corner.png") left top no-repeat;
}

.right_block .line {
    background: url("/img/default/base/news_line.png") left top no-repeat;
}

.right_block,
.right_block .line div
{
    position: relative;
    display: block;
}


.right_block dt {
    margin: 17px 0 0 0;
    padding: 0 0 0 9px;
    font: normal 11px/15px Tahoma;
    color: #9d9d9d;
}

.right_block dd .item_title {
    display: block;
    margin: 3px 0 0 0;
    padding: 1px 7px 2px 7px;
    font: bold 11px/15px Tahoma;
    color: #ffffff;
    background: #ffad00
}

.right_block dd p,
.right_block dd div {
    padding: 4px 0 0 9px;
    font: normal 13px/15px Tahoma;
    color: #393c41;
}

.right_block dd * {
    font: normal 13px/15px Tahoma;
    color: #393c41;
}

.right_block dd p a {
    font: normal 13px/15px Tahoma;
}

.price_table {
    border: 1px solid gray;
    border-collapse: collapse;
}

.price_table td {
    padding: 3px;
}

.price_table * {
    font-size: 11px;
}

.right_block_normal_font {
    padding: 7px 0px;
}

.right_block_normal_font,
.right_block_normal_font * {
    font-size: 15px !important;
}


h2 {
    font-weight: bold;
}









#news_on_panel_block .block_title
{
    color: #393c41;
    font: bold 18px "Trebuchet MS";
    margin: 0 0 -4px 9px;

    line-height: 15px;
}

#news_on_panel_block .news_item_date
{
    margin: 17px 0 0 0;
    padding: 0 0 0 9px;
    color: #9d9d9d;
    display: block;
    position: relative;

    font: 13px Tahoma;
    font-weight: normal;
    line-height: 15px;
}

#news_on_panel_block .news_item_title
{
    display: block;
    margin: 3px 0 0 0;
    padding: 1px 7px 2px 7px;
    font-weight: bold;
    color: #ffffff;
    background: #ffad00;

    position: relative;
    display: block;

    font: 13px Tahoma;
    line-height: 15px;
}

#news_on_panel_block .news_item_text,
#news_on_panel_block .news_item_more a
{
    padding: 4px 0 0 9px;
    color: #393c41;
    position: relative;
    display: block;

    font: 13px Tahoma !important;
    font-weight: normal !important;
    line-height: 15px !important;
}



