* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Tahoma, Verdana, sans-serif;
	height: 100%;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	max-width: 1920px;
	}
a {
	color: #006a3c;
	outline: none;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
p {margin: 0 0 5px}
img {border: none;}
input {vertical-align: middle}
table {border-collapse: collapse; border-spacing: 0px}
td {padding:0;}
ul li ul {margin-left: 20px;}


#wrapper {
	background-image:url(images/fbg1.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	min-height:100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	max-width: 1920px;
	min-width:1000px;	
}
#menuleft {
	background-image:url("images/m4.png");
	background-position:right 135px;
	background-repeat:no-repeat;
	height:55px;
	width: 10%;
	}
#menuright {
	background-image:url(images/m2.png);
	background-repeat:no-repeat;
	background-position:left 135px;
	height: 55px;
	width: 10%;
	}

/* Header
-----------------------------------------------------------------------------*/
#header {
width: 100%;
}
#headcorpus {
background-image:url("images/logofone.jpg");
background-repeat:no-repeat;
height:135px;
max-width:1600px;
width:100%;
}
#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height: 71px;
	width:285px;
	margin-top:38px;
	float: left;
	}
#slogan {
	border-left:1px solid #2C5D4E;
	color:#FFFFFF;
	float:left;
	margin-top:45px;
	padding-bottom:7px;
	padding-left:34px;
	padding-top:7px;
	width:200px;
	}
#language {
	float:right;
	margin-top:55px;
	width:10%;
}
#language .ru {
	background-image:url("images/ruflag.png");
	background-repeat:no-repeat;
	float:left;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
}
#language .eng {
	background-image:url("images/eng.png");
	background-repeat:no-repeat;
	float:left;
	padding-bottom:2px;
	padding-left:13px;
	padding-right:15px;
}
#language a{
	border-left:1px dotted white;
	color:#25BFC3;
	padding-left:10px;
}
#phone {
	float: right;
	width:215px;
}
#phone .telds {
	color:#487160;
	font-size:11px;
	margin-top:26px;
	padding:6px;
}
#phone .tel {
	color: white;
	font-size: 24px;
}
#phone .alltel {
	background-image:url("images/flag.png");
	background-position:0 3px;
	background-repeat:no-repeat;
	font-size:11px;
	margin-left:-7px;
	margin-top:19px;
	padding-left:35px;
}
#phone .alltel a{
	color:#25BFC3;
	font-size:11px;
}
#menu{
	background-image:url("images/menu.png");
	background-repeat:repeat-x;
	max-width:1600px;
	width:100%;
	height:54px;
	}
#menu .search{
	border:none;
	float:right;
	height:31px;
	margin-top:12px;
	width:19%;
}
#menu .search .s1{
	background-image:url(images/s1.png);
	background-repeat:no-repeat;
	background-position:left;
	height: 31px;
	width: 2%;
	float:left;
}
#menu .search .s2{
	background-image:url(images/s2.png);
	background-repeat:repeat-x;
	height: 31px;	
	width:75%;
	float:left;
}
#menu .search .s3{
	background-image:url(images/s3.png);
	background-repeat:no-repeat;
	background-position:right;	
	height: 31px;
	width: 2%;
	float:left;
}
#menu .search input{
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#40B379;
	float:left;
	height:20px;
	margin-left:6px;
	max-width:95%;
	padding-top:6px;
	width:100%;
}
#searchbut {
	background-image:url("images/searchbut.png");
	background-position:9px 50%;
	background-repeat:no-repeat;
	float:left;
	height:30px;
	width:15%;
	}
