a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

body {
	font-family: Helvetica, sans-serif;
	background-color: #a99b7d;
	background-image: url(background.png);
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.neon {
	font-family: Brush script MT, cursive;
	font-size: 48px;
	text-shadow: 1px 1px 5px #ee8888, -1px -1px 5px #eeee88;
}

.topHeader {
	padding-top: 0px;
	margin-top: 0px;
}

h1, h2, h3 {
	color: #000000;
}

h1 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 22px;
	text-align: center;
}

h3 {
	font-size: 18px;
}

p, ul {
	margin-top: 0;
	color: #000000;
}

.scrollPage {
	float: left;
	width: 320px;
	height: 400px;
	text-align: center;
}

#features {
	width: 320px;
	height: 420px;
	margin: auto;
	position: relative;
	overflow: hidden;
	/*border: solid black 1px;*/
}

#featureInner {
	position: absolute;
	height: 420px;
	width: 1600px;
	-webkit-transition: left 1s ease-in-out;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 0px 0px 3px #92866d;
}

.price {
	font-size: 48px;
}

.navOptions {
	text-align: center;
	text-shadow: 0px 0px 3px #92866d;
}

.badge {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#sp1 {
	background-image: url('espresso.png');
	background-repeat: no-repeat;
	background-position: bottom;
}


#sp2 {
	background-image: url('swipe.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#sp3 {
	background-image: url('drink.png');
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}

#sp4 {
	background-image: url('stats.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#sp5 {
	background-image: url('espresso.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

ul{
	list-style-type: none;
}

ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:url(list-bullet.png);
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.factHeader {
	font-weight: bold;
}

.facts {
	margin: auto;
}

.facts td {
	width: 300px;
	vertical-align: top;
}