* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Tahoma, Verdana, sans-serif;
	width: 100%;
    background: #fff;
}
#bg{
    background: #ffffff url("images/kran.jpg") 50% 0 repeat;
    box-shadow: 0 0 10px #a3a3a3;
    padding-bottom: 40px;
}
a {
	color: #211600;
	outline: none;
	text-decoration: underline;
}
a:visited {
	color: #211600;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{font-family: Trebuchet MS, Arial, Helvetica, sans-serif; color: #656359; margin-bottom: 15px; text-transform: uppercase;}
h1{font-size:22px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:13px;}
h6{font-size:12px;}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.wrapper {
	width: 946px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 174px;
    position: relative;
}
.home #header{
    height: 320px;
}

#logo{
    position: absolute; z-index: 1;
    top: 35px; left: -15px;
}
    .home #logo{
        top: 10px; left: 8%;
        margin-left: -77px;
    }

#top_menu{
    position: absolute; z-index: 1;
    top: 90px; right: 3px;
    background: url("images/top_menu_bg.png") 0 0 no-repeat;
    width: 686px; height: 66px;
    padding: 1px 10px 0;
    overflow: hidden;
}
        .home #top_menu{
            top: 180px; left: 0; right: 0;
            background: url("images/top_menu_bg_home.png") 0 0 no-repeat;
            width: 886px;
            height: 73px;
            padding: 1px 30px 0;
        }
#top_menu ul{list-style: none;}
#top_menu ul li{float: left; background: url("images/separator.png") 0 57% no-repeat;}
#top_menu ul li a{
    display: block;
    font: 15px Georgia, Times New Roman, Times, serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 58px;
    padding: 3px 20px 0;

    -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -ms-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
}
        .home #top_menu ul li a{
            line-height: 64px;
            margin: 0 20px;
        }
#top_menu ul li:first-child{background: none;}
#top_menu ul li a:hover{
    background: #fff;
    color: #817F77;
}
#top_menu ul li a.active{
    background: #F99A15;
    color: #817F77;
}

#top_menu ul li a:active{box-shadow: inset 0 0 8px #667;}



/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
}
#content {
	padding: 0 0 0 240px;
    color: #444238;
}
    .home #content{padding: 0;}

#content ul li{
    margin-bottom: 12px;
	list-style: none;	
}
	.home #content ul li a{
		display:block;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.home #content ul li a:hover{background: #989892}
	
#content ul li:before{
    color: #261602;
    content: "-> ";
    padding-right: 2px;
}
.home #content ul li:before{display:none}

#content table{
    border: 2px solid #C6C4BC;
    border-collapse: collapse;
    background: #fff;
}
#content table th{
    background: #E0DED2;
    padding: 10px 28px;
    border-left: 1px solid #C6C4BC;
    border-bottom: 2px solid #C6C4BC;
}
#content table th:first-child{text-align: left;}
#content table td{
    border-left: 1px solid #C6C4BC;
    padding: 10px 28px;
}
#content table tr:nth-child(odd) td{
    background: #F4F3ED;
}
#text {
	text-align:justify;
}
#text table tr td{
	text-align:left;
}
#text table tr td p, #text table tr th p{	margin:0;}
#text h1 {
	text-align:left;
}
#text ul{
	margin-left:20px;
	text-align:left;
}
#text ol {
	margin-left:25px;
	text-align:left;
	margin-bottom:18px;
}
#text ol li{
	margin-bottom:12px;
}
#text ul li:before{
	margin-left:-17px;
}
#text ul li:{
	margin-left:-15px;
}
#text ol li ul{
    margin-top: 12px;
}
#text img {
    border: 5px solid #F8F6F7;
    box-shadow: 0 0 0 1px #7F7D75;
    float: right;
    margin: 5px 5px 10px 10px;
}
.mark {
		background: none repeat scroll 0 0 #F4F3ED;
		border-left: 4px solid #20252B;
		padding: 8px 13px;
	}

#uslugi-razdela {
	background: none repeat scroll 0 0 #FFFFFF;
	border-top: 1px solid #E6E5E0;
    box-shadow: 0 2px 4px #AAAAAA;
	padding:10px;
}
#uslugi-razdela ul li{
	width: 300px; float: left;
	padding:0 10px;
	padding-left: 17px
}
#uslugi-razdela h2{
    background: none repeat scroll 0 0 #7F7D75;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase;
	padding-left: 27px;
	margin:0 -10px 10px;
}
#uslugi-razdela ul li:before{
	margin-left: -17px;
}
#crumbs{
    font-size: 11px;
    color: #268eb3;
    margin-bottom: 20px;
}
#crumbs a{
    font-size: 11px;
    padding: 0 13px;
}
#crumbs a:first-child{
    padding: 0 13px 0 0;
}
#crumbs span{
    padding: 0 13px;
    color: #656359;
}

/* Home Blocks
-----------------------------------------------------------------------------*/
#blocks{
    position: relative;
    width: 941px;
    margin: 0 auto 0;
    /*height: 740px;*/
    height: 1110px;
}

