html, body {
	font-family:		Lucida Grande,Geneva,Arial;
	font-size:			11px;
	line-height:		1.4;
	letter-spacing:		-0.3px;
	color: 				#e9e9e9;
	font-weight: 		normal;
	background-color: 	#000000;
	width: 				100%;
	height: 			100%;
	margin: 			0;
	padding: 			0;
	cursor:				default;
}
a:link, a:visited, a:active {
	color: 				#f6cb00;
	text-decoration: 	none;
	padding:			0;
	margin:				0;
	outline: 			none;
}
a:focus{
	-moz-outline-style:	none;
}
a:hover {
	color: 				#f6cb00;
	text-decoration:	underline;
}
p{
	margin:				0;
	padding:			0;
}
.header{
	height:				115px;
	overflow:			hidden;
}
	.logo{
		float:				left;
		position:			relative;
		left:				40px;
		top:				38px;
		background:			url(../images/logo.png) no-repeat;
		width:				229px;
		height:				38px;
	}
	.menu{
		background:			#ffc000 url(../images/menu_bg.gif) no-repeat;
		position:			relative;
		left:				525px;
		top:				0px; 
		right: 				0px;
		height: 			35px;
		font-size:			13px;
		clear:				both;
		padding: 			0px 0px 0px 15px;
		margin: 			0;
	}
		.menu ul, li {
			display: 			inline;
			float:				left;
			list-style:			none;
		}
		.menu a{
			float: 				left;
			width: 				auto;
			padding: 			8px 15px 9px 15px;
			color: 				#ffffff;
		}
		li :hover {
			padding: 			10px 15px 7px 15px;
			background: 		url(../images/hover.png) no-repeat bottom;
			text-decoration: 	none;
		}
		
.middle{
	background:			#151417 url(../images/bg.jpg) no-repeat;
	height:				440px;
}
	.teaser{
		position:			relative;
		top:				35px;
		left:				577px;
		width:				350px;
		text-align:			center;
		font-size:			18px;
		color:				#f6cb00;
		line-height:		1.0;
	}
	.title{
		background:			transparent url(../images/arrow.png) no-repeat 2px 5px;
		position:			relative;
		left:				535px;
		top:				66px;
		width:				422px;
		height:				22px;
		border-bottom:		1px solid #4b4a4c;
		padding-left:		20px;
	}
	.content{
		height:				275px;
		width:				442px;
		position:			relative;
		left:				535px;

		top:				80px;
		line-height:		1.2;
		outline: 			none;
		-moz-outline-style:	none;
	}
	.content a:hover{
		cursor:				default;	
		text-decoration:	none;
	}
	.scrollgeneric {
		line-height:		1px;
		font-size:			1px;
		position: 			absolute;
		top: 				0;
		left: 				0;
	}

	.vscrollerbase {
		width: 				5px;
		border-left: 		1px solid #4b4a4c;
	}
	.vscrollerbar {
		width:				4px;
		height:				5px;
		background-color: 	#4b4a4c;
	}
	
.footer{
	color:				#3c3c3c;
	float:				left;
	position:			relative;
	left:				535px;
	top:				5px;
	font-size:			10px;
	color:				#181818;	
}
	.footer a{
		color:				#181818;
	}
	
	.footer a:hover{
		color:				#f6cb00;
	}
.contactForm {
	width:308px;
}
.contactForm p {
	padding:10px;
}
.contactForm input {
	width:240px;
}
.contactForm textarea {
	width:281px;
	height:120px;
}
.submit {
	width: 100px!important;
}
.hide {
	display:none;
}
.email{
	text-decoration: underline!important;
	cursor: pointer!important;
}