
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	background-color: #49413e;
	background-image: url(../_gfx/bgr.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font: normal 11px/1.25em Arial, sans-serif;
	letter-spacing: 0.025em;
	text-align: center;
	color: #443820;
}

div, span, p, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}

div, span {
	text-align: left;
}

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

a:active
{
	outline: none;
}
a:focus
{
	-moz-outline-style: none;
}

p {
	padding-bottom: 12px;
}

.hidden {
	position: absolute;
	left: -2000px;
	top: -5000px;
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
}

div.header {
	position: relative;
	display: block;
	float: none;
	width: 900px;
	height: 290px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../_gfx/header.png);
}

div.header img.logo {
	position: absolute;
	left: -80px;
	top: -15px;
}

div.header div.hangtag {
	position: absolute;
	display: inline-block;
	left: 832px;
	top: -110px;
}

div.nav {
	display: block;
	float: none;
	width: 900px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div.nav div.left {
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(../_gfx/nav_left.png);
}
div.nav div.right {
	display: inline-block;
	float: right;
	width: 30px;
	height: 30px;
	background-image: url(../_gfx/nav_right.png);
}
div.nav div.buttons {
	display: inline-block;
	float: left;
	width: 840px;
	height: 30px;
	background-image: url(../_gfx/nav_bg.png);
	font-size: 0%;
}

div.nav div.buttons ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	height: 30px;
	width: 100%;
}
div.nav div.buttons li {
	display: inline-block;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	background-position: center;
	background-repeat: no-repeat;
}
div.nav div.buttons li a {
	display: block;
	width: 100%;
	height: 30px;
	padding-top: 30px;
}

div.nav div.buttons li.home {
	background-image: url(../_gfx/nav_home.gif);
	width: 72px;
}
div.nav div.buttons li.home:hover { background-image: url(../_gfx/nav_home_o.gif); }
div.nav div.buttons li.home.selected { background-image: url(../_gfx/nav_home_o.gif); }
div.nav div.buttons li.news {
	background-image: url(../_gfx/nav_news.gif);
	width: 74px;
}
div.nav div.buttons li.news:hover { background-image: url(../_gfx/nav_news_o.gif); }
div.nav div.buttons li.news.selected { background-image: url(../_gfx/nav_news_o.gif); }
div.nav div.buttons li.story {
	background-image: url(../_gfx/nav_story.gif);
	width: 78px;
}
div.nav div.buttons li.story:hover { background-image: url(../_gfx/nav_story_o.gif); }
div.nav div.buttons li.story.selected { background-image: url(../_gfx/nav_story_o.gif); }
div.nav div.buttons li.rider {
	background-image: url(../_gfx/nav_rider.gif);
	width: 73px;
}
div.nav div.buttons li.rider:hover { background-image: url(../_gfx/nav_rider_o.gif); }
div.nav div.buttons li.rider.selected { background-image: url(../_gfx/nav_rider_o.gif); }
div.nav div.buttons li.media {
	background-image: url(../_gfx/nav_media.gif);
	width: 78px;
}
div.nav div.buttons li.media:hover { background-image: url(../_gfx/nav_media_o.gif); }
div.nav div.buttons li.media.selected { background-image: url(../_gfx/nav_media_o.gif); }
div.nav div.buttons li.merch {
	background-image: url(../_gfx/nav_merch.gif);
	width: 133px;
}
div.nav div.buttons li.merch:hover { background-image: url(../_gfx/nav_merch_o.gif); }
div.nav div.buttons li.merch.selected { background-image: url(../_gfx/nav_merch_o.gif); }

div.nav_bottom {
	display: block;
	float: none;
	width: 900px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../_gfx/nav_bottom.png);
}

