/* -=Reset styles =- */
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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;

}
body {
    font-family: Arial;
    background-color: #fff;
    font-size: 100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table td,
table th {
    font-weight: normal;
    font-size: 100%;
    background: transparent; 
}

.left-top-aligned {
    text-align: left;
    vertical-align: top;
}

h2 {
    color: #606060;
    font-weight: normal;
    font-size: 122%;
    margin-bottom: 7px;
}

h3 {
    font-family:Arial;
    font-size:11pt;
}

#wrapper {
    width: 100%;
    min-width: 1000px;
    background: url(/images/footer_1px.jpg) repeat-x left bottom;
}

#bg-wrapper1 {
    width: 100%;
    background: url(/images/footer_left.jpg) no-repeat left bottom;
}

#bg-wrapper2 {
    width: 100%;
    background: url(/images/footer_right.jpg) no-repeat right bottom;
}

#header-wrapper {
    height: 173px;
    background: url(/images/header_1px.jpg) repeat-x left top;
}

#header {
    background: url(/images/header.jpg) no-repeat right top;
    height: 173px;
    position: relative;
}

#logo-big {
    position: absolute;
    left: 20px;
    top: 30px;
}

#phone-block {
    position: absolute;
    right: 40px;
    top: 78px;
    width: 190px;
    height: 50px;
    background: url(/images/phone.gif) no-repeat left 2px;
}

#phone-block p {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #464646;
    font-size: 23px;
}

#phone-block span {
    position: absolute;
    right: 99px;
    top: 3px;
    font-size: 18px;
    color: #464646;
}

#slogan {
    position: absolute;
    top: 115px;
    left: 300px;
    font-size: 18px;
    color: #464646;
}

#slogan b {
    color: #fe2909;
}

#slogan span {
    display: block;
    margin-left: 160px;
}

#logo-place {
    text-align: center;
}

#logo-place p {
    color: #ff0000;
    font-size: 12px;
    padding-bottom: 10px;
    margin: 0 50px;
}


#main-menu {
    border-collapse: colapse;
    padding: 0;
    margin: 0;
}

#main-menu td {
    height: 34px;
    white-space: nowrap;
    border: 0 none;
    padding: 0;
    margin: 0;
}

#main-menu thead td {
    background: url(/images/menu_1px.jpg) repeat-x left top;
}

#main-menu thead td.last {
    width: 5%;
}

#main-menu thead td.delim {
    width: 4px;
}

#main-menu thead td.active {
    background: url(/images/menu_1px_active.jpg) repeat-x left top;
}

#main-menu thead td.active a.left {
    background: url(/images/menu_left_active.jpg) no-repeat left top;
}

#main-menu thead td a {
    display: block;
    height: 34px;
    padding: 0 5px;
    line-height: 34px;
    text-decoration: none;
    color: #555555;
    font-size: 14px;
    position: relative;
    text-align: center;
}

#main-menu thead td a.left {
    background: url(/images/menu_left.jpg) no-repeat left top;
}

#main-menu thead td.active a,
#main-menu thead td.active a:hover {
    color: #fff;
}

#main-menu thead td a span {
    position: absolute;
    left: 45%;
    top: 0;
    width: 13px;
    height: 7px;
    background: url(/images/menu_arrow.jpg) no-repeat left top;
}

#main-menu thead td a span {
    display: none;
}

#main-menu thead td a:hover,
#main-menu thead td a.hover {
    color: #ea4124;
}

#main-menu thead td a:hover span,
#main-menu thead td a.hover span{
    display: block;
}

#main-menu thead td.active a span {
    display: none;
}


#main-menu tbody td {
    background: url(/images/sec_menu_1px.jpg) repeat-x left top;
}

#main-menu tbody td#search {
    background: none;
}

#main-menu tbody td p {
    color: #ea4124;
    line-height: 34px;
}

