* {
    margin:0;
    padding:0;
    font-family:Arial;
    color:#474747;
}
img {
    border:none;
}
html,body {
    height:100%;
    background-color:#f9f8ee;
}
h1 {
    display:inline;
}
.title {
    font-size:36px;
    font-weight:bold;
    font-family:Tahoma;
    background:url(/images/bg-line.png) left bottom repeat-x;
    padding:10px;
}

h3 {
    padding-top:22px;
    padding-bottom:5px;
    font-size:30px;
    font-weight:bold;
    font-family:Arial;
    background:url(/images/bg-line.png) left bottom repeat-x;
}

div.main-left-block h2 {
    background-image:none;
    padding:10px;
    padding-bottom:20px;
}
/
h2 {
    padding-left:0;
    font-family:Arial;
    font-weight:bold;
    font-sizem:24px;
    color:#474747;
    text-decoration:none;
    display:block;
    line-height:40px;
}
h2 a {
    padding-left:0;
    font-family:Arial;
    font-weight:bold;
    font-size:24px;
    color:#474747;
    text-decoration:none;
    display:block;
    line-height:40px;
}
h2 a:hover {
    color:#14849e;
}
.footer h2 span a:hover {
    text-decoration: underline;
}

.footer h2 span a {
   font:bold 12px/12px Arial, Helvetica, sans-serif;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

*+html h2 span {
    display:inline;
}

h4 a {
    background:url(/images/bg-line.png) left bottom repeat-x;
    padding:10px;
    font-family:Arial;
    font-weight:bold;
    font-size:16px;
    color:#474747;
    text-decoration:none;
    display:block;
}
h4.noborder a {
    background:none;
    padding-bottom:0;
}
h4 a:hover {
    color:#14849e;
}
h5 {
    font-size:12px;
    font-family:Georgia, serif;
    font-style:italic;
    font-weight:bold;
    margin-bottom:5px;
}
h6 {
    line-height:40px;
    padding-left:12px;
}
a {
    color:#14849e;
}
a:hover {
    text-decoration:none;
}
div.clearbar {
    clear:both;
    font-size:0;
    line-height:0;
}

#container {
    min-height:100%;
    overflow: hidden;
    _height:100%;
    margin-bottom:-80px;
    background:url(/images/bg-container.png) 0 0 repeat-x;
    min-width:1020px;
}
* html #container {
    width: expression((documentElement.clientWidth||document.body.clientWidth)<1020?'1020px':'auto');
}
*+html #container {
    width: expression((documentElement.clientWidth||document.body.clientWidth)<1020?'1020px':'auto');
}
/* шапка */
#header {
    /*overflow:hidden;*/
    
    height:125px;
    background:url(../images/bg-header.png) center top no-repeat;
}

#header:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
    width: 0;
}

#header-inside {
    width:1020px;
    margin:0 auto;
}
#icon-home {
    position:absolute;
    margin-left:15px;
    top:0;
    margin-top:25px;
}
#slogan {
    position:absolute;
    margin-left:40px;
    top:0;
    margin-top:10px;
    color:white;
    font-size:26px;
    font-family:Helvetica;
    font-weight:bold;
}
#slogan h1 {
    font-style:italic;
    color:white;
    font-size:12px;
    position:relative;
    top:-7px;
    font-weight:normal;
}
#img-logo {
    position:absolute;
    margin-left:880px;
    top:0;
}
#langs {
    float:right;
    margin-top:-30px;
    margin-right:10px;
    _display:inline;
}
#langs a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    font-size:8px;
    font-family:Helvetica;
    padding:1px;
    padding-left:2px;
    padding-right:2px;
    margin-bottom:5px;
}
#langs a.current {
    color:#404450;    
}
#topmenu {
    height: 25px;
    background:url("/images/bg-line.png") repeat-x scroll left bottom transparent;
    margin:50px auto 0;
    position:relative;
    width:960px;    
}

