/* ===========  CSS Document  =========== */
/* ====================================== */
/* version :                              */
/* date    :  jan 2008 by : PM            */
/* ====================================== */ 

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 0.9em;
	color:#000000;
	}

table.tbl_main {
	height:100%;
	width: 990px;
	background-image:url(../images/index/background.gif); 
	background-repeat:repeat-y; 
	background-position: top center;
	z-index: 1;
	}

td.td_flags{
	vertical-align:top; 
	height:22px; 
	background-image:url(../images/index/top_flags.gif);
	background-position: 0 0;
	background-repeat:no-repeat; 
	text-align:right; 
	}

#flags{
	top: 5px;
	position: relative;
	text-align: right;
	padding-right: 12px;
	}
	
td.td_header {
	width:100%;
	height:103px;
	vertical-align:top; 
	text-align: left;
	padding-left: 1px;
	background-image:url(../images/index/bg_header.gif); 
	background-repeat:repeat-y; 
	background-position:  0 0;
	}
#header{
	width: 977px;
	}

td.td_content {
	height:100%;
	vertical-align:top; 
	text-align: left;
	padding-left: 6px;
	}
#frame_inside {
	height:100%;
	width: 972px;
	}


/* =============================================== >>>  HEADER / LOGO settings  */

#logo{
	float:left;
	background:url(../images/index/logo.gif) 0 0 no-repeat;
	width:166px;
	height:103px;
	}
#logo_right{
	float:left;
	background:url(../images/index/bck_header.gif) 0 0 no-repeat;
	width:250px;
	height:103px;
	}
	
/* =============================================== >>>  FOOTER settings  */
td.footer {
	vertical-align:bottom; 
	height:36px; 
	background-image:url(../images/index/footer.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	}
	
#footer_content{
	text-align: center;
	font-size:11px;
	padding-bottom:16px;
	}



a{
	text-decoration:none;
	color:#6C7187;
	}

a:hover {
	text-decoration:none;
	color:#666666;
	}


/* =============================================== >>>  TOP MENU settings  */

#top_menu{
	float:right;
	margin-right: 200px;
	margin-top: 0px;
	height: 100%;
	}


a.tabs, .tabs a, .tabs a:hover{
	background-image:url(../images/index/arrow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 10px;
	z-index: 200;
}

#office{
	float:right;
	width: 180px;
	margin-top: -20px;
 	font-size: 10px;
	line-height: 13px;
	text-align: right;
	padding-right: 10px;
	}
#office_nl{
	float:right;
	width: 180px;
	margin-top: -7px;
 	font-size: 10px;
	line-height: 13px;
	text-align: right;
	padding-right: 10px;
	}

/* =============================================== >>>  MAIN MENU settings  */

td.td_menu{
	line-height:29px;
	text-align: left;
	}
#menu{
	background:url(../images/index/bck_menu.gif) 0 0 repeat-x;
	width: 972px;
	margin-left: 6px;
	}

#menu ul{
	list-style:none;
	padding:0;
	margin:0;
	padding-left: 171px;
	}

#menu li{
	padding:0 10px 0 0;
	display:inline;
	font-size:14px;
	font-weight:bold;
	}

.menulink, .menulink a, .menulink a:hover{
	font-family: Arial CYR;
	color: #878787;
}



/* =============================================== >>>  Dropdown Menu settings */

#dropmenudiv{
position:absolute;
width: 120px;
font-family:Arial CYR;
font-size:13px;
color:#6C7187;
line-height:19px;
z-index:100;
}


#dropmenudiv a{
display: block;
width: 120px;
text-indent: 10px;
font-weight: bold;
background:url(../images/index/bck_menu_a.gif) 0 0 repeat-x;
}

#dropmenudiv a:hover{ /*hover background color*/
background:url(../images/index/bck_menu.gif) 0 0 repeat-x;
}
