.header-container	{
	width: 100%;
	height: 805px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.header	{
	width: 980px;
	height: 635px;
	margin: auto;
	padding-top: 170px;
}

.header-utp	{
	width: 943px;
	height: 206px;
	margin: auto;
	background-image: url(../img/header_utp_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.header-utp-left	{
	width: 565px;
	height: 186px;
	float: left;
	text-align: left;
	color: #ffffff;
	font-family: "MyriadProBoldCond";
	font-size: 42px;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.3);
	padding-left: 35px;
	padding-top: 20px;
	background-image: url(../img/header_utp_point.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.header-utp-left>span	{	
	color: #ffc600;
}

.header-utp-right	{
	width: 330px;
	height: 186px;
	float: right;
	padding-top: 20px;
	padding-right: 10px;
}

.header-utp-text	{
	text-align: center;
	width: 200px;
	height: 110px;
	margin: auto;
	color: #ffffff;
	font-family: "MyriadProBoldCond";
	font-size: 48px;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.3);
	line-height: 50px;
}

.header-utp-text>span	{
	color: #ffc600;
	font-size: 66px;
}

.header-utp-info	{
	text-align: center;
	width: 285px;
	height: 58px;
	margin: auto;
	font-size: 20px;
	font-family: "OpenSansRegular";
	color: #ffffff;
	padding-top: 5px;
}

.header-utp-info>span	{
	font-size: 14px;
	font-family: "OpenSansSemiBold";
	color: #ffffff;
}

.header-bonus	{
	width: 608px;
	height: 231px;
	float: left;
	background-image: url(../img/header_bonus.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 173px;
}

.header-form	{
	width: 320px;
	height: 324px;
	float: right;
	margin-right: 32px;
	padding-top: 20px;
}

.header-bonus-text	{
	width: 310px;
	height: 80px;
	text-align: left;
	font-size: 20px;
	color: #ffffff;
	font-family: "OpenSansRegular";
	position: absolute;
	margin-left: 245px;
	margin-top: 65px;
}

.header-bonus-text>span	{
	font-size: 20px;
	color: #ffc600;
	font-family: "OpenSansExtraBold";
}

.header-form-pole	{
	display: block;
	width: 223px;
	height: 45px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #ffffff;
	background-color: #f7f7f7;
	box-shadow: inset 0px 2px 4px rgba(139,139,139,0.7);
	margin-top: 25px;
	font-size: 18px;
	font-family: "OpenSansRegular";
	color: #616161;
	padding-left: 20px;
	padding-top: 5px;
}

.header-form-button	{
	display: block;
	width: 243px;
	height: 50px;
	background-color: #56c14a;
	background-image: url(../img/menu_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-size: 1px 50px;
	border: none;
	border-radius: 10px;
	border-bottom: 4px solid #379c2c;
	font-size: 18px;
	font-family: "OpenSansBold";
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 2px 2px rgba(28,104,20,1.0);
	line-height: 47px;
	margin-top: 25px;
	cursor: pointer;
}

.header-form-button:hover	{
	text-shadow: 0px 2px 2px rgba(28,104,20,0.3);
}