html,body {margin:0;padding:0}

#body {
	padding: 0px;
	margin: 0px;
	min-width: 1000px;
	height: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	background: #d9d9d9;
}

#outer {
	position: relative;
	display: block;
	width: 1000px;
	height: auto;
	left: 50%;
	margin-left: -500px;
	_left: 0px;
	_margin-left: expression(document.body.clientWidth < 1000? "0px" :  (document.body.clientWidth / 2 - 500) + 'px');
	background: #fff url(bg-h1-r.gif) repeat-x left bottom;
	padding-bottom: 40px;
	/*border-bottom: 2px solid #f5af41;*/
}

#footer{
	position: relative;
	display: block;
	width: 980px;
	height: auto;
	left: 50%;
	margin-left: -500px;
	text-align: right;
	color: #808080;
	font-size: 11px;
	line-height: 30px;
	margin-bottom: 5px;
}

#lang{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	text-align: right;
	background: #d9d9d9;
}
	#lang ul{
		padding-right: 6px;
	}
		#lang ul li{
			display: inline;
			margin-right: 6px;
		}
			#lang ul li a{
				line-height: 30px;
				text-decoration: none;
				color: #4c4c4c;
			}
			#lang ul li a:hover{
				color: #006093;
			}
		
#header{
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	background: url(bg-header.gif) repeat-x top;
	border-top: 2px solid #f5af41;
}
	#logo{
		position: absolute;
		display: block;
		width: 172px;
		height: 62px;
		left: 20px;
		top: 21px;
	}
		#logo a{
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
			background: url(logo.gif) no-repeat left top;
			overflow: hidden;
			text-indent: -2000px;
		}
	
	#menu{
		position: relative;
		display: block;
		width: 786px;
		height: 39px;
		left: 192px;
		top: 20px;
		padding-top: 21px;
		text-align: right;
		border-right: 2px solid #f5af41;
	}
		#menu ul{
			padding-right: 6px;
		}
			#menu ul li{
				display: inline;
				margin-right: 18px;
				text-transform: uppercase;
				font-size: 13px;
			}
				#menu ul li a{
					text-decoration: none;
					color: #4c4c4c;
				}
				#menu ul li a:hover{
					color: #006093;
				}
	
#top{
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	background: #f5c67b url(bg-top.gif) repeat-x top;
}
	#top div.top_image{
		position: absolute;
		display: block;
		width: 255px;
		height: 300px;
		left: 0px;
		bottom: 0px;
		background: url(img-index.jpg) no-repeat left bottom;
		z-index: 10;
	}
	#top div.top_block{
		position: absolute;
		display: block;
		width: 240px;
		height: 240px;
		top: 50px;
		text-align: justify;
		overflow: hidden;
		z-index: 100;
	}
	#top div.faktai{
		left: 240px;
	}
	#top div.tikslai{
		left: 510px;
	}
	#top div.links{
		width: 197px;
		left: 783px;
	}
		#top div.top_block h1{
			font-weight: normal;
			font-size: 18px;
			margin-bottom: 21px;
		}
		#top div.top_block p{
			line-height: 16px;
			margin-bottom: 10px;
		}
	
	#top div.btn_link{
		position: relative;
		display: block;
		width: 195px;
		height: 40px;
		border: 1px solid #fff;
		margin-bottom: 20px;
	}
		#top div.new_member{
			background: url(btn-new-member-h.gif) no-repeat left top;
		}
		#top div.forum{
			background: url(btn-forum-h.gif) no-repeat left top;
		}
		#top div.contact{
			background: url(btn-contact-h.gif) no-repeat left top;
		}
		
		#top div.btn_link a{
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
			color: #fff;
			font-weight: bold;
			font-size: 13px;
			text-decoration: none;
			line-height: 40px;
			text-indent: 48px;
			white-space: nowrap;
			overflow: hidden;
		}
			#top div.new_member a{
				background: url(btn-new-member.png) no-repeat left top;
			}
			#top div.forum a{
				background: url(btn-forum.png) no-repeat left top;
			}
			#top div.contact a{
				background: url(btn-contact.png) no-repeat left top;
			}
			#top div.btn_link a:hover{
				background: transparent;
			}
		
#middle{
	position: relative;
	display: block;
	min-height: 300px;
	height: auto;
	_height: 300px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 14px;
	padding-bottom: 20px;
	padding-top:21px;
	border-top: 1px solid #f5af41;
}
	#partners{
		position: absolute;
		display: block;
		width: 150px;
		height: auto;
		right: 0px;
		top: 21px;
	}
		#partners h1{
			display: block;
			height: 50px;
			font-size: 13px;
			text-transform: uppercase;
			font-weight: normal;
		}
		#partners div{
			margin-bottom: 40px;
		}
		
#content{
	position: relative;
	display: table;
	width: 760px;
	height: auto;
	margin-left: 12px;
	margin-right: 188px;
	text-align: justify;
}
	#content div.block_left{
		position: relative;
		float: left;
		width: 420px;
		height: auto;
	}
	#content div.block_right{
		position: relative;
		float: right;
		width: 300px;
		height: auto;
	}
	#content div.news_item{
		margin-bottom: 25px;
	}
	#content div.article_item{
		margin-bottom: 30px;
	}
	#content div.pages_list_item{
		margin-bottom: 40px;
	}
	
	#content div.news_item div.title,
	#content div.article_item div.title,
	#content div.pages_list_item div.title{
		font-size: 14px;
		/*text-align: left;*/
	}
	#content div.article_item div.title{
		margin-bottom: 6px;
	}
	
	#content div.news_item div.date,
	#content div.article_item div.date,
	#content div.article_item div.author,
	#content div.pages_list_item div.date,
	#content div.pages_list_item div.author{
		font-size: 11px;
	}
	#content div.news_item div.date{
		margin-bottom: 12px;
		text-align: left;
	}
	#content div.pages_list_item div.short-description{
		padding-top: 12px;
		line-height: 150%;
	}
	#content div.article_item div.date,
	#content div.article_item div.author{
		text-align: right;
	}
	#content div.link_more{
		text-align: right;
	}
	
	
#content h1{
	display: block;
	height: 50px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}

#content p{
	margin-bottom: 12px;
	line-height: 200%;
}

#content a{
	text-decoration: none;
	color: #006093;
}
#content a:hover{
	text-decoration: underline;
}

strong{
	font-weight: bold;
	line-height: 200%;
}
em{
	font-style: italic;
	line-height: 200%;
}
strong em,
em strong{
	font-weight: bold;
	font-style: italic;
}

#content ul li{
	list-style: circle inside;
}

#content ol li{
	list-style: decimal inside;
}

#content img{
	margin: 10px;
}
