#header {
	width: 1000px;
	font-size: 12px;
}

.clear {
	clear: both
	;
}

.banner {
	width: 1000px;
	height: 97px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.banner img {
	border: 0;
	display: block;
	outline: none;
}
#navigation ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}
#navigation ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#navigation li a {
	color: #fff;
	padding: 4px 8px 9px 8px;
	font-family: Tahoma;
	font-size: 8px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 7px;
}
#navigation li a:hover {
	background: url(images/nav_over.png);
}
#navigation {
	width: 1000px;
	height: 24px;
	background: url(images/navigation.png);
}
span.ifloggedin {
	float: right;
	color: #fff;
	font-size: 0.615em;
	font-family: Tahoma;
	font-size: 12px;
	margin: -12px 5px 0 3px;
	padding: 0 0 0 0;
}

.ifloggedin a {
	color: #fff;
	text-decoration: none;
}

#login-nav {
	background: url(images/login-nav.png);
	padding: 0 10px 0 10px;
	font-size: 11px;
	margin-left: 2px;
	color: #333;
	height: 22px;
	float: right;
	color: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	line-height: 22px;
}

#login-nav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

span.rememberme {
	color: #d6cb81;
	font-size: 8px;
}
input.username {
	background: url(images/loginbg.png);
	width: 71px;
	height: 15px;
	color: #fff;
	border: 1px solid #434343;
}
input.password {
	background: url(images/passwordbg.png);
	width: 71px;
	height: 15px;
	color: #fff;
	border: 1px solid #434343;
}
input.login {
	background: url(images/login.png);
	width: 44px;
	height: 15px;
	border: 0;
	cursor: pointer;
	text-indent: -4000px;
}

#nav-left {
position: absolute;
top: 142px;
}

#nav-left a {
	color: #000;
	text-decoration: none;
}

#login-nav-form {
	background: url(images/login-nav.png);
	padding: 0 10px 0 10px;
	font-size: 11px;
	margin-left: 2px;
	margin-top: 8px;
	color: #333;
	height: 22px;
	float: right;
	color: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	line-height: 22px;
}