/******************************************/
/*				SITE 					  */
/******************************************/
body
{
	background-color:rgb(100,100,100);
}

#siteContainer
{
	position:absolute;
	top:0px;
	left:0px;
	height:690px;
	width:1024px;
	background-color:rgb(100,100,100);
	overflow:hidden;
}

#chromeHeader
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	background-color:rgb(0,0,0);
}

#waitSplash
{
	position:absolute;
	top:0px;
	left:0px;
	width:1024px;
	height:946px;
	background-color:rgb(0,0,0);
	z-index:100;
	background-image:url('../../assets/waitPage.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
}

#waitTout
{
	background:url('../../assets/oscarNominationTout_splash.png') no-repeat;
	position:absolute;
	top: 462px;
	left: 32px;	
	width: 400px;
	height: 200px;
}
#waitGGTout
{
	background:url('../../assets/GGAAWinner_splash.png') no-repeat;
	position:absolute;
	top: 354px;
	left: 32px;	
	width: 400px;
	height: 200px;
}
#subwayAd
{
	position: absolute;
	top: 344px;
	left: 148px;
	width:728px;
	height:90px;
}

#waitSpin
{
	top:443px;
	left:493px;
}


#textLoader
{
	position:absolute;
	top: 388px;
	left: 220px;
}

#loadingElipses
{
	position: absolute;
	top: 21px;
	left: 33px;
	width: 18px;
	height: 5px;
	overflow:hidden;
	-webkit-animation-name: loadElip;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count:infinite;
}

#loadingElipses img
{
	position:absolute;
}


@-webkit-keyframes loadElip {
 0% { width:0px;}
 24% { width:0px;}
 25%{width:6px;}
 49%{width:6px;}
 50%{width:12px;}
 74%{width:12px;}
 75%{width:18px;}
 100%{width:18px;}
}



.loadingSpin
{
	position:absolute;

	width:36px;
	height:36px;
	background-image:url('../../assets/loader.png');
	-webkit-animation-name: spinner;
    -webkit-animation-duration: 40s;
	-webkit-animation-iteration-count:infinite;
}


@-webkit-keyframes spinner {
 from {
   -webkit-transform:rotate(0deg);
 }
 to {
   -webkit-transform:rotate(3600deg);
 }
}

#readySuite
{
	position:absolute;
	top: 465px;
	left:300px;
	width:424px;
	height:160px;
	opacity:0;
}

#enterButton
{
	position:absolute;
	top: -43px;
	left: -64px;
	width: 210px;
	height: 76px;
	background-image:url('../../assets/introEnter.png');
	
}

#enterTicketsButton
{
	position:absolute;
	top: -440px;
	left: 530px;
	width:148px;
	height:34px;
	
}

#tmBanner
{
	position:absolute;
	top: -440px;
	left: -237px;
	width:268px;
	height:34px;
}


#sweepsLegal
{
	position: absolute;
	top: 150px;
	left: -230px;
	width: 200px;
	color:#A5967A;
	font-size: 9px;
	font-family: "Didact Gothic", sans-serif;
}

#rtQuote
{
	position:absolute;
	top: -130px;
	left: -80px;
	width:226px;
	height:73px;	
}


#frontQuotes
{
	position:absolute;
	top: -160px;
	left: -56px;
	width:185px;
	height:107px;
}

.fQuote
{
	position:absolute;
	top: 0px;
	left: 0px;
}

#oneQuote
{
	top: 22px;
	left: -23px;
}

#freshQuote
{
	top: -10px;
	left: 38px;
}

#loadingOverlay
{
	position:absolute;
	top:0px;
	left:0px;
	width: 1024px;
	height:690px;
	background-image:url('../../assets/loadingBack.png');
	z-index:101;
	
}

#demandSpin
{
	top: 333px;
	left:493px;
}


/******************************************/
/*				DVD						  */
/******************************************/
#dvdWidget
{
	width: 738px;
	height: 35px;
	z-index: 2;
	position: absolute;
	top: 40px;
	left: 244px;
	background-image:url('../../assets/home/widgetSprite.png');
}

#dvdType
{
	/*position:absolute;
	width: 254px;
	height: 15px;
	top: 10px;
	left: 81px;
	text-align:center;
	color: #514e47;*/
	
	background-color: #ece7de;
	color: #514E47;
	height: 18px;
	left: 81px;
	padding-top: 4px;
	position: absolute;
	text-align: center;
	top: 7px;
	width: 254px;
}
#typeButton
{
	position: absolute;
	width: 26px;
	height: 22px;
	top: 6px;
	left: 335px;
}

#typeDrop
{
	border-top:none;
	border-left:solid;
	border-right:solid;
	border-bottom:solid;
	border-width:1px;
	border-color: #1d363a;
	position: absolute;
	top: 30px;
	left: 80px;
	text-align: center;
	width:254px;
	color:#514e47;
	background-color: #ece7de;
}

.dvdOption
{
	background-image:url('../../assets/home/dvdDropNorm.png');
}

.dvdOption.sel
{
	background-image:url('../../assets/home/dvdDropSel.png');
}

#dvdSource
{
/*	position: absolute;
	height: 22px;
	top: 7px;
	left: 427px;
	width: 160px;
	text-align:center;
	color: #514e47;
	padding-top:2px;
	*/
	background-color: #ece7de;
	color: #514E47;
	height: 18px;
	left: 427px;
	opacity: 0.7;
	padding-top: 4px;
	position: absolute;
	text-align: center;
	top: 7px;
	width: 160px;
    
    
}

#sourceButton
{
	position: absolute;
	width: 26px;
	height: 22px;
	top: 6px;
	left: 588px;
}

#sourceDrop
{
	border-top:none;
	border-left:solid;
	border-right:solid;
	border-bottom:solid;
	border-width:1px;
	border-color:#1d363a;
	position: absolute;
	top: 30px;
	left: 427px;
	text-align: center;
	width: 160px;
	color:#514e47;
	background-color: #ece7de;
}

.dvdSources
{
	background-image:url('../../assets/home/dvdDropNorm.png');
}
.dvdSources.sel
{
	background-image:url('../../assets/home/dvdDropSel.png');
}


#dvdOrder
{
	position: absolute;
	width: 94px;
	height: 22px;
	top: 6px;
	right: 8px;

}

/******************************************/
/*				EXCLUSIVE				  */
/******************************************/

#execlusiveVideo
{
	position:absolute;
	top: -152px;
	left: -84px;
	width: 240px;
	height: 73px;
	text-align:center;
	background-image:url('../../assets/introExclusive.png');
}

#homeFB
{
	position:absolute;
	top: 46px;
	left: -28px;
	width: 134px;
	height: 36px;
	text-align:center;
	background-image:url('../../assets/introLike.png');
}

/******************************************/
/*				AGE GATE				  */
/******************************************/
#homeGate
{
	position:absolute;
	top: -175px;
	left: -57px;
	width: 539px;
	height: 233px;
	background-image: url('../../assets/footer/ageGate/ageGateBox.png');
	
}

#homeGateText
{
	position:absolute;
	top:155px;
	left:0px;
	height:30px;
	width:100%;
	text-align:center;
	font-family:"Didact Gothic", sans-serif;
	font-size:13px;
	font-weight:lighter;
	
}

#homeGateWarning
{
	color:rgb(210,199,170);
}

#homeGateSorry
{
	color:rgb(255,255,255);
}

#homeGateInvalid
{
	color:rgb(255,255,255);
}

#homeGateDate
{left:123px }

#homeGateMonth
{ left:135px; }
#homeGateDay
{ left:227px; }
#homeGateYear
{ left:319px; }

#homeGateSub
{
	position: absolute;
	top: 182px;
	left: 193.5px;
}

#homeGateClose
{
	position: absolute;
	top: 182px;
	left: 193.5px;
}

#homeFBContainer
{
	position:absolute;
	top:-117px;
	width:403px;
	height:164px;
}
/******************************************/
/*				CHARACTER				  */
/******************************************/
#backgroundCharacterContainer
{
	position:absolute;
	top:40px;
	left:0px;
	width:100%;
	height:590px;
}


/******************************************/
/*				ROTATION				  */
/******************************************/


#rotationAlert
{
	position:absolute;
	top: 353px;
	left: 208px;
	width: 251px;
	height: 172px;
	opacity:0;
}

#rotationAlert img
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

/******************************************/
/*				VOLUME				  */
/******************************************/

#volumeButton
{
	position:absolute; 
	bottom: 38px;
	right: 14px;
	width:41px;
	height:41px;
	background-image:url('../../assets/home/volumeButton.png');
}

.muted
{
	background-image:url('../../assets/home/volumeMuted.png') !important;
}
/******************************************/
/*				ADDABLE				  */
/******************************************/
.hidden
{
	display:none;
}
.keepAbove
{
	z-index:1;
}

.bottomPOS
{
	background-position:bottom !important;
}

.awardAbovebottomPOS
{
	background-position:bottom !important;
}

.rotationAbove
{
	z-index:1000 !important;
}

.rotationBelow
{
	z-index:-1000 !important;
	opacity:0;
}
