/* CSS Reset */
* {font-size:100.01%;}
html {font-size:75%;}
body {
	margin:0;
	color:#fff;
	font:1em Arial, Helvetica, sans-serif;
	background:#000;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#fff;
}
a:hover {text-decoration:underline;}
/* wrapper */
#wrapper {
	width:826px;
	margin:14px auto 0;
	overflow:hidden;
}
#wrapper.home {width:980px;}
/* header */
#header {
	width:826px;
	height:111px;
	background:url(../images/bg-header.jpg) no-repeat;
}
.home  #header {
	background:url(../images/bg-header-home.jpg) no-repeat;
	width:980px;
}
/* logo */
.logo {
	float:left;
	height:81px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	width:352px;
	margin:14px 0 0 10px;
	display:inline;
}
.logo a {
	display:block;
	height:100%;
}
.home .logo {
	background:url(../images/logo-home.gif) no-repeat;
	margin:14px 0 0 14px;
}
/* navigation */
#nav {
	margin:14px 8px 0 0;
	padding:0;
	list-style:none;
	float:right;
	display:inline;
}
.home #nav {margin:14px 21px 0 0;}
#nav li {
	float:left;
	margin:0 0 0 30px;
	display:inline;
}
#nav a {
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
}
#nav .bareback {
	background:url(../images/bg-bareback.png) no-repeat;
	width:182px;
	height:76px;
	margin:4px 0 0;
}
#nav .bareback:hover {background:url(../images/bg-bareback-hover.png) no-repeat;}
#nav .freeride {
	background:url(../images/bg-freeride.png) no-repeat;
	width:194px;
	height:88px;
}
#nav .freeride:hover {background:url(../images/bg-freeride-hover.png) no-repeat;}
/* main */
#main {
	overflow:hidden;
	width:100%;
	padding:12px 0 0;
}
.home #main {padding:15px 0 0;}
.main-holder {
	overflow:hidden;
	width:978px;
	background:url(../images/bg-main-home.jpg) no-repeat 0 100%;
	padding:0 2px 35px 0;
}
#flash {
	float:left;
	width:714px;
	height:370px;
}
.banner {float:right;}
.banner img {vertical-align:top;}
/* content */
#content {
	overflow:hidden;
	width:826px;
	background:url(../images/bg-main.jpg) no-repeat 0 100%;
	padding:0 0 50px;
}
.home #content {
	padding:16px 2px 19px 0;
	width:978px;
	background:url(../images/bg-main-home.jpg) no-repeat 0 100%;
}
.content-holder {
	float:left;
	width:714px;
	padding:2px 0 0;
}
#content h2 {
	margin:0;
	color:#fef8d3;
	font:bold 1.5em/1em Arial, Helvetica, sans-serif;
}
#content p {
	margin:0 0 14px;
	line-height:1em;
}
/* banners list */
.ad {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.ad li {margin:0 0 17px;}
.ad img {vertical-align:top;}
