* {
	margin: 0;
	padding: 0;
}



body{
	font-family: trebuchet ms, tahoma, arial;
	font-size:14px;
	color:#363636;
    background:url('./img/bg_main.gif') left #fff;
    padding:100px 40px;
}

html>/**/body {
	overflow-y:scroll
}

a{
	color:#c40100;
}

img{
	border:0;
}

p{
	margin-bottom:20px;
	line-height:18px;
}

ul{
margin-left:18px;
}

h1{
	font-weight:normal;
	font-size:26px;
	margin-bottom:25px;
	line-height:22px;
}

h2{
	color:#d80100;
	font-size:22px;
	font-weight:normal;
	margin-bottom:15px;
}

#main_container{
	width: 100%;
	min-width: 920px;
	max-width: 1150px;
	margin:0 auto;
	background:#fff;
	border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    behavior: url('./ie-css3.htc');
    padding:40px 0 0;
}

#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 40px 0 280px;
}


#sideLeft {
	float: left;
	width: 210px;
	padding:97px 0 135px 40px;
	margin-left: -100%;
	position: relative;
}

#sideLeft ul{
	font-size:16px;
	list-style:none;
        margin:0;
}

#sideLeft ul li{
	margin-top:15px;
}

#sideLeft ul li:first-child{
	margin-top:0;
}

#sideLeft ul a:hover{
	text-decoration:none;
}

#header{
	position:relative;
	height:210px;
	padding-left:40px
}

#header img.house{
	position:absolute;
	top:-40px;
	right:75px;
}

#header img.house_top{
	position:absolute;
	top:-97px;
	right:126px;
}

#header img.tels{
	position:absolute;
	top:0;
	right:420px;
}

#icons{
	position:absolute;
	width:182px;
	text-align:center;
	left:40px;
	top:221px;
	z-index:1;
}

#icons a{
	margin:0 18px;
}

#icons a.search{
	position:relative;
	top:1px;
}

#menu_top{
	line-height:37px;
	height:37px;
	background:url('./img/bg_menu_top.gif') right no-repeat #d80100;
	font-size:16px;
	margin-bottom:60px
}

#menu_top a{
	color:#fff;
	text-decoration:none;
}

#menu_top a:hover{
	text-decoration:underline;
}

#menu_top table{
	width:100%
}

#menu_top table td{
	white-space:nowrap;
	padding-left:23px;
}

#menu_top table td:first-child{
	background:url('./img/crn_menu.gif') left no-repeat #d80100;
	text-align:center
}

#footer{
	border-top:5px solid #fcb72d;
	margin:40px 40px 0;
	padding:35px 0 40px;
	position:relative;
	font-size:12px
}

#footer var{
	position:absolute;
	right:0;
	top:35px;
	font-style:normal
}

#footer a{
	color:#363636;
}

#footer div{
	position:absolute;
	left:0;
	bottom:-70px;
	width:100%;
	display:block;
	text-align:center;
}

#footer img.bug{
	position:absolute;
	top:-118px;
	left:75px
}

div.service{
	width:50%;
	position:relative;
	margin-top:20px
}

div.service img{
	position:absolute;
	top:-14px;
	left:0;
}

div.service img.key{
    top:155px;
}

div.service img.ves{
    top:102px;
    left:-10px;
}

div.service ul{
	margin:30px 0 0 80px;
}

div.service ul:first-child{
	margin-top:0;
}

div.service ul li{
	margin-bottom:4px;
}

div.service ul li:first-child{
	list-style:none;
	margin-bottom:5px;
	font-size:16px;
	margin-left:-18px
}

a.gallery img{
margin-bottom:10px;
}
