/* CSS Document */

body {
	background: #000000;
	color: #e3e3e3;
	margin: 0px;
}

a {
	color: #e3e3e3;
}

#navigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	width: 138px;
}

#navigation a {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#navigation a:hover {
	background: #3f3f3f;
	border: 0px solid #3f3f3f;
	color: #3D81EE;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

div.awards {
	float: left;
	height: 40px;
	position: relative;
	width: 40px;
}

div.tooltip {
	background-color:#2f2f2f;
	border: 1px solid #3f3f3f;
	display: none;
	height: auto;
	position: absolute;
	width: 400px;
	z-index: 100;
}

div.awards:hover div.tooltip {
	display: block;
	font: Tahoma;
	font-size: 11px;
}

div.left {
	right: 30px;
	top: 30px;
}

div.right {
	left: 30px;
	top: 30px;
}

input, select, textarea {
	background-color: #3f3f3f;
	border-color : #3f3f3f;
	color: #e3e3e3;
}

#maps {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	width: 100%;
}

#maps a {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#maps a:hover {
	background:
	border: 1px solid #3f3f3f;
	color: #ffc525;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}