body, html {
    margin: 0;
    padding: 0;
    font: 14px Arial, Verdana, Helvetica, sans-serif;
    text-align: left;
    color: #353535;
    background: #c0c0c0;
}

body {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
}

img {
    border: 0;
}

P {
    text-indent: 1.5em; /* Отступ первой строки */
}
* {
    margin: 0;
    padding: 0;
}

a {
    color: #C00009;
    text-decoration: underline;
    background-color: inherit;
    background: none;
}

a:visited {
    color: #C00009;
    text-decoration: underline;
    background-color: inherit;
    background: none;
}

a:hover {
    color: #000;
    background-color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: #005a2d;
}

h1 {
    font-size: 22px;
}

#header {
    width: 1200px;
    float: left;
    background: #ffffff url(./images/header_bg.jpg) no-repeat top left;
    height: 198px;
}

#menu {
    width: 100%;
    float: left;
    height: 40px;
}

#phone {
    position: absolute;
    color: #494949;
    z-index: 4;
    display: inline;
    margin-left: 770px;
    top: 158px;
    font-size: 12px;
}

#menu ul {
    margin-left: 40px;
}

#menu li {
    list-style: none;
    display: block;
    float: left;
    width: 135px;
    height: 24px;
    color: #c00d0d;
    text-align: left;
    margin-top: 9px;
    line-height: 24px;
    font-weight: bolder;
    font-size: 14px;
}

.menuitem a, .menuitem a:visited {
    text-decoration: none;
    color: #fff;
    background: url(./images/menu_item.png) no-repeat top right;
    width: 130px;
    height: 24px;
    display: block;
padding-left:5px;
}

.menuitem a:hover {
    text-decoration: none;
    color: #c00d0d;
    width: 130px;
padding-left:5px;
    height: 24px;
    display: block;
    background: url(./images/menu_item.png) no-repeat top right;
}

.active_menuitem a, .active_menuitem a:hover, .active_menuitem a:visited {
    text-decoration: none;
    color: #fff;
    background: #969696 url(./images/menu_item.png) no-repeat top right;
    width: 130px;
    height: 24px;
    display: block;
    color: #c00d0d;
padding-left: 5px;
}

#all {
    background: #ffffff;
    float: left;
    display: block;
    background: #ffffff url(./images/body_bg.gif.png) repeat-y top center;
    padding-bottom: 60px;
}

#main {
    float: left;
    background: url(./images/menu_bg.gif.png) no-repeat top left;
    width: 100%;
    min-height: 300px;
}

#left {
    float: left;
    width: 400px;
    overflow: hidden;
}

#right {
    float: right;
    width: 740px;
    overflow: hidden;
    padding-top: 30px;
    padding-right: 60px;
    color: #575757;
    font-size: 13px;
    text-align: justify;
}

#logo {
    position: absolute;
    width: 102px;
    height: 96px;
    padding-left: 57px;
    top: 255px;
}

#submenu {
    width: 159px;
    height: 91px;
    display: inline;
    background: url(./images/submenu_bg.gif.png) no-repeat center center;
    overflow: hidden;
    position: absolute;
    top: 370px;
    font-size: 12px;
    padding-top: 5px;
    line-height: 28px;
    text-align: right;
}

#submenu li {
    list-style: none;
    margin-right: 50px;
}

#submenu a, #submenu a:visited, #submenu a:hover {
    text-decoration: underline;
    color: #535353;
}

.module {
    width: 279px;
    /*height: 460px;*/
    background: url(./images/module_bg.gif.png) no-repeat top left;
    margin-top: 235px;
    margin-left: 50px;
    padding-top: 35px;
}

.module ul {
    margin-bottom: 15px;
}

.module h3 {
    color: #474747;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 20px;
}

.module li {
    list-style-image: url(./images/module_list.png);
    margin-left: 30px;
    font-size: 12px;
    margin-right: 20px;
}

.module a, .module a:visited {
    text-decoration: none;
    color: #474747;
}

.module a:hover {
    text-decoration: underline;
    color: #474747;
}

#right h1 {
    color: #474747;
    padding-bottom: 20px;
}

#footer {
    width: 1200px;
    height: 142px;
    float: left;
    background: url(./images/footer_bg.gif.png) no-repeat left top;
    margin-top: -63px;
}

#call {
    position: absolute;
    z-index: 1;
    color: #494949;
    margin-top: 80px;
    margin-left: 180px;
}

.white {
    font-size: 22px;
    color: #fff;
    font-weight: bolder;
}

#call a, #call a:visited, #call a:hover {
    text-decoration: none;
    color: #494949;
}

#webpc {
    position: absolute;
    z-index: 1;
    width: 74px;
    height: 42px;
    margin-left: 1055px;
    margin-top: 82px;
}

#counter {
    position: absolute;
    z-index: 1;
    width: 74px;
    height: 42px;
    margin-left: 795px;
    margin-top: 88px;
}

