@import url(http://fonts.googleapis.com/css?family=Germania+One);
* {
	margin:0;
	padding:0;
}
body {
	color:#DDD;
	background-color:#000000;
	font-size:17px;
	line-height:26px;
 	background-image: url(/images/ISI_Website_BKG.jpg);
	background-repeat: no-repeat; 
	background-position: center top;
	background-size: 2560px 2500px;
 
	-webkit-text-size-adjust:none;
	font-family: 'Germania One', Tahoma, cursive;
}
.menuContainer {
	position:relative;
	z-index:150; 
}
#ground {

	position:fixed;
	z-index:10;
	background-position:center top;
	width:100%;
	height:100%;
	display:block;
 
	overflow:hidden;
}
#monsters {
	background-image: url(/images/stars.png);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/stars.png', sizingMethod='crop');
	position:fixed;
	z-index:12;
	width:100%;
	height:100%;
	display:block;
	background-position:center;
	overflow:hidden;
}
 
 
#elem {
	z-index:13;
	width:1050px;
	height:100%;
	margin:0 auto;
	display:block;
	background-position:center bottom;
}
 
.nebula {
	position:fixed;
	z-index:13;
	width:100%;
	height:100%;
}
 
.container {
	width:1000px;
	border-top:3px solid #000;
	background-image: url(/images/elem_new.png);
	background-repeat:repeat-y;
	background-position:top center;
	margin:0 auto;
}
.container_1 {
	position:relative;
	width:100%;
	z-index:100;
	top:0px;
	background-position:top center;
}
.container_2 {
	display:block;
	height:62px;
	width:960px;
	top:0px;
	left:0px;
}
.flash {
	position:absolute;
	background-position:top center;
	background-repeat:no-repeat;
	width:1920px;
	top:0;
}
.topHeader {
	width:1000px;
	height:150px;
	display:block;
	margin:0 auto;
}
.topHeader .logo {
	width:300px;
	height:150px;
	display:block;
	right:20px;
	position:relative;
	float:right;z-index:11;
}
.topHeader .banner {
	width:660px;
	height:150px;
	display:block;
	float:left;
	position:relative;
	overflow:hidden;
		z-index:11;
}
.header1 {
	font-family: 'Germania One', Tahoma, cursive;
	text-align:center;
	color:#4383b1;
	font-size:29px;
	margin-left:50px;
	width:540px;
	text-shadow: 0px 0px 5px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}
.header2 {
	font-family: 'Germania One', Tahoma, cursive;
	font-size:18px;
}
.content {
	width:650px;
	display:block;
	/*background-image: url(/images/bgalpha.png);  	
box-shadow: 0 -1px 2px #111111;*/
 
	z-index:100;
	float:left;
	text-align:justify;
	padding:30px 20px;
	margin-left:10px;
}
.content_right {
	width:300px;
	display:block;
	z-index:100;
	margin-left:10px;
	float:right;
	text-align:justify;
	margin-right:20px;
	-webkit-box-shadow:  0px 0px 20px 2px rgba(0, 0, 0, 1);
	box-shadow:  0px 0px 20px 2px rgba(0, 0, 0, 1);
}
.holobg {
	background-image:url(/images/holobg.png);
	padding:20px;
	-webkit-box-shadow: inset 0px 0px 20px 2px rgba(0, 216, 255, 1);
	box-shadow: inset 0px 0px 20px 2px rgba(0, 216, 255, 1);
}
.menuTop {
	background-image:url(/images/bgalpha4.png);
	height:60px;
	margin-left:10px;
	width:650px;
	left:0;
	float:left;
	padding-top:10px;
	-webkit-box-shadow:  0px 0px 20px 2px rgba(0, 0, 0, 1);
	box-shadow:  0px 0px 20px 2px rgba(0, 0, 0, 1);
}
.menu {
	width:280px;
	height:40px;
	float:right;
	margin-top:6px;
	display:block;
	position:relative;
}
.MusicPanel {
	position:absolute;
	z-index:1000;
	width:90px;
	top:10px;
	right:30px;
	height: 46px;
	display:block;
	text-align:center;
}
.menu_panel {
	position:absolute;
	right:10px;
	width:290px;
	height:81px;
}
.menu_panel_rolka {
	position:absolute;
	right:10px;
	background:url(/images/rolka.png) top center;
	width:290px;
	height:58px;
}
.FogPanel { 
	position:absolute;
	z-index:900;
	width:90px;
	top:-50px;
	right:120px;
	padding-left:30px;
	height: 46px;
	display:block;
	text-align:center;
}
.LangsPanel {
	position:absolute;
	z-index:1000;
	width:150px;
	top:10px;
	left:20px;
 
	height: 46px;
	display:block;
	text-align:center;
}


