@charset "UTF-8";
/* CSS Document */

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
/*	background-color:#000;	*/

}

/* Div layer for the entire banner. */
#container_dc {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: auto;
	background-color:#fff;
	font-family: 'Montserrat', sans-serif;
	overflow:hidden;
	cursor:pointer;
}

.displayObject  {
	position: absolute;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
	visibility:'hidden';
	z-index:3;
}


.buttonObject {
	position: absolute;
	background-repeat:no-repeat;
	z-index:400;
	cursor:pointer;
	visibility:'hidden';
}


/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 402;
}

/* Div layer containing the INTRO video player and video controls. */
#videoIntro_container_dc {
	background-color: #000;
	position: absolute;
	cursor: pointer;
	height:100%;
	width:100%;
	top: 0px;
	left: 0px;
	z-index: 800;
	overflow:hidden;
	opacity: 0;

}

#videoIntro_dc {
	background-color: #000;
	position: absolute;
	cursor: pointer;
	height:100%;
	width:100%;
	top: 0px;
	left: 0px;
	z-index: 800;
	overflow:hidden;
	opacity: 0;
}

#videoUser_container {
	background-color: #000;
	position: absolute;
	cursor: pointer;
	height:410px;
	width:739px;
	top: 4px;
	right: 4px;
	z-index: 800;
	overflow:hidden;
	display:none;
	visibility:hidden;
}

#videoIntro_dc {
	position: absolute;
	border: 0 none;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color: #000;
}

#titleContainer{
	position:absolute;
	left:0px;
	top:168px;
	width:100%;
	height:82px;
	overflow:hidden;
}


#framing {
	border: 0 none;
	position: absolute;
	cursor: pointer;
	bottom: 0px;
	left: 0px;
	z-index: 801;
	background-repeat:no-repeat;
}

.outline{
	position: absolute;
	background-color:#000;
	width:1px;
	height:1px;
	z-index:1000;
}

#outlineTop{
	top:0px;
	left:0px;
	width:100%;
}
#outlineBottom{
	bottom:0px;
	left:0px;
	width:100%;
}
#outlineLeft{
	top:0px;
	left:0px;
	height:100%;
}
#outlineRight{
	top:0px;
	right:0px;
	height:100%;
}

.clickthrough {
	position:absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	overflow:hidden;
	cursor: pointer;
}

#clickforsound{
	position: absolute;
  width: inherit;
	height: inherit;
	z-index: 800;
	display: none;
}

#soundBlinker{
	position: absolute;
	width: 19px;
	height: 17px;
  left: 10px;
  top: 10px;
	background-image:url(clickforsound.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
	opacity:1;
	cursor: pointer;
}

#soundButton{
	position: absolute;
	width: 19px;
	height: 17px;
  left: 10px;
  top: 10px;
  display: none;
	z-index: 800;
}

#soundOn{
	position: absolute;
	width: 19px;
	height: 17px;
	cursor: pointer;
  background-image:url(clickforsound.png);
  background-position: 0px -17px;
  background-repeat: no-repeat;
}

#soundOff{
	position: absolute;
	width: 12px;
	height: 17px;
	cursor: pointer;
  display: none;
  background-image:url(clickforsound.png);
  background-position: 0px -17px;
  background-repeat: no-repeat;
}

#soundOn:hover,
#soundOff:hover {
  background-position: 0px 0px;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}
