	* {
		margin:0;
		padding:0;
	}
	html	{
		height:100%;
	}
	body	{ 
		behavior:url("js/csshover.htc"); 
		text-align:left;
		position:relative;
		min-height:100%;
		background:white;
		min-width:1000px;
	}
	* html body	{
		height:100%;
		width: expression(((document.documentElement.clientWidth || document.clientWidth) < 1000)? "1000px" : "100%");
	}
	* html div	{
		height:1px;
	}
	body, input, select, textarea	{
		color:#666666;
		font:11px Tahoma, sans-serif;
	}
	a	{
		color:#EE0000;
		text-decoration:none; 
	}
	a:hover	{
		text-decoration:underline; 
	}
	img, table	{
		border:none;
	}
	
	/*
	table {
		border-collapse:collapse;
		width:100%;
	}

	td, th {
		vertical-align:top;
		text-align:left;
		font-weight:normal;
	}
	*/
	ul {
		list-style:none;
	}
	h1	{
		color:#EE0000;
		font-size:14px;
		margin-bottom:30px;
	}
	h2	{
		color:#339933;
		font-size:11px;
		margin-bottom:7px;
	}
	h3	{
		color:#EE0000;
		font-size:11px;
		margin-bottom:7px;
	}
	p	{
		margin-bottom:10px;
	}
/*
	Памятка по использованию селекторов browserCSSdetector.js:
		Селекторы ОСи:
			.win - Windows
			.linux - Linux
			.mac - MacOS
			
		Селекторы браузеров:
			.ie - все версии ИЕ
			.ie8 - ИЕ 8.х
			.ie7 - ИЕ 7.x
			.ie6 - ИЕ 6.x
			.ie5 - ИЕ 5.x
			.gecko - все версии фаерфокса, и остальные гекко-браузеры
			.ff2 - фаерфокс 2
			.ff3 - фаерфокс 3
			.opera - все версии оперы
			.opera8 - опера 8.x
			.opera9 - опера 9.x
			.konqueror - konqueror
			.safari - сафари

		Приоритеты на примере ФФ3:
		1	.win.ff3 #id{background: #aaa}
		2	.win.gecko #id{background: #f00}
		3	.ff3 #id{background:#333}
		4	.gecko #id{background:#00f}
		5	.win #id{background: #ff0}
 */
	.indexPage	{
	}
	.indexPage .ill01	{
		position:absolute;
		bottom:0;
		left:0;
	}
	.indexPage .ill02	{
		position:absolute;
		top:0;
		left:0;
	}
	.indexPage .ill03	{
		position:absolute;
		top:0;
		right:0;
	}
	.lingva	{
		z-index:100;
	}
/* changes 02.15.2010 */
	.indexPage .lingva	{
		position:absolute;
		left:45%;
		top:25px;
	}
	.lingva li	{
		float:left;
		margin-left:10px;
	}
	.lingva li a, .lingva li strong	{
		float:left;
		width:27px;
		line-height:14px;
		height:13px;
		text-transform:uppercase;
		font-size:9px;
		color:#888888;
		text-decoration:none;
		border:solid 1px white;
		text-align:center;
	}
	.lingva li a:hover	{
		border:solid 1px #339933;
		color:#339933;
		text-decoration:none;
	}
	.lingva li strong	{
		border:solid 1px #339933;
		color:white;
		background:#339933;
		font-weight:normal;
	}
	.indexPage .content	{
		position:relative;
		z-index:2;
		overflow:hidden;
	}
	.ie6 .indexPage .content	{
		overflow:visible;
	}
	.indexPage .content	{
		padding:57px 0 0 40%;
	}
	.content .logo	{
		margin:0 0 21px -56px;
	}
	.indexPage .content .siteMenu	{
		margin-left:-11px;
		width:250px;
	}
	.content .siteMenu li	{
		background:url(../images/bullet_menu.gif) 0 2px no-repeat;
		padding-left:62px;
		margin-bottom:5px;
		font-weight:bold;
		font-size:14px;
	}
	.content .siteMenu li a	{
		color:#777777;
	}
	.content .siteMenu li a:hover	{
		color:#EE0000;
	}
	.content .siteMenu li.active	{
		background:url(../images/bullet_menu_active.gif) 0 2px no-repeat;
	}
	.content .siteMenu li.active a	{
		color:#2F982F;
		text-decoration:underline;
	}
	.content .siteMenu li.active a:hover	{
		color:#EE0000;
	}
	.content .linerBlock	{
		background:url(../images/side_liner_line.gif) 0 0 no-repeat;
	}
	.indexPage .content .linerBlock	{
		padding:30px 0 0 0;
		position:relative;
		height:420px;
		margin-left:14px;
	}
	.indexPage .content .linerBlock .topLine	{
		position:absolute;
		border-top:solid 1px #9A9999;
		width:385px;
		left:-140px;
		top:12px;
		height:1px;
	}
	.indexPage .quickLinks	{
		position:absolute;
		width:70px;
		left:-70px;
		top:24px;
		z-index:100;
	}
	.innerPage .quickLinks	{
		position:absolute;
		width:70px;
		right:130px;
		top:0;
		z-index:100;
	}
	.quickLinks li	{
		float:left;
		margin-right:15px;
	}
	.indexPage .content .linerBlock .intro	{
		padding:0 0 0 35px;
		width:300px;
	}
