/* Imported Styles
----------------------------------------------- */
@import url("content.css");
/* Common
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	background:#EEEEEE;
	font: 12px Tahoma, Verdana, sans-serif;
	color:#000;
}
a {
	color: #000000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}

.clear {
	clear:both;
	font-size:0%;
	line-height:0%;
}

/* Header
-----------------------------------------------------------------------------*/
.header {	
	position:fixed;
	z-index:6;
	top:0;
	left:0;
	width:100%;
	height:74px;
	background:#fff;
	border-bottom:6px solid #303030;
	text-align:center;
}
h1 a {display:block; height:74px;}
h1 span {
	display:none;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {	
	width:890px;
	margin:88px auto 110px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position:fixed;
	z-index:8;
	bottom:0;
	width:100%;
	height:50px;	
	border-top:28px solid #D5D5D5;	
	background:#BDBDBD;	
	padding-top:6px;	
}
.footer  .copy-wrapper {
	border-top:15px solid #fff;
	height:35px;
	line-height:35px;
	background:#000;
	width:100%;
	position:absolute;
	z-index:10;
}

.footer .copyright {	
	width:890px;
	margin:0 auto;
	font-size:10px;
	color:#616161;
	text-transform:uppercase;
	text-align:center;
}
.footer .copyright span{
	margin:0 20px;
}
.footer .copyright a{
	color:#fff;
	text-decoration:none;
}
.footer .copyright a:hover{
	color:#616161;
}

.menu{
	width:980px;
	margin:0 auto;
	}
.menu  ul{
	width:160px;
	background:#212121;
	padding:0 0 5px 0;
	position:absolute;
	z-index:5;
	margin-top:-32px;
}
.menu ul li{
	width:160px;
	list-style:none;	
}
.menu  ul li.menu-title{
	color:#212121;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:15px;
	letter-spacing:-1px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;	
	height:41px;
	line-height:41px;
	background:url(../img/menu_first.gif) no-repeat ;	
	margin-top:-5px;
}
.menu  ul li.menu-title a{
	color:#212121;
	font-family:"Myriad Pro", Tahoma,Helvetica,sans-serif;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}
.menu ul li.menu-title a:hover{
	background:none;
}
.menu ul li a{
	color:#fff;
	font-family:"Myriad Pro", Tahoma,Helvetica,sans-serif;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;	
	display:block;
	width:140px;
	height:33px;
	line-height:33px;
	margin:0 auto;	
}
.menu ul li a:hover{
	background:url(../img/menu_hover.gif) no-repeat ;
}
.menu ul li.current a{
	color:#EDBE03;
}
.menu ul li.current a:hover{
	background:none;
}
