@charset "UTF-8";


body{
	vertical-align:baseline;
	border:0;
	outline:0;
	padding:0;
	margin:0;
}

img {
    box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

#main_content, #main_content img, .frame {
		position:absolute;
		width:728px;
		height:90px;

}

#main_content, #main_content img {
		left: 0;
		top: 0;
}

#main_content {
	opacity:0;
  	background-color:#000000;
  	overflow: hidden;
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

.mask {
	position: absolute;
	background-color: #000000;
	top: 46px;
	height: 8px !important;
	width: 106px !important;
}

#mask_left{
	left: 123px;
}

#mask_right{
	left: 284px;
}

#f4_redline {
	position: relative;
	margin: 0 auto;

}


#border {
  position: absolute;
  width:100%;
  height:100%;
  bottom: 0px;
  left: 0px;
  border: 1px solid #3e4146;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}


.vertical-text{
	text-transform: uppercase;
    word-wrap: break-word;
}

#bg_click {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#fff;
	opacity:0;
	z-index:50;
	cursor:pointer;
}

#cta_click {
	position: absolute;
	width: 134px;
	height: 27px;
	right: 41px;
	bottom: 18px;
	opacity: 0;
	z-index: 50;
	cursor: pointer;
}

#f3_disc_over {
		position: absolute;
		width: 150px;
		height: 20px;
		right: 282px;
		bottom: 10px;
		opacity: 0;
		z-index: 51;
		cursor: pointer;
}

#f5_disc_over1 {
		position: absolute;
		width: 49px;
		height: 20px;
		left: 140px;
		top: 26px;
		opacity: 0;
		z-index: 51;
		cursor: pointer;
}

#f5_disc_over2 {
	position: absolute;
	width: 103px;
	height: 20px;
	right: 249px;
	bottom: 20px;
	opacity: 0;
	z-index: 51;
	cursor: pointer;
}

.disc_over {
	visibility: hidden;
}

#dislcaimer_close {
		position: absolute;
    display: none;
    width: 64px;
    height: 38px;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 51;
    cursor: pointer;
}

#logo_cont {
	position:absolute;
	display:block;
	width:263px;
	height:74px;
	left: 21px;
    top: 69px;
	overflow: visible;
}



#textLogo {
	position:absolute;
	display:block;
	width:147px;
	height:43px;
	left: 0;
    top: 0;
	opacity:1;

}


#lockout {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:1;

}

#endframe {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;

}

#disclaimer {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
}


#cta-over {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0px;
	opacity:0;
}


/* ================================================
===================================================*/



:focus {outline:none;}
::-moz-focus-inner {border:0;}
