BODY {
	margin: 0px;
	background: url('../images/regions/nov/background.jpg') center top no-repeat #000000;
}

.bottom_text{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.bottom_text2, .bottom_text2 a {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.bg_maintable {
	
	background: url('../images/background/bg_grodnoregion_fb.jpg') center bottom no-repeat;
	
}

.tablebottom_tr {
	
	height:30px;
	
}

/* TOP PANEL BOF */

#top_panel {
	margin:0 auto; 
	position:fixed; 
	top:0px; 
	width:1200px; 
	height:45px;
	z-index:1002; 
}

.top_panel_left { 
	background: url('../images/regions/nov/top_panel.png') repeat-x;
	width:6px;
	height:45px;
	float:left;
}

.top_panel_content { 
	background: url('../images/regions/nov/top_panel.png') repeat-x;
	width:1188px;
	height:45px;
	left:0px;
	position: relative;
	float:left;
}

.top_panel_right { 
	background: url('../images/regions/nov/top_panel.png') repeat-x;
	width:6px;
	height:45px;
	float:right;
}

.top_panel_content_menu {
	float:left; 
	top:10px;
	left:10px; 
	position:relative;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #ffffff;
	width: 100%;
}

.top_panel_content_menu ul {
	width:100%;
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	height: 30px;
}

.top_panel_content_menu ul li {
	margin: 0;
	border: 0 none;
	padding: 4px;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	height: 30px;
}

.top_panel_content_menu ul li a,
.top_panel_content_menu ul li a:link,
.top_panel_content_menu ul li a:visited,
.top_panel_content_menu ul li a:active {
	
	color: #000000;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
	
}

.top_panel_content_menu ul li a:hover {
	
	color: #ffff00;
	border-bottom: 0px dotted #ffff00;
	text-decoration: none;
	
}
/* TOP PANEL EOF */

/* team background */
.teams_logo {
	
	background: url('../images/background_team.png') repeat-x;
	width:500px;
	height:66px;
	margin: 0 0 0 700px;
	top:10px;
	position:absolute;
	
}
/* logo background */
.main_logo {
	
	background: url('../images/regions/nov/background_logo.png') repeat-x;
	width:1200px;
	height:75px;
	top:80px;
	position:absolute;
	
}

/*bottom*/
.main_bottom {
	background: url("../images/regions/nov/bottom_bg.png");
	height:255px;
	padding: 5;
	margin-top: 5px;
}
.main_menu_bottom {
	margin:20px 0 0 40px;
	float:left;
}

.main_menu_bottom_title {
	font-size:12px;
	font-weight: bold;
	color:#000000;
	padding:4;
}

a.concert_link_all, .main_menu_bottom_item a {
	font-size:12px;
	font-weight: normal;
	color:#000000;
	margin:4;
	text-decoration: none;
	line-height:20px;
}

a.concert_link_all:hover,.main_menu_bottom_item a:hover {
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
	line-height:20px;
}

.newsdesk_table_heading {
	background:#276ca7;
	color:#ffffff;
	padding:8px 8px 8px 20px;
	margin:1;
	float:left;
	font-size: 12px;
}

.newsdesk_table_pre_heading {
	background:#1e5b8f;
	color:#ffffff;
	padding:8px 8px 8px 20px;
	margin-top:1px;
	float:left;
	font-size: 12px;
}

.newsdesk_table_content {
	background:#ffffff;
	color:#000000;
	padding:8px 8px 8px 20px;
	margin:1;
	float:left;
	font-size: 12px;
}

.newsdesk_table_content_button {
	background:#ffffff;
	color:#000000;
	padding:5px 8px 5px 20px;
	margin:1;
	float:left;
}

/* Top menu BOF */
.menu {
	
	background: #08080a;
	
}

/*div{float: left;}*/
#menu_cont{
	height: 47px;
	width: 910px;
}
#menu_cont ul {
 	font-size: 12px;
 	margin: 0;
 	padding: 0;
 	list-style: none;
}
#menu_cont li {
 	display: inline;
 	float: left;
 	height: 44px;
}
#menu_cont li a {
 	display: block;	
 	padding: 16px 10px;
 	font-family: Arial, sans-serif;
 	font-size: 12px;
 	color: #ffffff;
 	font-weight: normal;
}
#menu_cont li a:hover{
	color: #ffffff;
}
.sub_menu_cont{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 250px;
	display: none;
	position: absolute;
	top: 44px;
	background: #aaaaaa;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	z-index: 1005;
}
#menu_cont li .sub_menu_cont li{
	height: auto;
	text-align: left;
	background: #08080a;
	width: 250px;
}

.sub_menu_cont a{
 	display: block;	
 	font-family: Arial, sans-serif;
 	font-size: 12px;
 	color: #383838;
 	margin-right: 2px;
 	font-weight: bold;
 	padding: 7px 0px 7px 20px !important;
}
.sub_menu_cont_preview{
	width: 170px; 
	height: 90px; 
	/* background: #ffffff; */ 
	position: absolute;
	left: 260px;
	top: 5px;
}
.sub_menu_cont_preview_middle{
	width: 200px; 
	height: 140px; 
	background: #ffffff;
	position: absolute;
	left: 210;
	top: 10
}
.sub_menu_cont_preview_large{
	width: 200px; 
	height: 460px; 
	background: #ffffff;
	position: absolute;
	left: 210;
	top: 10
}
/* Top menu EOF */
/* Account menu and Region menu BOF */
#account_menu {
	left: -40px;
	padding: 10px 0px 10px 30px;
	line-height: 22px;
	display:none;
	position:absolute;
	top: 30px;
	background: #967000;
	z-index:1007;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	width: 200px;
}

#region_menu {
	left: -47px;
	padding: 10px 0px 10px 30px;
	line-height: 24px;
	display:none;
	position:absolute;
	top: 35px;
	background: #967000;
	z-index:1007;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	width: 97px;
}

#submenu_kinoteatr {
	left: 501px;
	padding: 10px 0px 10px 30px;
	display:none;
	position:absolute;
	top: 48px;
	z-index:1007;
	width: 250px;
}

#submenu_newsdesk {
	left: 208px;
	padding: 10px 0px 10px 30px;
	display:none;
	position:absolute;
	top: 48px;
	z-index:1007;
	width: 250px;
}

#submenu_aditional {
	left: 736px;
	padding: 10px 0px 10px 30px;
	display:none;
	position:absolute;
	top: 48px;
	z-index:1007;
	width: 250px;
}
/* Account menu and Region menu EOF */