#menubat1 {
	background-image:url(images/but1.png);
	background-repeat:no-repeat;
	background-position: center;
	border-right:1px solid #07542D;
	float:left;
	height:54px;
	text-align:center;
	width:25%;
}
#menubat1.active, #menubat1.active:hover{ 
	background-image:url(images/activebut1.gif);
	overflow: hidden;
}
#menubat1:hover { 
	background-image:url(images/active-but1.gif);
	overflow: hidden;
}
#menubat2 {
	background-image:url(images/but2.png);
	background-repeat:no-repeat;
	background-position: center;
	border-right:1px solid #07542D;
	float:left;
	height:54px;
	text-align:center;
	width:25%;
}
#menubat2.active, #menubat2.active:hover{
	background-image:url(images/activebut2.gif);
	overflow: hidden;
}
#menubat2:hover { 
	background-image:url(images/active-but2.gif);
	overflow: hidden;
}
#menubat3 {
	background-image:url(images/but3.png);
	background-repeat:no-repeat;
	background-position: center;
	border-right:1px solid #07542D;
	float:left;
	height:54px;
	text-align:center;
	width:25%;
}
#menubat3.active, #menubat3.active:hover{
	background-image:url(images/activebut3.gif);
	overflow: hidden;
}
#menubat3:hover { 
	background-image:url(images/active-but3.gif);
	overflow: hidden;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 0 0 100px;
	width: 100%;
	max-width: 1600px;
	overflow: hidden;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	vertical-align:top;
	height: 100%;
	width: 80%;
}
.info {
	background-image: url(images/bg1.gif);
	background-position:0 100%;
    width:100%;
	display: none;
	position:absolute;
	z-index: 2;
	margin-bottom: 5px;
}
.info div.top {
    background:url(images/tl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}
.info div.top div.right {
    height:8px;
    margin-left:9px;
	background-image:url(images/tr.png);
	background-repeat:no-repeat;
	background-position: 100% 0;
}
.info div.middle {
    clear:both;
    width:100%;
}
.info div.middle div.right {
background-image:url("images/r.png");
background-position:100% 100%;
background-repeat:no-repeat;
margin-left:5px;
min-height:120px;
}
.info div.bottom {
    background:url(images/bl.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
	margin-top:-7px;
}
.info div.bottom div.right {
    background:url(images/br.png) no-repeat top right;
	height:7px;
	margin-left:7px;
}
#info {
	min-height:180px;
	float: left;
	width:100%;
	margin-top:10px;
}

.podtetkoy {
background-image:url("images/br1.png");
background-position:right bottom;
background-repeat:no-repeat;
height:6px;
position:relative;
width:100%;
}
.tetka  .link {
	background-image:url("images/adli.gif");
	background-position:1px 8px;
	background-repeat:no-repeat;
	float:left;
	height:20px;
	padding-bottom:5px;
	padding-left:25px;
	width:247px;
}
.tetka  {
background-image:url("images/photo1.jpg");
background-position:right bottom;
background-repeat:no-repeat;
height:185px;
position:relative;
width:100%;
padding:24px 167px 25px 48px;
	vertical-align:top;
}
.silko {width: 100%}
.links {
padding:24px 0 25px 48px;
}
.links .link {
	background-image:url("images/adli.gif");
	background-position:1px 8px;
	background-repeat:no-repeat;
	float:left;
	height:20px;
	padding-bottom:5px;
	padding-left:25px;
	width:247px;
}
#tizerous {
	width: 100%;
	height: 100%;
}
.tizer  {
	list-style:none outside none;
	max-width:400px;
	background-image:url("images/tizerfone.png");
	background-position:center bottom;
	background-repeat:repeat-x;
  position: relative;
	width:100%;
	height: 100%;
}
#tizers_left {	
	background-image:url("images/leftbuttom.png");
	background-position:left center;
	background-repeat:no-repeat;
	height:55px;
	left:-3px;
	position:absolute;
	top:85px;
	width:30px;
	z-index:1;
}
#tizers_right {	
	background-image:url("images/rightbuttom.png");
	background-position:left center;
	background-repeat:no-repeat;
	height:55px;
	right:-1px;
	position:absolute;
	top:85px;
	width:24px;
	z-index:1;
}
.t1 {
	background-image:url(tizers/t1.gif);
	background-position:left;
	width: 10%;
	height: 7px;
}
.t2 {
	background-image:url(tizers/t2.gif);
	background-position:right top;
	width: 90%;
	height: 7px;
}
.t3 {
	background-color:#c6c6c6;
	background-image:url(tizers/t3.gif);
	background-position:1px top;
	background-repeat:no-repeat;
	width: 10%;
	height: 100%;
	min-width:40px;
}
.t4 {
	background-color:#C6C6C6;
	background-image:url("images/tizerfone.png");
	background-position:center top;
	background-repeat:repeat-x;
	padding-left:1%;
	width:90%;
}

