@charset "utf-8";
/* CSS Document */
html, body {
    width: 100%;
    height: 100%;
}

html, body, div, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

body {
    background: #e1e1e1;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

a:hover img {
    opacity: 0.85;
    filter: alpha( opacity = "85");
}
 /*IE*/
a, input {
    outline: none;
}

h1 {
    text-indent: -5000px;
}

.wrapper {
    width: 100%;
    height: 100%;
}

.wrapper-inside {
    width: 1000px;
    margin: 0 auto;
}

.page-top {
    width: 1000px;
    background:
}

.header {
    position: relative;
    width: 1000px;
    height: 339px;
    background: url(images/header_bg.jpg) no-repeat;
}

.logo {
    position: absolute;
    height: 61px;
    top: 50px;
    left: 50px;
}

.logo-txt {
    position: absolute;
    top: 150px;
    font-size: 26px;
    color: #333;
    left: 70px;
}

.logo-txt strong.phone {
}

.page-bottom {
    width: 1000px;
    background: url(images/site_footer.jpg) no-repeat bottom;
    height: 40px;
}

.menu {
    height: 77px;
    background: url(images/menu_bg.jpg) repeat-x;
}

.menu ul {
    padding: 0;
    margin: 0;
    padding-top: 25px;
    padding-left: 20px;
}

.menu ul li {
    display: inline;
    padding: 5px;
}

.menu ul li a {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

.menu ul li a:hover {
}

.menu ul li.active a {
    color: #06C;
    background-color: #FFF;
    text-decoration: none;
}

.menu ul li.active a:hover {
}

.page {
    background: url(images/page_bg.jpg) repeat-y;
}

.footer {
    background: url(images/page_bg.jpg) repeat-y;
}

.content-wrapper {
    padding: 30px;
}

.content-wrapper p {
    padding: 5px 0;
}

.content-wrapper h2 {
    padding: 10px 0;
}

.footer-txt {
    padding: 20px;
}

p.copy {
    padding: 20px;
}

p.copy a {
    color: #333;
}

span.di, span.di a {
    font-size: 12px;
    color: #999;
}

.footer-menu {
    height: 77px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    padding-top: 25px;
    padding-left: 20px;
}

.footer-menu ul li {
    display: inline;
    padding: 5px;
}

.footer-menu ul li a {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #06C;
}

.footer-menu ul li a:hover {
}

.footer-menu ul li.active a {
    color: #06C;
    background-color: #D5EDFF;
    text-decoration: none;
}

.footer-menu ul li.active a:hover {
}

.contacts-table {
    background-color: #F0F8FF;
}

.contacts-table td {
    padding: 10px;
    font-size: 20px;
}

.hot-line {
    color: #F00;
}

.hot-line-p {
    font-size: 28px;
    color: #F00;
}

.address-p {
    font-size: 26px;
}

.counters {
    padding-left: 20px;
    clear: both;
}

/*-- Breadcrumbs --*/
.Breadcrumbs {
    padding: 10px 0 0 0;
    color: #777;
    font-size: 14px;
}

.Breadcrumbs a {
    color: #777;
}

/*-- ditto_news --*/
.ditto_news {
    color: #777;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5edff;
}

.ditto_news a {
    color: #0066cc;
}

.ditto_news p {
    color: #000;
}

/*-- article --*/
.article {
    margin-top: 15px;
    color: #0066cc;
}

.article li {
    padding: 2px;
}

.article li a {
    color: #0066cc;
}

.article li a:hover {
    color: #F00;
}

.article li.active a, .article li.active {
    text-decoration: none;
    color: #b8b8b8;
}

/*-- dittoPaginate --*/
.dittoPaginate {
    clear: both;
    height: 30px;
}

.dittoPaginate a, .dittoPaginate span {
    padding: 3px;
    /*height:30px;*/
    display: block;
    float: left;
    font-weight: bold;
    text-decoration: none;
    margin: 2px;
    background-color: #D5EDFF;
    border: 1px solid #0066cc;
    color: #0066cc;
}

.dittoPaginate a:hover, .dittoPaginate span {
    background-color: #0066cc;
    color: #D5EDFF;
}





















