/*
-----------------------------------------------
mtnridersvt.com
Stylesheet: Splash.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 16 April 2008
----------------------------------------------- */

@import url(content.css);

body {
	background: #000 url(/assets/templates/main/images/bg-content.gif) no-repeat 50% 104px;
	text-align: center;
}

#masthead_wrapper {
	background: transparent url(/assets/templates/main/images/bg-green-bar.gif) repeat-x 0 100%;
	height: 104px;
}

#masthead {
	background: transparent url(/assets/templates/main/images/bg-masthead.gif) no-repeat 0 0;
	text-align: left;
	margin: 0 auto;
	width: 960px;
	height: 64px;
	position: relative;
	z-index: 20;
}

#logo {
	position: absolute;
	top: 19px;
	left: 10px;
}

#tagline {
	text-indent: -999em;
	background: transparent url(/assets/templates/main/images/tagline-lg.png) no-repeat 0 0;
	width: 230px;
	height: 50px;
	position: absolute;
	top: 11px;
	left: 718px;
}

#content {
	text-align: left;
	margin: 0 auto;
	height: 557px;
	width: 960px;
	position: relative;
	z-index: 10;
}

h1 { position: absolute; left: -999em; }

#banner #banner-content {
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	position: absolute;
	top: -40px;
	left: -2px;
}

#splash_links { margin: 0; list-style: none; }
#splash_links li { position: absolute; z-index: 20; }
#btn_shop { left: 20px; top: 366px; }
#btn_about { left: 326px; top: 366px; } 
#btn_ride { left: 628px; top: 366px; }

#site_info_wrapper { background: transparent url(/assets/templates/main/images/bg-green-bar.gif) repeat-x 0 0; }
#site_info { color: #FFF; margin: 0 auto; padding: 50px 0 0; width: 960px; }
#site_info .last { display: none; }
#site_info a { text-decoration: none; }
#site_info a:link, #site_info a:visited { color: #FFF; }
#site_info a:hover, #site_info a:active { color: #F406B9; }