/* CSS Document */
/* TUNDRA INTERACTIVE */
	
	/**
	 *	DO NOT CHANGE
	 */
	html {
		height: 100%;
		overflow: auto;
	}
	
	/*
	#333319  - green
	#FF7F00  - orange
	#e8e8ae  - yellow
	*/
	
	p { 	
		font-family: verdana, sans-serif;
		color: #ffffff;
		
		/* DO NOT CHANGE */
		font-size: 0.8em;
		text-align: center;
		background-color: #333319;
	}
	
	h1 {
		font-family: verdana, sans-serif;
		color: #FF7F00;
		
		/* DO NOT CHANGE */
		font-size: 1.3em;
		text-align: left;
		font-weight: 100;
		margin: 10px;
	}
	
	h2{
		font-family: verdana, sans-serif;
		color: #FF7F00;
		
		/* DO NOT CHANGE */
		font-size: 1.3em;
		text-align: center;
		background-color: #333319;
	}
	
	a:link {
		color: #FF7F00;
		
		/* DO NOT CHANGE */
		background-color: #333319;
	}
	
	a:visited {
		color: #e8e8ae;
		
		/* DO NOT CHANGE */
		background-color: #333319;
	}
	
	/*
	 *	CENTRE AN IMAGE - USED FOR CLIENT LOGO
	 */
	img.displayed {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}	
	
	/**
	 *	THIS DIV GETS REPLACE WITH FLASH
	 *
	 */
	#flashcontent {
		position: absolute;
		top: 0px;
		left: 0px;	
		height: 100%;
		width: 100%;
	}
	IMG 
	{
		border: 0px;
	}
	
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background: #333319 url(../images/MetropolisBackground.png) no-repeat center ;
		font-family: Arial, Helvetica;
		font-size: 0.8em;
	}	
	.Navigation 
	{
		position: absolute;
		width: 200px;
		font-size: 0.75em;
		font-family: Arial, Helvetica;
	}
	.Content 
	{
		width: 450px;
		margin: 0px 0px 0px 210px;
		color: #FFF;
	}
	.productPanel
	{
		border-left: 1px solid #a6a69f;
		margin: 0px !important;
		padding: 0px !important;
	}
	.productPanel > DIV 
	{
		padding: 5px 10px 5px 10px;
	}
	.productPanel IMG 
	{
		margin: 10px;
	}
	.Navigation > UL 
	{
		background-color: #434329;
		padding: 0px;
		margin: 0px;
		margin-left: 10px;
	}
	UL 
	{
		padding-left: 10px;
	}
	LI 
	{
		list-style: none;
	}

	.Navigation A
	{
		background-color: #434329;
		color: #e8e8ae;
		display: block;
		text-decoration: none;
		padding: 1px 5px 1px 5px;
	}
	.Navigation A:Hover 
	{
		background-color: #7A7962;
		color: #FFF;
	}
	.Navigation LI.active > A
	{
		background-color: #FF7F00;
		color: #333319;
		border-left: 2px solid #e8e8ae;
	}
	.description 
	{
		background-color: #434329;
		border-top: 1px solid #a6a69f;
		margin-top: 10px;
		padding: 10px !important;
	}
	DIV.logo 
	{
		width: 120px;
	}
	IMG.logo 
	{
		margin: 10px 10px 10px 210px;
	}
	DIV.installFlash
	{
		position: absolute;
		color: #FFF;
		font-weight: 900;
		font-size: 0.70em;
		margin: 10px;
		padding: 5px;
		border: 2px solid #e21010;
		background-color: #e21010;
		width: 110px;
		left: 0px;
	}
	DIV.installFlash .message 
	{
		width: 80px;
	}
