* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background:url('/img/bg_html.png') 0px top repeat-x;
}
body {
    background: url('/img/bg_body.png') 45% top no-repeat;
	font: 11px/13px Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	color:#595656;
}
a {
	color:#d12d00;
	outline: none;
	text-decoration: underline;
	font-size:12px;
	line-height:14px;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

h1 {
    float:left;
    font:bold 14px/14px  Myriad Pro, Tahoma, Verdana, sans-serif;
	text-transform:uppercase;
}

h2 {
    float:left;
    font:20px/20px Tahoma, Verdana, sans-serif;
	text-transform:uppercase;
	color:#181818;
}

h3 {
    float:left;
    font:italic 17px/18px Tahoma,Verdana, sans-serif;
	color:#4d8f08;
}

h4 {
    float:left;
    font:bold 18px/18px Tahoma,Verdana, sans-serif;
	color:#535353;
}



#wrapper {
	width: 955px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding:0px 18px 0px 17px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 159px;
}

.logo {
    float:left;
	padding:39px 0px 0px 277px;
}

.logo a{
    background:url('/img/logo.png') left top no-repeat;
    float:left;
	width:239px;
	height:46px;
}

.contakt {
	float:right;
	position:relative;
	width:230px;
}

.phone {
    width:190px;
	position:absolute;
	left:40px;
	top:35px;
	color:#8a8d89;
	font:11px/14px  Tahoma, Verdana, sans-serif;
}

.phone span {
    color: #474747;
    float: left;
    font: 24px/24px Trebuchet MS,Tahoma,Verdana,sans-serif;
    letter-spacing: -1px;
    margin-left: -3px;
    margin-top: -5px;
    padding-top: 5px;
    width: 100%;
    word-spacing: -2px;
}

.navigation {
    width:205px;
	position:absolute;
	left:35px;
	top:95px;
}

.navigation a{
    font:11px/14px  Trebuchet MS, Tahoma, Verdana, sans-serif;
	color:#f74d00;
	float:left;
	background:url('/img/dop_menu.png')  no-repeat;
	padding:0px 15px 1px 20px;
	cursor:pointer;
}

.navigation a.map{
	background-position:0px 2px;
}

.navigation a.mail{
	background-position:-95px 1px;
	padding-left:18px;
}


.menu {
    float:left;
	padding-top:0px;
    width:725px;
}

.menu_top {
    float:left;
	height:32px;
}

.menu_top ul{
    float:left;
	list-style:none;
	text-transform:uppercase;
	padding:47px 0px 0px 37px;
	letter-spacing:0.5px;
	word-spacing:0px;
	width:705px;
}

.menu_top ul li{
    float:left;
	margin-right:2px;
}

.menu_top ul li a{
    background:url('/img/a_bg.png')  left 0px no-repeat;
    float:left;
	text-decoration:none;
	cursor:pointer;
	font:11px/26px Tahoma, Verdana, sans-serif;

}


.menu_top ul li a:hover, .menu_top ul li a:active, .menu_top ul li a.activ{
    background-position: left -28px;
}

.menu_top ul li a span{
    background: url("/img/span_bg.png") no-repeat scroll right 0 ;
    color:#fff;
	height:28px;
	float:left;
	padding:0px 23px 0px 23px;
	margin-right:-19px;
}

.menu_top ul li a.left span{
	padding:0px 28px 0px 32px;
}

.menu_top ul li a.right span{
	padding:0px 45px 0px 30px;
}

.menu_top ul li a:hover span, .menu_top ul li a:active span, .menu_top ul li a.activ span{
    background-position: right -28px;
}

a.button_red {
background: url("/img/button_red_left.png") no-repeat 0px 0px;
color: white;
float: left;
height:28px;
margin:47px 0px 0px 15px;
text-decoration: none;
font:bold 10px/28px  Trebuchet MS, Tahoma, Verdana, sans-serif;
text-transform:uppercase;
cursor:pointer;
}

