/* animated header */


.header {
	height:51px;
	width:701px;
	overflow:hidden;
	margin-bottom:0px;
	z-index:10;
}

#greyBG {
	width:701px;
	height:51px;
	margin-top:-15px;
	
	-moz-opacity:0.8;filter:alpha(opacity=80);
	padding:0px;
}

#blackCopy {
	margin-top:-51px;
	height:51px;
	padding:0px;
}

#whiteCopy {
	margin-top:-51px;
}

.car_container {
	width:353px;
	height:110px;
	margin:0 0 0 360px;
	padding:0px;
	top:114px;
	position:absolute;
	overflow:hidden;
	z-index:1000;
}

.truck_container {
	width:353px;
	height:110px;
	margin:0px;
	margin-left:387px;
	padding:0px;
	top:114px;
	position:absolute;
	overflow:hidden;
}

.champion_container {
	width:353px;
	height:110px;
	margin:0px;
	margin-left:368px;
	padding:0px;
	top:126px;
	position:absolute;
	overflow:hidden;
}

#car {	
	width:406px;
	height:103px;
	margin-left:600px;
	padding:0px;
}

#truck {	
	margin-top:-45px;
	margin-left:600px;
	position:absolute;
	z-index:9999;
}

#car_free {	
	margin-top:-45px;
	margin-left:600px;
	position:absolute;
	z-index:9999;
}



/* tip detail pages - css for no animation */

.tip_header {
	height:51px;
	width:701px;
	overflow:hidden;
	margin-bottom:53px;
	margin-top:7px;
}



.tip_header .blackCopy {
	margin-top:0px;
	height:51px;
	padding:0px;
	z-index:-1;	
}

.tip_header .whiteCopy {
	margin-top:-50px;
}

.tip_car_container {
	width:353px;
	height:110px;
	margin:0px;
	margin-left:360px;
	padding:0px;
	top:113px;
	position:absolute;
	overflow:hidden;
	z-index:999;
}

.tip_car {	
	width:406px;
	height:103px;
	padding:0px;
}

/* champion pages - css for no animation */

.champion_header {
	height:51px;
	width:701px;
	overflow:hidden;
	margin-bottom:53px;
	margin-top:8px;

}

.champion_header #blackCopy {
	margin-top:0px;
	height:51px;
	padding:0px;
	
}

.champion_header #whiteCopy {
	margin-top:-51px;
}

.champion_container {
	width:353px;
	height:110px;
	margin:0px;
	margin-left:368px;
	padding:0px;
	top:124px;
	position:absolute;
	overflow:hidden;
	z-index:1;
}

#champion_car {	
	width:406px;
	height:103px;	
	padding:0px;

}



