html{
	height:100%;
}
body{
	margin:0;
	padding:0;
	background:#3F3F3F;
	font-family:Arial;
	height:100%;
}
object{
	display:block;
}
#global{
	width:100%;
	height:100%;
	margin:auto;
}
#flash{
	outline:none;
}
#newsletter_background{
	position:fixed;
	
	top:0;
	left:0;
	
	width:100%;
	height:100%;
	
	background:#000000;
	
	display:none;
	overflow:auto;
}
*html #newsletter_background{
	position:absolute;
	overflow:auto;
	top:expression(documentElement.scrollTop+body.scrollTop);
}
#newsletter {
	position:absolute;
	top:25%;
	left:50%;
	margin:0 0 0 -445px;
	overflow:auto;
	width:700px;
	display:none;
	overflow:auto;
	z-index:5000;
}
#newsletter #content{
	float:left;
	
	width:685px;
	padding:10px 0;
	
	color:#FFFFFF;
	background:#3F3F3F;
}
#tools{
	position:fixed;
	
	top:25%;
	left:50%;
	
	width:890px;
	height:74%;
	
	margin:0 0 0 -445px;
	display:none;
}
*html #tools{
	position:absolute;
	overflow:auto;
	top:expression(documentElement.scrollTop+body.scrollTop);
}
#tools #close{
	position:absolute;
	top:-20px;
	right:0px;
	
	height:20px;
	line-height:20px;
}

#tools #close a, #tools #top a{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
#tools #close a:hover, #tools #top a:hover{
	color:#ED008C;
}
#tools #top{
	position:absolute;
	right:175px;
	bottom:0px;
}
#tools #menu{
	position:relative;
	float:right;
	
	margin:0 0 0 15px;
	padding:25px 10px 10px 10px;
	width:170px;
	
	background:#3C3C3C url(images/niouz.gif) top right no-repeat;
	
	text-align:left;
}
#tools #menu .title{
	color:#FFFFFF;
	font-size:26px;
	line-height:24px;
	font-weight:bold;
}
#tools #menu .niouz{
	color:#FFFFFF;
	font-size:10px;
	line-height:10px;
	margin:0 0 15px 0;
}
#tools #menu .niouz .menu_link{
	color:#FFFFFF;
	text-decoration:none;
}
#tools #menu .niouz .menu_active{
	color:#ED008C;
	text-decoration:none;
}
#tools #menu .niouz .menu_link:hover{
	color:#ED008C;
}
#newsletter #loader{
	float:left;
	padding:75px 0 0 295px;
	text-align:left;
}
#loader div{
	text-align:center;
	float:left;
	padding:20px;
	background:#000000;
}