* {
	margin: 0;
	padding: 0;
}
a {text-decoration: none;}
html, body {
	background-color: #000;
	color: #444444;
	font-family: Tahoma, Helvetica, sans;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	z-index: 0;
}
#mainnav {
	width: 250px;
	background-color: #323232;
	color: #FFF;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 9999;
}
#emptyblock {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	right: 0;
	top: 0;
	overflow-y: hidden;
	cursor: pointer;
}
#mainnav .button {
	background: url(images/txtNavigation.png) center center no-repeat;
	width: 28px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	height: 100%;
	z-index: 10000;
	position: relative;
}
#mainnav #menu {
	float: left;
	width: 222px;
	overflow: hidden;
	height: 100%;
	background-color: #000;
	z-index: 500;
	position: relative;
}
#menu .logo-block {
	display: block;
	width: 222px;
	height: 100px;
}
#contentwrapper {
	width: 100%;
	z-index: 10;
	text-align: center;
}
h1 {
	font-weight: normal;
	font-size: 56px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	color: #000;
	text-transform: lowercase;
	letter-spacing: .04em;
}
h2 {
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
h2.tag {
	font-weight: normal;
	font-size: 20px;
	margin-top: 26px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #000;
	letter-spacing: .05em;
}
h3 {
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
h4 {
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
/* SCROLLSCRIPT CSS */
div.sc_menu_wrapper {
	position: relative; 	
	height: 100%;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 227px;

	margin-top: 0px;
	overflow: auto;
}
div.sc_menu {
	padding: 15px 0;
}
.sc_menu a {
	color: #fff;
	background: rgb(79, 79, 79);
}
.sc_menu a:hover {
	/*border-color: rgb(130, 130, 130);
	border-style: dotted;*/
}
.sc_menu img {
	display: block;
	border: none;
}

.sc_menu_wrapper .loading {
	position: relative;
	top: 50px;
	
	margin: 0 auto;
	padding: 10px;

	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	
	padding: 6px;
	font-size: 12px;	
	color: #fff;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	/* Make background a bit transparent for browsers that support rgba */	
	background: rgba(0, 0, 0, 0.5);
}
.scrollblock {
	display: block;
	width: 227px;
	position: relative;
}
.scrollblock img {
	border-top: 2px solid #323232;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
}

#scrollend {
	display: block;
	height: 140px;
	*height: 160px;
}
.scrollblock .textblock {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	border-bottom: 2px solid #323232;
}
.scrollblock p {
	padding: 12px;
	font-size: 14px;
	line-height: 20px;
	background: #000;
	height: 113px;
	display: block;
}
.scrollblock p a {
	background: none;
}
#link-header {
	display: block;
	width: 576px;
	margin: 0 auto 6px auto;
	overflow: hidden;
}
h3.tellus {
	display: block;
	font-size: 15px;
	line-height: 15px;
	width: 285px;
	text-align: right;
	float: right;
	padding: 0px;
	position: relative;
	cursor: pointer;
}
h3.sendit {
	display: block;
	font-size: 15px;
	line-height: 15px;
	width: 285px;
	text-align: left;
	float: left;
	padding: 0px;
	position: relative;
	cursor: pointer;
}
h3.tellus .hider {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 10;
}
h3.tellus a, h3.sendit a {
	color: #444444;
	text-decoration: none;
	z-index: 1;
}
h3.tellus a:hover, h3.sendit a:hover {
	color: #CCC;
}
#flash_video_content {
	display: block;
	height: 400px;
	width: 640px;
	margin: auto;
	z-index: 10;
	position: relative;
}
#copyright {
	position: absolute;
	right: 12px;
	bottom: 10px;
	z-index: 1000;
	font-size: 12px;
	clear: both;
}
.form {
	width: 600px;
	padding: 20px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #444;
	position: relative;
	z-index: 100;
}
.form .text {
	border: 1px solid #444;
	background: #000;
	padding: 4px 6px;
	font-family: Tahoma, Helvetica, Arial, sans;
	font-size: 13px;
	color: #666;
	width: 300px;
}
.form .textarea {
	border: 1px solid #444;
	background: #000;
	padding: 4px 6px;
	font-family: Tahoma, Helvetica, Arial, sans;
	font-size: 13px;
	color: #666;
	width: 300px;
}
.form .textarea:focus {
	border: 1px solid #444;
	background: #333;
	color: #CCC;
}
.form .text:focus {
	border: 1px solid #444;
	background: #333;
	color: #CCC;
}
.form label {
	font-size: 15px;
}
.form .form-button:hover {
	border: 1px solid #444;
	font-size: 12px;
	background: #333;
	color: #000;
}
.form .form-button {
	border-collapse: collapse;
	border: 1px solid #444;
	display: block;
	width: 200px;
	padding: 4px 0;
	font-size: 12px;
	background: #000;
	color: #444;
}
.form .emailOutput {
	display: block;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #444;
}
.storyIntro {
	font-size: 14px;
	margin-top: 12px;
}
.storyOutput {
	text-indent: 20px;
}
div.errors{ color:#F00; }
.form .invalidValue{ border:1px solid #F00; }
.form .requiredValue{ border:1px solid #F00; }
#hiddenForm {display:none;}