a.button_red:hover {
background-position:0px -28px;
}

a.activ_ {
background-position:0px -56px;
}

a.button_red span {
background: url("/img/button_red_right.png") no-repeat right 0px;
float: left;
height:28px;
padding: 0px 17px 0px 0px;
margin-left:20px;
}

a.button_red:hover span{
background-position:right -28px;
}

a.activ_ span{
background-position:right -56px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 189px;
	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 0 0 0px;
}

.columns {
	float:left;
	padding:28px 0px 32px 43px;
}

.columns .item{
	float:left;
	width:20%;
	margin-right:4%;
}

.columns .item1 {
}

.columns .item2 {
    padding-top:7px;
	width:21%;
	margin-right:5%;
}

.columns .item3 {
	padding-top:7px;
	width:21%;
	margin-right:4%;
}

.columns .item4 {
	padding-top:1px;
}

.columns .item h1{
	width:100%;
	margin-bottom:6px;
}

.columns .item1 h1{
	color:#f26802;
}

.columns .item2 h1{
	color:#fb370b;
	margin-bottom:8px;
}

.columns .item3 h1{
	color:#4d8f08;
	margin-bottom:4px;
}

.columns .item4 h1{
	color:#44600b;
	margin-bottom:4px;
}

.columns .item h1 span{
	float:left;
	height:15px;
	margin-right:3px;
}

.columns .item3 h1 span{
	margin-right:5px;
}

.columns .item p{
	margin-bottom:20px;
}

.columns .item2 p{
    margin-bottom:3px;
}

.columns .item3 p{
    margin-bottom:0px;
}

.columns .item4 p{
    margin-bottom:11px;
}

.columns .item p.ssylka{
	text-align:left;
	padding-left:17px;
}

.columns .item a{
	font-weight:600;
}

/* BLOCK1
-----------------------------------------------------------------------------*/

.full_w {
    float:left;
	width:955px;
	padding:0px 18px 0px 17px;
	margin-left:-17px;
	margin-bottom:58px;
	border-top:1px solid #969696;
	position:relative;
	z-index:10;
}
.full_w2 {
    float:left;
	width:200px;
	padding:0px 18px 0px 17px;
	margin-left:-17px;
	margin-bottom:58px;
	border-top:1px solid #969696;
	position:relative;
	z-index:100;
}


.bg {
    background:url('/img/bg_carusel.png')  left bottom repeat-x;
	float:left;
	position:relative;
}

.block1 {
	padding:17px 0px 17px 13px;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	position:relative;
	float:left;
}

.block1 h2, .block2 h2{
	position:absolute;
	top:-30px;
	left:10px;
}

.block1 h2 span, .block2 h2 span{
	font-size:14px;
}


.block1 .item{
	float:left;
	width:384px;
	height:162px;
	padding:0px 18px 0px 0px;
	border-right:1px solid #b2b2b2;
	margin-right:20px;
	position:relative;
}

.block1 .item1{
}

.block1 .item2{
	width:186px;
	padding-left:4px;
	margin-right:15px;
}

.block1 .item3{
    width:190px;
	padding-left:102px;
	margin-right:0px;
	border:none;
	padding-top:3px;
	padding-right:0px;
}


.block1 .item img{
	float:left;
	margin-right:14px;
	padding-top:3px;
}

.block1 .item2 img{
	margin-left:-4px;
	margin-bottom:12px;
}

.block1 .item3 img{
	top:9px;
	left:4px;
	position:absolute;
}

.block1 .item a{
	padding-right:40px;
	font-weight: bold;
}

.block1 .item2 a{
	padding-right:0px;
}

.block1 .item3 a{
    position:relative;
	padding-right:0px;
	line-height:18px;
}


.block1 .item p{
	padding-top:15px;
	line-height:14px;
	margin-bottom:0px;
	position:relative;
}

.block1 .item2 p{
	padding-top:17px;
}

