@charset "utf-8";
/* CSS Document */

#body{
	width:900px;
	position:relative;
	margin:0 auto;
}

#header{
	width:100%;
	padding:5px 0;
}

#content{
	height:490px;
	width:100%;
}

#content-inner{
	height:480px;
	width:100%;
	margin:5px 0;
	overflow:hidden;
	position:relative;
}

#img{
	width:100%;
	height:480px;
	position:absolute;
	left:0px;
	top:0p;
}

#footer{
	width:100%;
	padding:5px 0;
}

#footer .left{
	width:30%;
	float:left;
	margin:0.5em 0 0 0;
}

#footer .right{
	width:30%;
	float:right;
	text-align:right;
	margin:0.5em 0 0 0;
}

#logo{
	width:175px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

#logo a{
	display:block;
	margin:170px 0 0 10px;
	width:130px;
	height:100px;
	z-index:20;
	text-decoration:none;
}

#logo a{
	text-decoration:none;
}

#logo a:focus, #logo a:active{
	outline:none;
}

#text-screen{
	width:400px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}




.no-top{
	margin-top:0 !important;
}



.text{
	left:180px;
	top:50px;
	width:200px;
	position:absolute;
}

.text .more{
	position:absolute;
	top:0px;
	left:0px;
}

.more{
	visibility:hidden;
}

.news{
	width:200px;
	left:190px;
}

#nav{
	float:right;
	margin:0 0 0 0;
	padding:0;
}

#nav li{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

.news-links{
	margin:0;
	padding:0;
}

.news-links li{
	margin:0.5em 0;
	list-style-type:none;
	padding:0;
}

.news-text{
	position:absolute;
	width:270px;
	right:100px;
	top:50px;
}



#news-text .news-item{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	height:370px;
	
	padding-right:15px;
	overflow: auto;
	overflow-x:hidden;
}

#right-arrow, #left-arrow{
	width:40%;
	height:272px;
	top:200px;
	cursor:pointer;
	position:absolute;
}

#left-arrow{
	left:0px;
}

#right-arrow{
	right:0px;
}

#preloader{
	position:absolute;
	width:100px;
	height:10px;
	left:445px;
	top:220px;
	background:transparent;
	border:1px solid #FFFFFF;
	display:none;
}

#preloader-bar{
	height:10px;
	width:1px;
	background-color:#FFFFFF;
}

.download-link{
	padding-left:20px;
	height:16px;
	line-height:16px;
}

#downloader{
	visibility:hidden;
}

.news{
	top:25px !important;
}

#news-next-link{
	display:block;
	float:right;
	width:80px;
	margin:1em 0 0 0;
	text-align:right;
}

#news-prev-link{
	display:block;
	float:left;
	width:80px;
	margin:1em 0 0 0;
}
