@charset "utf-8";
.top_wrapper{
	background-color:#f78e20;
	padding-bottom:0px;
	width:100%;
	position:relative;
}

.top_container{
	width:100%;
	height:950px;
}

.header_container{
	position:absolute;
	top:170px;
	text-align:center;
	width:980px;
	left:50%;
	margin-left:-490px;
}

.header_title{
	font-size:50px;
	color:#fff;
	font-weight:550;
	text-align:center;
	line-height:60px;
	width:750px;
	margin:auto;
}

a{
	color:#505050;
	text-decoration:none;
}

a.header_buy{
	display:inline-block;
	padding:15px 30px;
	background-color:#f78e20;
	color:#fff;
	text-decoration:none;
	border-radius:4px;
	font-size:18px;
	font-weight:500;
	margin-top:30px;
}

a.header_buy_contact{
	display:inline-block;
	padding:15px 30px;
	background-color:#aeadad;
	color:#fff;
	text-decoration:none;
	border-radius:4px;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	margin-top:70px;
}

.header_image_container{
	position:relative;
	width:100%;
	height:600px;
	margin-top:-550px;
	text-align:center;
	overflow:hidden;
}

.header_image{
	position:absolute;
	width:1136px;
	left:50%;
	margin-left:-568px;
}

td h2{
	font-size:24px;
	color:#505050;
	font-weight:700px;
	padding:0px 0px 0px 0px;
	margin:0px;
}

td h1{
	font-size:60px;
	color:#f78e20;
	padding:10px 0px 0px 0px;
	margin:0px;
	font-weight:300;
	line-height:90px !important;
}

.content_container{
	padding:20px 0px;
}

.content{
	width:980px;
	margin:auto;
}

.content h1{
	margin:0px;
	padding:0px;
	font-size:40px;
	line-height:50px;
	text-align:center;
}

.play_button{
	position:absolute;
	left:50%;
	margin-left:-40px;
	width:75px;
	height:75px;
	background:url(/images/video_play_button.png) center center no-repeat;
	cursor:pointer;
	top:50%;
	margin-top:-140px;
}

#hover_dummy{
	position:relative;
	width:67px;
	height:67px;
	overflow:hidden;
}

#hover_dummy img{
	position:absolute;
	top:0px;
	left:0px;
}