@charset "UTF-8";


	body
	{
		margin	:	0px;
		padding	:	0px;
		font-family	:	Arial;
	}

	p
	{
		font-family: Tahoma;
		padding: 10px;
		font-size: 10pt;
	}
	
	#header_conteiner
	{
		background-image	:	url('../img/header_background.png');
		height	:	212px;
		width	:	100%;
		clear	:	both;
	}
	
	#header
	{
		background-image	:	url('../img/header.jpg');
		background-repeat	:	no-repeat;
		width	:	1082px;
		height	:	212px;
	}

	#hmenu
	{
		width	:	800px;
		height	:	 30px;
		padding-left	:	255px;
		padding-top	:	160px;
		text-align	:	center;
	}
	
	.hmenu_lnk
	{
		text-decoration	:	none;
		color	:	white;
		font-family	:	Arial;
		font-size	:	10pt;
		font-style	:	italic;
		margin-right	: 10px;
		padding	:	0px;
		border	:	0px;
		outline: none;
	}
	
	.hmenu_lnk:hover
	{
		color	:	#deff00;
	}
	
	.hmenu_lnk:active
	{
		color	:	#075b25;
	}
	
	#lang_selectors
	{
	position:absolute;
	right: 6px;
	cursor: pointer;
	}
	
	#vmenu_conteiner
	{
		background-image	:	url('../img/menu.gif');
		background-repeat	:	no-repeat;
		height	:	607px;
		width	:	226px;
		float: left;
	}
	
	#vmenu
	{
		padding-top	:	55px;
		margin-left	:	5px;
		width	:	200px;
		text-align: left;
	}
		
	.vmenu_lnk
	{
		text-decoration	:	none;
		color	:	white;
		font-family	:	Verdana;
		font-size	:	10pt;
		margin-top	:	1px;
		margin-right	: 10px;
		padding	:	0px;
		border	:	0px;
		outline: none;
		line-height: 10pt;
	}
	
	.vmenu_lnk
	{
		text-decoration	:	none;
		color	:	white;
		font-family	:	Verdana;
		font-size	:	9pt;
		margin-top	:	1px;
		margin-right	: 10px;
		padding	:	0px;
		border	:	0px;
		outline: none;
		line-height: 10pt;
	}
	
	.vmenu_lnk2
	{
		text-decoration	:	none;
		color	:	white;
		font-family	:	Verdana;
		font-size	:	8pt;
		margin-top	:	1px;
		margin-right	: 0px;
		padding	:	0px;
		border	:	0px;
		outline: none;
		line-height: 10pt;
	}
	
	.vmenu_lnk3
	{
		text-decoration	:	none;
		color	:	black;
		font-family	:	Verdana;
		font-size	:	9pt;
		margin-top	:	1px;
		margin-right	: 0px;
		padding	:	0px;
		border	:	0px;
		outline: none;
		line-height: 10pt;
	}
	
	.footer2
	{
		text-decoration	:	none;
		color	:	black;
		font-family	:	Verdana;
		font-size	:	7pt;
		margin-top	:	1px;
		margin-right	: 0px;
		padding	:	0px;
		border	:	0px;
		outline: none;
		line-height: 10pt;
	}
	
	.footer3
	{
    	color	:	black;
		font-family	:	Verdana;
		font-size	:	8pt;
		

	}
	
	.vmenu_lnk:hover
	{
		color	:	#deff00;
	}
	
	.vmenu_lnk:active
	{
		color	:	#075b25;
	}
	
	.vmenu_section
	{
		font-size: 10pt;
		color	:	white;
		font-weight	:	normal;
		padding-top: 8px;
		clear: both;
	}
	
	#content_conteiner
	{
		width	:	785px;
		float: left;
	}
	
	#content_top
	{
		background-image	:	url('../img/content_top.gif');
		background-repeat	:	no-repeat;
		height	:	28px;
		width	:	785px;
	}
	
	#content_wrap
	{
		background-image	:	url('../img/content.gif');
		background-repeat	:	no-repeat;
		width: 100%;		
		float: none;
		
		}
			#content_wrap_tata
	{
		background-image	:	url('../img/content.gif');
		background-repeat	:	no-repeat;
		width: 780px;
		height:	580px;
		float: none;
		overflow: auto;
		
	}
	
	#content
	{
	margin	:	auto;
	width	:	100%;
	padding-top	:	5px;
	clear: both;
	padding-bottom	:	0px;
	color:#060;
	padding-left: 13px;
	}
	
	#content_bottom
	{
		background-image	:	url('../img/content_bottom.gif');
		background-repeat	:	no-repeat;
		height	:	31px;
		width	:	785px;
	}
	
	#footer_links
	{
	clear: both;
	margin	:	auto;
	width	:	771px;
	padding-top	:	10px;
	padding-bottom	:	1px;
	font-size: 10pt;
	background-image: url(../img/bg_down.jpg);
	}
	
	#seo
	{
		font-size: 1pt;
		color: white;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}
	
	
	#main_conteiner
	{
	width: 1024px;
	;
	overflow	:	auto;
	}
	
	#main_conteiner2
	{
	width: 1024px;
	;
	overflow	:	auto;
	height: 2000px;
	}
	
	a
	{	
		outline: none;
	}