.t5 {
	background-image:url("tizers/t4.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
	height:8px;
}
.t6 {
	background-image:url("tizers/t5.gif");
	background-position:right bottom;
	background-repeat:no-repeat;
	height:8px;
}
.itizer {
	margin-left:-3px;
	padding-bottom:6px;
	text-align:center;
}
.stretching {height: 0;}
.ptlink {
	vertical-align:top;
	margin-top: 2px;
}
.tizimage {
	background-image:url(tizers/1.jpg); 
	background-repeat:no-repeat; 
	background-position: left -1px; 
	width: 91%; 
	height:100%;
	margin-left:9%;
 }
.ugtizer {
	float:right;
	margin-right: 0px;
}
.itizer a{
	text-decoration: none;
}
.tizer h2{
	font-size:14px;
	padding-bottom:10px;
}
.tizer .text{
	color:#555555;
	font-size:11px;
	line-height:14px;
	padding:100px 15% 30px 0;
	text-align:left;
	min-height:70px;
}
#ptmenu {
	background: none;
	height: 38px;
	width: 100%;
	}
#ptmenu .ptmenu1{
	background-image:url(images/ptmenu1.gif);
	background-repeat:no-repeat;
	background-position:left;
	height: 38px;
	float:left;
	width: 12px;
}
#ptmenu .ptmain {
	background-color:#E4E5E5;
	border-right:1px solid #C0C1C1;
	padding-left:8%;
	text-align:left;
	width: 33%;
}
#ptmenu .ptmain2 {
	background-color:#cdd3d3;
	border-right:1px solid #C0C1C1;
	padding-left:8%;
	text-align:left;
	width: 33%;
}
#ptmenu .ptmain2 a{
	margin-left:8px;
	margin-right: 8px;
	color: black;	
}
#ptmenu .ptmain a{
	margin-left:8px;
	margin-right: 8px;
	color: black;	
}
#ptmenu .ptmenu2{
	background-image:url(images/ptmenu2.gif);
	background-repeat:no-repeat;
	background-position:right;
	height: 38px;
	float:right;
	width: 12px;
}
#news {
	margin-top:35px;
	padding:5px;
	margin-left:15px;
	width:100%;
}
#news h2{
font-family:Tahoma;
font-size:19px;
font-weight:100;
	float:left;
}
#news .archive{
	background-image:url("images/archive.gif");
	background-position:100% 5px;
	background-repeat:no-repeat;
	color:#686868;
	float:left;
	font-size:11px;
	padding-left:35px;
	padding-right:15px;
	padding-top: 1px;
}
#news .new{
	float:left;
	padding-right:3%;
	padding-top:20px;
	padding-bottom:35px;
	width:45%;
	}
#news .new .title{
	font-size:11px;
}
#news .new .post2{
	line-height:16px;
	padding-top:3px;
}
#banners {
	width:100%;
	margin-top:15px;
	height: 120px;
}
#banners .bn1{
	background-image:url(images/bn1.png);
	background-repeat:no-repeat;
	background-position:left center;
	height:100px;
	width:1%;
}
#banners .bn2{
    background-position:center;
	background-image:url(images/bn2.png);
	background-repeat: repeat-x;
	height:100px;
	width:19%;
}
#banners .bn3{
	background-image:url(images/bn3.png);
	background-repeat:no-repeat;
	background-position:right center;
	height:100px;
	width:1%;
}
#banners .bn2 .b1{
	background-image:url(banners/1-1.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:93px;
	border-right:1px solid #C0C1C1;
}
#banners .bn2 .b1:hover {
	background-image:url(banners/1.gif);
}
#banners .bn2 .b2{
	background-image:url(banners/2-1.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:93px;
	border-right:1px solid #C0C1C1;
		
}
#banners .bn2 .b2:hover {
	background-image:url(banners/2.gif);

}
#banners .bn2 .b3{
	background-image:url(banners/3-1.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:93px;
	border-right:1px solid #C0C1C1;
}
#banners .bn2 .b3:hover {
	background-image:url(banners/3.gif);

}
#banners .bn2 .b4{
	background-image:url(banners/4-1.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:93px;
	border-right:1px solid #C0C1C1;
}
#banners .bn2 .b4:hover {
	background-image:url(banners/4.gif);
}
#banners .bn2 .b5{
	color:#7E7E7E;
	font-size:11px;
	line-height:14px;
	padding-left:25px;
}
#banners .bn2 a{
	position:absolute;
	height: 93px;
	width:13%;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
