﻿html 
{
	height: 100%; 
	max-height: 100%; 
	padding: 0;
	margin: 0; 
	border: 0; 
	background: transparent; 
	font-size: 76%; 
	font-family: arial;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	/*overflow: hidden; 
	/* */ 
}

body 
{
	height: 100%; 
	max-height: 100%; 
	overflow: auto; 
	padding: 0; 
	margin: 0; 
	border: 0;
	background: #201A18;
}

#content 
{
	overflow: auto; 
	position: absolute; 
	z-index: 3; 
	top: 120px; 
	left: 0px; 
	right: 0px; 
	/*background: #fff;*/
	background: transparent;
}

* html #content 
{
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	/*height: 100%; 
	max-height: 100%; */
	width: 100%; 
	overflow: auto; 
	position: absolute; 
	z-index: 3; 
	border-top: 120px solid #201A18; 

	color: #E3741A; 
}

.SEOTextGrey
{
	width:100%;
	height:100%;
	padding-right:4px;
	font-size:12px;
	color:#8C8C8C;
	text-align:right;
	font-style:italic;
	cursor:hand;
	text-decoration:none;
}

.SEOTextOrange
{
	width:100%;
	padding-right:4px;
	font-size:12px;
	color:#E3741A;
	text-align:right;
	font-style:italic;
	text-decoration:none;
}

#head 
{
	position: absolute; 
	margin: 0; 
	top: 0; 
	left: 0; 
	display: block; 
	width: 100%; 
	height: 120px; 
	background: #201A18 url(../media/black_header.jpg) repeat-x top left;  
	background-position: 0 0; 
	font-size: 4em; 
	z-index: 5; 
	overflow: hidden; 
	color: #E3741A;
}

#foot 
{
	margin: 0;  
	float: left;
	display: block; 
	width: 100%; 
	height: 80px; 
	font-size: 10px; 
	overflow: hidden; 
	background: #201A18 url(../media/black_footer.jpg) repeat-x bottom left; 
	color: #E3741A;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
	visibility:hidden;
}

#foot span b
{
	color: #E3741A;
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 35px;
	text-decoration:none; 
}

#foot span b a
{
	color: #E3741A;
	text-align: center;
	padding-top: 35px;
	text-decoration:none; 
}

.FinalSol
{
	 position:absolute; 
	 visibility:hidden; 
	 background:#E3741A; 
	 border: 4px solid #000; 
	 width:650px;
	 height:400px;
	 z-index:14;
}

.FSText
{
	font-family:Verdana;
	font-size:10px; 	
}

.videoBox
{
	
	width: 400px;
	height: 400px;
	border: 1px solid #fff;
}