* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: normal;
	background-image: url("images/bg.jpg");
	background-repeat: repeat;
}

p {
	font-size: 1.2em;
	color: black;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

h1#header {
	width: 775px;
	height: 400px;
	background: url(images/header.png) no-repeat;
	text-indent: -9999px;
}

h1 { font-size: 2.4em; color: #37459c;}
h2 { font-size: 2em; margin-top: 15px; color: #37459c;}
h3 { font-size: 1.7em; }

a {
	color: #990000;
	text-decoration: none;
	outline: none;
	}
	a:hover {
		text-decoration: underline;
	}
	a img {
		border: none;
	}
	a.highlight-link {
		color: red;
	}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
}

#page_wrap {
	width: 760px;
	margin: 0 auto;
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	background: white;
}

#whizzer-header {
	background: url(images/topheader-whizzer.jpg) no-repeat;
	padding-top: 80px;
	padding-left: 10px;
	padding-bottom: 17px;
}

ul#menu {
	list-style: none;
	}
	ul#menu li {
		float: left;
		}
		ul#menu li a {
			display: block;
			text-indent: -9999px;
			height: 34px;
		}
	ul#menu li.home a {
		background: url(images/nav-home.jpg) top center no-repeat;
		width: 58px;
		}
		ul#menu li.home a:hover {
			background-position: bottom center;
		}
	ul#menu li.sportcare a {
		background: url(images/nav-sport.jpg) top center no-repeat;
		width: 151px;
		}
		ul#menu li.sportcare a:hover {
			background-position: bottom center;
		}
	ul#menu li.team a {
		background: url(images/nav-team.jpg) top center no-repeat;
		width: 159px;
		}
		ul#menu li.team a:hover {
			background-position: bottom center;
		}
	ul#menu li.store a {
		background: url(images/nav-store.jpg) top center no-repeat;
		width: 119px;
		}
		ul#menu li.store a:hover {
			background-position: bottom center;
		}
	ul#menu li.corporate a {
		background: url(images/nav-corporate.jpg) top center no-repeat;
		width: 93px;
		}
		ul#menu li.corporate a:hover {
			background-position: bottom center;
		}
	ul#menu li.international a {
		background: url(images/nav-international.jpg) top center no-repeat;
		width: 115px;
		}
		ul#menu li.international a:hover {
			background-position: bottom center;
		}
	ul#menu li.sitemap a {
		background: url(images/nav-sitemap.jpg) top center no-repeat;
		width: 65px;
		}
		ul#menu li.sitemap a:hover {
			background-position: bottom center;
		}

ul#button-area {
	float: right;
	width: 184px;
	list-style: none;
	}
	ul#button-area li {
		text-indent: -9999px;
	}
	ul#button-area li.whywhizzer a {
		display: block;
		width: 184px;
		height: 55px;
		background: url(images/button-whywhizzer.jpg)  no-repeat bottom center;
		}
		ul#button-area li.whywhizzer a:hover {
			background-position: top center;
		}
	ul#button-area li.mrsafacts a {
		display: block;
		width: 184px;
		height: 56px;
		background: url(images/button-mrsafacts.jpg)  no-repeat bottom center;
		}
		ul#button-area li.mrsafacts a:hover {
			background-position: top center;
		}
	ul#button-area li.howtouse a {
		display: block;
		width: 184px;
		height: 53px;
		background: url(images/button-howtouse.jpg)  no-repeat bottom center;
		}
		ul#button-area li.howtouse a:hover {
			background-position: top center;
		}
	ul#button-area li.whatitdoes a {
		display: block;
		width: 184px;
		height: 55px;
		background: url(images/button-whatitdoes.jpg)  no-repeat bottom center;
		}
		ul#button-area li.whatitdoes a:hover {
			background-position: top center;
		}
	#whywhizzer ul#button-area li.whywhizzer a,
	#mrsafacts ul#button-area li.mrsafacts a,
	#howtouse ul#button-area li.howtouse a,
	#whatitdoes ul#button-area li.whatitdoes a {
		background-position: top center;
	}
	

#main-content {
	padding: 0px 20px 10px 20px;
	}
	#main-content ul {
		margin-left: 30px;
		list-style: disc;
		margin-bottom: 20px;
		}
		#main-content ul li {
			font-size: 1.2em;
			line-height: 1.4em;
			margin-top: 5px;
		}
		#main-content ul li span {
			text-decoration: underline;
			font-style: italic;
		}
		#main-content ul li strong {
			font-size: 1.8em;
			font-weight: bold;
			color: yellow;
			margin-right: 10px;
		}
	#main-content ol {
		margin-left: 30px;
		}
	#main-content ol li {
			margin: 8px 0px 8px 0px;
			font-size: 1.2em;
			line-height: 1.4em;
	}
		

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	text-align: center;
	color: #cccccc;
	font-size: 1.2em;
}