@charset "windows-1251";
*  {
	margin: 0px;
	padding: 0px;
}

a	img {
	border: 0px;
}

/* for all browsers that understand min-width */
.width {width:100%; min-width:960px;}

/* the bodge for IE6 browsers */
* html .minwidth {border-left: 960px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-960px; position:relative; float:left; z-index:2;}

body, html	{	height: 100%;}
body{
	background: #fff url(i/bg.gif) repeat-y center;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
}
body, body div, body p, body th, body td, body li, body dd	{
	font-size:	x-small;
	voice-family:	"\"}\"";
	voice-family:	inherit;
	font-size:	small
}
html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size:	small
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
	line-height: 100%;
}

h1 {
	font-size: 170%;
	margin: 20px 0 10px;
	color: Black;
}
h1.yel{
	color: #E57F00;
}
h2 {
	font-size: 137%;
	color: Black;
}
h2 small{
	font-size: 60%;
	color: #666;
}
.cont small{
	font-size: 85%;
}

h4 .company{
	color: Gray;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	color: #339933;
	background-color: transparent;
}
.green{
	color: #339933;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin: 20px 0px 10px;
	background-color: transparent;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	color: #333366;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 12px;
	color: #7E7E90;
	background-color: transparent;
}

/* links */
a:link {
	color: #0066CC;
}

a:visited {
	color: Gray;
}

a:hover {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	color: #003399;
}


/* paragraphs */
p {
	margin: 5px 0px 5px 0px;
	line-height: 120%;
}

p img {
	margin: 5px 7px 7px 7px;
/*	border: 1px solid Black;*/
}
p.more{
	text-align: right;
	margin: 5px 0;
}
p.picnews{
	display: block;
	text-align: center;
	margin: 10px 0;
}
p.marked{
	color: Gray;
	font-weight: bold;
}
.guestbook_pic{
	margin-left: 30px;
}
/* lists */
ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 15px;
	padding: 0px;
}

ol li {
	line-height: 150%;
	padding: 0px;
	margin: 0px;
}

ul {
	margin: 10px 0px 20px 10px;
	list-style-type: none;
}
#company_page ul{
	margin: 10px 0px 15px 10px;
}
ul * ul {
	margin: 4px 0px 4px 15px;
}

ul li {
	line-height: 150%;
	padding: 0px 0px 0px 15px;
}

* html ul li {
	height: 1%;
}

/* tables */
table {
	border-collapse: collapse;
	margin: 12px 0px;
	padding: 0;
}
#compsats{
	margin: 0px;
	width: 100%;
}

table td {
	border: 1px solid #bbb;
	color: #000;
	background: White;
	padding: 6px 15px;
	font-size: 14px;
	font-size: 92%;
}

table tr.color td {
	background: #f0f0f0;
}
table tr.bolder td {
	font-weight: bold;
}
table tr.bolder td h3 {
	font-weight: bold;
}


table tr.rowover td {
	background: #E8EFFF;
}
table th {
	font-size: 100%;
	padding: 6px 15px;
	border: 1px solid #bbb;
	color: #000;
	background: #eee;
	font-weight: bold;
	text-align: left;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* form */
.form{
	margin: 15px 0 5px;
}

.form fieldset{
	border: 1px solid #C0C6BD;
	padding: 20px 20px;
}
.form legend{
	margin-left: 0px;
	padding: 0 10px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
	color: #339933;
}
.form ul{
	margin: 0;
	padding: 0;
}
.form .line{
	clear: both;
	padding: 0 0 5px 0;
	width: 90%;
	margin: 2px 0;
}

#company_page .form{
	border-top: 0px solid #fff;
}

#company_page .form .line{
	border-bottom: 0px solid #fff;
}

.form.nobord{
	border-top: 0px solid #fff;
}


.form .line:before{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line{height: 1%;} 


.info_tovar .form{
	border-top: 1px solid #ccc;
	margin-right: 10px;
	margin-left: 10px;
}
.info_tovar .form .line{
	width: 100%;
	border-bottom: 1px solid #ccc;
}


#company_page .h2{
	margin-right: 0;
}


