/* CSS Document */

body
	{
		margin:0 auto;
		width:1002px;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/*---top---*/

#top {}

#top img
	{
		 border:none;
	}
#colon1
	{
		width:199px;
		float:left;
	}
#colon1 img, #colon3 img
	{
		float:left;
	}
#colon2
	{
		width:399px;
		float:left;
	}
#colon3
	{
		width:201px;
		float:left;
	}
#colon4
	{
		float:left;
		width:199px;
	}
#menu
	{
		float:left;
		width:1001px;
		height:40px;
		background:url(../images/menu-backgr.jpg) repeat-x;
		margin:0;
		padding:0;
		overflow: hidden;
	}
	
#menu li
	{
		/*width:80px;*/
		display:inline;
		color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:center;
		margin:0 7px;
		padding:16px 0 0 12px;
		float:left;
	}
	
#menu li a
	{
		text-decoration:none;
		color:#fff;
		padding:5px 0 0 0;
	}
	
#menu li a:hover
	{
		background:url(../images/triangle.gif) center no-repeat;
		background-position:top;
	}
	
/*----content---*/	
#content
	{
		width:962px;
		float:left;
		background:#e8e8e8;
		padding:10px 20px 40px;
	}
	
#news
	{
		width:200px;
		float:left;
		margin-top:10px;
	}
	
	#news-title
		{
			width:170px;/*200 -30*/
			background:url(../images/news-title.jpg) repeat-y;
			color:#fff;
			padding:3px 20px 3px 10px;
		}
		
	#news-body
		{
			width:190px;
			background-color:#dddbdb;
			float:left;
			padding:0 5px;
		}
		
	.news-name
		{
			color:#666;
			padding:15px 5px 0;
			font-size:12px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
	.news-text
		{
			color:#666;
			padding:20px 5px 0;
			font-size:12px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	
	.news-read-more
		{
			padding:10px 5px;
			font-size:12px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
	.news-read-more a
		{
			color:#666;
			text-decoration:none;
			float:right;
			padding-bottom:20px;
		}
		
	.news-read-more a:hover
		{
			color:#000;
		}
		
	.download
		{
			width: 520px;
			float: left;
			font-size:12px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
	.download a
		{
			color:#666;
			text-decoration:none;
			float:left;
		}
		
	.download a:hover
		{
			color:#000;
		}		
		
#content-center
		{
			float:left;
			width:545px;/*560 - 15*/
			padding:0 0 0 15px;
			margin-top:10px;
		}
		
	#dobre-doshli
		{
			float:left;
			width:545px;
		}
			
		#dobre-doshli-title
			{	
				background:url(../images/dobre-doshli-title.jpg) repeat-y;
				width:239px;/*269-30*/
				color:#fff;
				padding:3px 20px 3px 10px ;
				
			}
			
		#dobre-doshli-body
			{
				color:#666;
				padding:15px 40px 25px 0;
			}
		
	#objects
		{
			float:left;
			width:525px;
		}
		
	#single-object1
		{
			width:255px;/*270-15*/
			float:left;
			padding-right:15px;
		}
	#single-object2
		{
			width:240px;
			float:left;
		}	
		
	.objects-title
		{
			background:url(../images/object-title.jpg) repeat-y;
			width:221px;/*251-30*/
			color:#fff;
			padding:3px 20px 3px 10px;
			margin-bottom:1px;
			float:left;
		}	
		
#content-right
	{
		width:202px;
		float:left;
		margin-top:10px;
	}
	
#contacts
	{
		width:202px;
		float:left;
	}
	
	#contacts-title
		{
			background:url(../images/contacts-title.jpg) repeat-y;
			width:169px;/*199-30*/
			color:#fff;
			padding:3px 20px 3px 10px;
		}	
			
	#contacts-body
		{
			width:179px;/*199-20*/
			color:#666;
			background-color:#dddbdb;
			padding:15px 10px;
			line-height:17px;
		}
		
	#contacts a
			{	
				text-decoration:none;
				color:#666;
			}
			
		#contacts a:hover
			{
				color:#000;
			}

	#feed-back
		{
			margin-top:15px;
			float:left;
			padding:30px 10px 0;
			background:url(../images/feed-back.jpg) no-repeat;
			width:180px;
			height:170px;
		}
		
	#feed-back a
		{
			text-decoration:none;
			color:#666;
		}
		
	#feed-back a:hover
		{
			color:#000;
		}
			
/*-----footer----*/	

#footer
	{
		width:972px;/*1002 - 30*/
		height:38px;
		background:url(../images/footer.jpg) repeat-x;
		float:left;
		font-size:11px;
		color:#fff;
		padding:15px  15px 10px;
		margin:0;
	}
	
	#footer-left
		{
			float:left;
		}
		
	#footer-right
		{
			float:right;
		}
	#footer img
	{
		float:right;
		border:0;
	}
	
/*end index.html*/
/* inner1.html*/

#SitePath
	{
		/*float:left;*/
		font-size:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		width:700px;
	}
	
	#SitePath a
		{
			text-decoration:none;
			color:#00009c;
		}
		
	#inner1-content
		{
			width:760px;
			float:left;
		}
		
	#inner1-objects-title
		{
			width:237px; /*267 - 30*/
			background:url(../images/inner1-objects-title.jpg) repeat-y;
			padding:3px 20px 3px 10px;
			color:#fff;
		}
		
	#objects
		{
			width:760px;
			float:left;
		}	
		
	.single-object
		{
			width:190px;/*260-70*/
			padding-right:60px;
			float:left;
			margin-top:15px;
		}
	
	.single-object-last
		{
			width:200px;
			float:left;
			margin-top:15px;
		}
		
	.single-object-title
		{
			background:url(../images/inner-object-title.jpg) repeat-y;
			width:169px;/*199-30*/
			color:#fff;
			padding:3px 20px 3px 10px;
		}
		
	.single-object-body
		{
			width:200px;
			background-color:#dddbdb;
			color:#666;
			margin-top:1px;
			text-align:center;
		}
		
	.object-text
		{
			
			padding:5px 5px 20px;
			font-size:11px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
	.pages
		{
			width:80px;
			margin-top:5px;
			padding:0;
		}
		
	.pages a
		{
			text-decoration:none;
			color:#00009c;
		}
	.pages a:hover
		{
			color:#000;
		}
		
/*end inner1.html*/	
/*inner2.html*/

#inner2-title
 	{
		background:url(../images/inner2-title.jpg) repeat-y;
		width:270px;
		padding:3px 20px 3px 10px;
		color:#fff;
	}

#inner2-object
	{
		width:700px;
		float:left;
		margin-top:1px;
	}
	
#inner2-object img
	{
		float:left;
	}
	
#inner2-text
	{
		float:left;
		width:281px;
		background-color:#dddbdb;
		color:#666;
		padding:10px;
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
/*end html pages*/
/*drop-down-menu*/

.drop-down-menu
	{
		width:180px;
		margin-top: 10px;
		position:absolute;
	}
	
*html .drop-down-menu
	{
		
		margin-top:-10px;
		margin-left:270px;
		
	}	
	
.drop-down-single-item
	{
		width:160px;/*180 - 20*/
		text-align: center;
		border-top: 1px solid #fff;
		background-color: #32cc99;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
		padding-top: 5px;
	}
	
.drop-down-single-item a
	{
		text-decoration:none;
		color:#fff;
	}
	
.drop-down-single-item a:hover
	{
		color:#666;
	}
	
.news_container{
	float: left;
	width: 650px;
	margin: 0 0 5px 0 ;
	displat: block;
}

.news_image{
	float: left;
}

.news_content
{
	width: 430px;
	float: left;
}

.news_title{
	float: left;
	margin-left: 10px;
	height: 15px;
	font-weight: bold;
	display: block;
}

.news_text{
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	width: 250px;
	display: block;
}

	.news_text a
		{
			color:#666;
			text-decoration:none;
		}
		
	.news_text a:hover
		{
			color:#000;
		}
.language{
	float: right;
	margin-right: 60px;
}
 .language a{
 	 color: #00009C;
 	 text-decoration: none;
 }
