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

* {margin:0px; padding:0px;}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
}

body {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
}

html>body {
	font-size:small;
}
	
body {font-size:80%} /* VERY IMPORTANT TO KEEP SIZES CONSISTENT IE 6, 7 AND FIREFOX!! */

a {outline:none;} /* FF fix */

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	position:relative;
}

#page_title_large {
	color:#01d8ff;
	position:absolute;
	top:75px;
	left: 625px;
	text-align:center;
	padding-right:0px;
	border:0px solid #ffffff;
	width:300px;
}

#page_title_large h1 {
	font-weight:normal;
	font-size:140%;
	padding-bottom:10px;
}

#page_title_large p {
	font-weight:normal;
	padding-bottom:10px;
	line-height: 25px;
}

#bg_large {
	background-image:url(../images/bg_red_large.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:642px;
	width:880px;
	clear:both;
	padding:40px 0px 0px 120px;
	border:0px solid #ffffff;
	position:relative;
}

#bg_large img {
	padding-right:140px;
	padding-bottom:0px;
	margin-bottom:0px;
	border:0px solid #ffffff;
}

#bg_large #motorcycle img {
	padding-right:75px;
	padding-bottom:0px;
	margin-bottom:0px;
	border:0px solid #ffffff;
}

#bg_large #motorcycle span {
	padding-right:80px;
	padding-bottom:0px;
	margin-bottom:0px;
	border:0px solid #ffffff;
	width:200px;
	height:200px;
	display:inline;
}

#bg_large br {
	line-height:3px;
}

#page_title {
	color:#01d8ff;
	float:right;
	text-align:center;
	padding-right:0px;
	border:0px solid #ffffff;
	width:400px;
}

#page_title h1 {
	font-weight:normal;
	font-size:140%;
	padding-bottom:10px;
}

#page_title p {
	font-weight:normal;
	padding-bottom:10px;
	line-height: 25px;
}


#bg_narrow {
	background-image:url(../images/bg_red_narrow.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:175px;
	width:925px;
	clear:both;
	padding:65px 75px 50px 0px;
	border:0px solid #ffffff;
}

#bg_narrow img {
	float:right;
	width:200px;
	padding-left:20px;
}

#arrow_holder {
	width:100px;
	margin-right:auto;
	margin-left:auto;
}

#arrow_left {
	text-indent:-5000px;
	float:left;
	padding:0px;
	margin:0px;
}

#arrow_left a:link,
#arrow_left a:visited {
	display:block;
	background-image:url(../images/arrow_left_up.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:50px;
	height:33px;
	margin:0px;
}

#arrow_left a:hover,
#arrow_left a:active {
	display:block;
	background-image:url(../images/arrow_left_over.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:50px;
	height:33px;
	margin:0px;
}

#arrow_right {
	text-indent:-5000px;
	float:right;
	padding:0px;
	margin: 0px;
}

#arrow_right a:link,
#arrow_right a:visited {
	display:block;
	background-image:url(../images/arrow_right_up.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:50px;
	height:33px;
	margin:0px;
}

#arrow_right a:hover,
#arrow_right a:active {
	display:block;
	background-image:url(../images/arrow_right_over.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:50px;
	height:33px;
	margin:0px;
}

.clear_float {
	clear:both;
	height:1px;
	border:0px solid #ffffff;
	line-height:1px;
}