.header{
	min-width: 1190px;
}

.header-topbar{
	min-width: 1190px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	background: #514B4B;	
}

.topbar{
	margin: 0 auto;
	width: 1190px;
	height: 70px;
}

.topbar-slogan{
/*	width: 50%;*/
	height: 70px;
	font-size: 20px;
	line-height: 70px;
	color: #D8D8D8;
	float: left;
}

.topbar ul{
	float: right;
}

.topbar ul li{
	height: 70px;
	font-size: 20px;
	line-height: 70px;
	color: #D8D8D8;
	float: left;
}

.topbar ul li:hover{
	color: #FF9800;
}

.topbar ul li.spacer{
    overflow: hidden;
	margin: 25px 10px;
    width: 1px;
    height: 20px;
    background-color: #D8D8D8;
}

.header-nav{
	width: 100%;
	margin: 48px auto;
	height: 64px;	
}

.nav{
	margin: 0 auto;
	width: 1190px;
	height: 64px;
}

.nav-logo{
	width: 180px;
	height: 64px;
	margin-right: 50px;
	padding-left: 64px;
	background: url(../img/company_logo.png)  no-repeat;
	float: left;
	color: transparent;
	clear: both;
}

.nav-logo:hover{
	background: url(../img/home.png) no-repeat;
	color: #FF9800;
	font-size: 24px;
	line-height: 64px;
	text-align: center;
}

.nav-list{
	float: left;
}

.nav-list li{
	height: 64px;
	line-height: 64px;
	color: #4a4a4a;
	font-size: 22px;
	margin-right: 40px;
	float: left;
}

.nav-list li a:hover{
	color: #FF9800;
}
