@charset "utf-8";
/* CSS Document */

h2.speedo
{
	margin: 20px 0px 5px 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #900;
	font-size: 12px;
	font-weight: normal;
}

.setup-kit-img
{
	float: left;
	width: 85px;
	text-align: center;
}
.setup-sheet-container
{
	margin-left: 100px;
}
.setup-sheet-container h1
{
	margin:0px 0px 1px 0px;
	padding: 0;
}

.speedo-table, .speedo-table-header
{
	float: left; 
	width: 120px;
	text-transform: capitalize;
	padding: 2px;
	margin: 1px;
}

.speedo-table-header
{
	color: #000;
	font-size:11px;
	background-color: #f8f8f8;
}

#tips-and-tricks
{
	margin-top: 13px;
}

#tips-and-tricks li, ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#tips-and-tricks-cars, #tips-and-tricks-speedo, #tips-and-tricks-service
{
	text-indent: -99999px;
}

#tips-and-tricks-cars
{
	width: 342px;
	height: 97px;
	
	float: left;
	
	background-image: url(/graphics/tips-and-tricks/cars.png);
	background-position: top left;
}
#tips-and-tricks-speedo
{
	width: 343px;
	height: 97px;
	
	float: left;
	
	background-image: url(/graphics/tips-and-tricks/speedo.png);
	background-position: top left;
}
#tips-and-tricks-service
{
	width: 685px;
	height: 50px;
	
	float: left;
	
	background-image: url(/graphics/tips-and-tricks/service.png);
	background-position: top left;
}

#tips-and-tricks-cars:hover, #tips-and-tricks-cars.tips-and-tricks-cars-on
{
	background-position: 0 -97px;
}
#tips-and-tricks-speedo:hover, #tips-and-tricks-speedo.tips-and-tricks-speedo-on
{
	background-position: 0 -97px;
}
#tips-and-tricks-service:hover, #tips-and-tricks-service.tips-and-tricks-service-on
{
	background-position: 0 -50px;
}