/* Main CSS */
html { height:100%; }

body {
	background:url(../images/bg_background.png) repeat-x #A4A4A4;
	color:#FFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif; /* 'Trebuchet MS' */
	font-size:12px;
	height:96%;
	margin:0 auto;
	padding:0;
}

#container {
	background:url(../images/bg_splash.png) no-repeat;
	background-position:0px 46px;
	height:500px;
	margin:0 auto;
	overflow:hidden;
	width:960px;
}

#main_left, #main_right {
	float:left;
	height:220px;
	margin:225px 0 21px 0;
	overflow:hidden;
	width:275px;
}

#main_left {
	height:150px;
	margin:225px 340px 0 54px;
}

#footer {
	clear:both;
	color:#333;
	font-weight:bold;
	font-size:11px;
	line-height:15px;
	margin:0 auto;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:1px;
	position:relative;
	text-align:center;
	top:-2px;
	width:325px;
}

/* text */
h1, h2, h3, h4, h5, h6, p, ul { margin:0; padding:0; }

#main_left p {
	border-bottom:1px dashed #FFF;
	border-top:1px dashed #FFF;
	line-height:1.5em;
	padding:10px 0 12px 0;
}

#main_right ul {
	color:#FFF;
	line-height:2em;
	list-style:none;
	text-align:right;
}

#main_right li, #main_right li.stop {
	background:url(../images/g_download.png) no-repeat;
	background-position:236px 5px;
	padding-right:45px;
}

#main_right li.stop {
	background:url(../images/g_notavailable.png) no-repeat;
	background-position:236px 5px;
	
}

/* Links */
#main_left a {
	color:#FFF;
}

#main_right a:link, #main_right a:visited, #main_right a:active {
	color:#FFF;
	text-decoration:none;
}

#main_right a:hover {
	color:#94E86F;
	text-decoration:underline;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	border-bottom:1px dotted #333;
}

/* Positioning */
.clearboth { clear:both; }
.cursor { cursor:pointer; }
.highlight { background-color:#222; color:#94E86F; padding:1px 2px 2px 2px; }
.highlight:hover { background:none; cursor:help; }

/* mootools styles */
#lightbox {
	height:100%;
	width:100%;
}

.container_morph, #combined_morph, #flash_morph {
	height:550px;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	visibility:hidden;
	z-index:100;
}

.inner_morph {
	height:550px;
	margin:0 auto;
	width:960px;
}

#morph_element01, #morph_element02, #morph_element03, #morph_element04 {
	background-color:#000;
	height:75px;
	left:30px;
	top:30px;
	position:relative;
	width:75px;
	z-index:100;
}

#morph_element02 {
	left:800px;
}

#morph_element03 {
	top:350px;
}

#morph_element04 {
	left:800px;
	top:350px;
}

/* video */
#flash_video {
	background-color:#000;
	border:1px solid #3F6625;
	height:350px;
	margin:0 auto;
	overflow:hidden;
	padding:20px;
	position:relative;
	top:101px;
	width:840px;
}

.main_screen {
	font-size:12px;
	font-weight:bold;
	margin:0 auto;
	padding:105px 0 1px 0;
	text-align:center;
	width:140px;
}

.main_screen:hover {
	cursor:pointer;
}

.main_screen a:link, .main_screen a:visited, .main_screen a:active {
	color:#FFF;
	text-decoration:none;
}

.main_screen a:hover {
	border-bottom:1px dotted #FFF;
}