.mainContainer .header{
	position: relative;
	display: inline-block;

	width: 100%;
	height: 160px;

	font-family: "MyriadPro";
	font-weight: 200;
	color: #ffffff;
}

.colorLogo{
	position: absolute;
	display: inline-block;

	top: 25px;
	left: 108px;

	width: 264px;
	height: 264px;

	background: url(../img/test_logo_color.png) no-repeat center;
	background-size: 260px;

	z-index: 10;
}

.headerInfo{
	position: relative;
	display: inline-block;

	width: 100%;
	height: 70px;

	background: #7492ce;
	color: #FFFFFF;
}
.headerInfo .headerInfoCont{
	display: inline-block;

	width: 1355px;
	height: auto;
	margin-left: 310px;
	margin-top: 27px;
	text-align: left;
}

.headerInfoCont span{
	display: inline-block;
}
.headerInfoCont .headerTitle{
	line-height: 21px;
	font-size: 30px;
}
.headerInfoCont .headerEmail{
	margin-left: 88px;

	line-height: 21px;
	font-size: 30px;
}
.headerInfoCont .headerPhone{
	margin-left: 88px;

	line-height: 21px;
	font-size: 30px;
}

.headerMenu{
	position: relative;
	display: inline-block;

	width: 100%;
	height: 90px;

	background: #3157a3;
}
.headerMenuList{
	display: inline-block;
	width: 1355px;
	height: auto;
	margin-left: 310px;
	margin-top: 10px;
}

.headerMenuList a{
	display: block;
	float: left;

	width: auto;
	height: 80px;
	line-height: 70px;

	padding-left: 31px;
	padding-right: 31px;

	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
}
.headerMenuList a.selected{
	line-height: 84px;

	background: #ffffff;
	color: #3157a3;
}
.headerMenuList a:hover{
	line-height: 84px;
}
.headerMenuList a.disabled:hover{
	line-height: 70px;

	color: #8a8a8a;
}