.info_tovar .label{
	font-weight: bold;
}
.c3 .form .line{
	width: 100%;
}
#lb .form .line{
	width: 220px;
}
.form.descr .line{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}
.form .line:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line{height: 1%;} 
.form .label{
	float: left;
	width: 35%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 92%;
}
#lb .form .label{
	width: 50px;
	font-size: 10px;
}
.form .formw{
	width: 55%;
	display: block;
	float: left;
}
#lb .form .formw{
	width: 140px;
}
.form.descr .formw{
	width: 460px;
	text-align: justify;
}
.form .formw .text{
	width: 100%;
	background: #F4F5F4;
	border: 1px solid #aaa;
	font: 100% Arial, Helvetica, sans-serif;
}
.rad{
	margin-right: 5px;
	vertical-align: middle;
}

.form .btn{
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	cursor: hand;
	font: 92% Arial, Helvetica, sans-serif;
}
#lb .form .formw .btn{
	background: #EDEDED url(i/but_bg.gif) no-repeat;
	width: 65px;
	height: 20px;
	border: 0 solid transparent;
	font: bold 86% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
	color: #333;
}

#lb .form li{
	font-size: 10px;
	padding: 2px 0 0 13px;
}
.red{
	color: #D02B0B;
}
.grey{
	color: Gray;
}
.err{
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

/* layout */
.clear  {
	display: block;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.frame{
	width: 758px;
	margin: 0 auto;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
}
#header{
	height: 143px;
	background: #95E572 url(i/bg_top.gif) repeat-x;
	position: relative;
}
#logo{
	margin: 0;
	line-height: 100%;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#ban_top{
	position: absolute;
	left: 271px;
	top: 19px;
}
.slogan{
	position: absolute;
	top: 83px;
	left: 10px;
	color: #00A650;
	font-size: 76%;
	text-transform: uppercase;
}
#tat_slogan{
	left: 10px;
}
#rus_slogan{
	left: 260px;
	color: #0095D9;
}
#eng_slogan{
	color: #ED1C24;
	left: 550px;
}
#redline_top{
	background: #CC0000;
	position: absolute;
	left: 0;
	top: 116px;
	width: 100%;
	height: 27px;
}
#location{
	position: absolute;
	left: 10px;
	top: 7px;
	width: 520px;
	margin: 0;
	color: #fff;
	font-size: 86%;
	padding: 0;
}
#location a{
	color: #fff;
}
#search_box{
	position: absolute;
	right: 0;
	top: 3px;
	width: 210px;
}
#search_btn{
	font: 92% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	width: 50px;
	height: 22px;
	cursor: hand;
	cursor: pointer;
}
#search_text{
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
	vertical-align: middle;
}

#content{
	background: url(i/bg_middle.gif) repeat-y top;
}
#content.article{
	background: url(i/bg_onlyleft.gif) repeat-y top;
}

* html #content{
	height: 1%;
}
#rightCol{
	float: right;
	width: 192px;
	overflow: hidden;
	background: #EAECE9;
	padding: 0 10px;
}
#leftCol{
	background: #EAECE9;
	float: left;
	width: 147px;
	overflow: hidden;

}

#middleCol{
	float: left;
	background: #fff;
	width: 367px;
	padding: 0 15px;
	border-right: 1px solid #4CB318;
	border-left: 1px solid #4CB318;
	overflow: hidden;
}
#content.article	#middleCol{
	float: left;
	background: #fff;
	width: 580px;
	padding: 0 15px 40px;
	border-right: 0px none White;
	border-left: 1px solid #4CB318;
	overflow: hidden;
}

#nav{
	margin: 0;
	padding: 0;
}
#nav li{
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav li .nav_t{
	display: block;
	height: 17px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8A8A8A;
	font-size: 86%;
	line-height: 140%;
	padding: 0 0 0 10px;
	color: Black;
	background: #CCCCCC;
	font-weight: bold;
}
#nav li .here{
	display: block;
	border-top: 1px solid #3A8413;
	border-bottom: 1px solid #E5FADA;
	background: #4CB318;
	font-weight: bold;
	color: #fff;
}

