@import url(reset.css);
.subheadline {
	color: #ffD800;
	line-height: 14pt;
}


html, body {
	height:100%; /* needed for container min-height */
	background: #000 url(bg.jpg) top center no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	text-align: center;
}

.flash {
}

.flashBody {
	min-width: 1021px;
	min-height: 600px;
}

* html  {
	height: 100%;
}

*+html  {
	height: 100%;
}

.nonflash {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#content {
	text-align: left;
	padding: 0 0 80px 0;
}

#content h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 48px;
	line-height: 38px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
	margin: 0 0 5px 0;
	width: 400px;
	padding: 90px 0 0 180px;
}

#content p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 480px;
	padding: 0 0 0 180px;
	line-height: 14pt;
}


#content #install_flash {
	display: block;
	width: 95px;
	height: 106px;
	background: transparent url(button_install_flash.png) 0 0 no-repeat;
	margin: 55px 0 0 353px;
}

#content #install_flash:hover {
	background-position: 0 -106px;
}

* html #content #install_flash {
	background-image: url(button_install_flash.gif);
}

#content ul {
	border-top: 1px solid #4c4c4c;
	margin: 50px 0 50px 0;
	height: 65px;
	background: transparent url(navigation_background.png) bottom left no-repeat;
}

#content ul li {
	width: 264px;
	height: 65px;
	float: left;
}

#content ul li a:link,
#content ul li a:visited {
	display: block;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}

#content ul li a:hover,
#content ul li a:active,
#content ul li a:focus {
	color: #ffd800;
}

#content ul li a span {
	display: block;
	color: #FFD800;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0.3px;
}

#content h2 {
	display: block;
	padding: 70px 0 4px 180px;
	color: #fff;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	position: absolute;
	width: 820px;
	height: 40px;
	bottom: 0;
}

* html #footer {
	left: 50%;
	margin: 0 0 0 -425px;
}

*+html #footer {
	left: 50%;
	margin: 0 0 0 -425px;
}

#footer ul {
	list-style: none;
	margin: 0 0 5px 0;
}

#footer ul li {
	display: inline;
	margin: 0 15px 0 0;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #404040;
	text-decoration: none;
}


#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus  {
	color: #FFD800;
}

.email_link {
	unicode-bidi:bidi-override;
	direction: rtl;	
}

#key_text {
	padding: 620px 0 50px 0;
}

.column {
	width: 375px;
	float: left;
	margin-left: 15px;
	margin-right: 35px;
}

.column2 {
	margin-left: 0;
	margin-right: 0;
}

#content .column h2 {
	padding: 30px 0 4px 0;
}

#content .column p {
	width: auto;
	padding-left: 0;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
}

.clear {
	clear: both;
}
