* {
	margin: 0px;
}

body {
	background: white url(images/background.png) top center repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	color: #777777;
	font-size: 12px;
}

a {
	color: #ff6633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

.seperator {
	margin: 0px 48px 10px 48px;
	clear: both;
}

.subtitle {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 23px;
	color: #ff6633;
}

.dashBox {
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	width: 300px;
}

#pageContainer {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
}

#nav {
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	position: absolute;
	right: 50px;
	height: 34px;
	width: 377px;
	text-align: center;
	list-style: none;
	clear: both;
}

#nav li {
	float: left;
	text-indent: -9999px;
}

#nav li a {
	height: 34px;
	display: block;
}
	
#nav a:hover, #nav a:active, #nav a.selected {
	background-position: bottom;
}

#nav #navhome a {
	width: 83px;
	background-image: url(images/navhome.png);
}

#nav #navwheels a {
	width: 98px;
	background-image: url(images/navwheels.png);
}

#nav #navcontact a {
	width: 109px;
	background-image: url(images/navcontact.png);
}

#nav #navgallery a {
	width: 87px;
	background-image: url(images/navgallery.png);
}

#footer {
	width: 704px;
	margin: 0px 48px 15px 48px;
}

#footer a {
	color: #ff9933;
}

/*******************************
*             Home             *
*******************************/

#home #wheelsplash {
	margin: 0px 48px 10px 48px;
}

#home #leftSide {
	float: left;
	width: 323px;
	margin: 10px 10px 40px 67px;
}

#home #rightSide {
	float: left;
	width: 323px;
	margin: 10px 67px 40px 10px;
}

#home .dashBox {
	line-height: 18px;
}

/*******************************
*           Wheels             *
*******************************/

#wheels #wheelDetail {
	margin: 0px 50px 10px 50px;
	width: 700px;
	height: 260px;
	position: relative;
}

#wheels #zoomText {
	position: absolute;
	font-size: 10px;
	bottom: 30px;
	left: 250px;
}

#wheels #zoomBox {
	position: absolute;
	height: 250px;
	bottom: 0px;
	left: 15px;
	z-index: 20;
}

#wheels #zoomBox a {
	display: block;
	width: 260px;
	height: 250px;
}

#wheels #wheelSel, #wheels #wheelSel2 {
	height: 140px;
	margin: 0px 10px 10px 10px;
	width: 700px;
}

#wheels #wheelSel ul, #wheels #wheelSel2 ul {
	height: 140px;
	width: 700px;
	text-align: center;
	list-style: none;
	clear: both;
}

#wheels #wheelSel li, #wheels #wheelSel2 li {
	float: left;
	text-indent: -9999px;
}

#wheels #wheelSel li a, #wheels #wheelSel2 li a {
	height: 140px;
	display: block;
	background-position: top;
}
	
#wheels #wheelSel a:hover, #wheelSel a:active, #wheelSel a.selected,
#wheels #wheelSel2 a:hover, #wheelSel2 a:active, #wheelSel2 a.selected {
	background-position: bottom;
}

#wheels #wheelSel #wheel-01 a {
	width: 142px;
	background-image: url(images/wheels_01.png);
}

#wheels #wheelSel #wheel-02 a {
	width: 139px;
	background-image: url(images/wheels_02.png);
}

#wheels #wheelSel #wheel-03 a {
	width: 141px;
	background-image: url(images/wheels_03.png);
}

#wheels #wheelSel #wheel-04 a {
	width: 140px;
	background-image: url(images/wheels_04.png);
}

#wheels #wheelSel #wheel-05 a {
	width: 138px;
	background-image: url(images/wheels_05.png);
}

#wheels #wheelSel2 #wheel-06 a {
	width: 144px;
	background-image: url(images/wheels_06.png);
}

#wheels #wheelSel2 #wheel-07 a {
	width: 137px;
	background-image: url(images/wheels_07.png);
}

#wheels #wheelSel2 #wheel-08 a {
	width: 139px;
	background-image: url(images/wheels_08.png);
}

#wheels #wheelSel2 #wheel-09 a {
	width: 139px;
	background-image: url(images/wheels_09.png);
}

#wheels #wheelSel2 #wheel-10 a {
	width: 141px;
	background-image: url(images/wheels_10.png);
}

#wheels #viewText {
	font-size: 10px;
	margin: 3px 50px 10px 50px;
}

#wheels .wheelTitle {
	margin: 3px 0px 5px 50px;
	font-size: 12pt;
}

/*******************************
*           Contact            *
*******************************/

#contact #leftSide {
	float: left;
	width: 323px;
	margin: 10px 10px 40px 67px;
}

#contact #leftSide .dashBox p {
	line-height: 18px;
	margin-bottom: 20px;
}

#contact #rightSide {
	float: left;
	width: 323px;
	margin: 10px 67px 40px 10px;
}

#contact #rightSide .dashBox {
	line-height: 22px;
	position: relative;
}

#contact .dashBox input {
	position: absolute;
	left: 70px;
}

#contact #formButton {
	text-align: right;
	margin: 10px 90px auto auto;
}

/*******************************
*           Gallery            *
*******************************/



