@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #000;
}
a, a:active, a:hover, a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	color: #ddd;
}
#background {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 12;
}
#background img {
	width: 100%;
	height: 100%;
	z-index: 14;
}
#container {
	position: relative;
	z-index: 21;
}
#page {
	z-index: 22;
}
#nav {
	z-index: 29;
	position: fixed;
	width: 260px;
	left: 0;
	height: 100%;
	padding: 40px 0 20px 30px;
	letter-spacing: 1px;
	background-image: url(images/nav-bg.png);
	background-repeat: repeat-y;
	opacity:0.6;
	filter:alpha(opacity=60);
	font-size: 12px;
}
#content {
	z-index: 27;
	margin-left: 320px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	display: block;
}
.list1 {
	padding: 30px 0 0 0;
}
.list2 {
	display: none;
	padding-left: 20px;
}
.list3 {
	display: none;
	padding-left: 20px;
}
.list1 h4:hover, .list3 li:hover {
	color: #ddd;
}
ul {
	list-style-type: none;
}
ul, li {
	padding: 4px 0;
	cursor: pointer;
	font-size: 12px;
}
h1 {
	font-size: 20px;
}
h4 {
	font-size: 12px;
}
#http_response {
	z-index: 37;
}
#grid {
	display: block;
	z-index: 40;
}
.gridItem {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	margin: 15px;
	z-index: 41;
	opacity:0.7;
	filter:alpha(opacity=70);
	background-repeat: no-repeat;
	background-position: 50% 50%;	
}
.gridItem:hover {
	cursor: pointer;
	opacity:1.0;
	filter:alpha(opacity=100);
}
#contactForm {
	margin-top: 20px;
}
#contactForm label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	line-height: 20px;
	padding-top: 4px;
}
#contactForm input {
	margin-bottom: 10px;
	padding: 4px;
}
#contactForm textarea {
	padding: 4px 2px;
}


/* THICKBOX */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/black.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000;
	z-index: 102;
	color:#fff;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	overflow: none;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	display: block;
	height:25px;
	padding:12px 30px 20px 15px;
	float:left;
	color: #444;
	line-height: 17px;
	font-size: 11px;
}
#TB_caption h4 {
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	display: block;
}

#TB_closeWindow{
	height:25px;
	padding:15px 15px 10px 0;
	float:right;
	display: none;
	color: #444;
}
#TB_closeWindow a, #TB_closeWindowButton {
	color: #444;
}
#TB_closeAjaxWindow{
	padding:15px 10px 15px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	color: #444;
	display: none;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:15px 0 10px 15px;
	margin-bottom:1px;
	color: #444;
	font-size: 11px;
}
#TB_ajaxWindowTitle h4 {
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	display: block;
	padding-bottom: 6px;
}


#TB_title{
	background-color:#000;
	height:40px;
}

#TB_ajaxContent{
	clear:both;
	padding:15px 15px 15px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
embed {
	overflow: auto;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* forms */
input, textarea {
	background-color: #000;
	border: 1px solid #333;
	padding: 4px;
	color: #ccc;
}