#nav li ul{
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav li ul li a{
	font-size: 86%;
	line-height: 140%;
	color: Black;
	font-weight: normal;
	display: block;
	padding-left: 15px;
	height: 17px;
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #CECECE;
	text-decoration: none;
}
#nav li ul li a:hover{
	font-size: 86%;
	line-height: 140%;
	color: #fff;
	font-weight: normal;
	display: block;
	padding-left: 15px;
	height: 17px;
	background-color: #696969;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CECECE;
	text-decoration: none;
}

.rubr h2{
	background: #4CB318 url(i/bg_h.gif) no-repeat 100% 0;	
	font-size: 92%;
	color: #F0FFE8;
	line-height: 220%;
	margin: 17px 0 0;
	padding: 0 40px 0 10px;
	font-weight: bold;
}
#middleCol .rubr h2 a{
	color: #F0FFE8;
}
#rightCol .rubr h2 {
	background: #323231 url(i/bg_h_black.gif) no-repeat 100% 0;	
	color: #E4E4E4;
}
#rightCol .rubr h2 a{
	color: #E4E4E4;
}
#middleCol .rubr h3{
	padding-left: 100px;
	position: relative;
}
* html #middleCol .rubr h3{
	height: 1%;
}
#middleCol .rubr h3 small{
	position: absolute;
	left: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 70%;
	color: #666666;
}
h3 small{
	font-weight: normal;
}
#middleCol .rubr h4{
	font-size: 92%;
	padding-left: 100px;
	position: relative;
	line-height: 130%;
	margin: 10px 0 7px;
}
* html #middleCol .rubr h4{
	height: 1%;
}
#middleCol .rubr h4 small{
	position: absolute;
	left: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 80%;
	color: #666666;
}

#middleCol .rubr .anons p{	font-size: 92%; margin-top:7px;}

.anons{
	margin: 0 10px;
}

.anons a{	width: 90px;	display: inline;}

* html .anons_img{
	height: 1%;
}
.anons_txt{
	margin-left: 90px;
}
.anons_txt h1{
	margin: 0;
	padding: 0 0;
	line-height: 100%;
}
.anons_txt p{
	margin-top: 7px;
}
#middleCol .rubr .anons_txt p.info{
	font-size: 86%;
	line-height: 130%;
	color: #666;
}

.rubr h3{
	margin: 15px 0 7px;
}
.rubr{
	margin-bottom: 35px;
}

#rightCol h3{ 
	font-size: 86%;
	color: #000;
	margin: 8px 10px 5px;
	padding: 0;
	line-height: 120%;
}

#rightCol p{
	font-size: 86%;
	margin: 5px 10px 5px;
	padding: 0;
}

#rightCol #short_news p{
	margin: 10px 10px 5px;
}

#rightCol .rubr ul li{list-style-type:square; color:#999; margin: 0 0 5px 5px; padding-left:0px; font-size:11px; }

#copy{
	background: #CC0000;
	display: block;
	height: 20px;
	padding: 7px 20px 0;
	font-style: normal;
	color: #fff;
	font-size: 86%;
}
#footer{
	position: relative;
	background: #CDD2CE;
	height: 60px;
}
#footer ul{
	margin: 0;
	padding: 15px 0  0 10px;
}
#footer ul li{
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
}
#back{
	font-size: 86%;
	position: absolute;
	right: 20px;
	top: 0px;
}

/* pages */
.pages{
	margin: 20px 0 0 0;
	font-size: 12px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 5px 0;
}
.pages li{
	margin: 0 2px;
	display: inline;
	padding: 0;
	font-size: 100%;
	background: none;
}

.comment{
	margin: 20px 0;
}
.comment h4{
	display: block;
	background: #EAECE9;
	padding: 8px 10px;
	margin: 0;
	position: relative;
}
* html .comment h4{
	height: 1%;
}
.comment h4 span{
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: normal;
	font-size: 92%;
}
.comment p{
	margin: 10px 10px;
}
.comment p.date{
	color: #666;
	font-size: 86%;
	margin:4px;
}