/* Reset some elements */

* { margin: 0; padding: 0; border: 0 }

ul, li {
	list-style: none;
}

hr {
	display: none;
}

a {
	text-decoration: none;
}

/* Site base style declaration */

body {
	background: #000 url('../images/bd_bkg.png') no-repeat center top;
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
}

h1 {
	position: absolute;
	top: 200px;
	left: 0;
	width: 950px;
	height: 150px;
	background: url('../images/navigator-10.png') no-repeat center;
}

h1 span {
	display: none;
}

h2 {
	display: block;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 5px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;

}

li {
	display: block;
	float: left;
	width: 33%;
	line-height: 1.5em;
}

li img {
	margin: 0 10px 0 0;
}

a {
	color: #ff3333;
}

a:hover {
	color: #3399ff;
}

#wrapper {
	position: relative;
	width: 950px;
	margin: auto;
}

#header {
	position: relative;
	width: 100%;
	height: 360px;
}

#mpfc {
	position: absolute;
	top: 10px;
	left: 5px;
}

#ta {
	position: absolute;
	top: 15px;
	right: 5px;
}

a#mpfc:hover, a#ta:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #fff;
}

#content {
	width: 100%;
	padding: 0 0 50px 0;
}

#main div {
	float: left;
	width: 50%;
	height: 250px;
	margin-top: 10px;
}

#main div h3 {
	margin: 130px 0 10px 0;
}

#main ul {
	padding: 0 70px;
}

#get-manual {
	background: url('../images/manual.png') no-repeat top center;
}

#get-license {
	background: url('../images/license.png') no-repeat top center;
}

#main #get-drivers {
	width: 100%;
	height: 200px;
	background: url('../images/drivers.png') no-repeat top center;
}

#license-content {
	padding: 0 20% 0 20%;
}

#back {
	display: block;
	width: 200px;
	margin: 10px;
	padding: 2px;
	color: #fff;
	background: #ff3333;
	color: #fff;
	font-size: 80%;
}

a#back:hover {
	background: #666;
}

#footer {
	width: 950px;
	margin: auto;
	padding: 5px;
	border-top: 1px solid #333;
	background: #000;
}

#footer li {
	float: none;
	display: inline;
	width: auto;
	margin-left: 10px;
}

#footer li a {
	color: #666;
}

#footer li a:hover {
	color: #aaa;
}

#license {
	display: none;
}

#loader {
	display: block;
	position: absolute;
	width: 10%;
	height: 10%;
	top: 40%;
	left: 40%;
	background: #333 url('../images/loader.gif') no-repeat center;
}

.clear {
	clear: both;
}