vertical-align:top;
width:20%;
}
.sb {
	margin-top: 10px;
	background-color:#FFFFFF;
	background-image:url(images/menubg.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	clear:both;
	max-width:288px;
	width:97%;
	float: right;
}

.sb div.top {
    background:url(images/menutl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}

.sb div.top div.right {
    background:url(images/menutr.png) no-repeat bottom right;
    height:10px;
    margin-left:5px;
}

.sb div.middle {
    background:url(images/menul.png) repeat-y left;
    clear:both;
    width:100%;
}

.sb div.middle div.right {
    background:url(images/menul.png) repeat-y right;
}

.sb div.middle div.right div.content {
	background-image: url(images/menufone.png);
	background-repeat:no-repeat;
	background-position:right bottom;
    padding:15px 20px 30px 0;
    min-height:184px;
	line-height:35px;
	position:relative;
	overflow:hidden;
}
.sb div.middle div.right div.content ul{
	line-height:18px;
	margin-bottom:-15px;
}
.sb div.middle div.right div.content li{
	padding-bottom:3px;
	background-image:url("images/tire.jpg");
	background-position:0 10px;
	background-repeat:no-repeat;
	list-style:none;
	margin-left:32px;
	padding-left:20px;
}
.sb div.bottom {
    background:url(images/menubl.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

.sb div.bottom div.right {
    background:url(images/menubr.png) no-repeat top right;
    height:10px;
    margin-left:10px;
}
.menulink {
	background-image: url(images/link.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
	color:#777777;
	font-family:Arial;
	font-size:18px;
	padding-left:32px;
}
#menulinkact {
	background-image: url(images/linkactive.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
	text-decoration:none;
	color:#EA6E00;
	font-family:Arial;
	font-size:18px;
	padding-left:32px;
}
.kurs {
	clear:both;
	margin-top:20px;
	max-width:288px;
	width:97%;
	float: right;
	
}

.kurs div.top {
    background:url(images/kurstl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}

.kurs div.top div.right {
    background:url(images/kurstr.png) no-repeat bottom right;
    height:10px;
    margin-left:10px;
	width:auto;
}

.kurs div.middle {
    background:url(images/menul.png) repeat-y left;
    clear:both;
    width:100%;
}

.kurs div.middle div.right {
    background:url(images/menul.png) repeat-y right;
}

.kurs div.bottom {
    background:url(images/kursbl.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

.kurs div.bottom div.right {
    background:url(images/kursbr.png) no-repeat top right;
    height:10px;
    margin-left:10px;
	width:auto;
}
#kurs  {
	min-height:115px;
	padding-top:10px;
}
#kurs h2{
	font-family:Tahoma;
	font-size:18px;
	font-weight:100;
	float:left;
	padding-bottom:5px;
}
#kurs .data{
	color: #808181;
	font-size:11px;
	float: right;
}
#kurs td{
	font-size:11px;
	padding:2px;
}
#kurs .valute{
	background-image:url("images/euro.png");
	background-position:left center;
	background-repeat:no-repeat;
	height:18px;
	padding-left:9px;
	width:45px;

}
#kurs .border{
	border-right:1px solid #D9D9D9;
	padding-bottom:1px;
}
#kurs .cena{
	background-image:url("images/obvod.gif");
	background-position:left center;
	background-repeat:no-repeat;
	min-width:50px;
	padding-left:3%;
	width:38%;
}
#kurs .cena2{
	background-image:url("images/obvod.gif");
	background-position:right center;
	background-repeat:no-repeat;
	min-width:50px;
	padding-bottom:5px;
	padding-left:3%;
	padding-top:5px;
	width:40%;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background-image:url(images/fbg3.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:155px;
	margin:-155px auto 0;
	min-width: 1000px;

}
#savevk {
	background-image:url("images/savevk.png");
	background-repeat:no-repeat;
	color:#575F5E;
	float:left;
	font-size:11px;
	height:98px;
	line-height:17px;
	padding-left:120px;
	padding-right:3%;
	width:20%;
	margin-top:20px;
	padding-top: 10px;
}