.ask-us {
    position: absolute;
    right: 75px;
    top: -33px;
    width: 200px;
}
.ask-us .img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.ask-us a {
    position: absolute;
    top: 35px;
    left: 56px;
    color: #108ac3;
    font-size: 12px;
    white-space: nowrap;
}
.ask-us span {
    padding: 0px;
    height: 18px;
    line-height: 18px;
    float: left;
    color: #474747;
    white-space: nowrap;
    font-size:12px;
    margin-left:57px;
    margin-top:58px;

}

* html #topmenu {
    position:relative;
    margin-top:40px;
}
*+html #topmenu {
    position:relative;
    margin-top:40px;
}
#topmenu ul {
    list-style-type:none;
}
#topmenu ul li {
    display:inline;
    float:left;
    margin-right:20px;
    height:25px;
}
#topmenu ul li a {
    display:block;
    font-size:12px;
    color:#8e8e8a;
    font-family:Helvetica, sans-serif;
    font-weight:normal;
    text-decoration:none;
    padding-left:10px;
    padding-right:10px;
    line-height:20px;
}
#topmenu ul li a:hover {
    color:#474747;
    border-bottom:#474747 solid 3px;
}
#topmenu ul li a.current{
    color:#474747;
    font-weight: bold;
    border-bottom:#474747 solid 3px;
}
/* основной блок */
#main {
    overflow:hidden;
    width:960px;
    margin:35px auto 50px;
}
#main.blog {
    margin-top:0;
    margin-bottom:20px;
}
#main p {
    line-height:1.5em;
    margin-left:10px;
    margin-bottom:20px;
}
div.promo-block-1 {
    float:left;
    padding:10px;
    padding-bottom:0;
    width:220px;
    font-size:12px;
}
div.promo-block-1 a {
    color:#454545;
    font-weight:bold;
    text-decoration:none;
}
div.promo-block-1 a:hover {
    color:#14849e;
}
#main div.promo-block-1 p {
    margin-left:0;
    margin-top:3px;
}
div.img-block-1 {
    display:block;
    width:220px;
    height:130px;
    background:#eeeeee;
    margin-bottom:10px;
}
a.a-more {
    display:block;
    width:101px;
    height:22px;
    background:url(/images/bg-button.png) center center no-repeat;
    margin:10px;
    line-height:20px;
    font-size:11px;
    text-align:center;
    font-family:Georgia, serif;
    font-style:italic;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    opacity:0.7;
    filter:alpha(opacity=70);
}
a.a-more:hover {
    opacity:1;
    filter:alpha(opacity=100);
}
a.a-more-2 {
    display:block;
    width:148px;
    height:22px;
    background:url(/images/bg-a-more-2.png) center center no-repeat;
    line-height:20px;
    font-size:11px;
    text-align:center;
    font-family:Georgia, serif;
    font-style:italic;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    opacity:0.7;
    filter:alpha(opacity=70);
}
a.a-more-2:hover {
    opacity:1;
    filter:alpha(opacity=100);
}
div.half-left {
    width:470px;
    float:left;
    font-size:12px;    
}
div.half-left p {
    /*text-align:justify;*/
    margin-top:20px;
    margin-bottom:15px;
    overflow:hidden;
}
div.half-right {
    width:470px;
    float:right;
    font-size:12px;    
}
div.half-right span {
    line-height:50px;
    display:table-cell;
    float:left;
    width:130px;
    margin:10px;
    overflow:hidden;
    min-height:70px;
    _height:70px;
    text-align:center;
    vertical-align:center;
}
div.half-right p {
    margin-top:20px;
    overflow:hidden;
}
.img_partner {        
    padding-left: 10px;   
    padding-top: 25px;
}

