
/* header */
#header {
	position:relative;
	height:145px;
	}
#header h1{
	position:absolute;
	left:10px;
	top:25px;
	font-size:18px;
	z-index:2;
	}
#header .banner_600x90{
	position:absolute;
	right:10px;
	top:10px;
	z-index:2;
	}
.nav_bar {
	position:absolute;
	left:10px;
	bottom:0px;
	width:980px;
	background:#ededed;
	}
.main_nav {
	float:left;
	border-bottom:1px solid #000;
	}
.main_nav li{
	float:left;
	border-right:1px solid #b84d4d;
	border-bottom:1px solid #b84d4d;
	}
.main_nav li a{
	border-style:solid;
	border-color:#990000;
	border-width:3px 2px 0;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding:5px 15px 0;
	float:left;
	height:18px;
	text-decoration:none;
	background: #be3131; /* Old browsers */
	background: -moz-linear-gradient(top, #be3131 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be3131), color-stop(100%, #990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #be3131 0%, #990000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #be3131 0%, #990000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #be3131 0%, #990000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be3131', endColorstr='#990000', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #be3131 0%, #990000 100%); /* W3C */
	text-shadow:1px 1px 1px #000;
	}
.main_nav li.active {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	}
.main_nav li.active a{
	height:20px;
	padding-top:8px;
	position:relative;
	margin-top:-5px;
	border-color:#000;
	background: #3d3d3d; /* Old browsers */
	background: -moz-linear-gradient(top, #3d3d3d 0%, #000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d3d3d 0%, #000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d3d3d 0%, #000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #3d3d3d 0%, #000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#000', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #3d3d3d 0%, #000 100%); /* W3C */
	} 
/*// header */


/* footer */
#footer {
	position:relative; 
	z-index:1;
	font-size:11px;
	height:96px;
	background:#000;
	}
#footer .bot_logo{
	position:absolute;
	left:10px;
	top:25px;
	}
.copyright {
	position:absolute;
	left:480px;
	top:20px;
	font-size:11px;
	border-left:1px dotted #fff;
	padding:5px 0 5px 15px;
	color:#fff;
	}
.about_nav {
	list-style:none;
	position:absolute;
	left:180px;
	top:30px;
	}
.about_nav li{
	color:#fff;
	display:inline;
	font-size:8px;
	border-right:1px solid #fff;
	line-height:1;
	}
.about_nav li.last_item{border-right:none;}
.about_nav a{
	padding:0 7px 0 5px; 
	font-size:11px;
	color:#fff !important;
	}
.counters {
	position:absolute;
	right:25px;
	text-align:right;
	top:25px;
	}
/*// footer */