#bulgar {
	float:left;
	font-size:11px;
	line-height:17px;
	width:20%;
	margin-top:20px;
	padding-top: 10px;
}
#rafmedia {
	float:left;
	font-size:11px;
	line-height:17px;
	width:33%;
	margin-top:20px;
	padding-top: 10px;
	
	}
#counter {
	float:right;
	padding-right:30px;
	padding-top:35px;
	}
	
#footbg {
	float:right;
	min-width:500px;
	padding-right:19%;
	position:relative;
	width:51%;
	z-index:2;
	}
#f1 {
	background-image:url(images/f1.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:27px;
	float:left;
	width:2%;
	max-width:15px;
}
#f2 {
	background-color:#096244;
	float:left;
	height:27px;
	width:96%;
}
#f3 {
	background-image:url(images/f3.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:27px;
	width:2%;
	float:left;
	max-width:15px;
	
}
#footr {
	float:right;
	width:30%;
}
.post {
	float:left;
	clear:both;
    max-width:1273px;
    width:100%;
	margin-bottom:10px;
	position:relative;
}
.post div.top {
    background:url(images/posttl.gif) no-repeat top left;
    padding:0px;
    width:100%;
}
.post div.top div.right {
    background:url(images/posttr.gif) no-repeat top right;
    height:10px;
    margin-left:10px;
}
.post div.middle {
	background-color:#FFFFFF;
    border-left: #dbdbdb 1px solid;
    clear:both;
    width:100%;
	background-image:url(images/menubg.png);
	background-position:center bottom;
	background-repeat:repeat-x;
}
.post div.middle div.right {
    border-right: #c1c2c2 1px solid;
	margin-right:1px;
}
.post div.bottom {
    background:url(images/postbl.png) no-repeat bottom left;
    clear:both;
    padding:0px;
    width:100%;
}
.post div.bottom div.right {
    background:url(images/postbr.png) no-repeat bottom right;
    height:10px;
    margin-left:10px;
}
#post {
	min-height:515px;
	padding:40px 75px 50px 75px;
	text-align:left;
}
#post h2{
	font-size: 24px; 
	font-weight: 100;
	padding-bottom:6px;
}
#post ul{
	line-height:18px;
	margin-bottom:20px;
	padding-top:7px;
}
#post li{
	padding-bottom:3px;
	background-image:url("images/tire.jpg");
	background-position:0 10px;
	background-repeat:no-repeat;
	list-style:none;
	padding-left:15px;
}
#post ul li a{font-size:12px;}
#post ul li ul li a{font-size:11px;}

#kroshki a{
	color:#848484;
	font-size:11px;
	padding-top:2px;
}
#kroshki{
	color:#848484;
	font-size:11px;
	padding-top:2px;
	padding-bottom:26px;
}
.vklad {
	color:#D38C1F;
	font-size:18px;
	padding-bottom:15px;
}
.warring {
	background-image:url("images/znak.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	color:#565656;
	font-size:11px;
	padding-bottom:10px;
	padding-left:30px;
}
.doc {
	background-image:url("images/doc.png");
	background-position:10px 5px;
	background-repeat:no-repeat;
	color:#565656;
	font-size:11px;
	padding-left:30px;
}
#pravtitle {
	font-size:18px;
	color: #000000; 
	text-decoration:none; 
	border-bottom:1px dashed #000000;
}
#pravtitle:hover {
	border-bottom:none;
	color: #666666;
}
.office {
	background-image:url("images/flag.jpg");
	background-position:83px 19px;
	background-repeat:no-repeat;
	font-size:11px;
	height:50px;
	padding-left:110px;
	padding-top:15px;
	width:250px;

}
#snoski{
	color: #757575;
	font-size: 11px;
	border-top: 1px solid #c4c4c4;
	padding-top: 10px;
	margin-top: 20px;
}
#pravila{
	padding-top:15px;
}
#title1 {
	color:#000000;
	font-size:18px;
	padding-bottom:10px;
}
.title2 {
	color:#006a3c;
	font-size:24px;
	padding-bottom:10px;
}

