html, body{
	height:100%;
	padding:0px;
	margin:0px
}
*{
	font-size:100%;
	font-family:Verdana;
}
body{
	background-color:#9f9b6c;
	font-size:0.7em;
}

body.nm_body{
	background-image:url(/images/design/nm_body_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#8d8959;

}

a{
	color:#000000;
	font-weight:bold
}

input {
	color:#000;
}

#main_container{
	position:relative;
	width:100%;
	height:100%;
	min-height:644px;
	min-width:1024px;
	overflow:hidden
}

.block{
	position:absolute;
	width:1024px;
	height:644px
}

.hidden_block{
	position:absolute;
	width:1024px;
	height:644px;
	z-index:1000
}


#block_1_1{
	background-image:url(/images/design/main_1_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#block_1_2{
	background-image:url(/images/design/main_2_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat; 
}

#block_1_3{
	background-image:url(/images/design/main_3_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat; 
}

#block_2_1{
	background-image:url(/images/design/main_4_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat; 
}

#block_2_2{
	background-image:url(/images/design/main_5_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat; 
}

#block_2_3{
	background-image:url(/images/design/main_6_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat; 
}

.block_container{
	position:relative;
	width:100%;
	height:100%
}

.main_content{
	text-align:center;
	font-family:Verdana;
	font-weight:bold;
	font-size:1.2em;
	z-index:20;
	color:#FFFFFF;

}

.main_content a{
	color:#FFFFFF;
	text-decoration:underline
}

.main_content a:hover{
	text-decoration:none
}

.main_link{
	text-align:center;
	font-family:Verdana;
	font-weight:bold;
	font-size:1.2em;
	z-index:20
}
.main_link a{
	color:#FFFFFF;
	text-decoration:underline
}

.main_link a:hover{
	text-decoration:none
}

.main_link_2{
	text-align:center;
	font-size:1.4em;
	font-family:Impact;
	color:#FFFFFF;
	z-index:20;
}
.main_link_2 a{
	font-family:Impact;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal
}

.main_link_2 a:hover{
	text-decoration:underline
}

.main_link_3{
	text-align:left;
	font-size:1.4em;
	font-family:Impact;
	color:#FFFFFF;
	z-index:20;
}


.main_forms_container{
	background-color:#FFFFFF;
	text-align:center
}

.main_forms_container .main_form_header{
	padding:6px 0px 9px 0px;
	text-align:center;
	font-size:1.4em;
	font-family:Impact;
	color:#ff6d14;
	line-height:0.9
}
.main_forms_container .main_form_inp {
	padding:22px 0px 14px 0px;
}
.main_forms_container .main_form_inp input{
	width:125px;
	height:22px;
	border:inset 2px #CCCCCC
}

.main_forms_container .button{
	text-align:right;
	padding-right:23px
}

.node_name{
	font-family:Impact;
	color:#FFFFFF;
	font-size:2.7em;
	padding:59px 0px 23px 0px;
	
}

.left_menu{
	width:165px;
	border:none;
	border-collapse:collapse;
	font-family:Verdana;
	font-weight:bold
}

.left_menu th{
	width:18px;
	color:#573f10;
	padding:0px;
	text-align:left;
	vertical-align:top
}

.left_menu td{
	color:#ff6304;
	padding:0px 0px 1px 0px;
}


.left_menu td a{
	color:#573f10;
	text-decoration:underline;
}

.left_menu td a:hover{
	color:#573f10;
	text-decoration:none;
}

.content{
	padding-right:65px
}
.content *{
	font-family:Verdana;
	color:#FFFFFF
}

.content .form *{
	color:#000000;
}

.content h3{
	font-size:1.5em;
	text-align:center;
	font-family:Verdana;
	font-weight:normal;
	text-transform:uppercase
}


.content .registration td{
	color:#FFFFFF
}
.content .registration *{
	color:#000000
}
.content .registration td{
	vertical-align:top
}

.content .registration td small{
	color:#990000
}

	.programm{
		width:100%;
		height:100%;
		border:none;
		border-collapse:collapse
	}
	.programm td.curent{
		background-color:#f0e5c7;
		border-bottom:none;
		border-right:solid 1px #000000;
		border-top:solid 1px #000000;
		border-top:left 1px #000000;
	}
	.programm td.normal{
		background-color:#e7d7ac;
		border:solid 1px #000000
	}
	.programm td.container{
		border-bottom:left 1px #000000;
		border-right:solid 1px #000000;
		border-left:solid 1px #000000;
		border-top:none;

		height:100%;
	}

	#copy{
		color:#ffffff;
		z-index:100;
	}

	#copy *{
		color:#ffffff
	}