div.partners-block {
    margin:30px auto;
    width:920px;
}
div.partner-logo {
    float:left;
    width:220px;
    text-align:center;
    padding-top:15px;
}
div.partner-center {
    margin-left:230px;
    margin-right:350px;
}
#main div.partner-center p {
    margin-bottom:10px;
    font-size:12px;
}
.font-14 {
    font-size:14px;
}
div.partner-right {
    float:right;
    width:340px;
    padding-top:50px;
    font-style:italic;
    font-size:12px;
    line-height:1.5em;
}
div.partner-right-top {
    height:10px;
    background:url(/images/bg-partners-right-sides.png) center top no-repeat;
}
div.partner-right-center {
    padding-left:10px;
    padding-right:10px;
    background:url(/images/bg-partners-right-center.png) center top repeat-y;
    overflow:hidden;
}
div.partner-right-bottom {
    font-weight:bold;
    height:100px;
    padding-top:20px;
    padding-left:20px;
    background:url(/images/bg-partners-right-sides.png) center -120px no-repeat;
}
div.partner-right-top {
    height:10px;
    background:url(/images/bg-partners-right-sides.png) center top no-repeat;
}
#main-blog-wrapper {
    width:960px;
    background:url(/images/bg-blog-center.png) center top repeat-y;
}
#main-blog-wrapper-top {
    width:960px;
    background:url(/images/bg-blog-top.png) center -10px no-repeat;
    padding-top:35px;
}
#main-blog-wrapper-bottom {
    width:960px;
    background:url(/images/bg-blog-bottom.png) center bottom no-repeat;
}
#blog-left {
    width:690px;
}
#blog-left h1 {
    margin-right:40px;
}
#blog-left-inside {
    width:520px;
    margin-left:130px;
    min-height:1000px;
    overflow:hidden;
}
#blog-left-inside p {
    margin-left:0;
    font-size:14px;
    /*text-align:justify;*/
}
a.blog-title {
    width:520px;
    height:150px;
    background-color:#e0dfd6;
    display:block;
    margin-bottom:30px;
}
div.blog-block {
    background:url(/images/bg-line.png) left bottom repeat-x;
    padding-bottom:40px;
}
div.blog-pages {
    margin:5px;
    margin-top:35px;
    zoom:1;
    overflow:hidden;
}
#main div.blog-pages  p {
    border-left:#c7c6be solid 1px;
    border-right:#c7c6be solid 1px;
    overflow:hidden;
    display:block;
    padding-left:10px;
    padding-right:10px;
    zoom:1;
    margin:2px auto;
}
#main div.blog-pages  p span {
    color:#c7c6be;
    line-height:25px;
    font-size:10px;
}
span.pages-left {
    float:left;
    display:block;
}
span.pages-right {
    float:right;
    display:block;
}
div.blog-pages a {
    color:#000000;
    width:45px;
    border:#c7c6be solid 1px;
    font-size:10px;
    text-align:center;
    line-height:26px;
    text-decoration:none;
}
a.pages-prev {
    float:left;
    display:block;
    margin-right:3px;
}
a.pages-next {
    float:right;
    display:block;
    margin-left:3px;
}
#blog-right {
    width:240px;
    float:right;
}
div.reklama {
    text-align:center;
    margin-top:30px;
}
#main div.reklama p {
    margin:0;
    margin-bottom:20px;
    padding:5px;
    font-size:10px;
    background:url(/images/bg-line.png) left bottom repeat-x;
}
#blog-right form {
    margin-top:20px;
}
#blog-right form input.text {
    border:#cccccc solid 1px;
    padding:3px;
    width:170px;
}
a.a-more-3 {
    position:relative;
    float:right;
    margin-top:1px;
    display:block;
    width:58px;
    height:22px;
    background:url(/images/bg-submit.png) center center no-repeat;
    line-height:20px;
    font-size:11px;
    text-align:center;
    font-family:Georgia, serif;
    font-style:italic;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    opacity:0.7;
    filter:alpha(opacity=70);
}
a.a-more-3:hover {
    opacity:1;
    filter:alpha(opacity=100);
}

