@import url('reset.css');
/* General Demo Style */
body{
	background-color: transparent;
	background-repeat: repeat, no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: auto, cover;
	-moz-background-size: auto, cover;
	-o-background-size: auto, cover;
	background-size: auto, cover;
	color: #000;
	font-family:
	Arial, sans-serif;
	font-size: 13px;
	
	
}


body,td,th {
	color: #000;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;

	
}

a:hover {
	color: #fff;
	
	text-shadow: 1px 1px 1px #fff;
	
}

a:active {
	text-shadow: -1px -1px 1px #fff;
	position: relative;
	top: 1px;
	left: 1px;
}


.container{
	position:relative;
	color: #FFF;
	
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
.content{
	position:relative;
	color: #000;
	font-size: 12px;
	padding-right: 10px;
}

h1{
	margin:0px;
	padding:20px;
	font-size:42px;
	color:#fff;
	text-align:left;
	font-weight:400;
	text-align:left;
	font-family: Arial, sans-serif;
}
h1 span{
	font-size:22px;
	color:#ddd;
	padding-top:10px;
}

/* Header Style */
.footer{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 20px;
	font-size: 10px;
	background: #333;
	opacity: 0.9;
	position: fixed;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
	text-decoration: none;
	color: #FFF;
	padding: 0px 20px;
	z-index: 9999;
	text-transform: none;
	bottom: 0px;
}

.more ul{
	text-transform:uppercase;
	font-size:11px;
	padding:50px 0px 30px 20px;
	height:30px;
	clear:both;
	font-family: 'Arial Narrow', Arial, sans-serif;
	width:830px;
	margin:0 auto;
    color:#fff;
}
.more ul li{
	float:left;
	margin:0px 2px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#f7f7f7;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	box-shadow:1px 1px 2px rgba(0,0,0,0.6);
}
.more ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.bmenu{
	padding: 0px;
	position: relative;
	width: 297px;
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.bmenu li{
    font-size: 11px;
    display: block;
}
.bmenu li a{
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(71,80,23,0.3);
	color: #fff;
	padding: 5px 20px;
	margin: 2px;
	background: rgba(255,255,255,0.2);
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bmenu li:first-child a{
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
.bmenu li:last-child a{
	-webkit-border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
}
.bmenu:hover li a{
	text-shadow: 0px 0px 10px #fff;
	color: transparent;
}
.bmenu li a:hover{
	background: transparent;
	text-shadow: 1px 1px 10px rgba(71,80,23,0.6);
	color: #ffffff;
}
#apDiv3 {
	position:absolute;
	left:22px;
	top:3px;
	width:300px;
	height:62px;
	z-index:3;
	font-size: 42px;
	color: #FFF;
	text-shadow: 2px 2px 2px #ccc; 
}
