body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6b6a6e;
}

body {
	background: #fff;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

* > body {
		min-height: 100%;
		/*height: auto;*/
	}

/* === Links === */

a {
	color: #c00;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

	a.print {
		display: block;
		background: transparent url(../images/icon-print.gif) no-repeat right top;
		text-align: right;
		white-space: nowrap; /* IE7 */
		padding-top: 1px;
	}

/* === Main === */

/* Lang */

ul.lang {
	list-style: none;
	padding: 14px 20px 0px 17px;
	margin: 0px;
}

	.lang li {
		float: left;
	}
	
	.lang span {
		/*+*/
	}
	
		.lang a {
			display: block;
			background: transparent url(../images/lang-bullet.gif) no-repeat;
			font-size: 11px;
			color: #fff;
			text-decoration: none;
			padding: 0px 6px 0px 10px;
		}
		
			.lang li.first a {
				background: none;
			}
			
			.lang li.last a {
				/*+*/
			}
		
		.lang a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		.lang li.selected a {
			color: #000;
			text-decoration: none;
		}
		
		.lang li.selected a:hover {
			color: #000;
			text-decoration: underline;
		}

/* menu */

#nav-wrapper ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#nav-wrapper .nav li {
		float: left;
	}
	
	#nav-wrapper .nav span {
		/*+*/
	}
	
		#nav-wrapper .nav a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 11px;
			color: #6b6a6e;
			text-decoration: none;
			padding: 0px 6px 0px 10px;
		}
		
			#nav-wrapper .nav li.first a {
				background: none;
				padding-left: 0px;
			}
			
			#nav-wrapper .nav li.last a {
				/*+*/
			}
		
		#nav-wrapper .nav a:hover {
			color: #6b6a6e;
			text-decoration: underline;
		}
		
		#nav-wrapper .nav li.selected a {
			color: #000;
			text-decoration: none;
		}
		
		#nav-wrapper .nav li.selected a:hover {
			color: #000;
			text-decoration: underline;
		}

/* menu2 */

#nav2-wrapper ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#nav2-wrapper .nav li {
		float: left;
	}
	
	#nav2-wrapper .nav span {
		/*+*/
	}
	
		#nav2-wrapper .nav a {
			display: block;
			background: transparent url(../images/nav2-bullet.gif) no-repeat;
			font-size: 11px;
			color: #b5b5b7;
			text-decoration: none;
			padding: 0px 6px 0px 12px;
		}
		
			#nav2-wrapper .nav li.first a {
				background: none;
				padding-left: 0px;
			}
			
			#nav2-wrapper .nav li.last a {
				/*+*/
			}
		
		#nav2-wrapper .nav a:hover {
			color: #b5b5b7;
			text-decoration: underline;
		}
		
		#nav2-wrapper .nav li.selected a {
			color: #6b6a6e;
			text-decoration: none;
		}
		
		#nav2-wrapper .nav li.selected a:hover {
			color: #6b6a6e;
			text-decoration: underline;
		}

/* sub menu */

ul.sub-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.sub-nav li {
		/*+*/
	}
	
	.sub-nav span {
		/*+*/
	}
	
		.sub-nav a {
			display: block;
			font-size: 11px;
			color: #6b6a6e;
			text-decoration: none;
			padding-bottom: 5px;
		}
		
			.sub-nav li.first a {
				/*+*/
			}
			
			.sub-nav li.last a {
				/*+*/
			}
		
		.sub-nav a:hover {
			color: #6b6a6e;
			text-decoration: underline;
		}
		
		.sub-nav li.selected a {
			color: #000;
			text-decoration: none;
		}
		
		.sub-nav li.selected a:hover {
			color: #000;
			text-decoration: underline;
		}

/* Icons */



/* --- */

#layout {
	position: absolute;
	overflow: hidden;
	width: expression((document.body.clientWidth > 990 ? document.body.clientWidth : 990) + "px");
	height: expression((document.body.clientHeight > 590 ? document.body.clientHeight : 590) + "px");
	top: 0px;
	left: 0px;
}

* > #layout {
		min-width: 990px;
		min-height: 590px;
		width: 100%;
		height: 100%;
	}
	