#blog-right ul {
    margin-top:25px;
    margin-bottom:25px;
    list-style-type:none;
}
#blog-right ul li {
    margin-bottom:7px;
    overflow:hidden;
    font-size:12px;
}
#blog-right ul li span {
    float:right;
    color:#aaa9a4;
    font-size:12px;
}
#blog-right ul li a {
    font-size:12px;
    color:#126d83;
    text-decoration:none;
    float:left;
}
#blog-right ul li a:hover {
    text-decoration:underline;
}
div.main-left {
    width:530px;
    float:left;
    margin-top:30px;
    line-height:22px;
}
div.main-left p {
    font-size:14px;
    /*text-align:justify;*/
}
div.main-left-block {
    margin-bottom:45px;
}
div.main-right {
    width:370px;
    float:right;
    margin-top:40px;
    line-height:22px;
    font-size:12px;
}
div.main-right h3 {
    margin-top: 10px;
    margin-bottom: -10px;
    font-size:12px;
}
#main div.main-right p {
    display:block;
    overflow:hidden;
    font-style:italic;
    /*opacity:0.6;*/
    /*filter:alpha(opacity=60);*/
    line-height:21px;
    margin-bottom:5px;
}
#main div.main-right:hover p {
    /*opacity:1;*/
    /*filter:alpha(opacity=100);*/
}
div.main-right p a {
    text-decoration:none;
    color:#126d83;
}
div.main-right p a:hover {
    text-decoration:underline;
}
div.main-right:hover ul {
    opacity:1;
    filter:alpha(opacity=100);
}
div.main-right ul {
    list-style-type:none;
    position:relative;
}
div.main-right ul li {
    background:url(/images/bg-marker-1.png) 0 11px no-repeat;
    padding-left:12px;
    font-style:italic;
}
div.map {
    _display:inline;
    width:515px;
    height:400px;
    background-color:#cccccc;
    float:left;
    margin-right:20px;
    margin-top:40px;
    margin-bottom:30px;
    margin-left:10px;
}
div.contacts-right {
    margin-top:70px;
}
#main div.contacts-right p {
    font-size:14px;
}
#main div.contacts-right p a {
    color:#11768e;
    font-size:14px;
}
#main div.contacts-right p a:hover {
    text-decoration:none;
}
div.contacts-right h3 {
    margin-bottom:20px;
}

/* подвал */
#footer-goast {
    height:80px;
}

#footer p {
    display:block;
    width:930px;
    padding-left:30px;
    color:white;
    font-family:Tahoma;
    font-size:11px;
    margin:25px auto;
}

/* вспомогательные */
.h-30 { height:30px; }

div.blog-block.bgless { background-image:none; }

div.main-left h3 a {
    margin-left:10px;
    padding-bottom: 30px;
    line-height:1;
}

div.main-left h2 {    
    line-height:1;
}

.footer{
    width:100%;
    min-width:960px;
    background-color: #474747;
    margin:0 auto;    
    height:210px;
}
.wrapper{
    width:960px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}

.left_foot{
    width:360px;
    padding-top:25px;
    float:left;
}

.footer h1, .footer h2{
    font-size:12px;
    font-weight:bold;
    color:#fffefe;
    font-family:Arial,Helvetica,sans-serif;
    background: none;
}

.footer h1 span{font-size:11px; color: white;}

.footer h2{
    font-style:italic;
    font-size:12px;
    padding:15px 0 0 0;
}

.index {padding-left:10px;}

.footer h2 span{font-size:12px; font-weight:bold; font-style:normal;}
.footer h2 span a {color: white;text-decoration: none;}

.center_foot{width:480px; padding:25px; float:left;}


.clear:after{
    content:".";
    height:0;
    visibility:hidden;
    display:block;
    clear:both;
}

ul.services,
ul.foot{
    float:left;
    list-style:none;
    padding-left:10px;
}

ul.foot li.anchors{
    float:left;    
    width:162px;
    clear:left;
}

ul.foot li.descript{
    float:left;
    width:300px;
    color:#808080;
    font-style:italic;
    font-size:12px;
    padding:3px 0 0 0;
}

ul.services  {padding-bottom:5px;}
ul.services li.anchors {padding-bottom:5px;}

ul.services li a,
ul.foot a{
    color:#00aeff;
    font-size:12px;
    font-wirght:bold;
    text-decoration: underline;
    padding:5px 0 0 0;
}