div.paperbody {
	display: block;
	float: none;
	width: 900px;
	background-image: url(../_gfx/paper_middle.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

div.paperbody div.content {
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	clear: both;
}

div.paperbody div.content div.left {
	width: 180px;
	float: left;
}

div.paperbody div.content div.middle {
	width: 420px;
	float: left;
	margin-left: 30px;
}

div.paperbody div.content div.right {
	width: 180px;
	float: right;
}

div.paperbody div.clear {
	width: 900px;
	height: 1px;
	float: none;
	clear: both;
}

div.paperbottom {
	display: block;
	float: none;
	width: 900px;
	height: 152px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../_gfx/paper_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
}
div.paperbottom div.bottom_nav {
	position: relative;
	display: inline-block;
	height: 43px;
	padding-top: 8px;
}
div.paperbottom div.bottom_nav a {
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
	color: #6f5123;
	text-decoration: none;
	text-transform: uppercase;
}
div.paperbottom div.bottom_nav div.extlnk {
	position: relative;
	display: inline-block;
	height: 95px;
	padding-right: 215px;
	padding-left: 200px;
}
div.paperbottom div.bottom_nav div.extlnk a {
	margin-top: 52px;
}
div.paperbottom div.bottom_nav div.extlnk a.bottom_redangel_lnk {
	margin-top: 0px;
}
div.paperbottom div.bottom_nav div.disimp {
	position: absolute;
	display: inline-block;
	height: 43px;
	width: 175px;
	top: 72px;
	right: 35px;
	text-align: right;
}
div.paperbottom div.bottom_nav div.disimp a {
	margin-left: 2px;
	margin-right: 2px;
}
div.paperbottom div.bottom_nav div.disimp a:hover {
	text-decoration: underline;
}

div.smallbox {
	width: 180px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div.largebox {
	width: 420px;
}
div.largebox.wide {
	width: 620px;
}
div.smallbox div.boxheader,
div.largebox div.boxheader {
	padding-bottom: 5px;
	border-bottom: 1px solid #6f5123;
	margin-bottom: 10px;
}

div.smallbox div.headline {
	font-family: 'Arial Narrow', Arial;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
}

div.smallbox div.riderlist {
	font-family: 'Arial Narrow', Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
div.smallbox div.riderlist a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #6f5123;
}
div.smallbox div.riderlist a:hover {
	color: #902020;
	text-decoration: none;
}
div.smallbox div.riderlist a.selected {
	color: #902020;
}
div.smallbox div.riderlist a.selected:hover {
	color: #902020;
	text-decoration: underline;
}

div.smallbox div.riderdata {
	font-family: 'Arial Narrow', Arial;
	text-transform: uppercase;
	padding-top: 15px;
}
div.smallbox div.riderdata span.label {
	display: inline-block;
	width: 50px;
	font-weight: bold;
}

div.news {
	padding-bottom: 30px;
}
div.news a {
	color: #802010;
	font-weight: normal;
}
div.news a.thumb {
	display: inline-block;
	float: left;
}
div.news img.thumb {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
div.news div.headline {
	display: inline-block;
	font-family: 'Arial Narrow', Arial;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
}
div.news p {
	padding-left: 135px;
}

span#countdown {
	display: block;
	font-family: 'Arial Narrow', Arial;
	font-size: 36px;
	font-weight: bold;
	color: #802010;
	text-align: left;
	padding-top: 7px;
}

div.content a {
	font-weight: bold;
}
div.content a:hover {
	text-decoration: underline;
}

div.blogpost {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.blogpost div.headline {
	font-family: 'Arial Narrow', Arial;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
}


div.shopitem {
	float: none;
	clear: both;
	min-height: 200px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
}
div.shopitem a.preview {
	display: inline-block;
	float: left;
}
div.shopitem img.preview {
	float: left;
	margin-right: 25px;
}
div.shopitem span.title {
	display: block;
	font-family: 'Arial Narrow', Arial;
	font-weight: bold;
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 5px;
}
div.shopitem span.info {
	display: block;
}
div.shopitem span.price {
	display: block;
	padding-top: 7px;
	font-weight: bold;
}
div.shopitem span.price span.value {
	display: inline-block;
	font-weight: bold;
	color: #802010;
	font-size: 16px;
	padding-left: 5px;
}

/* Merchandise-Page Special Elements */
.btn_ordernow {
	display: inline-block;
	width: 75px;
	height: 20px;
	border: none;
	background-color: transparent;
	background-image: url(../_gfx/order.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 7px;
	padding-left: 5px;
	font-size: 0%;
	text-decoration: none;
	color: #601010;
} 
.btn_ordernow:hover {
	background-image: url(../_gfx/order_o.png);
}

/* Rider-Page Special Elements (Buttons) */
.btn_rider_moreinfo {
	display: inline-block;
	width: 75px;
	height: 20px;
	border: none;
	background-color: transparent;
	background-image: url(../_gfx/rider_more.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 7px;
	padding-top: 10px;
	padding-left: 16px;
	font-size: 0%;
	text-decoration: none;
	color: #601010;
} 
.btn_rider_moreinfo:hover {
	background-image: url(../_gfx/rider_more_o.png);
}
.btn_rider_readblog {
	display: inline-block;
	width: 75px;
	height: 20px;
	border: none;
	background-color: transparent;
	background-image: url(../_gfx/rider_blog.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 7px;
	padding-top: 10px;
	padding-left: 16px;
	font-size: 0%;
	text-decoration: none;
	color: #601010;
} 
.btn_rider_readblog:hover {
	background-image: url(../_gfx/rider_blog_o.png);
}

/* Newsletter Signup - Box Special Elements */
input#newsletter_email {
	width: 65%;
	background-color: #D0C090;
	border: 1px solid #802010;
	color: #101010;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
input#newsletter_email.emailValid {
	background-color: #60E050;
	font-weight: bold;
}
input#newsletter_submit {
	width: 25%;
	background-color: #802010;
	border: 1px solid #202020;
	color: #E0A040;
	font-size: 10px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}


div.rider_questionsheet {
	padding-top: 8px;
	font-style: italic;
}
div.rider_questionsheet span.label {
	display: block;
	font-weight: bold;
	color: #202020;
	text-transform: uppercase;
	font-style: normal;
}


div.gallery {
	/* nothing yet */
}
div.gallery a.thumb {
	display: inline-block;
	margin: 3px;
}

a.facebook30x30px {
	display: inline-block;
	height: 28px;
	padding-left: 36px;
	padding-top: 2px;
	background-image: url(../_gfx/facebook_logo_30x30px.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}
a.facebook30x30px:hover {
	background-position: 0px -30px;
	color: #3030a0;
	text-decoration: none !important;
}