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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;/*font:inherit;*//*vertical-align:baseline;*/margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* ----------- */
html, body {
    width:100%;
    height:100%;
}
a {
    color:#53acdb;
}
body {
    background-color:#ebebeb;
    font-family: Arial;
    font-size: 13px;
}
.top-line {
    height:20px;
    width:100%;
    background-color: #53acdb;
    position:absolute;
    top:0;
    z-index: 2;
}
.page-wrapper {
    width:960px;
    margin: 0 auto;
    background-color: #f7f8f8;
    min-height: 100%;
    position: relative;
}

.shadow {
    -moz-box-shadow: 0 0 10px rgba(214,213,213,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(214,213,213,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(214,213,213,0.5); /* Параметры тени */
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=5, offY=5, color=#d6d5d5);
}

.header {
    height:280px;
    padding-top:20px;
}
    .header .vzerm {
        width:775px;
        height:280px;
        float:right;
        /*padding-right:25px;*/
    }
    .pic0 {
        background:url('/images/pic0.jpg') no-repeat;
    }
    .pic1 {
        background:url('/images/pic1.jpg') no-repeat;
    }
    .pic2 {
        background:url('/images/pic2.jpg') no-repeat;
    }

.logo {text-align:center; height:200px;position: relative; top:75px;}

.title {
    position: relative; top:65px;
    background-color: #fff;
    width: 477px;
    height:160px;
}
.title p {
    padding-left: 30px;
    padding-top: 15px;
}
    .title .center {
        font-size: 24px;
        color: #53acdb;
    }
    .title .description {
        font-size: 14px;
        color: #184862;
    }
.contacts {width:200px; padding-top:15px; font-size: 13px;}




.transparency {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.page-wrapper > .menu {
    background: #51a5d1;
}
.page-wrapper > .menu ul {
    border-top:1px solid #7fc1df;
    height:37px;
    background: -webkit-gradient(linear, left top, left bottom, from(#56aedb), to(#52a0c7));
    background: -moz-linear-gradient(top,  #56aedb,  #52a0c7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56aedb', endColorstr='#52a0c7');
}
.page-wrapper > .menu ul li {
    display:block;
    float:left;
    width:159px;
    height:37px;
    text-align: center;
    border-right:1px solid #71ceeb;
}
.page-wrapper > .menu ul li ul {
    display: none;
}

.page-wrapper > .menu ul li:hover {
    background: #117db7;
    background: -webkit-gradient(linear, left top, left bottom, from(#1089c8), to(#1a76a4));
    background: -moz-linear-gradient(top,  #1089c8,  #1a76a4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1089c8', endColorstr='#1a76a4');
}
.page-wrapper > .menu a {
    color:#fff;
    display:block;
    width:159px;
    height:37px;
    padding-top: 10px;
    font-size:14px;
    text-decoration:none;
    }

.menu .last {
    border:none;
}

.footer {
    width:100%;
    background-color: #ebebeb;
    height:90px;
    position: relative;
    margin-top:-90px;
    text-align: center;
}
.footer-menu-wrapper {
    background-color: #53acdb;
    margin-bottom: 15px;
}
.footer .menu {
    width:960px;
    margin:0 auto;
    height: 50px;
}
.footer .menu ul li {
    display:block;
    float:left;
    width:159px;
    text-align: center;
}
.footer .menu ul li a {
    color:#fff;
    display:block;
    width:159px;
    font-size:14px;
    padding-top: 15px;
    text-decoration:none;
    text-decoration:underline;
}
.footer .menu ul li ul {
    display: none;
}



.col {
    display: -moz-inline-stack; /* для FF ниже 3  */
    display:inline-block;
    min-height:200px;
    vertical-align:top;
    zoom:1; /* обычный layout fix для ИЕ6 */
    *display:inline; /* для ИЕ 6, 7 */
}

.main-wrapper {
    padding: 20px 0 90px 0;
}

.main {
    border-right: 1px solid #dddede;
    width:639px;
    margin-bottom: 50px;
}

.sidebar-right {
    width:310px;
}

.main > .content {
    padding: 0 30px 0 45px;
}
.sidebar-content {
    padding: 34px 45px 0 30px;
}

.main > .content .breadcrumbs {
    color:#53acdb;
    font-size:14px;
    margin-bottom:20px;
}

.content h1, .sidebar-content h1 {
    color:#006ba3;
    font-size:16px;
    margin-bottom: 25px;
    font-weight: bold;
}

.content-text p{
	padding-bottom:10px;
	line-height:150%;
}
.content-text h1 {
    margin: 25px 0 25px 0;
}
.content-text h2 {
    margin: 25px 0 15px 0;
    color:#006ba3;
}
.content-text .source {
    margin: 15px 0 15px 0;
}

.news-item {padding-bottom:25px;}
.news-item > .date {
    font-weight: bold;
    padding-bottom: 10px;
}
.news-item a {
    color:#006ba3;
}
.news-item > .content {
    text-align: justify;
    padding-bottom: 15px;
}

.link-item {
    background: #51a5d1;
    background: -webkit-gradient(linear, left top, left bottom, from(#56aedb), to(#52a0c7));
    background: -moz-linear-gradient(top,  #56aedb,  #52a0c7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56aedb', endColorstr='#52a0c7');
    margin-bottom: 10px;
    padding: 10px 15px 10px 15px;
    text-align: center;
}
.link-item a {
    color: #fff;
    line-height: 120%;
    text-decoration: none;
}
.link-item a:hover {
    text-decoration: underline;
}

#page_submenu {
    list-style: disc;
    margin: 0 10px 25px 0;
}
#page_submenu li {
    margin-left: 20px;
    margin-bottom: 5px;
}
#page_submenu li a {
    color:#006ba3;
}

.content-text ul {
    margin-left: 20px;
    margin-bottom: 5px;
	list-style: disc;
}
.content-text li {
	padding-bottom:3px;
}