.block1 .item3 p{
	padding-left:44px;
	letter-spacing:-0.5;
	word-spacing:-2px;
	padding-top:16px;
}


/* BLOCK2
-----------------------------------------------------------------------------*/
.block2 {
    float:left;
	padding-left:3px;
	padding-top:20px;
	background:none;
	padding-bottom:13px;
}

.block2 h2{
	top:-27px;
	left:347px;
	width:500px;
}

.block2 h2 span{
	margin-right:5px;
}

.block2 .column{
	float:left;
	width:210px;
	font:italic 11px/14px Tahoma,Verdana, sans-serif;
	margin-right:32px;
}

.block2 .column2{
	margin-right:34px;
}

.block2 .column3{
	width:217px;
	margin-right:26px;
}

.block2 .column4{
	margin-right:0px;
	width:220px;
}
 
.border {
    float:left;
    border-bottom:#a1a1a1 1px solid;
    width:100%;
	height:167px;
	margin-bottom:10px;
}


.block2 .column h3{
	margin-bottom:10px;
	letter-spacing:-0.2px;
	width:100%;
}

.block2 .column4 h3{
	margin-bottom:12px;
}

.block2 .column4 .mb{
	margin-bottom:7px;
}

.block2 .column p {
    padding-top:5px;
	margin-bottom:9px;
}

.block2 .column3 p {
    padding-top:2px;
}

.block2 .column p span{
	text-transform:uppercase;
}

.block2 .column4 p.dash {
    background:url('/img/dash.png')  0px 6px no-repeat;
    padding-top:0px;
	padding-left:26px;
	margin-bottom:2px;
	float:left;
	line-height:12px;
	width:80%;
}

/* Carusel
-----------------------------------------------------------------------------*/
.block_carusel {
    padding-left:0px;
	padding-bottom:3px;
}

.block_carusel h2{
	top:-27px;
	right:37px;
	text-align:right;
}

.block_carusel h2 span{
	margin-right:0px;
}

/* BLOCK3
-----------------------------------------------------------------------------*/
.block3 {
    width:941px;
	padding: 12px 0 17px 12px;
	line-height:14px;
}

.block3 h2{
	top:-27px;
	left:1px;
	text-align:left;
	width:100%;
}

.block3 h2 a{
	top:-27px;
	left:1px;
	text-align:right;
	font: 11px/26px Tahoma,Verdana,sans-serif;
	text-transform:none;
	float:right;
	padding-right:3px;
}

.mt {
	margin-top:3px;
	margin-bottom:59px;
}

.block3 .elem{
	float:left;
	width:41%;
	margin-right:107px;
}

.block3 .right{
	margin-right:0px;
}

.block3 .elem img{
	float:left;
	border:3px solid #cfcfcf;
	margin-right:15px;
	margin-top:0px;
}

.block3 .elem p{
	margin-top:6px;
	margin-bottom:14px;
}

.block3 .elem  p.company{
    width:130px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:4px;
}



/* BLOCK4
-----------------------------------------------------------------------------*/
.block4{
    width:950px;
	padding:10px 0 3px 2px;
	line-height:14px;
}

.block4 h2{
	top:-31px;
	text-align:center;
	padding-left:4%;
	width:96%;
}

.block4 h2 a{
	line-height:36px;
}

.block4 .news{
    float:left;
	width:220px;
	margin-right:17px;
}

.block4 .news4{
	margin-right:0px;
	width:224px;
}


.block4 .news p{
    line-height:14px;
	padding-top:3px;
	margin-bottom:11px;
}

.block4 .news p.green{
    color:#98b004;
	margin-bottom:4px;
	padding-top:0px;
}

.mb {
	margin-bottom:0px;
}


/* TABS
-----------------------------------------------------------------------------*/
#block_tab{
    float:left;
}

