/*************************************
	VBC - Distributor Website 
	Sports Theme 
	Theme Styles
*************************************/

body{
	background: #000 url('background.jpg') no-repeat top center;
}

#header{
	background-position:0px -425px;
}

#tabs ul li:hover{
	color:#fff;
	background:url('../../img/spritemain.png') no-repeat -179px -54px;
}

#tabs ul li.active{
	background:url('../../img/spritemain.png') no-repeat -179px -54px;
	color:#fff;
}

#tabs ul li.active a{
	color:#fff;
}

#tabs ul li.shop{
	width:73px;
	background-position:-283px -90px;
}

#tabs ul li.shop.active{
	width:73px;
	background-position:-283px -54px;
}

/* Navigation
*******************************************************************/
#tabs ul li a { color: #fff ; }
#tabs ul li a:hover, #tabs ul li.active { color: #fff !important; }	
#tabs ul li.highlight { background-position: 0 -454px !important; }


h1 {
	background-image: url('page-title.png');
	color: #fff;
}
.module-title {
	background: #2e2e2e;
}
.module-title h2 {
	background: url("tag-icon-arrow.png") no-repeat scroll right -3px transparent;
	color: #fff;
}
.module-bio {
	background-image: url('bio-bg.png');
	background-color: #f3f3f3;
}
.bio-btm-sprite {
	background-image: url('bio-bg.png');
}


/* Footer
*******************************************************************/

#footer { color: #ccc !important; }
#footer p a { color: #ccc !important; }