@charset "windows-1251";
	body, *	{font-family: Arial, Helvetica, sans-serif;}
	
	html, body {margin:0;padding:0;width:100%;height:100%;}}
	
	* html #information {height: 100%;}
	
	#box {padding-bottom:50px;}


	img		{border: none;}
	
	h1		{font-size: 14pt; font-weight: normal; margin: 0px; padding: 0px; color: #f75f00; font-family:Arial, Helvetica, sans-serif;}
	h2		{font-size: 13pt; font-weight: normal; margin: 0px; padding: 0px; color: #1b386e;}
	
	ul		{padding-left: 20px; margin: 0px;}
	#menu_left ul	{list-style: none; padding: 0;}
	li		{padding-left: 0px; margin-bottom: 4px; font-size: 1em;}
	
	#mdash li{list-style-type: none; padding-left: 0px; margin-bottom: 4px;
			behavior: expression( !this.before
									? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
        	text-indent: -1.24em;}
	#mdash li:before { content: '\2014\a0'; }
	
	/*div,table,tr,td	{border: 1px solid blue;}*/
	
	a	{color: #0085a4;}
	a:hover,a:visited	{color: #5ab7d4;}
	
	tr	{vertical-align: top;}
	
	hr	{color: #000000; height:1px; border-style:none; background-color:#000000; margin-top:0; margin-bottom:0;}
	
	
	#main * {font-family: "Times New Roman", Times, serif; font-size: 13pt;}
	#main h1{font-family:Arial, Helvetica, sans-serif; font-size: 14pt;}
	
	#logo	{
		width: 49%;
		height: 60px;
		
		font-size: 25pt;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		color: #fc8800;
		font-weight: bold;
		
		padding-left: 30px;
		margin: 0;
	
		vertical-align: middle;
	}
	
	#slogan	{
		font-size: 10pt;
		color: #1b386e;
		font-weight: normal;
	}
	
	#lang	{
		padding-right: 30px;
		
		font-size: 11pt;
		
		text-align: right;
		vertical-align: middle;
	}
		#lang h2		{font-size: 11pt;}
	
	#intro	{
		width: 100%;
		height: 300px;
		//height: 270px;
		text-align: center;
		
		background-image: url('/images/design/intro_back.jpg');
		background-repeat: repeat-x;
	}
		#passports	{
			position: absolute;
			z-index: 2;
		
			top: 0px;
			left: 30%;
		}
	
	#menu_top	{
		padding: 15px 0 20px 0;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#information	{
		padding: 0; margin: 0;
		position: relative;
		min-height: 100%;
		
	}
		#menu_left	{
			width: 280px;
			padding-left: 30px;
			font-family: Arial, Helvetica, sans-serif;
		}
			#menu_left ul, #menu_left td {font-size: 11pt;}

		#main	{			
			width: 75%;
			
			padding: 0 30px;
		}
		
	#footer	{
		position: relative;
		margin: 0;
		padding: 10px 0 0 50px;
		
		height: 50px;
		
		background-color: #1b386e;
		vertical-align: middle;
	}
	
	#copyrights	{
		color:#FFF;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;}
	
	#counters	{
		padding-left: 200px;}
		
	
	#image_pre{
		float: left;
		text-align: center;
		vertical-align: middle;
		padding-left: 10px;}
	

#nofloat	{clear: both; width: 100%; border: none;}
