div#header
{	
	position:relative;
	width:100%;
	height:65px;
	background:url("../images/bg2.png");
	
}

/* ÒÐÈ ÊÍÎÏÊÈ */

td
{
	padding:0;	
}

table.tabs
{			
	background:url("../images/bg2.png");	
	border-collapse:collapse;
	/*margin:0 auto;*/
	width:822px;
	height:26px;
}
table.tabs .menu_padding{width:26px;}

a.header_tab
{	
	text-decoration:none;
}

div.tabs_text
{	
	text-align:center;
	padding:0;
	margin:0;
	padding-top:4px;
}

div.tab_leftside
{			
	background:transparent;	
	
	width:10px;
	height:26px;
	
	position:absolute;	
	top:0px;
	left:0px;
}

.tab_act div.tab_leftside
{
	background:url(../images/tab_left.png);
}

div.tab_rightside
{
	background:transparent;
	
	width:10px;
	height:26px;
	
	position:absolute;
	top:0px;
	right:-1px;
}

.tab_act div.tab_rightside
{
	background:url(../images/tab_right.png);

}

div.tab
{
	position:relative;	
	padding:0 0px 0 0px;
	height:26px;
	
	color:#fbfbfb;	
	background:transparent;	
	
	cursor:pointer;
	
	text-transform: uppercase;
	
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
	
}

div.tab_act
{	
	background:#FBFBFB;/**/
	color:#3e3e3e;
}

/* ---------------------- */

a.link
{
	color:#aaa;
}

a.link:hover
{
	color:#4487b5;
}

div.left_part
{
	position:relative;
	top:20px;
	left:5px;	
	color:#aaa;
	width:270px;
	height:20px;
	font-family:Tahoma;
	font-size:10px;
	text-decoration:underline;
}


div.home
{
	position:absolute;
	top:0px;
	left:0px;
	width:17px;
	height:14px;
	font-size:0;
	background:url("../images/home.png");
}

div.home_text
{
	position:absolute;
	top:0px;
	left:24px;
	
}
div.contact
{
	position:absolute;
	top:0px;
	left:94px;
	width:17px;
	height:14px;
	font-size:0;
	background:url("../images/contact.png");
}
div.contact_text
{
	position:absolute;
	top:0px;
	left:124px;
	
}

div.right_part
{
	position:relative;
	top:-10px;
	left:625px;	
	color:#aaa;
	
	width:200px;
	height:36px;
	font-family:Tahoma;
	font-size:10px;
	text-decoration:underline;
}
div.flag_en
{
	position:absolute;
	top:0px;
	left:0px;
	width:39px;
	height:36px;
	font-size:0;
	background:url("../images/flag_en.png");
}
div.flag_en_text
{
	position:absolute;
	top:10px;
	left:45px;
	color:#069;
	font-family:Tahoma;
	font-size:10px;

}

div.flag_ua
{
	position:absolute;
	top:0px;
	left:95px;
	width:39px;
	height:36px;
	font-size:0;
	background:url("../images/flag_ua.png");
}
div.flag_ua_text
{
	position:absolute;
	top:10px;
	left:135px;
	color:#069;
	font-family:Tahoma;
	font-size:10px;
}