#block_tab .tabs{
    margin-left:0px;
	list-style:none;
	float:left;
	margin-left:407px;
	margin-top:-39px;
	position:relative;
	z-index:100;
}

#block_tab ul.tabs li{
	float:left;
	font:14px/24px Myriad Pro, Verdana, sans-serif;
	color:#2a2a2a;
	height:24px;
	padding-right:4px;
}

 #block_tab ul.tabs li.active{
	
}

#block_tab ul.tabs li.slash{
	width:7px;
	padding-right:0px;
}

#block_tab .tabs a{
    float:left;
	color:#2a2a2a;
	text-decoration:none;
	font:14px/24px Myriad Pro, Verdana, sans-serif;
	text-transform:uppercase;
	cursor:pointer;
}

#block_tab .tabs li.active a, #block_tab .tabs a.activ{
    color:#181818;
	font-size:20px;
	line-height:20px;
 }
 


/*pravka responses****responses****responses up */
.responses .columns{
    padding-bottom:63px;
}

.basic_post_block{	
	border-top:1px solid #969696;
	float:left;
	width:100%;
	margin-top:10px;
	padding-top:10px;
	margin-bottom:44px;
}
.post_block{
	float:left;
	width:100%;
	margin-top:10px;
}

.post_block_end{
	margin-top:17px;
}

.dock_fon{
	width:262px;
	height:197px;
	float:left;
	background:url("/img/fon_dock.png")  no-repeat;	
}
.size_pict{
	width:202px;
	height:136px;
	float:left;
	margin-top:35px;
	margin-left:30px;
}
.text_part{
	float:left;
	width:690px;
	padding-top:25px;
}

.text_part a{
    line-height:12px;
}

.text_part p{
    clear:left;
	margin-bottom:8px;
	line-height:16px;
}

.punktir_line{
	float:left;
	margin-top:8px;
	margin-bottom:1px;
	height:1px;
	width:100%;
	background:url("/img/fon_punktir.png")  repeat-x;	
}
.cube_ul{
	float:right;
	margin-top:10px;
	margin-right:3px;
	list-style:none;
}
.cube_ul li{
	float:left;
	height:33px;
	width:35px;
	border:1px solid #DCDCDC;
	margin:0px 0px 0px 11px;	
}
.cube_ul li a{
	float:left;
	height:33px;
	width:35px;
	background:url("/img/fon_cube_ul.png")  no-repeat;
	font:16px Tahoma,sans-serif;
	color:#838383;
	line-height:31px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
.cube_ul li span{
	float:left;
	height:33px;
	width:35px;
	background:url("/img/fon_cube_ul.png")  no-repeat;
	font:16px Tahoma,sans-serif;
	color:#838383;
	line-height:31px;
	text-align:center;
	text-decoration:none;
}
.cube_ul li:hover{
	border:1px solid #C0D09C;
}
.cube_ul li a:hover{
	color:#505050;
	background:url("/img/fon_cube_ul_hover.png")  no-repeat;
}
.cube_ul li span{
	color:#505050;
	background:url("/img/fon_cube_ul_hover.png")  no-repeat;
}
.the_email_block{
	float:left;
	border:1px solid #b6b6b7;
	margin-bottom:111px;
	width:917px;
	padding:9px 22px 25px 13px;	
	background:#ffffff;
}
.dlya_nalogeniya_1{
	width:197px;
	height:26px;
	background:url("/img/fon_input_y.png")  repeat-y 0% 0%;
	margin-right:14px;
	float:left;
}
.dlya_nalogeniya_3{
	width:197px;
	height:22px;
	background:url("/img/fon_input_y.png")  repeat-y 0% 0%;
	margin-right:14px;
	float:left;
}
.dlya_nalogeniya_2{
	width:100%;
	height:101px;
	background:url("/img/fon_input_y.png")  repeat-y 0% 0%;
	margin-top:12px;
	margin-bottom:12px;
	float:left;
}
.zaglavie_form{
	font:18px "Trebuchet MS", sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#555555;
	margin-bottom:15px;
}
/*
#email_agent{
	float:left;
	width:100%;
	
}
*/
#email_agent input{
	float:left;
	width:167px;
	height:11px;
	border:1px solid #9A9A9A;
	padding:6px 14px 8px 14px;
	background:url("/img/fon_input_x.png")  repeat-x;
	font:11px Tahoma,sans-serif;
	color:#888888;
	line-height:11px;	
}
#email_agent textarea{
	float:left;
	width:895px;
	height:85px;
	border:1px solid #9A9A9A;
	padding:7px 10px 7px 10px;
	background:url("/img/fon_input_x.png")  repeat-x;
	font:11px Tahoma,sans-serif;
	color:#888888;
	resize: none;
}
.criptograf{
	float:left;
	width:144px;
	height:32px;	
	margin-right:15px;
	margin-left:-13px;
}
.criptograf img{}

