body,html {
	font-family: Arial, Helvetica, tahoma, verdana;
	font-size: 12px;
	color: #FFF;
	
	overflow: hidden;
}
html {
	background: 0 0 no-repeat fixed #000;
}

A {
	color: #FFF;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#wrap {
	width: 1200px;
	height: 800px;
	
	background: 0 0 no-repeat;
}
	
	#wrap #lang {
		position: absolute;
		
		top: 0;
		left: 861px;
		
		padding: 3px 4px 4px;
		
		
		text-shadow : 0px 0px 2px #000;
		background: url('../img/black-70.png');
	}
		#wrap #lang A {
			padding: 0 3px;
			font-size: 9px;
			text-decoration: none;
			text-transform: uppercase;
		}
		#wrap #lang A.selected {
			color: #93eaf4;
		}
	
	#wrap #side {
		position: absolute;
		
		top: 0;
		left: 60px;
		bottom: 0;
		
		overflow: hidden;
		
		width: 238px;
	}
		a#nle-logo {
			display: block;
			position: absolute;
			
			top: 0;
			left: 0;
			
			height: 79px;
			width: 238px;
			
			text-indent: -9999px;
			outline: none;
			
			background: 0 0 url('../img/side-logo.png') no-repeat;
		}
		
		#nav {
			position: absolute;
			
			top: 81px;
			left: 0;
			
			width: 238px;
			
			text-shadow : 0px 0px 2px #000;
		}
			#nav ul {
				overflow: hidden;
			}
				#nav > ul > li {
					height: 31px;
					overflow: hidden;
				}
				#nav > ul > li.selected {
					height: auto;
				}
					#nav ul li a {
						display: block;
						
						margin: 0 0 2px 0;
						padding: 7px 7px;
						
						outline: none;
						
						color: #FFF;
						text-decoration: none;
						text-transform: uppercase;
						
						background: url('../img/black-70.png');
						_background: #000;
					}
					#nav ul li A.selected,
					#nav ul li A:hover
					{
						color: #93eaf4;
					}
					
					#nav ul ul {
						overflow: hidden;
					}
						#nav ul ul li {
							margin: 0 0 0 20px;
							padding: 0;
						}
						#nav ul ul ul li {
							
						}
							
							#nav ul li li A {
								padding: 3px 7px;
								
								font-size: 11px;
								text-transform: none;
								
								background: url('../img/black-50.png');
								_background: #000;
							}
							#nav ul li li A.selected,
							#nav ul li li A:hover
							{
								color: #aed534;
							}
		
		#side #side-text {
			position: absolute;
			
			bottom: 100px;
			left: 0;
			
			width: 238px;
			_height: 100%;
			
			overflow: hidden;
			
			background: url('../img/black-50.png');
		}
			#side #side-text .item {
				margin: 0 0 12px 0;
				padding: 10px;
				
				font-size: 11px;
			}
				#side #side-text .item .date {
					font-weight: bold;
					color: #aed534;
				}
				#side #side-text .item h1 {
					font-weight: bold;
				}
					#side #side-text .item h1 A {
						text-decoration: none;
					}
				#side #side-text .item .more {
					font-weight: bold;
				}
					#side #side-text .item .more A {
						color: #FFF;
						text-decoration: none;
					}
		
		#side #foot {
			position: absolute;
			
			left: 0;
			bottom: 0;
			
			width: 238px;
			
			font-size: 11px;
			padding: 20px 0 20px 10px;
			
			background: url('../img/black-80.png');
		}
	
	#wrap #scroll {
		position: absolute;
		
		top: 23px;
		left: 320px;
		bottom: 0;
		right: 0;
		
		overflow: auto;
		
		padding: 0 0 20px 0;
	}
	
	#wrap #main {
		padding: 58px 0;
		width: 650px;
		min-height: 100px;
		_height: 300px;
		
	}
		#wrap #main .box-content {
			margin: 0 0 2px 0;
			padding: 15px;
			
			text-align: justify;
			
			line-height: 20px;
			background: url('../img/black-80.png');
		}
	
		#main ul {
			
		}
			#main ul li {
				padding: 1px 0;
				margin-left: 30px;
				list-style: disc;
			}
	