/* /changes 02.15.2010 */	
	.indexPage .content .linerBlock .intro strong	{
		color:#339933;
		display:block;
		margin-bottom:6px;
	}
	.indexPage .content .linerBlock .sideScroller	{
		position:absolute;
		top:35px;
		left:-220px;
		height:100%;
	}
	.indexPage .content .linerBlock .subIntro	{
		padding:20px 30px;
		width:400px;
	}
	.indexPage .content .linerBlock .subIntro .green	{
		font-weight:bold;
		color:#339933;
		font-size:13px;
	}
	.footer	{
		padding:20px 30px;
	}
	.innerPage .footer	{
		padding:20px;
	}
	.innerPage .ill01	{
		position:absolute;
		top:0;
		right:0;
	}
	.innerPage .content	{
		padding:60px 0 0 260px;
		position:relative;
		z-index:2;
		margin-left:5%;
	}
	.innerPage .lingva	{
		position:absolute;
		left:5%;
		padding-left:290px;
		top:25px;
	}
	.innerPage .content .siteMenu	{
		margin-left:-25px;
	}
	.innerPage .content .siteMenu li	{
		margin-bottom:6px;
		position:relative;
	}
	.innerPage .content .linerBlock	{
		padding:50px 150px 50px 20px;
		position:relative;
		margin-bottom:50px;
	}
	.innerPage .content .linerBlock .topLine	{
		position:absolute;
		border-top:solid 1px #9A9999;
		width:100%;
		left:-150px;
		top:20px;
		height:1px;
	}
	.ie6 .innerPage .content .linerBlock .topLine	{
		padding-left:170px;
	}
	.innerPage .content .linerBlock .pageIllBanka	{
		position:absolute;
		top:-270px;
		left:-220px;
	}
.linerBlock .subMenu        {
position:absolute;
top:50px;
left:-220px;
font-size:13px;
font-weight:bold;
width:220px;
}
.linerBlock .subMenu li {
clear:both;
position:relative;
}
.ie6 .linerBlock .subMenu li        {
clear:none;
}
.linerBlock .subMenu li a        {
color:#999999;
padding:0 11px;
}
.linerBlock .subMenu li a:hover        {
color:#999999;
background:url(../images/bullet_sub_menu.gif) 2px 5px no-repeat;
}
.linerBlock .subMenu li.active a        {
color:white;
background:#339933;
}
.linerBlock .subMenu li.active a:hover        {
background:url(../images/bullet_sub_menu.gif) 2px 5px no-repeat #339933;
color:white;
}
.linerBlock .subMenu li.active li        {
margin-left:15px;
}
.linerBlock .subMenu li.active li a        {
background:none;
color:#999999;
}
.linerBlock .subMenu li.active li a:hover        {
background:url(../images/bullet_sub_menu.gif) 2px 5px no-repeat;
color:#999999;
}
.linerBlock .subMenu li li.active a        {
color:white;
background:#339933;
}
.linerBlock .subMenu li li.active a:hover        {
background:url(../images/bullet_sub_menu.gif) 2px 5px no-repeat #339933;
color:white;
}
.linerBlock .subMenu li.active li li        {
margin-left:15px;
font-size:11px;
}
.linerBlock .subMenu li.active li li a        {
background:none;
color:#999999;
}
.linerBlock .subMenu li.active li li a:hover        {
background:url(../images/bullet_sub_menu.gif) 2px 5px no-repeat white;
color:#999999;
}
.linerBlock .subMenu li li.active li a        {
color:#999999;
background:white;
}
.linerBlock .subMenu li.active li.active a        {
color:white;
background:#339933;
}
.linerBlock .subMenu li.active li.active a:hover        {
background:url(../images/bullet_sub_menu.gif) 2px 3px no-repeat white;
color:red;
}