a.button_green {
    background: url("/img/button_green_left.png") no-repeat scroll 0 0 transparent;
    color: white;
    cursor: pointer;
    float: right;
    font: bold 12px/26px Tahoma,Verdana,sans-serif;
    height:26px;
    margin:0px 0px 0 0px;
    text-decoration: none;
}

a.button_green span {
    background: url("/img/button_green_right.png") no-repeat scroll right 0 transparent;
    float: left;
    height:26px;
    margin-left:11px;
    padding: 0 35px 0 35px;
}

/*pravka responses****responses****responses down*/

/*CONTACTS
-----------------------------------------------------------------------------*/
.bd_none {
    border:none;
}

.contakt_info {
    float:left;
	width:378px;
	padding-top:1px;
	margin-left:12px;
	margin-bottom:84px;
}

.contakt_info p {
    margin-bottom:0px;
}

.contakt_info a{
    font-size:11px;
}

.contakt_info p.first {
    margin-bottom:11px;
}

.contakt_info p.second {
    line-height:20px;
	margin-bottom:11px;
}


.contakt_info p.second span{
    float:left;
	margin-right:8px;
}

.contakt_info p.second span.big{
    float:left;
	color:#2f2f2f;
	font-size:18px;
	line-height:18px;
	margin-right:25px;
}

.contakt_info p.icon {
    float:left;
    margin-top:35px;
	margin-bottom:8px;
}

.contakt_info p.icon a{
    float:left;
    background: url("/img/maps_icon.png") no-repeat scroll left bottom transparent;
    padding-left:42px;
	height:30px;
	line-height:24px;
	margin-left:1px;
}
.forma {
    background: url("/img/bg_form.png") repeat-x left 0;
    float:left;
	width:422px;
	padding:16px 15px 15px 28px;
	border-left:1px solid #dddddd;
	margin-top:4px;
	margin-left:85px;
}

.forma h4{
    margin-bottom:25px;
	float:left;
	width:100%;
}

.forma p{
    padding-left:1px;
	margin-bottom:3px;
	color:#535353;
	float:left;
	width:90%;
}

.forma p.mt{
    margin-top:2px;
}

.forma p.mt2{
    margin-top:4px;
}

.contacts .dlya_nalogeniya_1 {
    background: url("/img/fon_input_y.png") repeat-y scroll -1px 0 transparent;
    float: left;
    height:21px;
    margin-right: 14px;
    width: 197px;
	margin-bottom:4px;
}

.contacts .dlya_nalogeniya_2 {
    background: url("/img/fon_input_y.png") repeat-y scroll -1px 0 transparent;
    float: left;
    height: 106px;
    margin-bottom:10px;
    margin-top:0px;
	margin-left:2px;
    width: 100%;
}

input.enter_text {
	float: left;
	width:391px;
	height:11px;
	border:none;
	border-top:1px solid #b7b7b7;
	border-left:1px solid #e5e5e5;
	padding:5px 14px 4px 14px;
	background:#fff url("/img/fon_input_x.png") 0px -1px repeat-x; 
	font: 11px Tahoma,sans-serif;
	color: #888;
	line-height: 11px;
	margin-left:1px;
}

