/*//////////////////////////////////////////////////////////
	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;
	}
	
	/* 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:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}

	body {
		margin: 0; padding: 0;
	}

	#topBar {
		height: 53px;
		background: url(/img/static/tabs/grow-sitebar.gif) repeat-x;
		text-align: center;
	}
	#topBar ul {
		width: 863px;
		text-align: left;
		list-style-type: none;
		margin: 0 auto 0 auto; padding: 19px 0 0 0;
	}
	#topBar ul li {
		float: left;
		background-position: 0 -3px;
		margin: 3px 2px 0 0; padding: 0;
	}
	#topBar ul li a {
		height: 29px;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		margin: 0; padding: 0;
		display: block;
	}
	
	#topBar #tab1 {
		width: 135px;
		background-image: url(/img/static/tabs/dvdgames-1.gif);
	}
	#topBar #tab2 {
		width: 175px;
		background-image: url(/img/static/tabs/chart-1.gif);
	}
	#topBar #tab3 {
		width: 167px;
		background-image: url(/img/static/tabs/irish-1.gif);
	}
	#topBar #tab4 {
		width: 179px;
		background-image: url(/img/static/tabs/dance-1.gif);
	}
	