#container {
	position: relative;
	text-align: left;
	width: 990px;
	height: 590px;
	top: 50%;
	margin-top: -295px;
	margin-right: auto;
	margin-left: auto;
}

	.v-space {
		font-size: 0;
		height: 10px;
	}
	
	#frame {
		background-color: #e6e6e6;
		padding: 15px 10px 0px 10px;
		margin: 0px 10px;
	}
	
		#cols {
			position: relative;
			background-color: #fff;
		}
		
			#right-col {
				float: right;
				background-color: #efefee;
				width: 210px;
				height: 406px;
			}
			
			* > #right-col {
					min-height: 406px;
					height: auto;
				}
			
			.page #right-col {
				height: 516px;
			}
			
			* > .page #right-col {
					min-height: 516px;
					height: auto;
				}
				
				h1.logo {
					margin:28px 19px 35px 20px;
					position: relative;
				}
				
				#link {
					text-align: center;
					width: 177px;
					font-weight: normal;
					font-size: 11px;
					left: -2px;
					top: 70px;
					color: #000000;
					position: absolute;
				}
				
			
					h1.logo a.logo,
					h1.logo b.logo {
						display: block;
						background: transparent url(../images/logo.gif) no-repeat;
						width: 171px;
						height: 63px;
					}
					
						h1.logo a.logo span,
						h1.logo b.logo span {
							display: none;
						}
				
				#lang-wrapper {
					position: absolute;
					background-color: #acacae;
					top: 0px;
					width: 210px;
					height: 40px;
				}
				
				#header {
					position: absolute;
					top: 14px;
					left: 30px;
				}
				
					#nav-wrapper {
						width: 710px;
						padding-bottom: 12px;
						border-bottom: 1px solid #acacae;
					}
					
					#nav2-wrapper {
						width: 710px;
						padding-top: 11px;
						
					}
				
				#news-wrapper {
					padding: 6px 17px 0px 15px;
				}
				
					.index dl.news {
						background: transparent url(../images/news-bullet.gif) no-repeat;
						line-height: 14px;
						padding: 0px 0px 14px 11px;
					}
					
						.index dl.news a {
							color: #6b6a6e;
						}
					
						.index dl.news dt.title {
							font-weight: bold;
						}
						
						.index dl.news dd.info {
							/*+*/
						}
				
					.page dl.news {
						padding: 0px 0px 0px 0px;
					}
					
						.page dl.news a {
							color: #CC0000;
						}
					
						.page dl.news dt.title {
							font-weight: bold;
						}
						
						.page dl.news dd.info {
							/*+*/
						}
				
				#sub-nav-wrapper {
					padding: 23px 0px 29px 0px;
					border-top: 1px solid #acacae;
					border-bottom: 1px solid #acacae;
					margin: 0px 24px 0px 27px;
				}
			
			#left-col {
				float: left;
				width: 740px;
				padding-top: 76px;
			}
			
				#info {
					padding: 19px 30px 0px 30px;
				}
				
					#title-wrapper {
						border-bottom: 2px solid #c00;
						margin-bottom: 19px;
					}
					
						#print-wrapper {
							float: right;
							padding: 7px 2px 0px 0px;
						}
					
					#content-wrapper {
						overflow: auto;
						height: 344px;
					}

						#content {
							line-height: 15px;
							width: 640px;
						}
		
		#group {
			background-color: #acacae;
			border-bottom: 5px solid #979799;
			margin-top: 5px;
		}
		
			#l-col {
				float: center;
				width: 900px;
				
			}
			
				#logo-arvi-fertis {
					float: left;
					
				}
				
					#logo-arvi-fertis a,
					#logo-arvi-fertis b {
						display: block;
						background: transparent url(../images/logo-arvi-fertis.gif) no-repeat;
						width: 96px;
						height: 46px;
					}
					
						#logo-arvi-fertis a span,
						#logo-arvi-fertis b span {
							display: none;
						}
				
				#logo-arvi-kalakutu-fermos {
					float: left;
				}
				
					#logo-arvi-kalakutu-fermos a,
					#logo-arvi-kalakutu-fermos b {
						display: block;
						background: transparent url(../images/logo-arvi-kalakutu-fermos.gif) no-repeat;
						width: 118px;
						height: 46px;
					}
					
						#logo-arvi-kalakutu-fermos a span,
						#logo-arvi-kalakutu-fermos b span {
							display: none;
						}
				
				#logo-rvs {
					float: left;
				}
				
					#logo-rvs a,
					#logo-rvs b {
						display: block;
						background: transparent url(../images/logo-rvs.gif) no-repeat;
						width: 95px;
						height: 46px;
					}
					
						#logo-rvs a span,
						#logo-rvs b span {
							display: none;
						}
				
				#logo-arvi-agro {
					float: left;
				}
				
					#logo-arvi-agro a,
					#logo-arvi-agro b {
						display: block;
						background: transparent url(../images/logo-arvi-agro.gif) no-repeat;
						width: 100px;
						height: 46px;
					}
					
						#logo-arvi-agro a span,
						#logo-arvi-agro b span {
							display: none;
						}
				
				#logo-heimdal-enterprises {
					float: left;
				}
				
					#logo-heimdal-enterprises a,
					#logo-heimdal-enterprises b {
						display: block;
						background: transparent url(../images/logo-heimdal-enterprises.gif) no-repeat;
						width: 142px;
						height: 46px;
					}
					
						#logo-heimdal-enterprises a span,
						#logo-heimdal-enterprises b span {
							display: none;
						}
				
				#logo-noringe {
					float: left;
				}
				
					#logo-noringe a,
					#logo-noringe b {
						display: block;
						background: transparent url(../images/logo-noringe.gif) no-repeat;
						width: 99px;
						height: 46px;
					}
					
						#logo-noringe a span,
						#logo-noringe b span {
							display: none;
						}
				
				#logo-arvi-kalakutai {
					float: left;
				}
				
					#logo-arvi-kalakutai a,
					#logo-arvi-kalakutai b {
						display: block;
						background: transparent url(../images/logo-arvi-kalakutai.gif) no-repeat;
						width: 96px;
						height: 54px;
					}
					
						#logo-arvi-kalakutai a span,
						#logo-arvi-kalakutai b span {
							display: none;
						}
				
				#logo-arvi-cukrus {
					float: left;
				}
				
					#logo-arvi-cukrus a,
					#logo-arvi-cukrus b {
						display: block;
						background: transparent url(../images/logo-arvi-cukrus.gif) no-repeat;
						width: 118px;
						height: 54px;
					}
					
						#logo-arvi-cukrus a span,
						#logo-arvi-cukrus b span {
							display: none;
						}
				
				#logo-arvi-pasarai {
					float: left;
				}
				
					#logo-arvi-pasarai a,
					#logo-arvi-pasarai b {
						display: block;
						background: transparent url(../images/logo-arvi-pasarai.gif) no-repeat;
						width: 95px;
						height: 54px;
					}
					
						#logo-arvi-pasarai a span,
						#logo-arvi-pasarai b span {
							display: none;
						}
				
				#logo-bc-arvi {
					float: left;
				}
				
					#logo-bc-arvi a,
					#logo-bc-arvi b {
						display: block;
						background: transparent url(../images/logo-bc-arvi.gif) no-repeat;
						width: 100px;
						height: 54px;
					}
					
						#logo-bc-arvi a span,
						#logo-bc-arvi b span {
							display: none;
						}
				
				#logo-bavi {
					float: left;
				}
				
					#logo-bavi a,
					#logo-bavi b {
						display: block;
						background: transparent url(../images/logo-bavi.gif) no-repeat;
						width: 142px;
						height: 54px;
					}
					
						#logo-bavi a span,
						#logo-bavi b span {
							display: none;
						}
				
				#logo-jungtine-ekspedicija {
					float: left;
				}
				
					#logo-jungtine-ekspedicija a,
					#logo-jungtine-ekspedicija b {
						display: block;
						background: transparent url(../images/logo-jungtine-ekspedicija.gif) no-repeat;
						width: 99px;
						height: 54px;
					}
					
						#logo-jungtine-ekspedicija a span,
						#logo-jungtine-ekspedicija b span {
							display: none;
						}
			
			#logo-hip-azotara {
				float: left;
			}
			
				#logo-hip-azotara a,
				#logo-hip-azotara b {
					display: block;
					background: transparent url(../images/logo-hip-azotara.gif) no-repeat;
					width: 61px;
					height: 100px;
				}
				
					#logo-hip-azotara a span,
					#logo-hip-azotara b span {
						display: none;
					}
			
			#r-col {
				float: left;
				width: 239px;
			}
				
				
				#logo-arvi-doo {
					float: left;
				}
				
					#logo-arvi-doo a,
					#logo-arvi-doo b {
						display: block;
						background: transparent url(../images/logo-arvi-doo.gif) no-repeat;
						width: 102px;
						height: 46px;
					}
					
						#logo-arvi-doo a span,
						#logo-arvi-doo b span {
							display: none;
						}
				
				#logo-ukragro {
					float: left;
				}
				
					#logo-ukragro a,
					#logo-ukragro b {
						display: block;
						background: transparent url(../images/logo-ukragro.gif) no-repeat;
						width: 137px;
						height: 46px;
					}
					
						#logo-ukragro a span,
						#logo-ukragro b span {
							display: none;
						}
				
				#logo-arvi-npk {
					float: left;
				}
				
					#logo-arvi-npk a,
					#logo-arvi-npk b {
						display: block;
						background: transparent url(../images/logo-arvi-npk.gif) no-repeat;
						width: 102px;
						height: 54px;
					}
					
						#logo-arvi-npk a span,
						#logo-arvi-npk b span {
							display: none;
						}
				
				#logo-baltkalis {
					float: left;
				}
				
					#logo-baltkalis a,
					#logo-baltkalis b {
						display: block;
						background: transparent url(../images/logo-baltkalis.gif) no-repeat;
						width: 137px;
						height: 54px;
					}
					
						#logo-baltkalis a span,
						#logo-baltkalis b span {
							display: none;
						}
		
		#footer {
			height: 39px;
		}
		
			#created {
				padding: 7px 30px 0px 30px;
			}
			
				#created p {
					padding: 4px 0px 5px 0px;
				}
				
				#created a.created-by {
					background: transparent url(../images/sys/artogama.gif) no-repeat right top;
					text-decoration: none;
					padding: 3px 70px 5px 0px;
				}
				
					#created a.created-by span.hide {
						display: none;
					}

/* Content images */

.img-container {
	/*+*/
}

	.img-container table tr.image td {
		background-color: #efefee;
		padding: 0px;
	}

	.img-container table tr.title {
		/*+*/
	}

		.img-container table tr.title td {
			text-align: center;
		}

/* === Txt === */

h2.title {
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding: 0px 20px 2px 0px;
}

h3.title {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 0px 24px 5px 27px;
}

span.copyright {
	font-size: 11px;
	color: #a8a8aa;
}

/* === Forms === */



/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}