textarea.textarea {
	float: left;
	width:397px;
	height:90px;
	border:none;
	border-left:1px solid #e5e5e5;
	border-top:1px solid #b7b7b7;
	padding:5px 10px 5px 10px;
	background:#fff url("/img/fon_input_x.png") 0px -1px repeat-x;
	font: 11px Tahoma,sans-serif;
	color: #888;
	margin-left:1px;
	resize: none;
}

/*SERVICE
-----------------------------------------------------------------------------*/
.service .bd_none{
    padding-left:0px;
	padding-top:17px;
	padding-bottom:0px;
}

.service .bd_none h2 {
    float:left;
	width:80%;
}

.service .bd_none h2 a{
	color:#181818;
	font-size:20px;
	line-height:20px;
	text-decoration:none;
}

.service .bd_none h2 span{
	font-size:14px;
	text-transform:none;
}

ul.block_service {
    float:left;
	width:247px;
	list-style:none;
	margin-left:-4px;
}

ul.block_service li{
    float:left;
	margin-bottom:3px;
}

ul.block_service li a{
    float:left;
	width:247px;
	height:108px;
	font:20px/18px  Myriad Pro, Tahoma, Verdana, sans-serif;
	color:#1c1b1b;
	text-decoration:none;
}


ul.block_service li a.left{
    padding-left:29px;
	padding-right:73px;
	padding-top:38px;
	width:145px;
	height:70px;
	text-align:left;
}

ul.block_service li a.right{
    padding-right:41px;
	padding-left:70px;
	padding-top:42px;
	width:136px;
	height:64px;
	text-align:right;
}

ul.block_service li a.center{
    padding-left:42px;
	padding-right:15px;
	padding-top:42px;
	width:190px;
	height:64px;
	text-align:center;
}

ul.block_service li a.pt{
	padding-top:26px;
	height:82px;
	padding-right:17px;
	width:151px;
	padding-left:79px;
}


