@import url('reset.css');
@import url('editor.css');

body, html {
	background-color: #000;
	width:100%;
	height:100%;
	}
	
#background {
	position:fixed !important;
	overflow: hidden;
	display:inline;
}

#background img {
	height:100%;
	position:absolute;
	width:100%;
	z-index:0
}

#outer-wrapper {
	margin: 0 auto;
	width: 967px;
	min-height: 100%;
	background: transparent url('../layout/lines.png') center repeat-y;
	position: relative;
	z-index: 1;
	}
	
#inner-wrapper {
	width: 967px;
	float: left;
	padding: 30px 0 108px 0;
	position: relative;
	z-index: 2;
	}
	
.column {
	width: 144px;
	float: left;
	padding: 0 9px;
	}
	
#center { width: 643px; float: left; }
	
#center-left-column {
	padding: 0 8px 0 9px;
	width: 304px;
	float: left;
	}
	
#center-right-column { 
	float: left;
	padding-left: 1px;
	width: 321px;
	}

#center-right-column.sub-page {  padding: 0 8px 0 9px; width: 305px; }	
	
.padding { padding: 0 8px 0 9px; }
	
#image-gallery { width: 640px; height: 280px; float: left; margin-left: 1px; }
#left-nav ul { padding-top: 10px; }
#left-nav ul li { padding-bottom: 5px; }
	
#left-nav ul li a { 
	font-weight: bolder; 
	text-transform: uppercase;
	font-size: 90%;
	}

#left-nav ul li.last { padding: 0; }
#nav{ float: left; display: block; margin-left: 1px; width:642px;}
.thumb { background-color: #000000; float: left; }
.thumb img { opacity: 0.35; filter:alpha(opacity=35); float: left; }
.thumb:hover img { opacity: 1; filter:alpha(opacity=100); }
.description { position: absolute; left: 25px; top: 100px; display: none; }

#left-nav ul li a:hover, #left-nav ul li ul li a:hover { color: #98cc00; padding-left: 4px; }

#functions { 
	float: left; 
	clear: both;
	padding: 8px 0 8px 3px;
	}

#functions span { display: block; float: left; padding: 0 1px; position: relative; top: 2px}
#functions a { 
	display: block; 
	float: left;
	padding: 2px 3px;
	color: #fff;
	}
	
#functions a.selected { background-color: #ffffff; color: #000000; }
#left-nav ul ul { padding: 5px 0 0 15px; display: none; }
.follow { position: relative; }
	
.news-item {
	float: left;
	width: 100%;
	padding-top: 12px;
	}	
	
.news-item a { color: #99cc00; }
.news-item a:hover { color: #fff; }

#center div.news-item p a { color: #fff;}

.news-item h3 {
	color: #99cc00;
	border-bottom: 1px solid #99cc00;
	font-size: 130%;
	padding-left: 8px;
	letter-spacing: -1px;
	font-weight: normal;
	}
	
.news-item h3 span { 
	font-size: 60%; 
	letter-spacing: 0px;
	display: block;
	float: right;
	padding: 0 8px 4px 0;
	}
	
.news-item p { padding: 10px 8px 0px 8px; }
.news-item p a { color: #ffffff; }
.clearer { clear: both; font-size: 0px; }

#viewer {
	height: 280px;
	width: 640px;
	float: left;
	margin-left: 2px;
	overflow: hidden;
	}
	
#paginator {
	float: left;
	width: 640px;
	margin-bottom: 10px;
	height: 20px;
	margin-left: 2px;
	}
	
#paginator-inner { float: left; width: 100%;}
#paginator-inner table { margin: 0 auto; }
#paginator-inner table tr td { width: 16px; padding-top: 6px;}
	
#paginator-inner a.btn {
	padding: 0 6px;
	display: block;
	background:  url('../layout/balls.png') bottom no-repeat;
	text-indent: -9999px;
	height: 9px;
visibility: hidden;
	}

#paginator-inner a.btn:hover, #paginator-inner table tr td.current a { background:  url('../layout/balls.png') top no-repeat; }


#carousel-prev, #carousel-next {
	float: left;
	background:  url('../layout/btn-left.png') center right no-repeat;
	width: 13px;
	height: 15px;
	display: block;
	padding-top: 5px;	
	}
	
#carousel-next { float: right; background:  url('../layout/btn-right.png') center left no-repeat; }
	
#footer {
	height: 80px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #000000;
	z-index: 2;
	overflow: hidden;
	font-size: 75%;
	}

#footer-inner {
	width: 967px;
	margin: 0 auto;
	padding-top: 10px;
	line-height: 13px;
	}
	
#footer-inner table { width: 240px }
.big { font-size: 120%; }
.green { color: #99cc00; }
.wide { width: 232px; padding-right: 0; }
.last { padding-right: 0; padding-top: 18px; }
.clear { clear: both; }

input.news-letter-input {
	border: 1px solid #363636;
	height: 16px;
	padding: 2px 0 0 2px;
	background-color: #000000;
	border-right-width: 0px;
	float: left;
	width: 100px;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 5px;
	font-size: 100%;
	margin-left: 0;
	}
	
input.news-submit { float: left; border: none; margin: 5px 0 0 0; padding: 0; height: 20px }

#bottom-images-wrapper {
	padding: 20px 7px 0 7px;
	clear: both;
	float: left;
	width: 306px;
	}
	
#bottom-images-wrapper img { float: left; padding: 0 18px 18px 0; }
#bottom-images-wrapper img.last { padding-right: 0; padding-top: 0; }
table.contact-form td, table.form td { padding-bottom: 8px; }
table.contact-form input, table.form input { width: 230px; }

input, select.formSelect  { 
    border: 1px solid #363636;
    height: 18px;
    margin-left: 8px;
    padding-top: 2px;
    padding-left: 2px;
    background-color: #000000;
    color: #ffffff
	}

select.formSelect { padding-top: 0px; height: 22px; width: 235px; }
table.form textarea { height: 200px;}
table.contact-form textarea { width: 230px; height: 150px; }

textarea { 
    border: 1px solid #363636;
	padding: 2px 0 0 2px;
	margin-left: 8px;
	font-family: Verdana;
	font-size: 100%;
    background-color: #000000;
    color: #fff;
	}
	
table input.submit { 
	width: 80px; 
	height: 22px; 
	padding-bottom: 2px;
	cursor: pointer;
    background-color: #000000;
    color: #fff;
 	}
 	
span.Required { position: relative; top: 2px; }

p.formRequiredNotice { padding: 10px; font-style: italic; }

ul.formRequiredList {
    list-style-type: square;
    margin-left: 30px;
    padding-bottom: 8px;
    }

ul.formRequiredList li {
    font-size: 90%;
    padding-bottom: 7px;
    font-style: italic;
    }
        
#manifest { float: right; }

.news-list-item { padding-bottom: 20px; }
#left-nav li.level2 a { text-transform: none; }