/*

	© Copyright 2010, Josh Paschall. All Rights Reserved.
	Visit: www.sunergot.com

*/

/* === Base Styles ======================= */

	::-moz-selection{ background: #C00; color:#fff; text-shadow: none; }
	::selection { background:#C00; color:#fff; text-shadow: none; }

	body, div, p, ul, ol, li, a, table {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: 0;
		padding: 0;
	}

	body {
		background: #FFF url('../images/body-bg-white.jpg') top center;
		background-attachment: fixed;
		/* background: #fafafa url('../images/body-bg.gif') top center; */
		width: 100%;
		height: 100%;
	}
		#bodyTop {
			/* background: url('../images/body-bg-x.gif') top center repeat-x; */
			width: 100%;
			padding: 50px 0;
		}

	a {
		color: #C00;
		text-decoration: none;
		outline: none;
	}

	td { vertical-align: top; }

	.left { float: left; }
	.right { float: right; }

	.clear { clear: both; }
	.hide { display: none; }

	.ma10 { margin: 10px; }
	.mt10 { margin-top: 10px; }
	.mr10 { margin-right: 10px; }
	.mb10 { margin-bottom: 10px; }
	.ml10 { margin-left: 10px; }

	.pa10 { padding: 10px; }
	.pt10 { padding-top: 10px; }
	.pr10 { padding-right: 10px; }
	.pb10 { padding-bottom: 10px; }
	.pl10 { padding-left: 10px; }


/* === Splash Page Styles ======================= */

		#splashBanner {
			background: url('../images/splash-banner.png') top center no-repeat;
			width: 980px;
			height: 170px;
			margin: 0 auto;
		}


/* === Eclipse Styles ======================= */

		#eclipse {
			background: url('../images/eclipse.png') top center no-repeat;
			width: 980px;
			height: 1355px;
			margin: 0 auto;
		}
