/* CSS Document */

html, body, div, ul, li, a {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	position: relative;
	background-repeat: no-repeat;
}
#bg1,
#bg2 {
	position: fixed;
	top: 0;
	left: 0;
	
	z-index: 1;
}
.bgwidth { width: 100%; height: auto; }
.bgheight { height: 100%; width:auto; }

h1, h2, h3 {
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	color: #7F734D;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	padding-bottom: 3px;
	letter-spacing: 0px;
}
h2 {
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	padding-bottom: 3px;
	letter-spacing: 0px;
}
h3 {
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	padding-bottom: 3px;
	letter-spacing: 0px;
}
#main {
	width: auto;
	height: inherit;
	display: block;
	z-index: 3;
	position: absolute;
	/* [disabled]right: 50px; */
	top: 310px;
	/* [disabled]margin-top: -150px; */
	box-shadow: 0px 0px 13px 0px black;
	/* [disabled]border-top: solid #FFD52E 4px; */
	/* [disabled]border-bottom: solid #FFD52E 4px; */
	/* [disabled]border-left: solid #FFD52E 4px; */
	background-color: #FFF7C7;
	border-radius: 0px 12px 12px 12px;
	padding-bottom: 30px;
	left: 64px;
	/* [disabled]border-right: solid #FFD52E 4px; */
}
	#main #nav {
	display: block;
	list-style-type: none;
	list-style-position: inside;
	background-color: #FFD52E;
	height: 35px;
	width: 280px;
	border-radius: 0px 10px 10px 10px;
	margin: 10px 10px 0px 10px;
	}
		#main #nav li {
	float: left;
		}
			#main #nav li a {
	display: block;
	padding: 7px 10px 7px 10px;
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0px;
	border-left: solid #FFFFFF 1px;
			}
				#main #nav li a:hover {
	color: #FFF;
				}
				#main #nav li a.active {
					color:#FFF;					
				}
				#main #nav li a.active:hover {
	color: #000000;
				}

p a {
	color:#000;
	border-bottom:1px solid #7F734D;
	text-decoration:none;
}
	#main #content {
	color: #222222;
	}
#main #content a {
	color: #000000;
}
#main #content a:hover {
	color: #666666;
	text-decoration: underline;
}
#main #content a:active {
	color: #DBB100;
}
#main #content a.active:hover {
	color: #999900;
}
		#main #content .left {
	padding: 0px 30px 10px 20px;
	width: 460px;
	display: block;
	float: left;
	position: relative;
	top: 20px;
		}
			#main #content .left p {
				margin: 0;
				margin-bottom: 10px;
			}
		#main #content .bottom {
	padding: 10px 10px 20px 20px;
	display: block;
	float: left;
	clear: both;
	width: 90%;
		}
			#main #content .bottom p {
	margin: 0;
	padding: 0;
			}


			
#logo {
	/* [disabled]width: 350px; */
	height: 160px;
	display: block;
	z-index: 4;
	position: absolute;
	top: 150px;
	left: 50px;
}

			
#prevImage {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 75px;
	display: block;
	z-index: 2;
	cursor: pointer;
	right: 75px;
}
#nextImage {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 75px;
	display: block;
	z-index: 2;
	cursor: pointer;
}
	#prevImage img,
	#nextImage img {
	position: absolute;
	bottom: 20px;
	}
	.imgHover {
		background-color: rgba(255,255,255,0.3);
	}
		
		
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
