@charset "UTF-8";

body 
{
	margin: 0px;
	background-color: #000;
	background-image: url(../images/bg_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	height: 800px;
}


a.linkNoColor:link,a.linkNoColor:visited,a.linkNoColor:active
{
	text-decoration: none;
	color: #949494;
}

a.linkNoColor:hover
{
	text-decoration: none;
	color: #ffffff;
}


#page-background 
{
	position:relative; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	background-image: url(../images/logo_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;

}


#flash_thumbMovieHolder
{

	width: 100%;
	height: 1px;
	position: relative;
	z-index: 1;
	visibility: hidden;
	overflow: hidden;
	
	
}

#flash_thumbMovie
{
	width: 500px;
	height: 350px;
	padding-top: 40px;
}

#top
{
	width: 100%;
	height: 400px;
	z-index: 1;
	vertical-align: top;
}

#top_left
{
	width: 50%;
	height: 300px;
	float: left;
	z-index: 1;	
	
	
}

#top_right
{
	width: 46%;
	height: 300px;
	float: left;
	padding-left: 20px;
	z-index: 2;
	
}

#middle
{
	width: 100%;
	z-index: 3;
	visibility: hidden;
}

#middleVisible
{
	width: 100%;
	z-index: 3;
	visibility: visible;
}

#bottom
{
	width: 100%;
	z-index: 4;
	visibility: hidden;
}

#bottomVisible
{
	width: 100%;
	z-index: 4;
	visibility: visible;
}

#txt_improve
{
	width: 350px;
	height: 100px;
	font-size: 2em;
	color: #ffffff;
	line-height: 40px;
	padding-top: 50px;
	text-align: right;
}

#txt_findOutMore
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 28px;
	text-align: right;
}

#txt_free
{
	text-align: right;
	color: #8dc63f;
	font-size: 1em;
}

.txtNorm
{
	
	font-size: .8em;
	color: #FFF;
	line-height: 18px;
}

.txtNormGreyCenter
{
	color: #949494;
	font-size: .8em;
	line-height: 18px;
	text-align: center;
}

.txtLargeBlue
{
	color: #00a9dc;
	font-size: 1.6em;
}

.txtSmall
{
	font-size: .7em;
	color: #FFF;
	line-height: 18px;
}