ul.services li a span {border-bottom:2px solid #00aeff;}
ul.services li a:hover span {border-bottom:2px solid #666;}
ul.services a:hover,
ul.foot a:hover{
    color:#666;
}
.services_right .services {width:330px;}
.foot_logo{
    width:140px;
    height:140px;
    position:absolute;
    top:50%;
    right:0;
    margin:-70px 40px 0 0;
}

ul.articles {padding-top:15px; padding-left: 10px;}
.articles a {text-decoration: none;}
.articles a:hover {text-decoration: underline;}
.articles li {list-style-type: none; padding-top: 5px; line-height:1.5;}

#phone {
    color:white;
    font-family:Helvetica;
    font-size:26px;
    font-weight:bold;
    margin: 0px 0px 0px 665px;
    padding-bottom:7px;
    /*padding-top: 7px;*/
}

#header_link {color: white; text-decoration: none; font-family:Helvetica; font-size:26px; font-weight: bold;}

.fieldWithErrors input, .fieldWithErrors textarea {border: 1px solid #c82f2f;}
.fieldWithErrors { padding-left: 10px;}
.fieldWithErrors label { margin: -10px 0;}


.page-menu {
    padding-top: 50px;
    display: block;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    background: url(/images/bg-line.png) repeat-x 0 100%;
    padding-bottom: 1px;
}
.page-menu li {
    float: left;
    padding-right: 25px;
    list-style: none;
    border: 0;
    padding-left: 5px;
    background: none;
}
.page-menu li a {
    font: italic 18px/18px Arial, Helvetica, sans-serif;
    color: #484848;
    padding: 0 5px 10px 5px;
    text-decoration: none;
    border: 0;
    float: left;
}
.page-menu li.active a {
    border-bottom: 3px solid #4a4a47;
    padding: 0 5px 7px 5px;
    font:bold italic 18px/18px Arial, Helvetica, sans-serif;
}
.page-menu li a:hover {
    border-bottom: 3px solid #4a4a47;
    padding: 0 5px 7px 5px;
    font:italic 18px/18px Arial, Helvetica, sans-serif;
}

.middle {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.middle { zoom: 1 }
.middle:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0; height: 0;
    overflow: hidden;
    font-size: 0;
}
.m-left {
    float: left;
    width: 280px;
}
.pakets {
    margin-top: 35px;
    margin-left: 10px;
    display: block;
}
.pakets span {
    font: italic 12px/12px Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 7px;
}
.pakets li {
    list-style: none;
    display: block;
}
.pakets li a {
    font: 12px/13px Arial, Helvetica, sans-serif;
    display: block;
    text-decoration: none;
    padding: 2px 0;
    color: #108ac3;
}
.pakets li a:hover {
    text-decoration: underline;
}
.m-center {
    padding-left: 300px;
    float: left;
    margin-right: -100%;
}

.m-center .item-article {
    width: 445px;
    padding-left: 15px;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-right: 2000px;
    margin-right: -2000px;
    position: relative;
}
.m-center .item-article h3 {
    padding-bottom: 10px;
}
.m-center .item-article {
    border-bottom: 1px solid #aeada6;
    background: url(/images/bg-white.gif) repeat-y 200% 0;
}
.m-center .item-article p {
    font: 14px/16px Arial, Helvetica, sans-serif;
    color: #474747;
    text-align: justify;
}
.m-center .item-article .article-links {
    display: block;
    padding-top: 15px;
}
.m-center .item-article .article-links span {
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    padding: 5px 0 10px 0;
}
.m-center .item-article .article-links li {
    list-style: none;
    display: block;
    padding: 1px 0;
}
.m-center .item-article .article-links li a {
    font:  14px/16px Arial, Helvetica, sans-serif;
    color: #108ac3;
    text-decoration: none;
}
.m-center .item-article .article-links li a:hover {
    text-decoration: underline;
}
.m-center .item-article .ask {
    /*background: url(/images/ask.gif) no-repeat 0 0;*/
    height: 25px;
    padding-left: 35px;
    font: italic 14px/25px Georgia;
    position: absolute;
    top: 40px;
    display: block;
    left: 500px;
    visibility: hidden;
}
.m-center .item-article-active .ask, .m-center .item-article:hover .ask  {
    visibility: visible;
}
.m-center .item-article-active , .m-center .item-article:hover  {
    background-position: 0 0;
}
.all-services {
    padding-top: 20px;
}
.all-services li {
    list-style: none;
    display: block;
    padding: 10px 0;
}
.all-services li li {
    padding: 1px 0;
    line-height: 16px;
}
.all-services li li a {
    font: italic 14px/16px Arial, Helvetica, sans-serif;
    color: #108ac3;
    text-decoration: none;
}
.all-services li li a:hover {
    text-decoration: underline;
}

.one-services h3 {
    font: 30px Arial, Helvetica, sans-serif;
    padding-left: 9px;
    padding-top: 30px;
}
.one-services .main-left p {
    margin-left: 9px;
}
.one-services .main-left {
    margin-top: 10px;
}
.one-services .main-right {
    margin-top: -13px;
}

#main  .one-services div.main-right p {
    margin: 20px 0 0 0;
}
.one-services .main-right ol {
    padding-left: 0px;
}
.one-services .main-right ol li {
    list-style-position: inside;
    list-style-type: decima;
    font-size: 14px;
    line-height: 16px;
}
.one-services .main-right p {
}
.one-services .main-right ol li a {
    color: #126d83;
    text-decoration:  none;
    font: italic 12px/14px Arial, Helvetica, sans-serif;
}
.one-services .main-right ol li a:hover {
    text-decoration: underline;
}

.oneservices {
    position: relative;
    float: left;
    width: 510px;
    margin-right: -100%;
    padding-left: 150px;
    padding-right: 300px;
    padding-top: 40px;
}
.oneservices-right {
    float: right;
    width: 270px;
    padding-top: 90px;
    position: relative;
}
.oneservices p {
    font: 14px/16px Arial, Helvetica, sans-serif;
    display: block;
    text-align: justify;
    padding-bottom: 30px;
}
.oneservices h3 {
    padding-bottom: 15px;
}
.oneservices .come-back {
    position: absolute;
    width: 120px;
    height: 20px;
    font: italic bold 18px/20px Arial, Helvetica, sans-serif;
    color: #474747;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    text-decoration: none;
    background: url(/images/back.png) no-repeat 0 70%;
    padding-left: 10px;
    top: 50px;
    left: 15px;

}
.oneservices-right .ask {
    background: url(/images/ask.gif) no-repeat 0 0;
    height: 25px;
    padding-left: 35px;
    font: italic 14px/25px Georgia;
    display: block;
}
.oneservices-right .border-b {
    border-bottom: 1px solid #aeada6;
    padding-bottom: 15px;
}
.oneservices-right .corp-blog {
    background: url(/images/korona.png) no-repeat 0 0;
    height: 25px;
    padding-left: 35px;
    font: italic 14px/25px Georgia;
    display: block;
    margin-top: 35px;
}
.oneservices-right h5 {
    font:bold 12px/14px Arial, Helvetica, sans-serif;
    display: block;
    padding-left: 35px;
    margin-top: 20px;
}
.oneservices-right p {
    font:12px/14px Arial, Helvetica, sans-serif;
    display: block;
    padding-left: 35px;
    margin-top: 10px;
}







.new-center {
    float: left;
    width: 600px;
}

.new-right {
    float: right;
    width: 290px;
    position: relative;
}
.item-article h2 {
    padding-bottom:15px;
}
.item-article {
    margin-top:20px;
}

.item-article h4 {
    font-size: 14px;
    padding-bottom:3px;
}

.item-article p {
    margin-bottom: 10px;
}
.zakaz {
    width: 290px;
    position: absolute;
    top: 0;
    left: 0;
}
.zakaz p{
    font-size:14px;
    padding-bottom:15px;
    
}
.zakaz h3 {
    font-size: 14px;
    padding-bottom:3px;
}

