@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0 px;
	background-color: #4E2C10;
}
#main-wrap{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}
#header{
	width: 980px;
	height: 70px;
	background-color: #af0001;
	padding: 8px 0px 0px 20px;
}
#head-mid{
	width: 1000px;
	height: auto;
}
#footer{
	width: 1000px;
	height: auto;
	border-top: 5px solid #e2bb70;
	background-color: #0a0904;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
}
	.icons strong{
		font-size: 16px;
		color: #fea700;
		font-family: Arial, Helvetica, sans-serif;
	}
	.icons a{
		margin-right: 10px;
		display: block;
		width: 31px;
		height: 30px;
		float: right;
	}

#footer a{
	color: #cc8604;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
	text-decoration: none;
}




/* LIGHTBOX */
.box-width {
	width:700px;
	position: fixed;
	z-index: 5000;
	left: 50%;
	top: 10%;
	margin-left: -350px;
}	
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			min-height: 890px;
			background-color: #000000;
			z-index: 500;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
			margin: auto;
		}		
.white_content {
	display: none;
	top: 200px;
	margin: auto;
	background: #fff;
	border-radius:5px;
	border: 2px solid #C93;
	padding: 20px;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.white_content strong{
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;
}
.white_content a{
	color: #FFF;
	text-decoration: none;
}
.white_content a:hover{
	color: #FFF;
	text-decoration: underline;
}
.white_content li{
	margin-bottom: 10px;
}
.close-align{
	position: absolute;
	left: 575px;
	top: -10px;
}