body {
	background: #000;
	font-family: Arial,Helvetica,sans-serif;
}
.bg {
    width: 100%;
    position: absolute;
    top: 200px;
    left: 0px;
}

.page {
	position: relative;
	margin: 0 auto;
	width: 980px;
	min-height: 1200px;
}
#header {
	position: relative;
	height: auto;
}

#logobar {
	height: 125px;
}

#logo {
	margin: 20px 0 0 30px;
}

#menu {
	position: relative;
	border-bottom: 4px solid #ebb112;
	background: #222;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	#menu li {
		float: left;
	}
	
		#menu li a {
			display: block;
			height: 50px;
			padding: 0 21px 0 20px;
			overflow: hidden;
			float: left;
			line-height: 50px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			letter-spacing: 1px;
			word-spacing: 2px;
			color: #fff;
		}
		
			#menu li a:hover {
				color: #ebb112;
			}
	
		#menu li.act a {
			background: #ebb112;
			color: #222;
			padding: 0;
		}
		
		#menu li.act a:hover {
			color: #222;
		}
		
			#menu li.act a span {
				display: inline-block;
			}
			
				#menu li.act a span span {
					display: inline-block;
					height: 50px;
					overflow: hidden;
					padding: 0 21px 0 20px;
				}
				
			#menu li.act a strong {
				display: inline-block;
			}
			
				#menu li.act a strong span {
					display: inline-block;
					height: 50px;
					overflow: hidden;
					padding: 0 21px 0 20px;
				}
				
				
#content {
	background: url(../img/content-tail.png) repeat 50% 0%;
	border-radius: 0 0 6px 6px;
}

	#content #indent {
		padding: 20px 21px 28px 20px;
	}
	
		#content p {
			padding: 0 0 18px 0;
			line-height: 1.5em;
			font-size: 1em;
			color: #b0b0b0;
			text-align: justify;
		}
		
		#content p.no-indent {
			padding: 0 !important;
		}

#script {
	height: 440px;
	margin: 0;
	padding: 0 0 0 2px;
	overflow: hidden;
}

#slide {
	width: 937px;
	height: 420px;
	padding: 0 0 0 2px;
}
/* ---------- Gallery BEGIN ---------- */
.slides_container {
	height: 420px;
}

#slides {
	position: relative;
	width: auto;
	height: 420px;
	overflow: hidden;
}

ul.pagination {
	width: 300px;
	height: 420px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

	ul.pagination li {
		width: 100%;
		padding: 0 0 8px 0;
		overflow: hidden;
		vertical-align: top;
		z-index: 1;
		text-align: left;
	}
	
		ul.pagination li a {
			background: #222;
			display: block;
			width: 300px;
			height: 99px;
			overflow: hidden;
			text-decoration: none;
			color: #1f1f1f;
		}
			
			ul.pagination li a img {
				float: right;
				margin: 0 0 0 16px;
			}
			
			ul.pagination li a span {
				display: block;
				padding: 16px 16px 3px 16px;
				font-weight: bold;
				line-height: 22px;
				font-size: 11px;
				color: #fff;
			}

		ul.pagination li.current a {
			background: #111; !important;
		}
		
			ul.pagination li.current a img {
				float: left;
				margin: 0 16px 0 0;
			}
			
		ul.pagination li a:hover {
			background: #222; !important;
		}
		
			ul.pagination li a:hover img {
				float: left;
				margin: 0 16px 0 0;
			}

/* ---------- Gallery END ---------- */

.grad {
	background: #1f1f1f;
	background: -moz-linear-gradient(top, #1f1f1f 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1f1f), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #1f1f1f 0%,#000000 100%);
	background: -o-linear-gradient(top, #1f1f1f 0%,#000000 100%);
	background: -ms-linear-gradient(top, #1f1f1f 0%,#000000 100%);
	background: linear-gradient(to bottom, #1f1f1f 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#000000',GradientType=0 );
}

h1 {
	color: #ebb112;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	letter-spacing: 1px;
	text-align: left;
	padding: 20px 0;
}

.separator {
	height: 4px;
	background: #333;
	width: 100%;
}

h1.title {
	color: #ebb112;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	letter-spacing: 1px;
	text-align: left;
	padding: 20px 0;
}

h2 {
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 10px 0 18px;
}

h3 {
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px 0 18px;
}
ul { 
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 18px 30px;
}

li {
	
	line-height: 1.5em;
	font-size: 1em;
	color: #b0b0b0;
	text-align: justify;
}

.footer {
	position: absolute;
	left: 50%;
	right: 50%;
	width: 980px;
	margin-left: -490px;
	background: #000;
	padding: 10px 0;
	color: #eee;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

strong.c1 {
	color: #fff;
}

.logo-2 {
	float: right;
	margin-right: 30px; 
}