#bike
{
	position: relative;
	height:364px;
	margin-top:30px;
}

#bike_holder
{
	padding-left: 50px;
	background-image: url(../images/bike_areas/bike0.jpg);
	background-repeat: no-repeat;
	background-position: 50px 0;
}

#bike a
{
	text-transform: uppercase;
	font-weight: bold;
	color: #636363;
	font-size: 1.2em;
	padding: 2px 20px 2px 0;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration:none;
}

#bike li
{
	width: 200px;
	text-align: center;
	list-style-type: none;
	padding:0;
	background:none;
}

/* care */
#bikelink1
{
	position: absolute;
	top: 10px;
	right:80px;
}

/* brake */
li#bikelink2
{
	position: absolute;
	bottom: 0px;
	left: 125px;
}

/* chain */
li#bikelink3
{
	position: absolute;
	bottom: 30px;
	right: 75px;
}

/* fork */
li#bikelink4
{
	position: absolute;
	top: 130px;
	left: 0px;
	width: 120px;
	text-align: left;
}

/* engine */
li#bikelink5
{
	position: absolute;
	bottom: 15px;
	right: 130px;
}

