a:link {
	color:#339;		/* unvisited link */
	text-decoration: underline;
}
a:visited {
	color:#333;		/* visited link */
	text-decoration: none;
}
a:hover {
	color:#00F;		/* mouse over link */
	text-decoration: underline;
}

a:active {
	color:#00F;		/* selected link */ 
	text-decoration: underline;
}

body {
	font-family:Arial, sans-serif;
	font-size: 14px;
}

table { border-color: #808080; }

li span { font-weight: normal; }

dd { margin-left: 20px; }

dt { font-weight: 800; }

h2 { 
	display:inline;
	margin-bottom:0px;
}

table, th, td, TABLE, TD, TH {
//	border: 1px solid black;
}

.main-table {
	table-layout:fixed;
	empty-cells:hide;
	border-collapse:collapse;
	border:none;
	padding:0px;
	font-size:14px;
}

.center {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

.mobile {
	width:300px;
	margin-left:0 auto;
	margin-right:0 auto;
}

.indent {padding-left:15px;}

.title {
	font-size:33px;
	font-weight:bold;
	color:#000;
	font-family:Arial, sans-serif;
}

.heading {
	font-size:18px;
	font-weight:bold;
	color:#000;
	font-family:Arial, sans-serif;
}

.header {
	font-size:18px;
	letter-spacing:1.6px;
	font-weight:bold;
	color:#000;
	font-family:Arial, sans-serif;
}

.content {
	font-size:14px;
	font-weight:normal;
	font-family:Arial, sans-serif;
	z-index:5;
	overflow:auto;
}

.super {
	font-size:10px;
	font-weight:normal;
	font-family:Arial, sans-serif;
}

.top {
	position: fixed;
	width: 100%;
	height: 90px;
	top: 0;
	left: 0;
	right: 0;
	z-index:10;
	background:inherit;
}

.scroll {
	width: 100%;
	margin-top: 125px;
}

.bgmobile {
	background-image:url(/images/Sonic_Sentinel_-_Mountains.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 10px;
	height: 80px;
	z-index: 50;
}

.bg {
	background-image:url(/images/Sonic_Sentinel_-_Mountains.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 10px;
	height: 80px;
	z-index: 10;
}

.bgmain {
	background-image:url(/images/Sonic_Sentinel_-_Mountains_Long.jpg);
	background-repeat:no-repeat;
	background-position: center -90px;
	width: 100%;
	height: 150px;
	padding-top: 0px;
	margin-top: 90px;
	z-index: 10;
}

.bgfoom {
	background-image:url(/images/foo/Heber.png);
	background-repeat:no-repeat;
	background-position: center -90px;
	width: 100%;
	height: 150px;
	padding-top: 0px;
	margin-top: 90px;
	z-index: 10;
}

.bullet {
	position:relative;
	left:-35px;
	height:40px;
	background-image: url(/images/Sonic_Sentinel_-_Bullet_Nova.png);
	background-size: 60%;
	background-repeat:no-repeat;
	background-position: 0px center;
	padding-top: 0px;
	margin-top: 0px;
}

.cannon {
	position:relative;
	left:35px;
	top:11px;
}

.error {
	color:#333399;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, sans-serif;
}

.button {
	border-top: 1px solid #ddf;
	background: #ddf;
	background: -webkit-gradient(linear, left top, left bottom, from(#889), to(#ddf));
	background: -webkit-linear-gradient(top, #889, #ddf);
	background: -moz-linear-gradient(top, #889, #ddf);
	background: -ms-linear-gradient(top, #889, #ddf);
	background: -o-linear-gradient(top, #889, #ddf);
	padding: 2px 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #333399;
	font-size: 16px;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	box-shadow: 0 0 0 1px rgba(32, 32, 32, .7), 0 1px 0 rgb(128, 128, 129) inset;
}
.button:hover {
	border-top: 1px solid #cce;
	background: #cce;
	background: -webkit-gradient(linear, left top, left bottom, from(#778), to(#cce));
	background: -webkit-linear-gradient(top, #778, #cce);
	background: -moz-linear-gradient(top, #778, #cce);
	background: -ms-linear-gradient(top, #778, #cce);
	background: -o-linear-gradient(top, #778, #cce);
	padding: 2px 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #333399;
	font-size: 16px;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	box-shadow: 0 0 0 1px rgba(32, 32, 32, .7), 0 1px 0 rgb(128, 128, 129) inset;
}
.button:active {
	border-top: 1px solid #bbd;
	background: #bbd;
	background: -webkit-gradient(linear, left top, left bottom, from(#667), to(#bbd));
	background: -webkit-linear-gradient(top, #667, #bbd);
	background: -moz-linear-gradient(top, #667, #bbd);
	background: -ms-linear-gradient(top, #667, #bbd);
	background: -o-linear-gradient(top, #667, #bbd);
	padding: 2px 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #333399;
	font-size: 16px;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	box-shadow: 0 0 0 1px rgba(32, 32, 32, .7), 0 1px 0 rgb(128, 128, 129) inset;
}

.zoom {
	position: relative;
	z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
	margin:0px 0px 0px 0px;
}
.zoom span {
	position:absolute;
	right: -99px;
	top: -9999px;
	background-color:#889;
	padding: 5px;
	font-family: 'Droid Sans', sans-serif;
	font-size:.9em;
	text-align: center;
	color: #000;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
	-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
	box-shadow: 0 0 20px rgba(0,0,0, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
}
.zoom:hover {
	z-index: 50;
	cursor:pointer;
}
.zoom span img {
	background:#ddd;
	padding:2px;
}
.zoomindex1:hover span {
	top: -150px; /* bottom of thumbnail to top of popup */
	right: -10px; /* right of thumbnail to right of popup */
}
.zoomindex2:hover span {
	top: -420px; /* bottom of thumbnail to top of popup */
	right: -340px; /* right of thumbnail to right of popup */
}
ul.zoomcannon {
	list-style-type:none; /*remove the bullet point*/
	margin-right: 0px;
	padding: 0px;
}
ul.zoomcannon li {
	display:inline-block; /*places the images in a line*/
}
ul.zoomcannon img {
	background-color:#fff;
	padding: 6px;
	-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul.zoomcannon li:hover span {
	top: -500px; /* bottom of thumbnail to top of popup */
	right: 280px; /* right of thumbnail to right of popup */
}

.fadeout {
	position: relative; 
	bottom: 4em;
	height: 4em;
	background: -webkit-linear-gradient(
	    rgba(255, 255, 255, 0) 0%,
	    rgba(255, 255, 255, 1) 100%
	); 
}

.scroll-container {
	width: 100%;
	height: 360px;
	margin: 0px auto;
	overflow: hidden;
	background: #ddd;
	position: relative;
	box-sizing: border-box;
}

.marquee {
	top: 6em;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
	animation: marquee 30s linear infinite;
}

.marquee:hover {
	animation-play-state: paused;
}

@keyframes marquee {
	0%   { top: 30em }
	100% { top: -45em }
}

.scroll-container .marquee {
	margin: 0;
	padding: 0 0;
	line-height: 1.5em;
}

.scroll-container:before, .scroll-container::before,
.scroll-container:after,  .scroll-container::after {
	left: 0;
	z-index: 1;
	content: '';
	position: absolute;
	pointer-events: none;
	width: 100%; height: 2em;
	background-image: linear-gradient(180deg, #DDD, rgba(255,255,255,0));
}

.scroll-container:after, .scroll-container::after {
	bottom: 0;
	transform: rotate(180deg);
}

.scroll-container:before, .scroll-container::before {
	top: 0;
}

