/* Fancy Intro stack v1.1.2 by Tsooj Media */



.atmFancyIntroBackground
{
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
	background-color: #880000 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#880000), to(#FFFFFF));
	background: -webkit-linear-gradient(#880000, #FFFFFF) !important;
	background: -moz-linear-gradient(top,  #880000,  #FFFFFF) !important;
	background: -o-linear-gradient(#880000, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#880000', EndColorStr='#FFFFFF'); /* IE */
	/*visibility: hidden;*/
	z-index: 16000001 !important;
}

.atmFancyIntroText
{
	position: fixed !important;
	left: 0 !important;
/*	line-height: 100% !important;*/
/*	bottom: 52% !important;*/
	font-size: 40px;
	width: 100% !important;
	color: #FFCC66;
	letter-spacing: 2px  !important;
	text-shadow: 0px 2px 3px #880000 !important;
	/*filter: dropshadow(Color=#880000, offX=2, offY=3, Positive='true');*/ /* IE */
	text-align: center !important;
	
	visibility: hidden;
	z-index: 16000002  !important; 
	font-weight: bold;
	
}

.atmFancyIntroUpperText
{
	bottom: 52% !important;
	vertical-align: bottom !important;	
}

.atmFancyIntroLowerText
{
	top: 52% !important;
	vertical-align: top !important;	
}


.atmFancyIntroTextHolder
{
	display: none;
}

.atmFancyIntroLine
{
	position: fixed !important;
	top: 50%;
	left: 0 !important;
	height: 0.5%;
	width: 0px; /* Using 0% causes jQuery animate errors in Opera depending on the jQuery version */
	background-color: #FFFFFF !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#880000));
	background: -webkit-linear-gradient(#FFFFFF, #880000) !important;
	background: -moz-linear-gradient(top,  #FFFFFF,  #880000) !important;
	background: -o-linear-gradient(#FFFFFF, #880000) !important;	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#880000'); /* IE */
	visibility: hidden;
	z-index: 16000003 !important;
}

#stacks_in_52_page0
{
	margin: 0px !important;
	padding: 0px !important;
	display: none;
}