ul.block_service li a.service1{
    background:url("/img/service1.png") 0px 0px no-repeat;padding-left:29px;
	padding-right:73px;
	padding-top:38px;
	width:145px;
	height:70px;
	text-align:left;
}
ul.block_service li a.service1:hover{
    background:url("/img/service1.png") 0px -108px no-repeat;
}ul.block_service li a.service1_a{
    background:url("/img/service1.png") 0px -108px no-repeat;padding-left:29px;
	padding-right:73px;
	padding-top:38px;
	width:145px;
	height:70px;
	text-align:left;
}
ul.block_service li a.service2{
    background:url("/img/service2.png") 0px 0px no-repeat;padding-right:41px;
	padding-left:70px;
	padding-top:42px;
	width:136px;
	height:64px;
	text-align:right;
}
ul.block_service li a.service2:hover{
    background:url("/img/service2.png") 0px -108px no-repeat;
}
ul.block_service li a.service2_a{
    background:url("/img/service2.png") 0px -108px no-repeat;padding-right:41px;
	padding-left:70px;
	padding-top:42px;
	width:136px;
	height:64px;
	text-align:right;
}
ul.block_service li a.service3{
    background:url("/img/service3.png") 0px 0px no-repeat;padding-left:29px;
	padding-right:73px;
	padding-top:38px;
	width:145px;
	height:70px;
	text-align:left;
}
ul.block_service li a.service3:hover{
    background:url("/img/service3.png") 0px -108px no-repeat;
}
ul.block_service li a.service3_a{
    background:url("/img/service3.png") 0px -108px no-repeat;padding-left:29px;
	padding-right:73px;
	padding-top:38px;
	width:145px;
	height:70px;
	text-align:left;
}
ul.block_service li a.service4{
    background:url("/img/service4.png") 0px 0px no-repeat;
	padding-right:41px;
	padding-left:70px;
	padding-top:42px;
	width:136px;
	height:64px;
	text-align:right;
}
ul.block_service li a.service4:hover{
    background:url("/img/service4.png") 0px -108px no-repeat;
}
ul.block_service li a.service4_a{
    background:url("/img/service4.png") 0px -108px no-repeat;
	padding-right:41px;
	padding-left:70px;
	padding-top:42px;
	width:136px;
	height:64px;
	text-align:right;
}
ul.block_service li a.service5{
    background:url("/img/service5.png") 0px 0px no-repeat;
	padding-left:29px;
	padding-right:73px;
	padding-top:38px;
	width:145px;
	height:70px;
	text-align:left;
}
ul.block_service li a.service5:hover{
    background:url("/img/service5.png") 0px -108px no-repeat;
}
ul.block_service li a.service5_a{
    background:url("/img/service5.png") 0px -108px no-repeat;
	padding-left:29px;
	padding-right:73px;
	padding-top:38px;
	width:145px;
	height:70px;
	text-align:left;
}
ul.block_service li a.service6{
    background:url("/img/service6.png") 0px 0px no-repeat;
	padding-right:41px;
	padding-left:70px;
	padding-top:42px;
	width:136px;
	height:64px;
	text-align:right;
}
ul.block_service li a.service6:hover{
    background:url("/img/service6.png") 0px -108px no-repeat;
}
ul.block_service li a.service6_a{
    background:url("/img/service6.png") 0px -108px no-repeat;padding-right:41px;
	padding-left:70px;
	padding-top:42px;
	width:136px;
	height:64px;
	text-align:right;
}
ul.block_service li a.service7{
    background:url("/img/service7.png") 0px 0px no-repeat;padding-left:29px;
	padding-right:73px;
	padding-top:38px;
	width:145px;
	height:70px;
	text-align:left;
}
ul.block_service li a.service7:hover{
    background:url("/img/service7.png") 0px -108px no-repeat;
}
ul.block_service li a.service7_a{
    background:url("/img/service7.png") 0px -108px no-repeat;padding-left:29px;
	padding-right:73px;
	padding-top:38px;
	width:145px;
	height:70px;
	text-align:left;
}
.service_text {
    float:left;
	width:683px;
	margin-left:17px;
	line-height:18px;
	padding-top:5px;
	font-size:12px;
	padding-bottom:25px;
}

.service_text h3{
    float:none;
}

/*PORTFOLIO
-----------------------------------------------------------------------------*/
#portfolio h3 {float:none;padding-top:10px;padding-bottom:10px;}
#portfolio h3 a{font-size:14px;color:#181818;font-style:normal;text-transform:uppercase;}
.left_column {
    float:left;
	width:230px;
	padding-top:4px;
	margin-left:-15px;
}

ul.left_menu{
    float:left;
	list-style:none;
	margin-bottom:57px;
}

ul.left_menu li{
    float:left;
	margin-bottom:1px;
}

ul.left_menu li a{
    background: url("/img/p_button_left.png") no-repeat scroll 0 0 transparent;
    color:#343434;
    cursor: pointer;
    float: left;
    font:11px/25px Tahoma,Verdana,sans-serif;
    height:26px;
    text-decoration: none;
}

ul.left_menu li span {
    background: url("/img/p_button_right.png") no-repeat scroll right 0 transparent;
    float: left;
    height:26px;
    margin-left:12px;
	width:205px;
    padding: 0 0px 0 6px;
}

ul.left_menu li a:hover, ul.left_menu li a.activ{
    background: url("/img/p_button_left.png") no-repeat scroll 0 -26px transparent;
}

ul.left_menu li a:hover span, ul.left_menu li a.activ span {
    background: url("/img/p_button_right.png") no-repeat scroll right -26px transparent;
}

