
	/**
	* zero everything
	*/	
	*, body {
		margin: 0;
		padding: 0;
		}
		
		
		
	/**
	* global declarations
	*/
	html, body {
		height: 100%;
		}
		
	body {
		background-color: #000;
		font-size: 0.75em;
		/*color: #737373;*/
		color:#CDCDCD;
		line-height: 18px;
		text-align: center;
		margin: 27px 0 0;
		font-family: Arial, Helvetica, sans-serif;
		}

	a {
		/*color: #737373;*/
		color:#CDCDCD;
		outline: 0;
		text-decoration: none;
		}
		
	a.perm {
		color: #DF0000 !important;
		}
		
	a.perm:hover {
		color: #CDCDCD !important;
		}
		
	a:hover {
		color: #DF0000 !important;
		}
		
	ul {
		list-style-type: none;
		}
		
	.dotLine {
		height: 1px;
		line-height: 1px;
		font-size: 1px;
		margin: 10px 0;
		background-color: #212121;
		}
				
		
		
	/**
	* form elements
	*/
	input, button, table, select, textarea {
		font-size: 1em;
		font-family: Arial, Helvetica, sans-serif;
		/*color: #737373;*/
		color:#CDCDCD;
		}
		
	input, select, textarea {
		border: 0;
		background: #000 url(../../images/layout/input-bg.jpg) !important;
		}
		
	input.radio {
		background: none !important;
		}
		
	.checkbox {
		background: none !important;
		}
		
		
		
	/**
	* nasty select box workaround for IE
	*/
	select {
		/*color: #737373;*/
		color:#CDCDCD;
		height: auto !important;
		background-color: #313535 !important;
		}
	


	/**
	* main container
	*/
	#container {
		width: 896px;
		margin: 0 auto;
		text-align: left;
		}
	
	
	
	/**
	* top section
	*/
	#top {
		height: 82px;
		background: url(../../images/layout/topline.gif) 300px 5px no-repeat;
		}
	
	
	
	/**
	* logo
	*/
	h1 {
		height: 82px;
		text-indent: -9999em;
		background: url(../../images/logo.jpg) right no-repeat;
		}
		
	h1 a {
		display: block;
		height: 82px;
		}
		
	div#brand {
		width: 281px;
		height: 82px;
		float: left;
		text-indent: 0;
		display: inline;
		margin: 0 42px 0 0;
		}
		
		


	/**
	* header
	*/
	#header {
		/*background: url(../../images/placeholders/flash-placeholder.jpg) no-repeat;*/
		}
		
	#header {
		width: 896px;
		height: 160px;
		}
		
	#fBan {
		height: 156px;
		position: relative;
		}
		
	#fTick {
		height: 44px;
		line-height: 44px;
		text-align: center;
		}
		
	#header img {
		top: 0;
		left: 0;
		height: 156px;
		width: 896px;
		position: absolute;
		}
		
	#ticker {
		height: 43px;
		}
		


	/**
	* content
	*/	
	#cTop, #cBottom {
		height: 2px;
		line-height: 2px;
		font-size: 1px;
		background: url(../../images/corners/content-top.gif);
		}
		
	#cBottom {
		background: url(../../images/corners/content-bottom.gif);
		}
	
	#content {
		clear: both;
		padding: 0 2px;
		background-color: #212121;
		}
		
	#left {
		float: left;
		width: 670px;
		margin: 0 2px 0 0;
		}
		
	#right {
		width: 220px;
		float: left;
		}
		
	.pointer{
		padding: 0 10px 0 0;
		display: inline;
		background: url(../../../images/bullets/play-small.gif) right no-repeat;
	}	
		
	/**
	* headings
	*/
	h2 {
		width: 168px;
		line-height: 24px;
		color: #DF0000;
		font-size: 1em;
		margin: 0 0 7px 2px;
		padding: 12px 0 0 8px;
		font-weight: normal;
		background: url(../../images/layout/heading-bg.gif) bottom left repeat-x;
		}
		
	h2.flo {
		float: left;
		}
		
	h2.grow {
		width: auto;
		padding: 0;
		margin: 14px 0 7px 2px;
		background: none;
		}
		
	h2.grow span {
		line-height: 24px;
		padding: 5px 8px 8px 8px;
		background: url(../../images/layout/heading-bg.gif) repeat-x;
		}



	/**
	* general
	*/
	#content p {
		padding: 0 10px;
		}
		
	button {
		border: 0;
		cursor: pointer;
		text-indent: -9999em;
		background-color: #000;
		color: #818181;
		}
		
		
		
	/**
	* footer
	*/	
	#footer {
		clear: both;
		color: #4D4D4D;
		margin: 2px 0 0;
		line-height: 49px;
		}
		
	#footer a {
		color: #4D4D4D;
		}
		
	#footer i { display:none; }
		
/*	-------------------------------------------------------------
	Css clearing fix
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.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 */
	
	