#main-menu tbody td p a {
    color: #555;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    float: left;
    background:transparent url(/images/palka.jpg) no-repeat scroll right 3px;
    padding:0 17px;
}

#main-menu tbody td p a:hover {
    text-decoration: underline;
    color: Red;
}

#main-menu tbody td p a.active {
    color: #ea4124;
}

#main-menu tbody tr#breadcrumb td {
    height: 20px;
    background: none;
}

#main-menu tbody tr#breadcrumb div {
    padding-top: 10px;
    font-size: 84%;
    overflow: auto;
}


#main-menu tbody tr#breadcrumb td a {
    font-size: 80%;
    background:transparent url(/images/bullet_arrow3.gif) no-repeat scroll left 3px;
    font-size:80%;
    margin-left:16px;
    padding-left:12px;
    color: #555555;
    float: left;
}
#main-menu tbody tr#breadcrumb td a:hover {
    color: #ea4124;
}
#main-menu tbody tr#breadcrumb td a.nobullet {
    /*background: none;
    padding-left: 0;*/
    margin-left: 0;
}

#search div {
    text-align: center;
    padding: 6px 10px 0 14px;
}

#search input.textbox {
    border: 0 none;
    background: url(/images/search_input.gif) no-repeat left top;
    width: 104px;
    height: 19px;
    padding: 1px 0px 0 10px;
    position: relative;
    top: -5px;
}

#layout {
    background: url(/images/header_under_1px.jpg) repeat-x left top;
}

#layout h1 {
    color: #000;
    font-size: 18px;
    background: url(/images/bullet_arrow.gif) no-repeat left 2px;
    padding-left: 30px;
    font-weight: normal;
}

#layout h1 span {
    color: #fc0000;
}

#layout .center-col h1 {
    margin: 10px 0;
}

div.products-blocks {
    padding-bottom: 20px;
    margin-left: 0px;
}

.product-block {
    width: 192px;
    height: 78px;
    vertical-align: middle;
    text-align: left;
}

.products-blocks .red {
    background: url(/images/productblock_red.jpg) no-repeat left top;
}

.products-blocks .gray {
    background: url(/images/productblock_gray.jpg) no-repeat left top;
}

.product-block a.image {
    display: inline;
    margin: 0 0 0 11px;
    float: left;
}

.product-block a.title {
    color:#FFFFFF;
    display:block;
    font-size:11px;
    margin-left:83px;
    margin-right:0;
    margin-top:6px;
}

a.add-link {

    color: #ff0000;
    font-size: 12px;
    margin-top: 10px;
    display: block;
    float: right;
}

div.product-block a.add-link:hover {
    text-decoration: none;
}

div.first {
    text-align: left;
}

div.last {
    text-align: right;
}

div.product-block a.image {
    position: absolute;
    left: 20px;
    top: 20px;
}



#flash-block {
    text-align: center;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

ul.square {
    list-style: none;
    padding: 20px 0 0 15px;
}

ul.square li {
    background: url(/images/bullet_square.gif) no-repeat left 5px;
    padding-left: 15px;
    margin: 7px 0;
}

ul.square li a {
    color: #606060;
    font-size: 13px;
    text-decoration: none;
}

ul.square li a:hover {
    text-decoration: underline;
    color: Red;
}

ul.moremargin li {
    margin: 18px 0;
}


div.left-col {
    padding: 0px 5px 10px 10px;
}

div.block {
    background: url(/images/block_bg.jpg) no-repeat left top;
    padding: 20px 0 0 20px;
}


ul.arrowed-images {
    list-style: none;
    padding: 20px 0 0 10px;
}

ul.arrowed-images li a {
    display: block;
    background: url(/images/bullet_arrow2.gif) no-repeat left 4px;
    color: #555555;
    font-size: 13px;
    text-decoration: none;
    padding-left: 20px;
}

ul.arrowed-images li a.image-link {
    background: none;
}

ul.arrowed-images li a.image-link img {
    padding: 10px 0;
}

