@import url('reset.css');
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
	outline: none; 
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
section, header{
	display: block;
	margin-bottom:-3px;
	
}

body{
	width:100%;
	font-weight: 400;
	font-size: 12px;
	color:#999;
	margin:0 auto;
	background-color:#000;
	
	overflow-y: scroll;
}
a{
	color: #999;
	text-decoration: none;
	outline: none; 
}


.loading {
     position: fixed;
     top: 50%;
     left: 50%;
     width: 100%;
     height: 100%;
     margin-top: -75px;
     margin-left: -149px;
     padding-top: 50px;
     text-align: center;
     background: #000;
     color: #fff;
     font-family: verdana;
     font-size: 12px;
}


/*main*/
#wrapper {
	min-width: 960px;
	width: 100%;
	margin:0;
	padding:0;
	text-align: center;
}

#tbar{
	margin-top:-5px;
	background: #e0e3ec url(../images/topbar.png) repeat top left;
}

#decotab{
	position:absolute;
	top:36px;
	left:857px;
	z-index:100;
	text-decoration:blink; 
	width:50px;
	height:20px;
	
}

.container{
	width: 960px;
	margin:0 auto;
	background: #000 url(../images/bg.png) repeat top left;
	position: relative;
	text-align: center;
}

.clr{
	clear: both;
}

.menu {
	padding:0px;
	margin-left:-4px;
	outline: none; 
}


.copy{
	float:right;
	width:190px;
	height:12px;
	margin-bottom:4px;
	margin-right:10px;
	padding-top:3px;
	text-align:right;
	/*background:#0F0;*/
	/*underversion*/
	/*
	width:500px;
	padding-top:0px;
	*/
}

.copy li{
	display:inline;
	float:right;
	display:block;
	margin-right:4px;
	font-size:11px;
}

.copy a{
}

.copy a:hover{
	color:#CCC;
}


#main{
   width: 960px;
	min-width: 740px;
	height: 740px;
	position:relative;
	margin: 0px;
	overflow: hidden;
	background: transparent url(../images/main_bg.png) repeat 0% 0%;
	/*background-position:0 20px;*/
	background-position: 0px -2px;
}

.undersp{
	display:inline;
	position:relative;
	width:500px;
	height:37px;
	background:#000;
	padding-top:2px;
}
.undersp li{
	float:left;
	margin-left:3px;
	margin-top:3px;
	margin-bottom:3px;
}


.page{
	background: transparent url(../images/bl_bg_h.png) repeat 0% 0%;
	width: 960px;
	height: 740px;
	position:absolute;
	top:0;
	left:0;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0; display:none;}


/* Media Queries */
@media screen and (max-width: 960px) {

	.container > header{
		text-align: center;
	}

}