/*----------------------------------------------------------------------

BRUNSWICK BOWLING - Splash Page Styles

DEVELOPED BY: MIGHTY // MIGHTYINTHEMIDWEST.COM
DESIGN BY: AUXILIARY // AUXILIARYINC.COM

Author:			Chris Chiles
Author:			Andrew Philpott
Date Created:	03/03/2010
Last Modified:	03/03/2010

Copyright 2010, All Rights Reserved.

----------------------------------------------------------------------*/
body#splash {
	background: #4f7688 url('/assets/images/splash/background.jpg') repeat-x top;
}
#splash #wrapper {
	width: 100%;
	background: url('/assets/images/splash/background2.png') left top;
}
#main {
	float: none;
	margin: 75px auto 0 auto;
	width: 959px;
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
#main img {
	float: left;
}
#splash-nav {
	width: 100%;
}
#splash-nav li {
	float: left;
	text-indent: -9999px;
	
}
#splash-nav #consumer a {
	display: block;
	width: 321px;
	height: 177px;
	background: url('/assets/images/splash/consumer.png') left top;
}
#splash-nav #capaft a {
	display: block;
	width: 316px;
	height: 177px;
	background: url('/assets/images/splash/capaft.png') left top;
}
#splash-nav #retail a {
	display: block;
	width: 322px;
	height: 177px;
	background: url('/assets/images/splash/retail.png') left top;
}
#splash-nav li a:hover {
	background-position: left bottom !important;
}
.copyright {
	bottom: 0;
	right: 10px;
	position: absolute;
	width: 191px;
	height: 12px;
	background: url('/assets/images/splash/copyright.png') left top;
	text-indent: -9999px;
}
#splash-nav #consumer-2010 a {
	display: block;
	width: 477px;
	height: 177px;
	background: url('/assets/images/splash/consumer2010.png') left top;
}
#splash-nav #capaft-2010 a {
	display: block;
	width: 482px;
	height: 177px;
	background: url('/assets/images/splash/capaft2010.png') left top;
}