.linerBlock .subMenu li li.active li a:hover        {
background:url(../images/bullet_sub_menu.gif) 2px 3px no-repeat white;
color:red;
}
.linerBlock .subMenu li.active li.active li a        {
background: 2px 3px no-repeat white;
color:#999999;
}
.linerBlock .subMenu li li li.active a        {
color:#339933 !important;
background:url(http://pomidora.com/img/menu/menu_arrow_2.gif) 2px 3px no-repeat !important;
}
.linerBlock .subMenu li li li.active a:hover        {
background:url(../images/bullet_sub_menu.gif) 2px 3px no-repeat white;
color:#339933;
}
.linerBlock .subMenu li.active li.active li.active a        {
background:url(../images/bullet_sub_menu.gif) 2px 3px no-repeat white;
color:#999999;
}
.linerBlock .subMenu li .filter        {
margin-bottom:30px;
margin-left:15px;
}
.linerBlock .subMenu li .filter .b        {
float:right;
border:none;
cursor:pointer;
}

.linerBlock .subMenu li .filter .s        {
width:150px;
color:#339933;
display:block;
margin-bottom:15px;
}

	.innerPage .content .productDescription	{
		padding:30px 350px 0 0;
		margin:-30px -150px 0 0;
	}
	.innerPage .content .headerData	{
		position:absolute;
		top:150px;
		left:625px;
	}
	.innerPage .content .headerData	.diploma	{
		margin-left:35px;
	}
	.more {
		color:#333333;
		text-decoration:underline;
	}
	.more:hover {
		color:#EE0000;
	}
	.paginator	{
		text-align:center;
		color:#222222;
		font-size:9px;
		margin:20px 0;
	}
	.paginator a	{
		font-weight:bold;
		color:#6060B0;
	}
	.logistikData	{
	}
	.logistikData td	{
		border:solid 1px white;
	}
	.adPhotoExamples	{
		overflow:hidden;
	}
	.ie6 .adPhotoExamples	{
		overflow:visible;
	}
	.adPhotoExamples .item	{
		display:inline-block;
		vertical-align:top;
		_overflow:hidden;
		zoom:1;
		*display:inline;
		height:260px;
		width:150px;
		text-align:center;
		padding:0 25px;
		margin-bottom:20px;
	}
	.adPhotoExamples .item span	{
		display:block;
		height:60px;
	}
	.adPhotoExamples .item span a	{
		text-decoration:underline;
	}
	.adPhotoExamples .item span a:hover	{
		color:#333333;
	}
	.videoFrameHolder	{
		margin-top:25px;
	}
	.videoFrameHolder img	{
		border:solid 1px #EE0000;
		margin-right:10px;
	}
	.newsList	{
	}
	.newsList .item	{
		overflow:hidden;
		margin-bottom:25px;
	}
	.ie6 .newsList .item	{
		overflow:visible;
	}
	.newsList .item img	{
		float:right;
		border:solid 1px #CCCCCC;
		padding:1px;
		background:white;
		margin-left:20px;
	}
	.phones	{
		margin:20px 0;
	}
	.phones th	{
		width:100px;
	}
	.mapLink	{
		margin:20px 0;
	}
	.mapLink th	{
		width:100px;
	}
	.contacForm	{
		margin-bottom:-80px;
	}
	.contacForm i	{
		color:#CC3300;
		font-style:normal;
	}
	.contacForm .i, .contacForm .s, .contacForm .t	{
		width:300px;
		margin-top:3px;
		border:solid 1px #CCCCCC;
		background:white;
	}
	.contacForm .s	{
		width:305px;
	}
	.contacForm .t	{
		overflow:auto;
		height:90px;
	}
	.contacForm td	{
		width:300px;
		padding-bottom:8px;
	}
	.contacForm th	{
		padding-top:8px;
		padding-left:20px;
	}
	.contacForm th img	{
		vertical-align:middle;
	}
	.contacForm .b	{
		vertical-align:middle;
		border:solid 1px #CCCCCC;
		background:white;
		padding:2px 5px;
		cursor:pointer;
	}
/* !!!!
Delete from main.css 
td, th {text-align:left;}
table {border-collapse:collapse; width:100%;}
*/ 


.innerPage .linerBlock div p	{
	margin-bottom:15px;
}
.innerPage .linerBlock div h2	{
	margin-bottom:10px;
}
.innerPage .linerBlock div ul
{
	margin-left:60px;
	list-style:disc;
	margin-bottom:25px;
}
.innerPage .linerBlock div li
{
	font-family	: tahoma, ms sans serif;
	color		: #666666;
	font-size	: 11px;
	font-weight 	: normal;
	color		: #666666;
	margin-left	: 20;
	text-indent	: 0;
	text-align	: left;
	margin-right	: 40px;
}

.innerPage .linerBlock div p {
	font-family	: tahoma, ms sans serif;
	color		: #666666;
	font-size	: 11px;
	font-weight 	: normal;
	margin-top	: 5;
	margin-bottom	: 8;
	margin-left	: 0;
	margin-right	: 0;

}
.innerPage .linerBlock div td.contacts{
	font-family	: tahoma, ms sans serif;
	color		: #666666;
	font-size	: 11px;
	font-weight 	: normal;
	margin-top	: 5;
	margin-bottom	: 8;
	margin-left	: 0;
	margin-right	: 0;

}
.innerPage .linerBlock div .temp
{
	text-align	: justify;
	text-indent	: 20;

}
.innerPage .linerBlock div .pomidora
{
	text-align	: justify;

}
/*
.menu_it {
	font-family	: verdana, tahoma, ms sans serif;
	color		: #777777;
	font-weight	: bold;
	font-size	: 14px;
	margin-left	: 0;
	margin-top	: 0;
	margin-right	: 0;
	text-align	: left;
	text-decoration	: none;
}
*/
.innerPage .linerBlock div .menu_it_0 {
	font-family	: verdana, tahoma, ms sans serif;
	color		: #777777;
	font-weight	: bold;
	font-size	: 14px;
	margin-left	: 0;
	margin-top	: 0;
	margin-right	: 0;
	text-align	: left;
	text-decoration	: none;
}
.innerPage .linerBlock div .menu_it_0:hover
{
	color		: #EE0000;
	text-decoration	: underline;

}

.innerPage .linerBlock div .menu_it_1 {
	font-family	: verdana, tahoma, ms sans serif;
	color		: #2F982F;
	font-weight	: bold;
	font-size	: 14px;
	margin-left	: 0;
	margin-top	: 0;
	margin-right	: 0;
	text-align	: left;
}
.innerPage .linerBlock div .menu_it_1:hover
{
	color		: #EE0000;
	text-decoration	: underline;

}

.innerPage .linerBlock div .red_link
{
	font-family	: tahoma, ms sans serif;
	color		: #EE0000;
	font-weight	: bold;
	text-decoration	: none;
}
.innerPage .linerBlock div .red_link:hover
{
	text-decoration	: underline;

}

.innerPage .linerBlock div .green_link
{
	font-family	: tahoma, ms sans serif;
	color		: #339933;
	font-weight	: bold;
	text-decoration	: none;
}
.innerPage .linerBlock div .green_link:hover
{
	text-decoration	: underline;

}

.innerPage .linerBlock div h1 {
	font-family	: verdana, tahoma, ms sans serif;
	font-size	: 14px;
	color		: #EE0000;
	font-weight	: bold;
	margin-top	: 30;
	margin-bottom	: 10;
	margin-left	: 0;
	margin-right	: 10;
	text-decoration	: none;
}
.innerPage .linerBlock div h2 {
	font-family	: tahoma, ms sans serif;
	font-size	: 11px;
	color		: #339933;
	font-weight	: bold;
	margin-top	: 15;
	margin-bottom	: 5;
	margin-left	: 0;
	margin-right	: 0;
	text-decoration	: none;
}
.innerPage .linerBlock div h3 {
	font-family	: tahoma, ms sans serif;
	font-size	: 11px;
	color		: #EE0000;
	font-weight	: normal;
	margin-top	: 0;
	margin-bottom	: 0;
	margin-left	: 0;
	margin-right	: 0;
	font-weight	: bold;
	text-align	: left;
	text-decoration	: none;
}


.innerPage .linerBlock div .tab
{
	font-family	: tahoma, ms sans serif;
	font-size	: 11px;
	color		: #666666;
}
.innerPage .linerBlock div .tab td
{
	text-align	:center;
}
.innerPage .linerBlock div .tab th
{
	background	:#EAEAEA;
}

.innerPage .linerBlock div .tab2
{
	font-family	: tahoma, ms sans serif;
	font-size	: 11px;
	color		: #666666;

}
.innerPage .linerBlock div .tab2 td {
	text-align	: left;
	padding		: 2px 5px 3px 5px
}
.innerPage .linerBlock div .tab2 th
{
	background	: #EAEAEA;
	padding		: 2px 5px 3px 5px
}

.innerPage .linerBlock div .news-img {
	border: 3px double #CCC;
	text-align: center;
	}

.innerPage .linerBlock div .all-img {
	border: 3px double #CCC;
	text-align: center;
	}	
	

.innerPage .linerBlock div .forms {
	width:100%;
	margin-bottom:5px;
}
.innerPage .linerBlock div .forms td {
	padding:5px 0;
	vertical-align:top;
}

.innerPage .linerBlock div #forms_l {
	border-left:3px solid #360;
	padding:0 0 0 4px;
	font-family:tahoma,ms sans serif;
	font-size:11px;
}

