@CHARSET "UTF-8";
/* header{
	height: 165px;
} */


#topInfoMenu li{
	display: inline;
}

#topInfoMenu li a{
	font-size: 12px;
    text-decoration: none;
    color: #999;
    margin: 0 0 0 10px;
}

#topInfoMenu{
	margin: 15px 2.5% 0px 0px;
}

#topInfo{
	text-align: right;
}

#topLogo{
	text-align: center;
	padding: 10px;
	margin:15px auto 30px;
}

#topNavMenu li{
    text-align: center;
    display: inline-block;
    margin: 0;
    height: 50px;
 
}


.navbar-default{
	text-align: center;
}

#topNavMenu{
	float: none;
    width: 1003px;
    height: 50px;
    margin: 0 auto;
}

#topMenu{
	border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
	
}



header{
	width:100%;
	margin: 0 auto;
	float: left;
	margin-top: 35px;
	
}


.topNav{
	font-size: 16px;
    height: 50px;
    display: block;
    margin: 0;
    padding: 15px 25px;
    color: #666;
    font-weight: bold;
	text-decoration: none;
}

.topNav:hover {
	background:rgba(255,0,0,0.7);
	text-decoration: none;
	color:#fff;
}

#topNavRequest{
	color: rgba(255,0,0,0.7);
}
#topNavRequest:hover{
	background:rgba(255,0,0,0.7);
	text-decoration: none;
	color:#fff;
}