ul.arrowed-images li a:hover {
    text-decoration: underline;
    color: Red;
}

div.center-col {
    padding: 20px 0 0 0;
}

div.center-col p {
    color: #000;
}


div.padded-content {
    padding-left: 30px;
    font-size: 82%;
    margin-bottom: 15px;
}

div.padded-content .margined1 {
    text-align:justify;
}


div.padded-content table h4 {
    display:block;
    text-align:justify;
}

div.padded-content table h4 a {
    color: #ff1818;
    font-weight: normal;
    text-decoration: none;
    font-size: 111%;
}

.red-link {
    color: #ff1818;
}
div.padded-content table h4 a:hover {
    text-decoration: underline;
}


div.padded-content table img {
    float: left;
    padding: 0 15px 10px 0;
}

div.padded-content p.padded {
    padding: 10px 0;
}

#layout b {
    font-weight: bold;
    color: Red;
}

div.red-block {

}

div.red-block .l {
    background: url(/images/news_l.jpg) repeat-y left top;
}

div.red-block .t {
    background: url(/images/news_t.jpg) repeat-x left top;
}

div.red-block .b {
    background: url(/images/news_b.jpg) repeat-x left bottom;
}

div.red-block .lt {
    background: url(/images/news_lt.jpg) no-repeat left top;
}

div.red-block .lb {
    background: url(/images/news_lb.jpg) no-repeat left bottom;
}

div.red-block .inside {
    zoom: 1;
    padding: 40px 30px 60px 40px;
}

div.red-block .inside h1 {
    padding-bottom: 25px;
}

div.red-block .inside .add-link {
    float: right;
    color: #ff0000;
    font-size: 12px;
}

div.red-block .baselink {
    display: block;
    float: right;
    color: Red;
}

div.red-block div.news-item {
    padding-bottom: 20px;

}

div.red-block div.news-item p {
    font-size: 14px;
    position: relative;
}

div.red-block div.news-item p a {
    color: #000;
    text-decoration: underline;
}

div.red-block div.news-item p.date {
    padding-left: 20px;
    margin-bottom: 10px;
}

div.red-block div.news-item p.date strong {
    background-color: #ff1616;
    margin-right: 2px;
    color: #fff;
}

div.center-block {
    text-align: center;
}

div.center-block a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

div.center-block .red {
    color: #ff1818;
    font-size: 18px;
    text-decoration: none;
}

div.center-block .red:hover {
    color: #fff;
    background-color: Red;
}

ul.big-icons {
    list-style: none;
    margin-left: 30px;
    font-size: 80%;
}

ul.big-icons li {
    display: block;
    padding: 10px 0 10px 50px;
    color: #252525;
    margin: 20px 0;
}

ul.big-icons li span {
    float: left;
}

ul.big-icons li ul {
    margin-left: 111px;
}

ul.big-icons li li {
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}

ul.big-icons li.icon1 {
    background: url(/images/contact_icon1.jpg) no-repeat left 3px;
}

ul.big-icons li.icon2 {
    background: url(/images/contact_icon2.jpg) no-repeat left 2px;
}

ul.big-icons li.icon3 {
    background: url(/images/contact_icon3.jpg) no-repeat left 0px;
}


#footer-wrapper {
    height: 182px;
    position: relative;
}

#footer {
    background: url(/images/footer_line.jpg) no-repeat right top;
    height: 182px;

}

#footer-menu {
    left:20px;
    position:absolute;
    top:63px;
    width:700px;
}

#footer-menu li {
    float: left;
    margin: 0 15px;
}

div.link {
    height: 18px;
    float: left;
}

div.link .l {
    background: url(/images/link_left.gif) no-repeat left top;
    height: 18px;
    width: 9px;
    float: left;
}

div.link .r {
    height: 18px;
    width: 10px;
    float: left;
    background: url(/images/link_right.gif) no-repeat left top;
}

