/*//////////////////////////////////////////////////////////
	Global Stuff
//////////////////////////////////////////////////////////*/

	.clearfix:after {
	   content:".";
	   display:block;
	   height:0;
	   clear:both;
	   visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
	
	.hC {
		text-indent: -5999em;
		font: 1px/1px sans-serif;
		background-repeat: no-repeat;
		text-decoration: none;
		color :#fff;
	}
	
	* {
		padding: 0;
		margin: 0;
	}	
		
	br.clear {
		height: 0em;
		font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
		text-decoration: none;
		margin: 0;
		padding: 0;
		clear: both;
	}
	
	button {
		background-color: transparent;
		cursor:pointer;
		border:0; 
	}
		
	/* text-indent:-9999px; line-height: 0.001em; font-size: 0.001em; */
	
/*/////////////////////////////////////////////////////////////////////
	Fontage
/////////////////////////////////////////////////////////////////////*/

	body, a, ul, li, p, h1, h2, h3, h4, input, select, textarea {
		font-family: "Gill Sans", Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	#footerHref {
		font-size: 1.1em;
		padding: 5px 0 0 0;
	}
	#footerHref,
	#footerHref a
	{
		color: #404040;
	}

/*/////////////////////////////////////////////////////////////////////
	Shell
/////////////////////////////////////////////////////////////////////*/

	body {
		font-size: 62.5%;
		text-align: center;
		background-color: #000;
		margin: 0; padding: 0;
	}
	div#container {
		width: 750px;
		text-align: left;
		margin: 100px auto 0 auto; padding: 0;
 		position: relative;
	}
	div#container div#flashPop {
		text-align: center;
		color: #fff;
	}
	div#container div#flashPop a {
		color: #FF6600;
	}
	
	div#iCode {
		width: 750px; height: 460px;
 		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	div#iCode,
	div#iCode iframe
	{
		width: 750px; height: 460px;
		background-color: #000;
	}
	div#iCode iframe {
		border: 0;
	}	
	div#iCode a#btnClose {
		position: absolute;
		font-size: 12px; line-height: 12px;
		color: #fff;
		top: 23px; right: 22px;
	}
	