@charset "utf-8";
/* CSS Document */
/* Created by W3 Design */

* { margin: 0; padding:0; text-indent:0; }

img {border:none }

a, a:visited {
	color:#F00;
	outline:none;
}

body { font-family:"Arial", sans-serif;
	font-size:11px;
	line-height:13px;
	color:#7e7e7e;
	background:#000000 url(../images/background.jpg) no-repeat scroll center top;
}

#mainwrapper {
	margin: 0 auto;
	padding-bottom:20px;
	width:990px;
}

#mainheader {
	background:transparent url(../images/menu_bg.png) 0 32px no-repeat;
	height:86px;
	margin: 0 0 10px;
	padding: 5px 0 0;
	position:relative;
}

#mainlogo {
	float:left;
	height:94px;
	overlflow:hidden;
	width:201px;
}

#clock {
	float:left;
	height:42px;
	overflow:hidden;
	width:150px;
	margin-top:35px;
}
	

#menu {
	float:left;
	height:42px;
	margin-left:18px;
	margin-top:35px;
	width:620px;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#menu li {
	float:left;
	height:42px;
	position:relative;
	background:transparent url(../images/menu_but.png) no-repeat scroll left top;
}

#menu li:hover {
	background:transparent url(../images/menu_but_act.png) no-repeat scroll left top;
}

#menu .menu-item {
	width:130px;
	margin-left:-34px;
}

#menu .active {
	background:transparent url(../images/menu_but_act.png) no-repeat scroll left top;
}

#menu .menu-1 {
	margin-left:0px;
}

/*#menu .menu-2 {
	margin-left:-34px;
}

#menu .menu-3 {
	margin-left:-68px;
}

#menu .menu-4 {
	margin-left:-102px;
}

#menu .menu-5 {
	margin-left:-136px;
}

#menu .menu-6 {
	margin-left:-170px;
}
*/
#menu .active a {
	color:#fff!important;
}

#menu li a, #menu li a:visited {
	display:block;
	margin: 0 0 0 20px;
	overflow:hidden;
	padding:2px 0 0 8px;
	position:absolute;
	width:75px;
	color:#666;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	line-height:38px;
}

#menu li a:hover {
	color:#fff;
}

.inprogress {
	margin:200px 0 0 245px;
	width:500px;
	padding:15px;
	border:1px solid #DDD;
	font-size:1.3em;
	color:#ccc;
}

.inprogress a {
	text-decoration:none;
}

.ahead {
	margin-bottom:10px;
	font-size:1.25em;
	color:#eee;
	text-transform:uppercase;
}

#footer {
	font-size:1.2em;
	margin-top:200px;
	text-align:center;
}

#footer a {
	text-decoration:none;
}