div.link a {
    display: block;
    height: 18px;
    float: left;
    background: url(/images/link_1px.gif) repeat-x left top;
    font-weight: bold;
    padding: 0 4px;

}

#footer-menu a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #fc0000;
    text-decoration: underline;
}


#footer-info {
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    width: 600px;
}

#map {
    height: 300px;
    width: 450px;
    margin-bottom:32px;
}

#submenu {
    overflow:auto;
    padding-bottom:10px;
    padding-top:6px;
    zoom: 1;
}

.form {
    background: url(/images/form_l.jpg) repeat-y left top;
}

.form .form-lt {
    background: url(/images/form_lt.jpg) no-repeat left top;
}

.form .form-lb {
    background: url(/images/form_lb.jpg) no-repeat left bottom;
}

.form .inside {
    padding: 20px 10px 20px 36px;
    zoom: 1;
}

.form label {
    color: #363636;
    float: left;
    font-size: 80%;
}

.form .labelBlock label {
    float: none;
    width: 100%;
}

.form input,
.form textarea {
    border: solid 1px #cecece;
    display:block;
    margin-left:144px;
}

.form .captcha {
    margin-left: 24px;
    cursor: pointer;
}

.form .simple {
    margin: 7px 0;
}

.form span.required {
    color: Red;
}

.form .buttons {

}

.form .buttons a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    margin-left: 20px;
}

.form .buttons a.first {
    margin-left: 320px;
}

.form .buttons a span {
    color: Red;
}

.errorSummary {
    padding-bottom: 15px;
}

.errorSummary li {
    font-size: 80%;
}


.padded-content ul {
    list-style: square;
    margin: 10px 0 10px 0px;
    list-style-position: inside;
}

.padded-content ul li {
    padding-left: 10px;
}



ul.accordition {
    list-style: none;
}

ul.accordition li {
    background: url(/images/bullet_square2.gif) no-repeat left 3px;
    padding-left: 25px;
    clear: both;
    display: block;
    margin: 15px 0;
    position: relative;
}

ul.accordition li a {
    color: #606060;
    font-size: 90%;
    text-decoration: none;
}

#news_accord li a span {
    color: red;
}

/*#news_accord li {
    padding-bottom: 15px;
}*/

ul.accordition li.active a {
    color: #ed1c24;
}

ul.accordition li .accord {
    padding: 10px 0 10px 0;
    display: none;
    width: 95%;
}


ul.accordition li div.image-place {
    float: left;
    height:125px;
    width:173px;
    border: solid 2px #e9e9e9;
    text-align: center;
}

ul.accordition .text-place {
    font-size: 90%;
    margin-left: 187px;
}

.person {
    float: left;
    width: 150px;
    margin-right: 50px;
    text-align: center;
    margin-bottom: 70px;
}

div.person p {
    margin: 5px 0;
    color: #606060;
}

div.center-col p.red {
    color: Red;
}


div.tabs {
    padding: 20px 0;

}

div.tabs ul.items {
    list-style: none;
    border-left: 2px solid #f2f2f2;
    height: 26px;
    margin: 0;
    background: url(/images/tabs_bg.jpg) repeat-x left bottom;
}

div.tabs ul.items li {
    display: block;
    float: left;
    height: 26px;
    background: url(/images/tab_bg.jpg) repeat-x left top;
    padding: 0 15px;
    border-right: 1px solid #e5e5e5;
}

div.tabs ul.items li.active {
    background: url(/images/tab_bg_active.jpg) repeat-x left top;
}

div.tabs ul.items li a {
    font-size: 80%;
    display: block;
    height: 26px;
    line-height: 22px;
    float: left;
    color: #606060;
    text-decoration: none
}

div.tabs ul.items li a:hover {
    text-decoration: underline;
}

div.tabs ul.items li.active a {
    color: red;
}

div.tabs .tab-text {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    padding: 10px;
    overflow: auto;
    overflow-y: visible;
}