.innerPage .linerBlock div #forms_c {
	border-left:1px solid #360;
	padding:0 0 0 4px;
	font-family:tahoma,ms sans serif;
	font-size:11px;
}

.innerPage .linerBlock div .forms input {
	border:1px solid #999;
	width:100%;
}

.innerPage .linerBlock div .forms a {
	color: green;
}

.innerPage .linerBlock div .forms a:hover{
	color: red;
}

.innerPage .linerBlock div .forms select {
	border:1px solid #999;
	width:100%;
}
.innerPage .linerBlock div .forms textarea {
	height:110px;
	overflow:auto;
}
.innerPage .linerBlock div .fName {
	width:350px;
	color:#666666;
	font-family:tahoma,ms sans serif;
	font-size:11px;
	font-weight:normal;
	margin:5px 0 8px;
	text-align:left;
}



.innerPage .linerBlock div .formssko {
	width:100%;
	margin-bottom:5px;
}
.innerPage .linerBlock div .formssko td {
	background:url(/img/dots.gif) repeat-x 0 100%;
	padding:5px 0;
	vertical-align:top;
}

.innerPage .linerBlock div #forms_2 {
	border-left:3px solid #360;
	padding:0 0 0 4px;
	font-family:tahoma,ms sans serif;
	font-size:11px;
}

.innerPage .linerBlock div .formssko input {
	border:1px solid #999;
	width:100%;
}

.innerPage .linerBlock div .formsko a {
	color: green;
}

.innerPage .linerBlock div .formssko a:hover{
	color: red;
}

.innerPage .linerBlock div .fNamesko {
	width:130px;
	color:#666666;
	font-family:tahoma,ms sans serif;
	font-size:11px;
	font-weight:normal;
	margin:5px 0 8px;
	text-align:left;
}



.innerPage .linerBlock div table.labtable
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	width: 100%;
	background-color: #EBEBEB;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.innerPage .linerBlock div table.labtable td 
{
	background-color: #FFF;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px solid #060;
}

.innerPage .linerBlock div table.labtable td.hed
{
background-color: #666;
color: #fff;
padding: 4px;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}

.innerPage .linerBlock div blockquote {
	margin:15px 40px;
}
.innerPage .linerBlock div img {
	vertical-align:middle;
}
.innerPage .linerBlock div .gost p {
}
.labtable td	{
	border:solid 1px #006600;
	padding:5px !important;
}
.innerPage .linerBlock .gost blockquote {
	margin:15px 40px !important;
}