.staff-index {
}
	.staff-index .item {
		
	}
		.staff-index .item h1 {
			margin: 0 0 8px 0;
			font-size: 18px;
			color: #07f3f5;
		}
		.staff-index .item .image {
			position: relative;
			float: right;
			margin: 0 0 10px 20px;
			
			border: 8px solid #000;
		}
			.staff-index .item .image img {
				border: 1px solid #999;
			}
			.staff-index .item .image .video-link {
				position: absolute;
				
				right: 0;
				bottom: -35px;
				
				width: 100px;
				
				cursor: pointer;
				
				font-size: 11px;
				font-weight: bold;
				color: #cde147;
				
				text-align: center;
				text-indent: -9999px;
				outline: none;
				
				background: right 0 url('../img/video-button.png') no-repeat;
				
			}
			.staff-index .item .image .video-link.hide {
				display: none;
			}
		.staff-index .item .line {
			margin: 0 0 3px 0;
		}
			.staff-index .item .line .label {
				display: inline;
				font-weight: bold;
				color: #cde147;
			}
		

#video-popup {
	position: absolute;
	
	top: 100px;
	left: 100px;
	z-index: 10000;
	
	padding: 29px 10px 10px 10px;
	
	background: #000;
	background: rgba(0,0,0,0.8);
	
	
	
}
	#video-popup .close {
		position: absolute;
		
		top: 10px;
		right: 10px;
		
		height: 9px;
		width: 30px;
		
		cursor: pointer;
		
		background: right center url('../img/video-close.gif') no-repeat;
		
	}
	
	#video-popup .title {
		position: absolute;
		top: 8px;
		left: 10px;
		
		font-weight: bold;
		font-size: 11px;
		color: #cde147;
	}
	#video-popup .text {
		padding: 10px 0;
		line-height: 18px;
	}
	
	#video-popup .link {
		display: block;
		margin: 10px auto 0;
		padding: 5px 0;
		
		border: 1px solid #999;
		
		font-weight: bold;
		text-align: center;
		
		width: 110px;
		
		text-decoration: none;
		
		cursor: pointer;
		
		background: #000;
	}
	

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	
	background: #000;
	
}


.media-index {
	width: 800px;
}
	#wrap #main .media-index .item {
		float: left;
		
		margin: 0 2px 2px 0;
		padding: 0;
		
		width: 215px;
		/*height: 215px;*/
		
		overflow: hidden;
	}
		
		.media-index .item .image {
			margin: 10px 0 0 10px;
			
			height: 170px;
			width: 195px;
			
			overflow: hidden;
			cursor: pointer;
			
			background: center no-repeat #000;
		}
		
		.media-index .item .title {
			margin: 5px 0 8px 10px;
			
			width: 195px;
			height: 20px;
			
			overflow: hidden;
			cursor: pointer;
			
			text-align: center;
			font-size: 11px;
			font-weight: bold;
			color: #cde147;
		}
		



.form-title {
	display: none;
}

.form.txt {
	position: relative;
	padding: 0 0 0 164px;
}
	.form.txt label {
		position: absolute;
		display: block;
		
		top: 0;
		left: 0;
		
		width: 140px;
		
		margin: 0 0 0px 0px;
		
		font-size: 11px;
	}

	.form.txt input,
	.form.txt textarea
	{
		margin: 0 0 12px -14px;
		padding: 4px 6px;
		border: 1px solid #999;
		background: none;
		color: #fff;
		
		width: 100%;
		
	}
	.form.txt textarea
	{
		height: 150px;
	}

.form.btn {
	text-align: right;
}
	.form.btn input {
		padding: 7px 14px;
		font-weight: bold;
		color: #fff;
		background: #000;
		
		border: 1px solid #999;
	}






.article-index {
}
	.article-index .item {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		
		border-bottom: 1px solid #333;
	}
		.article-index .item .date {
		}
		
		.article-index .item .more {
			text-align: right;
		}
			.article-index .item .more a {
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;
				color: #AED534;
			}
















