@charset "utf-8";

body {
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#000000;
	color:#E6E6E6;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.siteZone {

	width:900px;
	height:800px;
	margin-top:0px; 
	margin-left:auto; 
	margin-right:auto;
	
}
	

	
#backgroundImageLayer{
	position:absolute;
	width:900px;
	height:800px;
	overflow:hidden;

}

#mainSiteContentLayer{
	position:absolute;
	width:900px;
	height:800px;
	overflow:hidden;
	

}

#footerContentLayer{
	position:absolute;
	width:900px;
	height:800px;
	overflow:hidden;
	

}

.footerZone {
	width:853px;
	height:100px;
	margin-top:560px;
	margin-left:20px;
	margin-right:20px;
	float:left;

}

.footerColumn{
	width:185px;
	height:100px;
	float:left;
	margin-right: 20px;

}

.footerColumn p{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin-top:0px;
	margin-bottom:14px;

}

.footerLabel{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;
	margin-top:0px;
	margin-bottom:14px;

}



.logoArea {
	
	height:40px;
	margin-bottom:45px;
	

}

.textDescriptionZoneA {
	width:190px;
	height:500px;
	margin-top:105px;
	margin-right:20px;
	float:left;
	margin-bottom:20px;
	overflow:hidden;

}

.textDescriptionZoneB {
	width:190px;
	height:500px;
	margin-top:105px;
	margin-right:20px;
	float:left;
	margin-bottom: 20px;
	overflow:hidden;

}

.textDescriptionZoneC {
	width:380px;
	height:500px;
	margin-top:105px;
	margin-right:20px;
	float:left;
	margin-bottom: 20px;
	overflow:hidden;

}

.imageDescriptionZone {
	width:437px;
	margin-top:105px;
	margin-right:20px;
	float:left;
	margin-bottom: 20px;

}

.imageDescriptionArea{
	width:437px;
	margin-bottom:1px;
	overflow:hidden;
}

.imageMenuArea{
	width:438px;
	margin-bottom:9px;
	overflow:hidden;
}

.imageMenuItem{
	width:72px;
	margin-right:1px;
	float:left;
}

.digitalAssetMenuArea{
	width:438px;
	margin-bottom:20px;
}

.digitalAssetMenuArea h1 {

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	margin-top:0px;
	margin-bottom:5px;
}

.digitalAssetMenuItem{
	width:185px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin-top:0px;
}

.digitalAssetMenuItem a{
	color:#FFFFFF;
	text-decoration:none;
}

.textDescriptionZoneA h1 {

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	margin-top:0px;
	margin-bottom:14px;
}

.textDescriptionZoneA p {

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin-top:0px;
	margin-bottom:20px;
}

.textDescriptionZoneB h1 {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin-top:0px;
	margin-bottom:14px;
}

.textDescriptionZoneB p {

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin-top:0px;
	margin-bottom:20px;
}

h1 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin-top:0px;
	margin-bottom:14px;
}

p {

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin-top:0px;
	margin-bottom:20px;
}

p a{

	color:#E6E6E6;
	
}


/* MAIN MENU */

	.mainMenuZone {
		
		width:185px;
		height:400px;
		margin-left:20px;
		margin-top:20px;
		margin-right:20px;
		float:left;
	
	}
	
	.mainMenuArea {
		
		width:185px;
	
	}

	.mainMenuItem {
		color:#999999;
		width:185px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:14px;
		margin-top:0px;
	}
	
	.mainMenuItem a{
		color:#999999;
		text-decoration:none;
	}
	
	.mainMenuItemSelected {
		width:185px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:14px;
		margin-top:0px;
		margin-bottom:14px;
		text-decoration:underline;
	}
	
	.mainMenuItemSelected a{
		color:#E6E6E6;
	}
		
	
	.subMenuArea {
		
		width:185px;
		margin-bottom:14px;
		float:left;
	
	}

	.subMenuItem {
		color:#999999;
		width:185px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:14px;
		margin-top:0px;
		text-indent:20px;

	}
	
	.subMenuItem a{
		color:#999999;
		text-decoration:none;
	}
	
	.subMenuItemSelected {
		
		width:185px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		line-height:14px;
		margin-top:0px;
		text-indent:20px;
		text-decoration:underline;

	}
	
	.subMenuItemSelected a{
		color:#E6E6E6;
	}

