* {
	margin: 0px;
	padding: 0px;
}
	
body {	
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	background: #36373C url(../images/header_bg.gif) repeat-x
}

img {
	border: 0;
}

a {
	color: #FFFFFF
}

a:visited {
	color: #FFFFFF
}

a:hover {
	color: #BF0000
}

#content {
	margin: 0px 20px
}

#error {
	text-align: center
}

#main {
}

#header {
	position: relative;
	height: 108px
}

#logo {
	position: relative;
	top: 7px;
	left: 2px;
	width: 315px;
	height: 75px;
	z-index: 2
}

#header #version {
	position: absolute;
	left: 320px;
	top: 42px
}


#head-auth {
	position: absolute; 
	float: right;
	top: 40px;
	right: 10px;
	font-size: 10px;
	z-index: 4;
	margin: 0;
	padding: 0;
}

/* Mini Login */

#small-login form {
	margin: 0;
	padding: 0;
}

#small-login .text {
	margin-right: 4px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	background-color: #424242;
	border: 1px solid #3d3d3f;
	color: #ff0000;
	padding: 1px 2px;
	width: 100px;
}

#small-login .button {
	font-family: Tahoma, Arial;
	font-size: 12px;
	background-color: #2e2e2e;
	border: 1px solid #4a4a4a;
	color: #999999
}

#small-login #remember-me {
	width: 95px;
	margin: 5px;
	position: relative;
	left: 178px;
}

/* Main Navigation */

div#nav {
	position: absolute;
	top: 56px;
	left: 5px;
	height: 25px;
	width: 600px;
	z-index: 10;
	background: url(..//images/transparent.gif) repeat	
}

div#nav ul {
	list-style: none;
	position: relative;
}

div#nav li {
	z-index: 3;
	position: relative;
	float: left;
	margin: 0px 5px;
	top: 7px;
	width: 70px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	background: #201f25 url(../images/nav-center.gif) repeat-x
}

div#nav li a {
	color: #d2d4d4;
	display: block;
	z-index: 3;
	text-decoration: none;
	float: none
}

div#nav li a:hover {
	color: #cc0000;
	text-decoration: none;	
	z-index: 5;
}

div#nav .logo-spacer {
	margin-left: 30px
}

.button-left {
	height: 24px;
	width: 4px;
	float: left;
	background: url(../images/nav-left.gif) no-repeat
}

.button-right {
	height: 24px;
	width: 4px;
	float: right;
	background: url(../images/nav-right.gif) no-repeat
}

div#nav-search {
	position: absolute;
	top: 60px;
	right: 10px;
	height: 30px
}

div#nav-search .text {
	position: relative;
	top: 4px;
	right: 70px;
	padding: 3px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	background-color: #201f25;
	border: 1px solid #3d3d3f;
	color: #cc0000;
	width: 150px;
	text-align: right
}

div#nav-search button {
	position: absolute;
	top: 5px;
	right: 10px;
	border: 0;
	width: 49px;
	height: 19px;
	background: url(../images/search-button.gif) no-repeat
}

div#nav-search span {
	display: none
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 46px;
}

#copyright {
	position: relative;
	font-size: 10px;
	text-align: center;
	top: 25px;
}

#copyright a {
	color: #777777;
	text-decoration: none;
}

#copyright a:hover {
	color: #E4E4E4;
	text-decoration: underline;
}

#copyright .copyright {
	margin-right: 10px;
}