.title1 {
	color:#000000;
	font-size:18px;
	padding-bottom:10px;
}
.tb5 {
border-bottom:1px solid #E5E5E5;
text-align:left;
padding:7px;
padding-left: 30px;
}
.tb6 {
background-color: #e8e8e8;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
text-align:center;
padding:7px;
}
.tb7 {
background-color: #e8e8e8;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
text-align:center;
font-weight: bold;
padding:7px;
}
.tb8 {
background-color: #e8e8e8;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
text-align:center;
font-weight: bold;
padding:7px;
}
.tb9 {
border-bottom:1px solid #E5E5E5;
text-align:center;
padding:7px;
border-right:1px dotted #CCCCCC;
}
.tb10 {
border-bottom:1px solid #E5E5E5;
text-align:center;
padding:7px;
}
.tb11 {
border-bottom:1px solid #E5E5E5;
padding-bottom:10px;
padding-top:10px;
padding-left:20px;
border-right:1px dotted #CCCCCC;
}
.tb13 {
border-bottom:1px solid #E5E5E5;
padding-bottom:10px;
padding-top:10px;
padding-left:20px;
}
.tb12 {
border-bottom:1px solid #E5E5E5;
text-align:center;
}
#table tr:hover {background-color: #f7f6ef}
#contvk {
margin-top: 20px;
height: 128px;
}
#indexcontent li{
	background-image:url("images/tire.jpg");
	background-position:0 50%;
	background-repeat:no-repeat;
	list-style:none outside none;
	padding-bottom:3px;
	padding-left:20px;
}
#fbg1 {
	width: 100%;
}
#sitemap {
	background-image:url("images/site.gif");
	background-position:left center;
	background-repeat:no-repeat;
	margin-left:30px;
	position: absolute;
	bottom: 0px;
	padding-left:20px;
}
#sitemap a{
	color: #747575;
	font-size: 11px;
}

p.hear {
	height: 27px;
	padding: 0px 0px 0px 40px; 
	float: right;
	top: 52px;
	right: 75px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #d0840f;
	line-height: 24px;
	background:url(images/hear.png) left center no-repeat;
}
p.hear a {
	text-decoration: underline;
	color: #d0840f;
}
p.hear a:hover {
	text-decoration: none;
	color: #d0840f;
}
#contvk {
	margin-top:13px;
	height: auto;
}
#contvktop {
	width: 100%;
	height: 13px;
}
.cntt {
	width: 100%;
	height: 13px;
}

.contvktopl {
	width: 1%;
	height: 13px;
	background-image: url(images/cnttl.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.contvktopm {
	height: 13px;
	background-color:#DFDFDF;
	width: 98%;
}

.contvktopr {
	width: 1%;
	height: 13px;
	background-image: url(images/cnttr.png);
	background-position:right top;
	background-repeat:no-repeat;
}

#contvkmid {
	background-image:url("images/contvkmid.png");
background-repeat:repeat;
height:100%;
padding:0 0 40px;
width:100%;
}
#contvkmid .link {
background-image:url("images/flag.jpg");
background-position:25% 19px;
background-repeat:no-repeat;
float:left;
font-size:11px;
padding-left:15%;
padding-top:18px;
vertical-align:top;
width:29%;
}
#contvkbot {
	width: 100%;
	height: 13px;
}

.cntb {
	width: 100%;
	height: 13px;
}