div.tabs .tab {

}

div.tabs .tab-text p {
    margin-bottom: 5px;
}


div.article-item {
    margin-bottom: 25px;
}

div.article-item p.date {
    padding: 10px 0;
}

div.article-item p.date strong {
    background-color: #ff1616;
    margin-right: 2px;
    color: #fff;
}

#iframe-area {
    width: 620px;
    height: 250px;
    overflow: hidden;
}

#ui-dialog-title-message-window {
    /*color: #ff1818;*/
}

.ui-widget-content {
    font-size: 90%;
}

#message-window {
    display: none;
}

#message-window img {
    float: left;
    border: solid 1px #ebebeb;
}

#message-window .text {
    margin-left: 102px;
    padding-top: 30px;
}

#message-window #info {
    padding-top: 10px;
}

#message-window .b {
    font-size: 16px;
}

#message-window .r1 {
    color: #ff1818;
}

#message-window .b1 {
    color: #464646;
}

#message-window .r2 {
    color: #ff1818;
    font-size: 14px;
    padding-top: 5px;
}

.r3 {
    color: #959595;
    font-size: 12px;
}

#iframe-area {
    margin-top: 10px;
}

#error-dialog {
    display: none;
}


#layout .searchResult {
    margin: 10px 0;
}

#layout .searchResult span a {
    color:#606060;
    font-size:13px;
    text-decoration:none;
}

#layout .searchResult span a:hover {
    text-decoration: underline;
}

#layout .searchResult b {
    background-color: Red;
    color: #fff;
    padding: 0 5px;
}

#layout .searchResult .description {
    display: block;
    margin-top: 3px;
}

#layout .searchResult .keyword {
    font-style: italic;
    color: Red;
}


.padded-content .treeview,
.padded-content .treeview ul {
    list-style: none;
    margin: 0;
    margin-top: 3px;
}

.padded-content .treeview li,
.padded-content .treeview ul li{
    padding-left: 16px;
}

#searchResults {
    padding-right: 10px;
}

#searchResults table {
    width: 100%;
}

#searchResults td, #searchResults th {
    border: 1px solid #D0D0D0;
    padding: 5px;
}

#searchResults th {
    font-weight: bold;
}

a {
    color: #606060;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: Red;
}

#searchResults a {
    color: Red;
    text-decoration: underline;
}

#searchResults a:hover {
    text-decoration: none;
}

#form-message ul {
    list-style: disc;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    padding:5px 20px 5px 21px;
}

#form-message ul li {

}

#counters {
    position: absolute;
    left: 0;
    top: 110px;
}

.preloader_cont {
    position: relative;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
}

#subscribe {
    float: right;
}

#subscribe .buttons a.first {
    margin-left: 143px;
}

.dform label {
    display:block;
    padding-right:20px;
    width:260px;
}

.dform .padded label {
    /*width: 60px;*/
}

.dform .field {
    clear:both;
    padding:6px 0;
}

.dform .field_value {
    overflow: hidden;
}

.dform input,
.dform textarea {
    margin-left: 2px;
    display: inline;
    width: 95%;
}

.dform .check,
.dform .radio,
.dform .buttons input {
    width: auto;
}



.dform th {
    font-size:12px;
    text-align:center;
}

.dform h2 {
    font-size:90%;
    font-weight:bold;
    margin-top:20px;
}

.dform table input {

}

.dform h3 {
    font-size:12px;
    font-weight:normal;
    padding-bottom:10px;
}

.dform .padded {
    clear:both;
    padding-bottom:11px;
    /*padding-left:49px;*/
    padding-top:20px;
}

.form_message {
    color: Green; 
}

.errors li {
    color: Red;
}

.alert {
    margin-bottom:44px;
}

.alert a {
    background:url("/images/alert.png") no-repeat scroll center top transparent;
    display:block;
    margin:0 auto;
    padding-top:64px;
    text-align:center;
    width:192px;
}
