

/* --------------------------------- global */

body {
	overflow: hidden;
	position: fixed;
	color: #ffffff;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #ff5e4d;
	text-decoration: underline;
}
a:active {
	color: #ff5e4d;
	text-decoration: underline;
}
span {
	padding: 2px;
	background-color: #000000;
}


/* --------------------------------- div+img formats */

.reelimagery {
	width: 60%;
	z-index:2;
	vertical-align: middle;
	text-align: center;
}
.reelvid {
	width: 60%;
	z-index:2;
	vertical-align: middle;
	text-align: center;
}

.reelcontainment {
	display: table;
	overflow: hidden;
	position: absolute;
	vertical-align: middle;
	text-align: center;
	z-index:1;
}
.reelbox {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
	z-index:1;
}
.videobox {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
	z-index:2;
}
.fade {
	position: absolute;
	height: 150%;
	width: 130%;
	opacity: 0;
	z-index:99;
}
.header{
	color: #000000;
	font-family: Times New Roman, serif; 
	font-size: 16px;
	line-height: 21px;
	position: absolute;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	z-index:1;
}
.footer{
	color: #000000;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index:1000;
}

.footer a{
	color: #000000;
}
.footer a:hover{
	color: #ff5e4d;
}
.footer a:active{
	color: #ff5e4d;
}

.desccontainment {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 70;
}
.descriptive {
	position: relative;
	display: table;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	line-height: 21px;
	visibility: hidden;
	margin-left: 30px;
	margin-top: 60px;
	z-index: 70;
}

.trigger {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100;	
}

/* --------------------------------- text formats */


.reg-heading {
	text-transform: uppercase;
	font-weight: regular;
}

.fat-heading {
	text-transform: uppercase;
	font-weight: bold;
}

.caption {
/*	font-family: Times New Roman, serif; */
	font-size: 10px;
	line-height: 13px;
}
