*{
    padding:0;
    margin:0;
}
html,body{
    height:100%;
    width:100%;
    background-color:#CCC;
    background-image: url("/img/bkgd.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    font: 12px/1.2 Arial,Helvetica,sans-serif;
}
#wrapper {
    height: 374px;
    width: 955px;
    margin:0px auto 0;
    background: url("/img/bg-header.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: 0px 14px;
    position:relative;
}
#slider {
    height:335px;
}
#container{
    width:980px;
    margin:0 auto;
    background: url("/img/bg-content.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    position:relative;
}
/*Если контент без бокового меню*/
#contentFull {
    background-color:#EEE;
    margin: 10px 20px;
    padding: 20px;
    min-height:100%;
}
#sidenav {
    margin: 10px 20px;
    width:313px;
    float: left;
}
.sidenav li {
    padding-bottom:1px;
    list-style-type: none; /* Убираем маркеры */
    height:44px;
    background:url('/img/bg-subnav-sep.png') 0 100% no-repeat;
    display: table;
}
.sidenav a {
    text-decoration: none;
    width:280px;
    height:29px;
    padding-left:33px;
    background:url('/img/bg-subnav.png') no-repeat;
    color: #47515a;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}
#content {
    background-color:#FFF;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
//343px

//width:400px;
//margin-right: 90px;//20px
//padding: 20px;
    min-height:100%;
}
#footer {
    margin: 10px 0 0 0;
}
#tfooter {
    width: 100%;
    padding: 17px 24px 0px 24px;
    margin-left:18px;
    background:url('/img/bg-footer.png') no-repeat;
    color: #97a0aa;
    font: 12px/1.2 Arial,Helvetica,sans-serif;
}
#empty{
    height:50px;
}
article{
    width:628px;
    height:315px;
    position:relative;
    left:319px;
    top:20px;
}
article img{
    position:absolute;
    display:block;
    top:0px;
    left:0px;
}
nav{
    position:absolute;
    z-index:5;
    width:100%;
    bottom:0;
    left:0;
    text-align:center;
}
nav div{
    display:inline-block;
    margin:5px 10px;
    border:2px solid white;
    border-radius:3px;
    width:3px;
    height:3px;
}
.selected{
    background:white;
}
.header_big {
    font-family: Calibri, Verdana, Tahoma;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 20px;
    color: black;
    text-shadow: #cad5e2 1px 1px 0, #cad5e2 1px 1px 0,
    #cad5e2 1px 1px 0
}

.header_mid {
    font-family: Verdana, Tahoma;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 17px;
    color: black;
    text-shadow: #cad5e2 1px 1px 0,
    #cad5e2 2px 2px 0
}

.header_sml {
    font-family: Calibri, Verdana, Tahoma;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
    color: black;
    text-shadow: #cad5e2 1px 1px 0, #cad5e2 1px 1px 0
}

.pd_ps {
    font-family: candara;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    color: black;
    font-size: 14px
}
.highlighted_text {
    font:12px/1.35 tahoma, verdana, Arial;
    font-weight: normal;
    text-shadow: #4682B4 0px 0px 15px,
    #4682B4 0px 5px 15px,
    #4682B4 0px -5px 15px,
    #4682B4 5px 0px 15px,
    #4682B4 -5px 0px 15px;
    color: white;
    padding:5px;
    background-color:rgba(0,0,0,.2)
}

.plain_text {
    font:12px/1.35 tahoma, verdana, Arial;
    font-weight: normal;
    margin-top:7px;
}

button.second_page_buttons {
    position: relative; float: left;
    margin-right: 2px;
    margin-top: 2px;
    height: 84px;
    width: 110px;

    font-family: Calibri, Verdana, Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: black;
    text-shadow: #cad5e2 1px 1px 0, #cad5e2 1px 1px 0
}
.second_page_divs {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    right: 0px;
    width:554px;
    display: none
}
h1 {
    color: #47515a;
    font: 25px "Courier New",Courier,monospace;
//margin-bottom: 20px;
    padding: 10px 20px;
}
.intext{
//color:red;
    padding:10px 20px;
}
.intro{
    color: #47515a;
    font: 18px "Courier New",Courier,monospace;
    margin-top: 15px;
    padding:10px 20px;
}
h2{
    font-weight: bold;
    padding:10px 20px;
    color: #363636;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
}
.clearTable {
    font-size: 11px;
    background: none repeat scroll 0 0 #f1f1f1;
}
 .clearTable tr{
     font-family: inherit;
     font-size: 100%;
     font-style: inherit;
 }
.info{
    border-bottom: 2px solid #fff;
}
.wwarning{
    color: red;
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
    font-size: 20px;
    font-family: serif;
    padding: 10px 20px;
}