@import"../css/reset.css";@import"../css/grid.css";@import"../css/jquery.fancybox-1.3.4.css";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
body{ background:#555555;font:30px/30px Arial;color:#FFFFFF;position:fixed; min-width:960px;min-height:750px; width:100%;height:100%;}
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-weight: 600;
}
/* Global Structure---------------------------------------- */
.loading,#loaderPart,.loader{width:100%;height:100%;position:absolute;left:0;top:0;z-index:999;background:#000 url(../images/loader.gif) center center no-repeat;}
.anim {
	position:absolute;
	left:20%;
	top:20%;
	z-index:999;
	width: 574px;
}
#glob {position:relative;width:100%;height:100%;overflow:hidden;z-index:2; margin-bottom:-53px;}
#bgStretch { z-index:-5;width:100%;height:100%;}
/*----- txt,links,lines,titles -----*/
.clear{clear:both;line-height:0;font-size:0;overflow:hidden;height:0;width:100%;}
.wrapper{width:100%;overflow:hidden;position:relative;}
.extra-wrap{overflow:hidden;display:block;}
.fleft{text-align:center; font-size:10pt;}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
/*----- Footer ----*/
.footer{
    position: fixed;  
    bottom: 0px; 
	z-index:9;
	text-transform:uppercase;
	bgcolor:#6e6e6e;
	text-color:#080808;
	font:11px/15px 'Gill Sans', sans-serif;
	height:34px;
	padding-top:19px;
	background-color: #000000;
	width: 100%;
}
.footer a{ text-decoration:underline; color:#6e6e6e;}
.footer a:hover{ text-decoration:none; color:#fff;}
.footer>div{ width:940px; margin:0 auto; position:relative; overflow:hidden;}
.footer-menu{ position:relative; overflow:hidden; float:right}
	.footer-menu li{ float:left; background:url(../images/footer-menu-line.jpg) 0 4px no-repeat; padding:0 13px;}
	.footer-menu li:first-child{ background:none;}
	.footer-menu li.active a,.footer-menu li a:hover{ color:#fff; text-decoration:none;}
	
.stretch {
	position:fixed;
    width:100%;
    height:100%;
}
