﻿@charset "utf-8";

*		{ margin: auto; padding: 0px; border: 0px; }
html	{ height: 100.2%; }

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color:#009edf;
    background-image:url('../images/Background.jpg');
    background-repeat:repeat-y;
    background-position:top center;
    background-color:#3f8a1c;
}

a:link {
    font-weight: normal;
    color: #009edf;
    text-decoration:none;
    outline: none;
    text-align: left;}
    
a:visited {
    font-weight: normal;
    color: #009edf;
    outline: none;
    text-align: left;
}


div#beforemenu {
    text-align: center;
    background-color: transparent;
    min-height:10px;
    _height:10px;
    width:1000px;
    z-index:2;
}


div#headermenu {
    text-align: center;
    background-color: transparent;
    min-height:17px;
    _height:18px;
    width:1000px;
    margin:0 auto;
    color: #fff4d4;
    text-align: center;
    z-index:3;
}


div#aftermenu {
    text-align: center;
    background-color: transparent;
    min-height:10px;
    _height:10px;
    width:1000px;
    z-index:4;
}


div#header {
    text-align: center;
    background-color: transparent;
    background-image:url('../images/Easyriderbiketour.png');
    background-position:bottom;
    background-repeat:no-repeat;
    min-height:120px;
    _height:140px;
    width:1000px;
    z-index:5;
}


div#afterheader {
    text-align: center;
    background-color: transparent;
    min-height:15px;
    _height:15px;
    width:1000px;
    z-index:4;
}


div#slider {
    text-align: center;
    background-color: transparent;
	margin:0 auto;
	z-index:7;
	min-height:300px;
	_height:300px;
	width:1000px;
}


div#component {
	width:880px;
	min-height:1200;
	_height:auto;
	z-index:8;
	margin: 0 auto;
}

#footer {
    text-align:right;
    background-color: transparent;
    min-height:40px;
    _height:40px;
    width:1000px;
    z-index:9;
    margin:0 auto;
}


div#content {
    width:1000px;
    height:100%;
    margin:0 auto;
    text-align: left;
    color: #000000;
    z-index:1;
}


.horizontal_menu li {
	min-width:100px;
	height:15px;
	display: inline-block;
	padding-right: 2px;
	padding-left:2px;
	background-color: transparent;
	color: #009edf;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bolder;
	letter-spacing:0.2px;