.portfolio .full_w .full_w{
    background: url("/img/grey_line.png") repeat-x left top;
	float: left;
	width:100%;
	padding:0px 0px 0px 0px;
	margin-left:0px;
	margin-bottom:0px;
	border-top:none;
	position: relative;
	z-index: 100;
}

.portfolio .left_column  .block4{
    width:100%;
	padding:14px 0px 0px 0px;
}

.portfolio  .left_column  .block4 h2 {
    padding-left:0%;
    text-align: center;
    top: -22px;
    width:95%;
}

.portfolio  .left_column  .block4 .news{
    float: left;
    margin-right:0px;
    width:230px;
	padding-left:10px;
	padding-bottom:2px;
	border-bottom:1px solid #e3e3e3;
	margin-bottom:11px;
}

.portfolio  .left_column  .block4 .news, .portfolio  .left_column  .block4 .news1, .portfolio  .left_column  .block4 .news2, .portfolio  .left_column  .block4 .news3, .portfolio  .left_column  .block4 .news4{
    margin-right:0px;
}

.portfolio  a.archive {
    float: left;
    margin-top:-8px;
	margin-left:8px;
}

.portfolio .pr{
    padding-right:0px;
}

.portfolio .full_w {
    width: 973px;
}

.block_company {
    float:left;
	margin-left:20px;
	padding-top:4px;
	width:705px;
}

.block_company  .company{
    float:left;
	border:1px solid #d7d7d7;
	padding:1px;
	background:#FFF;
    margin-right:7px;
	margin-bottom:13px;
}

.company .vnutr{
    float:left;
	border:1px solid #edf0f4;
	padding:6px;
	background:#dee3e8;
	padding-bottom:8px;
}

.company .vnutr .image{
    float:left;
	border:1px solid #a6aaaf;
	width:207px;
	height:219px;
	margin-right:1px;
	margin-bottom:4px;
}

.company .vnutr p{
	padding-left:12px;
	margin-bottom:1px;
	clear:left;
}

.block_company .cube_ul {
    float: right;
    list-style: none outside none;
    margin-right:13px;
    margin-top:5px;
}

.portfolio .bd_none h2 {
    float:left;
	width:80%;
}

.portfolio .bd_none h2 a{
	color:#181818;
	font-size:20px;
	line-height:20px;
	text-decoration:underline;
}

.portfolio .bd_none h2 a:hover{
text-decoration:none;
}

.portfolio .bd_none h2 span{
	font-size:14px;
	text-transform:none;
}
.navi .bd_none h2 a{
	color:#181818;
	font-size:20px;
	line-height:20px;
	text-decoration:underline;
}

.navi .bd_none h2 a:hover{
text-decoration:none;
}

.navi .bd_none h2 span{
	font-size:14px;
	text-transform:none;
}

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


/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background:url('/img/bg_bottom.png') 100% bottom no-repeat;
	width: 955px;
	margin: -189px auto 0;
	height: 189px;
	position: relative;
    padding:0px 18px 0px 17px;
}

#footer  .menu {
    width:100%;
	margin-bottom:0px;
}

#footer .menu_top ul {
    padding: 49px 0 0 23px;
}

#footer .menu_top ul li a span {
    color: #3b3b3a;
}

#footer .contakt {
    padding:0px 68px 0px 0px;
	margin-top:37px;
}

#footer .counter  {
    float:right;
	padding-top:77px;
	padding-right:17px;
	width:182px;
}

#footer .counter div {
    float:right;
	width:182px;
	height:31px;
	padding-bottom:13px;
}

#footer .counter  p{
    padding-left:20px;
}

#footer .text{
    float:left;
    width:340px;
	height:80px;
	padding:20px 20px 7px 25px;
	margin-top:50px;
}
.both{clear:both;}
.content h3{float:none;padding-top:5px;padding-bottom:5px;}
.content ul{padding-left:30px;padding-top:5px;padding-bottom:5px;}
.content table td{padding:10px;}
