/* 
===============================================*/
.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: 600px;
  margin-left: -500px;  /***  width / 2   ***/
  position: absolute;
  top: -300px;          /***  height / 2   ***/
  left: 50%;
	background-image: url("../image/splash/splashscreen.jpg");	
}


/* Header
===============================================*/
#splashHeader
{
	position: absolute; 
	left: 65px; 
	top: 160px;
	width: 330px;
}

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

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

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

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

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

div.row span.right {
	display: block;
	width: 66%;
	padding-right: 10px;
	float: right;
	text-align: right;
}

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



/* index.php -> custom styles
===============================================*/
#bigarrow
{
	position:absolute;
	top: 348px;
	left: 288px;
}
#htmlversion
{
	position:absolute;
	top: 350px;
	left: 332px;
}
#flashrequired
{
	position:absolute;
	top: 313px;
	left: 152px;
}

#smallarrow
{
	position:absolute;
	top: 354px;
	left: 109px;
}

#downloadflash
{
	position:absolute;
	top: 355px;
	left: 152px;
}

/* 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*/
}