.block{
    position: absolute;
    /*z-index: 1;*/
    padding: 13px 0;
    width: 299px;
    text-align: center;
}
.block-wrap{
    padding-top: 13px;
    background: #fff;
    border-top: 1px solid #E6E5E0;
    box-shadow: 0 2px 4px #aaa;
    height: 285px;
    overflow: hidden;
}
.block:hover .block-wrap{box-shadow: 0 2px 15px #63615a;}
.block h2{
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    background: #f6a607;
    color: #fff;
    padding-top: 4px;
    line-height: 38px;
    margin-bottom: 15px;
    font-size: 18px;
}
.block ul{
    list-style: none;
    margin: 8px 0 0;
    padding-bottom: 0;
}
.block .bot_corner{
    background: url("images/blocks_bottom.png") 0 100% no-repeat;
    width: 306px; height: 38px; margin: 0 -3px;
}
.block ul li{
    margin-bottom: 0 !important;
}
.block ul li a{
    font-size: 14px;
    line-height: 20px;
}
.block ul li a:hover{}


.block.a{top: 0; left: 0;}
.block.b{top: 0; left: 321px;}
.block.c{top: 0; right: 0;}

.block.d{bottom: 370px; left: 0;}
.block.e{bottom: 370px; left: 321px;}
.block.f{bottom: 370px; right: 0;}

.block.g{bottom: 0; left: 0;}
.block.h{bottom: 0; left: 321px;}
.block.i{bottom: 0; right: 0;}

#gall{text-align: left;}
#gall a{
    display: block;
    float: left;
}
#gall a img{
    border: 0;
    margin: 0 4px 13px 4px;
    padding: 4px;
    background: #fff;
    box-shadow: 1px 1px 4px #999;

    -webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
}
#gall a img:hover{
    background: #f6a607;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 226px;
	margin-left: -100%;
	position: relative;
}

#left_menu{
    background: #fff;
    border-top: 1px solid #E6E5E0;
    box-shadow: 0 2px 4px #aaa;
    padding: 13px 0;
    margin-bottom: 67px;
    width: 220px;
}
#left_menu h2{
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    background: #7F7D75;
    color: #fff;
    line-height: 42px;
    margin-bottom: 11px;
    font-size: 18px;
}
#left_menu ul{
    list-style: none;
    background: url("images/left_menu_bottom.png") 0 100% no-repeat;
    margin: 0 -3px -42px;
    padding-bottom: 42px;
}
#left_menu ul li{margin: 0 3px;}
#left_menu ul li a{
    display: block;
    color: #2E1B01;
    text-decoration: underline;
    padding:10px 18px;
    font-size: 14px;

    -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -ms-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
}
#left_menu ul li a:hover{
    background: #F7AC0A;
    color: #3d3b31;
    text-decoration: none;
}
#left_menu ul li a:active{box-shadow: inset 0 0 8px #667;}



.info{
    margin: 43px 0;
}   .home .info{
        position: absolute; z-index: 1;
        top: 114px; right: 15px;
        margin: 0;
        }
.info .phone{
    background: url("images/phone.png") 0 0 no-repeat;
    padding-left: 40px;
    font-size: 13px;
    color: #7F7D75;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.info .phone h3{
    font: 28px Times New Roman, Times, serif;
    font-weight: bold;
    color: #535146;
    margin-bottom: 5px;
}
.info .phone h3 span{
    color: #7F7D75;
}
.info .mail{
    font-size: 14px;
    display: block;
    padding-left: 40px;
    background: url("images/mail.png") 0 0 no-repeat;
    line-height: 16px;
}

a.send{
    display: block;
    background: url("images/send.png") 0 0 no-repeat;
    width: 190px; height: 160px;
    padding: 22px 15px 0;
    overflow: hidden;
    color: #535146;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 140%;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding: 35px 0;
    color: #797C80;
    font-size: 11px;
    line-height: 130%;
}


#footer a{

}


#pp{
    float: right;
    margin-left: 50px;
    text-align: center;
}
#f-center{
    margin-left: 20px;
}
#copy{
    float: left;
    margin-right: 110px;
}
/* Р¤РѕС‚РѕРіР°Р»РµСЂРµСЏ
-----------------------------------------------------------------------------*/
#fotogalereia {margin:0 0 20px 0;}

/* Feedback
-----------------------------------------------------------------------------*/
.input-width {
		border:0px solid #999;
	}
	.width-setter {
		margin:0 9px;
	}
	.width-setter p {
	margin:5px 10px;
	}
	.width-setter input {
		width:50%;
		height:14px;
		padding:4px 9px 5px;
		margin:0;
		line-height:14px;
		color:#000;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		behavior: url("PIE.htc");
		border:1px solid gray;
	}
	.width-setter textarea {
		width:50%;
		height:50px;
		padding:4px 9px 5px;
		margin:0;
		line-height:14px;
		color:#000;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		behavior: url("PIE.htc");
		border:1px solid gray;
		}
	#submit {
		margin:8px;
	}