@charset "utf-8";
/* CSS Document */
body{
	background: url(../images/bg.jpg) repeat #101010;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
#page-wrap{
	width: 860px;
	position: relative;
	margin: 0 auto;
}
#reflectA{
	background: url(../images/reflectA.png) no-repeat;
	height: 173px;
	positon: absolute;
	top: 0;	
}
#reflectB{
	background: url(../images/reflectB.png) no-repeat;
	height: 173px;
	clear: both;
}
.content-blk a{
	color: #f7941d;
}
#page{
	position: absolute;
	z-index: 3;
	top: 30px;
}
.screen{
	display: table;
	margin: 20px auto;
}
.content-blk{
	color: #fff;
	width: 740px;
	margin: 30px auto;
	display: block;
}
.content-blk p{
	display: block;
	margin: 0 0 20px;
	text-align: justify;
}
h1{
	display: table;
	text-align: center;
	margin: 0 auto;
}
.content-wht{
	color: #000;
	background: #fff;
	padding: 30px 30px 10px;
	margin: 20px 0;
	overflow: auto;
}
.content-wht p{
	margin: 0 0 20px;
	text-align: justify;
}
p{
	margin: 0;
	padding: 0;
}
ul{
	padding: 0 0 0 50px;
	margin: 10px 0 0;
	list-style: disc;
}
ul li{
	padding-right: 30px;
	float: left;
	padding-left: 0px;
}
ul li a{
	display: inline-block;
	padding: 5px 10px 5px 0;
	text-decoration: none;
	color: #00F;
}
ul li a:hover{
	text-decoration: underline;
}
.list-title{
	display: block;
	background: #101010;
}
.list-title a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px 10px;
}
.list-title:hover{
	background: #f7941d;
}
.list-title-subpage{
	background: #101010; 
	color: #fff;
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
	text-align: center;
}
.clear{
	clear: both;
	height: 20px;
}
.tab-btn{
	margin: 0 auto;
	width: 100%;
	background: #ccc;
}
.tabs{
	width: 760px;
	text-align: center;
	margin: 0 auto;
}
.tab-title{
	padding: 5px 10px;
}
#nav-link{
	height: 35px;
	position: fixed;
	z-index: 999999;
	background: url(../images/blk-40.png) repeat;
	width: 100%;
	min-width: 860px;
	bottom: 0;
}
#nav-link table{
	margin: 0 auto;
	height: 35px;
}
#nav-link a{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	padding: 0px 10px;
	text-decoration: none;
	height: 23px;
}
#nav-link a:hover{
	background: #f7941d;
}