/**
* CSS
* 
* @version 1.0
* @author Stefan Morocutti
*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin: auto;
}

body {
	font-size: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	background: #FFFFFF;
	
	height: 100%;
	margin: auto;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { text-decoration: none; color: #666666;}
a:hover { text-decoration: underline; color: #FF0000;}

a img { border: none; }

#menu {
    position: absolute;
    top: 346px;
    left: 67px;

    width: 271px;
    height: 240px;
	
    background-color: #FFFFFF;
    border: 1px solid #999999;
    
    z-index: 5;
    
    font-size: 8pt;
}

#menu ul {
	list-style: none;
	margin: 0px 0 12px 0px;
}

#menu ul {
	margin-left: 0px;
}

#menu ul li.section-title {
	font-weight: bold;
	margin-left: -5px; !important;
}

#content {
	position: absolute;
	top: 10px;
	left: 67px;
	
	height: 145px;
	width: 271px;
	
	z-index: 10;
	
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

#main_bg_stripe {
	position: absolute;
	top: 419px;
	left: 0px;
	z-index: 4;
	height: 210px;
}

#main_content {
	height: 100%;
	width: 245px;
	padding-left: 15px;
	padding-top: 10px;
	position: absolute;
	z-index: 15;
}

.container {
    padding: 5px 10px 25px 25px;
}

#content p { width: 250px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


#riders_bg_image {
	z-index: 5;
	position: absolute;
	height: 175px;
}

#bg_board_0 {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 175px;
	
	background-color: #000000;
	
	z-index: 0;
}
#line_4 {
	position: absolute;
	top: 105px;
	left: 0px;
	
	width: 100%;
	height: 9px;
	
	background-color: #FFFFFF;
	z-index: 9;
}

#line_0 {
	position: absolute;
	top: 175px;
	left: 0px;
	
	width: 100%;
	height: 2px;
	
	background-color: #777777;
}

#line_1 {
	position: absolute;
	top: 365px;
	left: 0px;
	
	width: 100%;
	height: 12px;
	
	background-color: #000000;
}

#allcrew_text_img {
	position: absolute;
	top: 370px;
	left: 680px;
	
	z-index: 3;
}

#bg_board_1 {
	position: absolute;
	top: 419px;
	left: 0px;
	
	width: 100%;
	height: 210px;
	
	background-color: #000000;
	
	z-index: 1;
}

#line_2 {
	position: absolute;
	top: 417px;
	left: 0px;
	
	width: 100%;
	height: 2px;
	
	background-color: #777777;
	
	z-index: 2;
}
#line_3 {
	position: absolute;
	top: 629px;
	left: 0px;
	
	width: 100%;
	height: 2px;
	
	background-color: #777777;
	
	z-index: 2;
}
#line_5 {
	position: absolute;
	top: 525px;
	left: 0px;
	
	width: 100%;
	height: 6px;
	
	background-color: #af1919;
	
	z-index: 4;
}

#media_container {
	position: absolute;
	top: 200px;
	left: 70px;
	text-align: right;
	background-color: #FFFFFF;
	padding: 5px;
}
	#media_container img {
		width: 80px;
	}

.gal_image {
	margin: 2px;
	border: 1px solid #666666;
}

#ticker_container {
	position: absolute;
	left: 0px;
	top: 350px;
	width: 100%;
	height: 15px;
	color: #ff0000;
	font-size: 11pt;
	text-transform: uppercase;
	overflow: hidden;
}
#ticker_text_filler {
	color: #FFFFFF;
}
#ticker_text_content {
	color: #000000;
}
#ticker_text_pre {
	padding-left: 250px;
}
#ticker_hider {
	z-index: 10;
	background-color: #FFFFFF;
	position: absolute;
	left: 870px;
	height: 100%;
	width: 200px;
}