@charset "UTF-8";
/* CSS Document */

/* hide from ie on mac \*/
html, body {
	height: 100%;
	}
/* end hide */

img{
	border:none;
	}

body {
	background: #000000;
	margin: 0px;   
	font: 11px Tahoma;
	color: #999;
	text-align: center;
	}
	
.clear{
	clear: both;
	}
	
#wrapper{
	width:100%;
	height:100%;
	min-height: 530px;
	}
	
#flashContent{
	width:100%;
	overflow: hidden;
	}
	
#unityContent{
	height: 1px;
	width: 995px;
	overflow: hidden;
	margin: 0px auto;
	/*background: url(../_images/unity_bg_1.jpg) bottom no-repeat;*/
	}
	
#unityContent a{
	color: #4bb2e2;
	text-decoration: none;
	text-align: center;
	}
	
#chrome{
	width: 100%;
	margin-left: -20px;
	}
	
#chrome td, a{
	color: #F00;
	}
	
#footer{
	height: 300px;
	width: 680px;
	margin: 0px auto 10px auto;
	color: #065260;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8px;
	padding-top: 20px;
	}
	
#footer3dImax{
	width: 336px;
	margin: 0px auto;
	}
	
#footerPromos{
	width: 610px;
	margin: 10px auto 0px auto;
	}
	
#footerPromos .footerPromo{
	float: left;
	width: 300px;
	}
	
#footer a{
	text-decoration: none;
	color: #065260;
	}
	
#footer a:hover{
	text-decoration: underline;
	}
	
#footerButtons{
	width: 400px;
	margin: 10px auto 0px auto;
	}
	
#footerButtons .footerButton{
	padding: 7px 15px;
	border: solid 1px #065260;
	float: left;
	width: 160px;
	font-size: 11px;
	}

#footerLinks{
	color: #1b94ab;
	width: 415px;
	margin: 10px auto 0px auto;
	}
	
#footerLinks a{
	color: #1b94ab;
	}

#footerLinksLeft{
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 5px;
	border-right: solid 1px #1b94ab;
	}
	
#footerLinksRight{
	width: 300px;
	padding-left: 5px;
	float: left;
	text-align: left;
	}

#footerBotom{
	margin-top: 10px;
	font-size: 9px;
	}
	
#footerBotom .micro{
	font-size: 7px;
	}
