@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/page_back.jpg);
	background-repeat:no-repeat;
	background-size:100%;
    background-attachment:fixed;
	/*width:1000px;*/
	/*padding-left:50%;*/
  text-align:center;
	margin:0px;
}
a{
    text-decoration: none;
	outline: none;
    color: #224422; /* Цвет ссылок */
}
 a:visited {
    color: #224422; /* Цвет посещенных ссылок */
}
a:active {
    color: #224422; /* Цвет активных ссылок */
}
h3 {
  font: 600 18px/24px sans-serif;
  color: #446644;
  margin: 10px;
  }
p{
 margin:0px; 
}
.context{
   margin-left:25px;
   margin-right:25px;
  color: #224422;
}

.wrapper {
  height: 100%;
  display: table;
  text-align: center;
  background-image:url(images/main_back.png);
  background-repeat:repeat;
  width:1000px;
  box-shadow: 15px 0 8px -4px rgba(0, 0, 0, .4),
                         -15px 0 8px -4px rgba(0, 0, 0, .4);
  left: 50%;
  position: absolute;
  margin-left: -500px;
}

.header {
  background-image:url(images/header_back.jpg);
  background-repeat:no-repeat;
  display: table-row;
  height: 200px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.8) inset;
  text-align:center;
}

.main {
  height: 100%;
  display: table;
  width: 100%;
}

.box {
  display: table-cell;
}

.sidebar {
  width: 200px;
  vertical-align: top;
  text-align:center;
}

.content{
  box-shadow: 0 0 25px rgba(0, 0, 0, .3) inset;
}

.footer {
  display: table-row;
  height:70px;
  background-image:url(images/footer_back.jpg);
  background-repeat:no-repeat;
  text-align:center;
  box-shadow: 0 0 60px rgba(0, 0, 0, .8) inset;
}

* { margin:0; padding:0;}
html, body { height: 100%; }

#menu-header{
  width:100%;
  height:40px;
  background-color:#668866;
  line-height:40px;
  color:#ffffff;
}
#menu-button{
  width:100%;
  height:40px;
  background-color:#f8f2de;
  line-height:40px;
  opacity:1;
  color:#224422;
}
#menu-button:hover{
  /*opacity:0.8;*/
  box-shadow: 0px 8px 5px rgba(150, 150, 0, .1) inset,
                         0px -8px 5px rgba(100, 100, 0, .1) inset;
  color:#113311;
}
#menu-nbutton{
  width:100%;
  height:40px;
  background-color:#d5f5c5;
  line-height:40px;
  opacity:1;
  color:#224422;
}
#menu-nbutton:hover{
  /*opacity:0.8;*/
  box-shadow: 0px 8px 5px rgba(150, 150, 0, .1) inset,
                         0px -8px 5px rgba(100, 100, 0, .1) inset;
  color:#224422;
}
#socb
{
    opacity:1;
	width:30px;
}
#socb:hover
{
    opacity:0.8;
}

#tran
{
    color: transparent;
    font-size: 1pt;
}
