@media screen and (max-device-width: 800px)
{
	html, body {
		 width:103% !important; 
	}
}



HTML {
	width:100%;
	max-height:100%;
  	display:table;
}

BODY {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:url(../images/bg.jpg) repeat-y;
	font-family: 'Roboto', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.top_block {
    background: url(../images/shapka.jpg) no-repeat center top;
    height: 405px;
    width: 100%;
}

.top_pl {
 /*   background: url(../images/plashka-verh.png) no-repeat 80% top;*/
    width: 1100px;
    height: 115px;
    display: block;
    margin: 0 auto;
}

.back_i {
    position: absolute;
    margin-left: 140px;
}

.top_logo {
    margin-left: 480px;
    padding-top: 25px;
    width: 255px;
    z-index: 2;
    position: absolute;
}

.top_phone {
    vertical-align: top;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding-top: 28px;
    font-size: 17px;
    z-index: 2;
    margin-left: 745px;
    position: absolute;
}

.top_line_menu {
	background: #597827;
	background: -moz-linear-gradient(left,  #597827 0%, #314215 100%);
	background: -webkit-linear-gradient(left,  #597827 0%,#314215 100%);
	background: linear-gradient(to right,  #597827 0%,#314215 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#597827', endColorstr='#314215',GradientType=1 );

	width:100%;
	height: 40px;
	box-shadow: 0 1px 6px -3px;
}

.top_menu UL.menu {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.top_menu ul.menu li:first-child {
    border-left: 0;
}

.top_menu ul.menu li {
    border-left: 1px solid #a9a9a9;
    margin-top: 10px;
}

.top_menu li {
    list-style: none;
    display: inline-block;
}

.top_menu li > a, .top_menu li > span {
    color: #fff;
    display: block;
    padding: 0px 35px;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
}

.page {
    width: 1200px;
    margin: 0 auto;
	color:#2f1505;
}

h1,h2,h3,h4 {
	color:#2f1505;
	font-weight:bold;
}

.left_side {
	width:230px;
	vertical-align:top;
}

.content {
	vertical-align:top;
}

.left_side .menu li {
	list-style:none;
}

.left_side .menu li > a, .left_side .menu li > span {
    color: #fff;
    display: block;
    padding: 10px 50px;
    font-size: 17px;
    height: 25px;
    text-shadow: 1px 1px 1px #000;
	cursor:pointer;
    text-decoration: none;
    background: url(../images/menu.png) no-repeat center top;
}

.art-postheader {
    font-size: 28px;
    padding-bottom: 12px;
}

.left_side h3 {
    padding-left: 35px;
    padding-bottom: 10px;
}

.block_footer {
	width:100%;
	height:105px;
	padding-top: 10px;
	background:  url(../images/footer.png) no-repeat center top;
}

.footer {
    width: 1200px;
    margin: 0px auto;
    background: rgba(248,240,221,0.86);
    height: 80px;
    padding-top: 0px;
    display: block;
    margin-top: 10px;
	color:#2f1505;
    border-radius: 10px;
	font-size: 20px;
    font-weight: bold;
}


* {
	margin:0;
	padding:0;
}