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

a img
{
	border: none;	
}

object
{
	padding: 0;
	margin: 0;
}

embed
{
	padding: 0;
	margin: 0;
}

body
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #000000;
}

/* MAIN FRAME */
.mainHolder
{
	
	width: 1024px;
	text-align: left;

}

.mainOuter
{
	display: block;
	width: 1024px;
	float: right;

}

.mainInner
{
	display: block;
	width: 1024px;
	float: left;
	
}

.mainContent
{
	display: block;
	width: 1024px;
	height: 768px;
	float: left;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
}

.info
{
	color: #ffffff;
	display: block;
	position: absolute;
	width: 800px;
	z-index: 22;
	
	
}

.infoInner
{
	display: block;
	width: 790px;
	float: right;
	padding-top: 10px;
}

.infoTitle
{
	display: block;
	width: 760px;
	float: left;
	font-size: 90px;
	font-weight: bold;
	line-height: 77px;
}

.infoSubTitle
{
	display: block;
	width: 760px;
	float: left;
	font-size: 32px;
	font-weight: normal;
}

.contacts
{
	display: block;
	width: 760px;
	float: left;
}

.contact
{
	display: block;
	width: 760px;
	float: left;
	padding-top: 20px;
	font-weight: bold;
	font-size: 15px;
}

.contact a
{
	color: #ffffff;	
	text-decoration: none;
}



.movieContent
{
	display: block;
	position: absolute;
	width: 1024px;
	padding-top: 82px;
	
	z-index: 15;
	
}

.movieContentInner
{
	display: block;
	width: 1024px;
	float: right;
}


.movieHolder
{
	display: block;
	width: 700px;
	float: right;
	min-height: 430px;
	text-align: center;
	vertical-align: top;
	
	
}

.movieHolderInner
{
	display: block;
	width: 640px;
	float: left;
	text-align: center;
	vertical-align: top;

}

.closeMovie
{
	display: block;
	position: absolute;
	width: 330px;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	top: 80px;
	z-index: 30;
}

.closeMovie a
{
	color: #ffffff;
	text-decoration: none;
}

.movieText
{
	display: block;
	width: 640px;
	float: left;
	text-align: right;
	font-size: 12px;
	color: #ffffff;
	padding-top: 25px;
}

.movieText div
{
	display: block;
	width: 200px;
	float: right;
}

#qtmovie
{
	position: absolute;
	top: 98px;
	left: 330px;
	z-index: 20;

}

/*
.thumbHolder
{
	display: block;
	position: absolute;
	width: 989px;

}

.thumbInner
{
	display: block;
	position: absolute;
	width: 989px;
	
}
*/

.playAll
{
	display: block;
	width: 1024px;
	position: absolute;
	padding-top: 630px;
	text-align: center;
	z-index: 6;

}

.playAll a
{
	color: #ffffff;
	text-decoration: none;
}

.thumbLeft
{
	display: block;
	width: 36px;
	position: absolute;
	left: 28px;
	padding-top: 530px;
	z-index: 7;
}

.thumbRight
{
	display: block;
	position: absolute;
	left: 945px;
	padding-top: 530px;
	z-index: 7;
	
}

.reelHolder
{
	position: absolute;
	width: 880px;
	height: 126px;
	padding-top: 500px;
	left: 65px;
	overflow: hidden;
	z-index: 9;
}

.reels
{
	display: block;
	position: absolute;
	width: 6195px;
	left: 0px;
	
}

.reel
{
	display: block;
	width: 885px;
	float: left;
	
}

.thumb
{
	display: block;
	width: 177px;
	float: left;
}	

.endThumb
{
	display: block;
	width: 172px;
	float: left;
}	

.thumbTitle
{
	color: #ffffff;
	display: block;
	float: left;
	width: 172px;
	height: 30px;
	vertical-align: bottom;
	font-size: 11px;
	
}

.titleText
{
	display: none;	
}

.thumb div.thumbScrim
{
	display: block;
	position: absolute;
	width: 172px;
	height: 96px;
	top: 30px;
	background-color: #ffffff;
	z-index: 10;
	cursor: pointer;
}