.contvkbotl {
	width: 1%;
	height: 13px;
	background-image: url(images/cntbl.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.contvkbotm {
	height: 98%;
	background-color:#DFDFDF;
}
.contvkbotr {
	width: 1%;
	height: 13px;
	background-image: url(images/cntbr.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.vklleft {
	margin: 0px;
	padding: 0px;
	width: 30px;
}
.vklleft  p {
	margin: 0px 0px 15px 0px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.vklright  p {
	margin: 0px 0px 15px 0px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.vklright ol {
	margin:-9px 0 13px;
}
.vklright ol li {
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000000;
}
.vklleft1 {
	margin: 0px;
	padding: 0px;
	width: 25px;
	text-align: right;
}

.vklright1 {
	padding: 5px 0px 7px 5px;
}

h2.h2ipo {
	font-family: Tahoma;
	font-size: 18px !important;
	margin:0 20px 0px 0;
	color: #0a6b3d;
}
p.pipo {
	margin: 3px 30px 30px 0px;
	font-family: Tahoma;
	font-size: 11px !important;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
}
ol.oper {
	margin:0 20px 0 0;
}
ol.oper li {
	padding-left: 27px !important;
}
p.akzii {
	margin: 0px 20px 0px 0px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
ol.akz {
	margin: 25px 30px 0px 0px;
	font-weight: bold;
}
ol.akz li {
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #6e6e6e;
	font-weight: normal;
	font-style: italic;
}
h2.h2potreb {
	margin: 0px 20px 0px 0px;
	font-family: Tahoma;
	font-size: 18px !important;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
h2.h2potreb1 {
	margin: 10px 20px 0px 0px;
	font-family: Tahoma;
	font-size: 18px !important;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
p.potreb {
	margin: 0px 20px 10px 0px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	}
span.green {
	font-weight: bold;
	color: #0a6e3e;
}
ol.pot {
	margin: 5px 20px 20px 0px !important;
}
ol.pot li {
	line-height: 16px !important;
	padding-left: 20px !important;
}
ol.pot1 {
	margin: 5px 20px 20px 0px !important;
}
ol.pot1 li {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 16px !important;
	padding-left: 20px !important;
}
ul.pot2 li {
background:url("images/save.png") no-repeat scroll 0 1px transparent !important;
height:100%;
line-height:19px !important;
list-style-type:none !important;
margin-bottom:0;
margin-top:0;
padding-left:30px !important;
padding-right:30px;
	
}
h2.foreign {
	height:15px;
	margin: 0px 25px 0px 0px;
	font-family: Tahoma;
	font-size: 18px !important;
	font-weight: normal;
	color: #006a3c;
	line-height: 18px;
	padding-left: 23px !important;
	background: url(images/foreign.png) left center no-repeat !important;
}
ol.fore {
	margin: 5px 20px 20px 0px !important;
}
ol.fore li {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px !important;
	padding-left: 20px !important;
	color: #6c6c6c;
}
div#vis1 {
	text-align: center;
	float: left;
	margin: 15px 0px 30px 0px;
	width: 19%;
	height: 87px;
	}
div#vis2 {
	text-align: center;
	float: left;
	margin: 15px 0px 30px 4%;
	width: 19%;
	height: 87px;
}
div#vis3 {
	text-align: center;
	float: left;
	margin: 15px 0px 30px 4%;
	width: 19%;
	height: 87px;
}
a.avis {
	/*position: absolute;*/
	margin: 15px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
}
div#vis4 {
	position: relative;
	float: right;
	margin: 15px 0px 70px 0px;
	width: 30%;
	height: auto;
}
.vis4 {
	width: 100%;
	height: auto;
}
.lef {
	width: 2%;
	height: 10px;
	background: url(images/lef.png) 0 0 no-repeat;
}
.lefrigh {
	height: 10px;
	background: url(images/lefrigh.png) 0 0 repeat;
	line-height: 0px;
	width: 95%;
}
.mid77 {
	width: auto;
	background: url(images/lefrigh.png) 0 0 repeat;
}
.righ {
	width: 3%;
	height: 10px;
	background: url(images/righ.png) right top no-repeat;
}
.lef1 {
	width: 2%;
	height: 10px;
	background: url(images/lef1.png) 0 0 no-repeat;
}
.righ1 {
	width: 3%;
	height: 10px;
	background: url(images/righ1.png) right top no-repeat;
}
p.uterya {
	margin: 0px 25px 0px 25px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
.cnt {
	padding:12px;
	background-image:url(images/border.gif);
	background-repeat:repeat-x;
	background-position:0 top;
	background-color: #f3f3f3;
}
.cnt1 {
	padding: 20px 0px 20px 0px;
	background-image:url(images/border.gif);
	background-repeat:repeat-x;
	background-position:0 top;
	background-color: #f3f3f3;
}
.cnt7 {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px dotted #000000;
	background-image:url(images/border.gif);
	background-repeat:repeat-x;
	background-position:0 top;
	background-color: #f3f3f3;
}
.cnt71 {
margin: 0px 0px 0px 0px;
padding: 20px 0px 20px 0px;
border-bottom: 1px dotted #000000;
background-image:url(images/border.gif);
background-repeat:repeat-x;
background-position:0 top;
background-color: #f3f3f3;
}

h2.h2cnt {
margin: 0px 10px 0px 10px;
font-family: Tahoma;
font-size: 18px !important;
font-weight: normal;
color: #006a3c;
line-height: 20px;
}

p.pcnt {
margin: 5px 10px 0px 10px;
font-family: Tahoma;
font-size: 11px !important;
font-weight: normal;
color: #000000;
line-height: 13px;
}

ol.olcnt {
margin: 0px 20px 20px 0px !important;
font-family: Tahoma;
font-size: 11px !important;
font-weight: bold;
color: #676767;
line-height: 22px;
}

ol.olcnt li {
font-family: Tahoma;
font-size: 11px !important;
font-weight: normal;
color: #676767;
line-height: 13px;
}

.atext {
padding-bottom:20px;


}
.btext {
font-size:11px;
line-height:15px;
padding-bottom:20px;
padding-left:20%;
padding-right:20%;

}

.vk1 {
border-bottom: dotted 1px #999999;
font-size:11px;
padding:5px;
}
#calc {
background-image:url("images/calc.png");
background-repeat:no-repeat;

float:left;
height:21px;
margin-left:40px;
padding-left:30px;
}
#calc a{
border-bottom:1px dashed #006A3C;
color:#006A3C;
text-decoration:none;}
#calc a:hover{
border-bottom:none;
}
#starpers {
background-image:url("images/pensions.png");
background-position:0 0;
background-repeat:no-repeat;
float:right;
font-size:11px;
height:25px;
padding-left:25px;
width:250px;
}
#migom {
background-image:url("/images/2.gif");
background-repeat:no-repeat;
float:right;
height:122px;
margin-bottom:24px;
margin-left:40px;
width:244px;
}
.l1 {border-right: 1px solid #e2e3e3;border-bottom: 1px solid #e2e3e3; padding-top:30px;}
.l2 {border-bottom: 1px solid #e2e3e3;padding-top:30px;}
.l3{border-right: 1px solid #e2e3e3;padding-top: 40px;}
.license{background-image:url(images/ramka.png);
background-position:top;
background-repeat:no-repeat;
width:142px;
height:167px;
padding-top:22px;
}
	#bannertext{
	background-image:url(banners/text.png);
	background-position:top;
	background-repeat:no-repeat;
	width: 123px;
	height:40px;
	position:absolute;
	top:15px;
	left: 0px;
	}
	#banner {
	margin-top: 20px;
	background-image:url(banners/17.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:right;
	width:97%;
	height: 118px;
	position:relative;
	overflow:hidden;
		clear:both;
max-width:288px;
	}
	#banner:hover {
	background-image:url(banners/16.jpg);
	background-position:center;
	background-repeat:no-repeat;

	}
		#bannertext2{
	background-image:url(banners/text2.png);
	background-position:top;
	background-repeat:no-repeat;
	width: 99px;
	height:78px;
	position:absolute;
	top:15px;
	left: 20px;
	}
	#banner2 {
	margin-top: 20px;
	background-image:url(banners/19.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:right;
	width:97%;
	height: 118px;
	position:relative;
	overflow:hidden;
	clear:both;
max-width:288px;
	}
	#banner2:hover {
	background-image:url(banners/18.jpg);
	background-position:center;
	background-repeat:no-repeat;

	}
#menuvk {
min-height:115px;
padding:15px 20px 20px 20px;
}
#menuvk ul{
list-style:none;
margin-left: 10px;
}
#menuvk ul li ul li{
background-image:url(banners/strelca.png);
background-repeat:no-repeat;
background-position:0 8px;
padding-left: 20px;
}
#menuvk ul li ul li.active{
background-image:url(banners/strelkaact.png);
background-repeat:no-repeat;
background-position:0 8px;
padding-left: 20px;
color: #006A3C;
font-size:11px;
}
#menuvk ul li ul li.active a{
color: #006A3C;
font-size:11px;
}
#menuvk ul li ul{
padding-top: 10px;
padding-bottom: 10px;
}
#menuvk ul li ul li a{
color: #9e9e9e;
font-size:11px;
}
#menuvk ul li ul li a:hover{
color: black;
font-size:11px;
text-decoration:none;
}
#menuvk ul li{
�
font-size:12px;
}
.green {
color: #006a3c;
}
.org {
color:#d0840f
}
.newstitlevn {
color:#A8A8A8;
font-size:11px;
font-weight:bold;
padding-right:15px;
padding-top:1px;
}
.newstext{
padding-bottom:10px;
padding-top:5px;
}
.relative{
posititon: relative;
}
