@charset "UTF-8";
body {
	background-color: #000000;
	margin: 0px;
	height: 100%;
	width: 100%;
}
#header_container {
	background-color: #3f2c0f;
	margin: 0px;
	height: 80px;
	width: 100%;
	z-index: 3;
	position: relative;
}
#main_container {
	background-color: #000000;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}
#PromotionContainer {
	height: 40%;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #939393;
	position: relative;
}
#verdecker {
	background: url(../images/images_home/verdecker.gif) repeat 0 0;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1000;
}
#HomeContainer {
	margin: 0px;
	height: 50%;
}
html {
	height: 100%;
}
#footer_container {
	position: absolute;
	height: 80px;
	width: 100%;
}
#newsContainer {
	background-color: #CCCCCC;
	height: 100%;
	width: 52%;
	display: inline;
	float: left;
}
.exampletxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 20px;
}
#flashContainerHome {
	height: 100%;
	width: 48%;
	display: inline;
	float: left;
}
#product_image_home {
	display: inline;
	float: left;
	height: 100%;
	margin: 16px 0 0;
	width: 48%;
}
#NavContainer {
	margin-left: 240px;
}

#NavBox {
	list-style-type: none;
	display: inline;
}
#NavBox li {
	display: inline;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5e5141;
}
#NavBox li a {
	text-align: center;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 37px;
	padding-right: 7px;
	padding-left: 7px;
	height: 43px;
	width: 70px;
}

#NavBox  li:hover  {
	background-color: #29170B;
}

#navspacer {
	width: 70%;
	height: 5px;
}
#HeaderLogo {
	margin-left: auto;
	margin-right: auto;
	float: left;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#product_leftsection {
	display: inline;
	margin: 0px;
	float: left;
	height: 100%;
	width: 44%;
}
#product_rightsection {
	background-color: #333333;
	display: inline;
	margin: 0;
	float: left;
	height: 100%;
	width: 56%;
}
#Team_riders_Container {
	height: 100%;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	background-image: url(../team/images/mainBG.jpg);
	background-repeat: repeat;
}
#clearfix {
	clear: both;
	height: 1px;
	width: auto;
}
