@import url('nav.css');

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

html, body {
	height: 100%;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

iframe {
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow: auto;
	position: relative;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.container {
	display: block;
	width: 960px;
	margin: 0 auto;
}

#top {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
}

#header {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 50px;
	background: #202020;
	border-bottom: 4px solid #4AB1D3;
	color: #FFFFFF;
}

#header #header-inner {
	display: block;
	overflow: hidden;
}

#header #header-inner h1#logo {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0 10px 0 0;
	padding: 0;
	color: #FFFFFF;
}

#header ul#nav {
	height: 50px;
}

#header ul#nav > li {
	height: 50px;
	line-height: 50px;
}

#header ul#nav > li > a {
	height: 50px;
	line-height: 50px;
}

#banner-zone-topbar {
	display: none;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 5px 0;
	background: #44A1D1;
	color: #FFFFFF;
	font-weight: 800;
	text-shadow: 0 1px 1px #888888;
}

#banner-zone-topbar a {
	color: #FFFFFF;
}

#banner-zone-topbar a:hover {
	border-bottom: 1px dotted #FFFFFF;
}

#banner-zone-topbar #banner-zone-topbar-inner {
	display: block;
	height: 20px;
	margin: 0 auto;
}