.LangsPanel a {
	opacity:.6;
	
}
.LangsPanel a:hover {
	opacity:1;
 
	
}

.BtInfo {
	background:url(/images/BtInfo.png) top center;
	width:100px;
	height:30px;
	display:block;
	float:left;
}
.BtInfo:hover {
	background:url(/images/BtInfo.png) center 28px;
	width:100px;
	height:30px;
	display:block;
}
.BtMedia {
	background:url(/images/BtMedia.png) top center;
	width:100px;
	height:30px;
	display:block;
	float:left;
}
.BtMedia:hover {
	background:url(/images/BtMedia.png) center 28px;
	width:100px;
	height:30px;
	display:block;
}
.BtPress {
	background:url(/images/BtPress.png) top center;
	width:100px;
	height:30px;
	display:block;
	float:left;
}
.BtPress:hover {
	background:url(/images/BtPress.png) center 28px;
	width:100px;
	height:30px;
	display:block;
}
.BtNews {
	background:url(/images/BtNews.png) top center;
	width:100px;
	height:30px;
	display:block;
	float:left;
}
.BtNews:hover {
	background:url(/images/BtNews.png) center 28px;
	width:100px;
	height:30px;
	display:block;
}
.BtSpacer {
	width:70px;
	height:30px;
	display:block;
	float:left;
}
.beforeContent {
	clear:both;
	/* background-image:url(/images/menu_bg.png);*/
 width:100%;
	height:15px;
}
.afterContent {
	clear:both;
	/*background:transparent url(/images/menu_bg.png) center bottom; */
 
 width:100%;
	height:15px;
	margin-bottom:20px;
}
.newsBox {
	/* 	background:url('images/boxBg.jpg') top center;	*/ 
		width:100%;
	padding:30px 0px;
	display:block;
	border-bottom:1px dotted #666;
}
.moreBt {
	clear:both;
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	background:transparent url(/images/arrow/hori_large.png) no-repeat -30px -30px;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	margin:0 5px;
	text-indent:-9999em;
	z-index:999px;
	float:right;
	margin-top:10px;
	bottom:-43px;
	right:100px;
}
.moreBt:hover {
	clear:both;
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	background:transparent url(/images/arrow/hori_large.png) no-repeat 0px -30px;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	margin:0 5px;
	text-indent:-9999em;
	z-index:999px;
	float:right;
	margin-top:10px;
	bottom:-43px;
	right:100px;
}
.backBt {
	clear:both;
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	background:transparent url(/images/arrow/hori_large.png) no-repeat -30px 0px;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	margin:0 5px;
	text-indent:-9999em;
	z-index:999px;
	bottom:-43px;
	right:100px;
}
.backBt:hover {
	clear:both;
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	background:transparent url(/images/arrow/hori_large.png) no-repeat 0px 0px;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	margin:0 5px;
	text-indent:-9999em;
	z-index:999px;
	bottom:-43px;
	right:100px;
}
.newsletter {
	display:block;
}
.logos {
	width:940px;
	height:73px;
	display:block;
  margin:0 auto;
	/*background-image: url(/images/bgalpha.png);  	
box-shadow: 0 -1px 2px #111111;*/
 
}
.footer {
	width:1000px;
	margin-left:25px;
	background-image: url(/images/elem_new.png);
	background-repeat:repeat-y;
	background-position:top center;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/elem_new.png', sizingMethod='crop');
}
.contentFooter {
	padding:20px 0;
	background-image:url(/images/bgalpha.png);
}
.copyright {
	width:100%;
	clear:both;
	display:block;
	font-size:11px;
	color:#ccc;
	line-height:20px;/*background-image: url(/images/bgalpha.png);  	
box-shadow: 0 -1px 2px #111111;*/
 

}
.sociall {
	width:400px;
	height:30px;
	position:absolute;
	right:-20px;
	top:0;
	display:block;
	z-index:50;
}
.clear {
	clear:both;
}
hr {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	border-bottom: 1px dotted #333;
}
A:link {
	color: #c5c5c3;
	text-decoration: underline;
}
A:visited {
	color: #c5c5c3;
	text-decoration: underline;
}
A:active {
	color: #c5c5c3;
	text-decoration: underline;
}
A:hover {
	color: #EEE;
	text-decoration: underline;
}
A.link_1:link {
	color: #e3e1e0;
	font-weight:100;
	text-decoration: none;
	font-family: 'Germania One', Tahoma, cursive;
	font-size:16px;
}
A.link_1:visited {
	color: #e3e1e0;
	text-decoration: none;
	font-family: 'Germania One', Tahoma, cursive;
	font-size:16px;
}
A.link_1:active {
	color: #e3e1e0;
	text-decoration: none;
	font-family: 'Germania One', Tahoma, cursive;
	font-size:16px;
}
A.link_1:hover {
	color: #FFF;
	text-decoration: none;
	font-family: 'Germania One', Tahoma, cursive;
	font-size:16px;
}
A.small_link:link {
	color: #ceb181;
	font-weight:100;
	text-decoration: none;
}
A.small_link:visited {
	color: #ceb181;
	text-decoration: none;
}
A.small_link:active {
	color: #ceb181;
	text-decoration: none;
}
A.small_link:hover {
	color: #e8c790;
	text-decoration: underline;
}
.screen_bg {
	margin:15px 10px 15px 55px;
	float:left;
	width:222px;
	height:168px;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
}
.screen {
	opacity:.8;
	width:222px;
	height:148px;
	background-position: center;
	background-repeat:no-repeat;
	background-color:#000;
}
.screen:hover {
	opacity:1;
}
.screenMask {
	background-position:top center;
	width:222px;
	height:148px;
	background-image:url(/images/screenMask2.png);
}
.screen_bgSq {
	margin:15px 30px;
	float:left;
	width:120px;
	height:120px;
}
.screenSq {
	opacity:.8;
	width:120px;
	height:120px;
	overflow:hidden;
}
.screenSq:hover {
	opacity:1;
}
.screenMaskSq {
	background-position:top center;
	width:120px;
	height:120px;
	background-image:url(/images/screenMaskSq.png);
}
.separatorLineTop {
	width:100%;
	height:70px;
	position:absolute;
	top:0px;
	background-position:top center;
	background-image:url(/images/footerBorder.png);
}
.separatorLineBottom {
	width:100%;
	height:70px;
	position:absolute;
	bottom:0px;
	background-position: bottom center;
	background-image:url(/images/footerBorder.png);
}
.Boxes {
	float:left;
	display:block;
	width:270px;
	height:160px;
	margin-top:10px;
}
.NewsSkrot {
	float:left;
	display:block;
	width:540px;
	margin-top:10px;
}
.ButtonFlag {
	margin: 0px 3px;
	margin-top: 7px;
	float:left;
	width:20px;
	height:11px;
	display:block;
	clear:right;
	cursor:pointer;
	background:  no-repeat scroll 0 -11px;
}
.ButtonFlag:hover {
	background-position:0px 0px;
}
A.news_title:link {
	color:#04A6CC;
	font-size:17px;
	font-family: 'Germania One', Tahoma, cursive;
	text-decoration: none;
	font-weight:100;
}
A.news_title:visited {
	color:#04A6CC;
	font-size:17px;
	font-family: 'Germania One', Tahoma, cursive;
	text-decoration: none;
}
A.news_title:active {
	color:#04A6CC;
	font-size:17px;
	font-family: 'Germania One', Tahoma, cursive;
	text-decoration: none;
}
A.news_title:hover {
	color:#DDD;
	font-size:17px;
	font-family: 'Germania One', Tahoma, cursive;
	text-decoration: underline;
}
A.link_carousel:link {
	color:#FFF;
	font-size:17px;
	font-family: 'Germania One', Tahoma, cursive;
	text-decoration: none;
	font-weight:100;
}
A.link_carousel:visited {
	color:#FFF;
	font-size:17px;
	font-family: 'Germania One', Tahoma, cursive;
	text-decoration: none;
}
A.link_carousel:active {
	color:#FFF;
	font-size:17px;
	font-family: 'Germania One', Tahoma, cursive;
	text-decoration: none;
}
A.link_carousel:hover {
	color:#FFF;
	font-size:17px;
	font-family: 'Germania One', Tahoma, cursive;
	text-decoration: none;
}
#news_date {
	width:100%;
	text-align:left;
}
#news_title_head1 {
	color:#04A6CC;
	font-size:18px;
	font-family: 'Germania One', Tahoma, cursive;
}
#news_title_head2 {
	color:#AAA;
	font-size:16px;
	font-family: 'Germania One', Tahoma, cursive;
}
#news_more {
	width:100%;
	text-align:right;
}
#news_text {
	width:100%;
	text-align:justify;
	clear:both;
}
img {
	border:0px;
}
.clear {
	clear:both;
}
