/* Header Styles */
.header{ 
	width:100%; 
	background-image:url(header_bg.gif);
	background-size:cover; 
}

.header .page_wrap{ width:707px; height:102px; margin:0 auto;

}

.top-banner{
	display:flex;
	background-color: black;
	height:55px;
	color:white;
	align-items: center;
	justify-content:center;

	
}

.top-banner > section{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-around;
	width:100%;
	height:100%;
}

.top-banner > section > img{	
	height:110%;
}
.top-banner > section > span{
	display:flex;
	flex-direction:row;
	align-items:center;
}

.tags{float:left; width:100%;height:19px;margin:5px auto;}
.tagItem{float:right;width:auto;height:17px;color:#fff;margin-left:17px;padding:1px 0 0;}
.tagItem a{text-decoration:none;color:#fff;font-size:11px;margin-left:4px;display:block;float:left;}
.tagItem a strong{color:#FFBD3D;}
.tagItem img{float:left;display:block;margin-top:3px;}
.tagItem a:hover{text-decoration:underline;}

.logo{ clear:both; float:left; margin-top:30px; width:40%; height:46px !important;background:url(logo.gif) 0 0 no-repeat; }
.header_right{float:left; width:60%;}
.logo .h1{height:46px;}
.logo .h1 a{display:block;height:46px; width:239px;}
.logo .h1 span{display:none;}

.loginBox{ width:388px;height:55px;float:right; background:url(login_box_bg.gif) 0 0 no-repeat;  padding-left:0px; }
.loginPart{ height:43px;width:269px;float:right;color:#fff;padding-top:6px; margin-right:0px; display:block; }
.textBox{ width:1002px;height:40px;float:left;padding-right:6px;}
.textBox p{font-size:11px;color:#dadada;}
.inputs{ width:100px;height:18px; background:#f4f4f4; border:1px solid #a5acb2; font-size:15px; padding-top:2px; }
.loginBtn{ float:left; margin-top:16px;}

.loguedBox{width:388px;height:33px;float:right;padding:22px 0 0 20px;font:11px Verdana, Arial, Helvetica, sans-serif;color:#FFF;position:relative;}
.loguedBox span{display:block;}
.loguedBox a{color:#f8c437}
.loguedBox input{position:absolute;top:20px;right:17px;}
