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

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #003366;
	background-image: url(../images/headerback.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.hidden {
	display: none;
}

a, a:visited, a:link {
	color: #0000CC;
}

#page {
	width: 760px;
	margin: 0 auto;
}

#header {
	height: 100px;
	background-image: url(../images/headerbanner.jpg);
}

#header h1 {
	display: none;
}

#content {
	float: right;
	width: 530px;
	margin: 50px 0;
}

#content h1 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	color: #FFFFFF;
	padding: 6px 0 0 10px;
	background-image: url(../images/header1back.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

#content h2 {
	font-size: 95%;
	font-weight: bold;
	margin: 10px 5px;
	padding: 0;
}

#content h3 {
	font-size: 95%;
	font-weight: bold;
	margin: 10px 5px;
	padding: 0;
	text-align: center;
}

#content p {
	color: #003366;
	font-size: 90%;
	margin: 10px 5px;
	padding: 0;
}

#content .wheeldetail {
	width: 250px;
	margin: 10px auto;
	text-align: center;
	display: block;
	float: left;
}

#content .wheeldetail h3 {
	margin: 0;
	padding: 8px;
}

#content .wheeldetail p {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#content ul {
	list-style: none;
	font-size: 85%;
}

#content ul li {
	padding: 5px;
}

#content img.inlinepic {
	float: right;
	padding: 20px;
}

#content img.imagelink {
	border: 0;
	padding: 20px;
	margin: 0 auto;
	display: block;
}

#navigation {
	float: left;
	width: 210px;
	margin: 50px 0;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 0;
}

#navigation li a, #navigation li a:visited {
	display: block;
	height: 36px;
	background-image: url(../images/buttonback.jpg);
	background-repeat: no-repeat;
	font-size: 80%;
	padding: 6px 0 0 8px;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#navigation li a:hover {
	color: #3366CC;
}

#navigation li a .new {
	color: #F00;
}

#footer {
	clear: both;
	background-image: url(../images/copyrightback.jpg);
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
}

#footer p {
	display: none;
}

img {
	border: 0;
}

.appstorebadge {
	position: relative;
	top: -70px;
}

.appstorebadge img {
	border: none;
}

p.spacer {
	font-size: 1px;
}

.screenshotwithbuttons {
	width: 200px;
	float: right;
	margin-right: 30px;
	padding: 0 10px 10px 10px;
	text-align: center;
}

.buttons {
	position: relative;
	top:-80px;
}

.buttons img {
	border: 0;
}

