@charset "utf-8";
/* CSS Document */

	<!-- Style the html and body elements -->

.html, body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	min-width: 900px;
	width: 100%;
}
/*drobdown*/
.nav ul ul {
	display: none;
}
.nav ul li:hover > ul {
	display: block;
}
.nav ul {
	float: right;
	margin-right: 500px;
	position: relative;
	top: 10px;
	background: #efefef;
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;
	list-style: none;
	position: relative;
	display: inline-table;
	z-index: 3;
}
.nav ul:after {
	content: "";
	clear: both;
	display: block;
}
.nav ul li {
	float: left;
}
.nav ul li:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%, #5f6975 40%);
}
.nav ul li:hover a {
	color: #fff;
}
.nav ul li a {
	display: block;
	padding: 11px 10px;
	color: #757575;
	text-decoration: none;
}
.nav ul ul {
	background: #5f6975;
	border-radius: 0px;
	padding: 0px 0px;
	position: absolute;
	top: 100%;
}
.nav ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
}
.nav ul ul li a {
	padding: 10px 100px 10px 10px;
	position:relative;
	color: #fff;
}
.nav ul ul li a:hover {
	background: #4b545f;
}
.nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
/*dropdown*/

.tf {
	width: 500px;
	height: 30px;
	float: right;
	margin-right: -363px;
	margin-top: 29px;
}
.f {
	width: 80px;
	height: 30px;
	float: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.f:hover {
	text-decoration: underline;
}

.headerImage {
	width: 1000px;
	margin: auto;
	height: 120px;
}
.footerb {
	width: 100%;
	margin: auto;
	min-width: 800px;
	height: 66px;
	background-image:url("../load/stuff/footerPattern.jpg");
}
.footerImage {
	float: left;
	left: 20px;
	margin: auto;
	padding-top: 3px;
}

