/* 
===============================================*/
.abstractContainer
{
	display: none;
}

/* To Flash Page Navigation
===============================================*/
#outerContainer
{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;	
}

/* Splash Page Styles
===============================================*/
#splashContainer
{
	
  width: 1000px;
  height: 585px;
  margin-left: -500px;  /***  width / 2   ***/
  position: absolute;
  top: -292px;          /***  height / 2   ***/
  left: 50%;
	background-image: url("../image/splash/splashscreen.jpg");	
}


/* Header
===============================================*/
#splashHeader
{
	position: absolute; 
	left: 245px; 
	top: 220px;
	width: 350px;
}

#splashHeader p
{
	margin-top:12px;
	color: #1c2b2d;
	width:350px;
	font-size: 9pt;
	margin-left: 2px;
	line-height:1.3;
}

/* Country Selection
===============================================*/
#countryContainer
{
	position: absolute; 
	left: 490px; 
	top: 385px;	
}

/* Footer
===============================================*/
div#footer {
	
	position:absolute;
	border:0;
	bottom: 0px;
	width: 1000px;
	height: 24px;
	color: #c6c6c6;
	font-size: 7pt;
	line-height:24px;
}

div.row {
	padding: 0px;
	clear: both;
}

div.row span.left {
	display: block;
	width: auto;
	padding-left: 10px;
	float: left;
	text-align: left;
}

div.row span.right {
	display: block;
	width: auto;
	padding-right: 60px;
	float: right;
	text-align: right;
}

div.spacer {
	font-size: 10px;
    clear: both;
}



/* index.php -> custom styles
===============================================*/
#bigarrow
{
	position:absolute;
	top: 380px;
	left: 665px;
}
#movieversion
{
	position:absolute;
	top: 380px;
	left: 710px;
}
#flashrequired
{
	position:absolute;
	top: 415px;
	left: 710px;
}

#smallarrow
{
	position:absolute;
	top: 443px;
	left: 670px;

}

#htmlversion
{
	position:absolute;
	top: 440px;
	left: 708px;

}

/* movie.php -> custom styles
===============================================*/
#splashContainerInnerWrapper
{
	position: absolute; 
	left: 260px; 
	top: 115px;
}

#splashContainerInnerWrapper #splashHeader
{
	position: static;
	left: auto; 
	top: auto;
	margin: 0 0 36px 40px;
	width: 330px;
}

.movie_button
{
	overflow: hidden;
	float: left;
	position: relative;
}

.downloadflash_button
{
	margin-right: 30px;
	margin-bottom: 3px;
}
#movie_youneed
{
	margin: 0 0 3px 44px;
	color: #95d8d4;
	font-size: 9pt;
	width: 180px;
	line-height: 1.2;
}
#movie_arrow_small
{
	float: left;
	margin-right: 11px;
}
#movie_downloadflash
{
	float: left;
	margin-top: 4px;
}

.htmlversion_button .inlineLinkArrowBig
{
	display: block;
}
#movie_arrow_big
{
	position: absolute;
	top: 2px;
	left: 0px;
}
#movie_htmlversion
{
	margin-left: 45px;
	height: 35px;
	overflow: hidden;
}



.txtflashrequired
{
	font-size: 9pt;
	color: #8ea49e; /*green*/
}

.langLinkList {
	display: none;	
}

