body, html {
	border: 0;
	padding: 0;
	background-color: #668bae;
	color:#fff;
	font-family: "Verdana", Verdana, Arial, sans-serif;
	font-size: 14px;
}
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
a img {
	border: 0;
}
hr {
	border: 1px solid #112233;
}
div.rounded {
	border-radius:26px;
	-moz-border-radius:26px;
	-webkit-border-radius:26px;
}
div.roundedTop {
	border-top-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-webkit-border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	-moz-border-radius-topright: 24px;
	-webkit-border-top-right-radius: 24px;
}
div.roundedBottom {
	border-bottom-left-radius: 24px;
	-moz-border-radius-bottomleft: 24px;
	-webkit-border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	-moz-border-radius-bottomright: 24px;
	-webkit-border-bottom-right-radius: 24px;
}
div.roundedSmall {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
div.fullWidth {
	width: 960px;
	margin: 0 auto;
}
div.paddedWidth {
	width: 920px;
	margin:  0 auto;
}
div.contentWidth {
	width:920px;
	margin: 0 auto;
}
div#wrapper {
	width: 960px;
	margin: 0 auto;
}
.floatLeft {
	float: left;
	display: block;
}
.floatRight {
	float: right;
}
#clearFloat {
	width: 1px;
	height: 1px;
	clear: both;
}
/*
Header
*/
div#header {
	padding: 20px 20px 10px 20px;
	background-color: #112233;
	background: url(../media/img/header/bg_header.png);
}
div.headerText {
	background-image:url(../media/img/header/bg_headerquote.png);
	padding: 14px;
	margin: 0 0 20px 50px;
	width: 540px;
	font-size: 14px;
	text-shadow: #000 2px 2px 3px;
}
div.lglWrapper {
	display: block;
	background-color: #232432;
	padding-left: 5px;
	padding-right: 2px;
}
/*
Navigation
*/
div.navi {
	padding: 0;
	background-color:#F62C03;
	background-image: -moz-linear-gradient(-90deg, #ED6301, #F62C03);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ED6301), to(#F62C03));
	text-shadow: #000 2px 2px 3px;
}
ul.navi {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.navi li {
	float: left;
	display: block;
}
li#navi2 {
	float: right;
	display: block;
}
li#navi2 a {
	border-left: 1px solid #a01702;
	border-right: 0;
	text-decoration: none;
	color: white;
}
li#navi2 a:hover {
	border-left: 1px solid #a01702;
	border-right: 0;
	text-decoration: none;
	color: white;
}
ul.navi a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	min-height: 28px;
	padding: 0.3em 1em 0.1em 1em;
	text-align: center;
	border-right: 1px solid #a01702;
	text-decoration: none;
	color: white;
}
ul.navi a:hover {
	background-color: #900900;
	background-image: -moz-linear-gradient(-90deg, #cb4100, #900900);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cb4100), to(#900900));
	border-right: 1px solid #a01702;
	text-decoration: none;
	color: white;
}
div.snackThumbs {
	background-color: #073655;
	border-bottom: 2px solid black;
	padding: 15px 0px 15px 0px;
}
div.snackThumbsHeader {
	width: 160px;
	margin: 16px 0px 16px 15px;
	font-size: 18px;
	text-shadow: #000 2px 2px 3px;
}
ul.snackThumbs {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style-type: none;
}
ul.snackThumbs li {
	float: left;
	display: block;
	width: 48px;
	height: 48px;
	margin: 3px 5px;
}
div.snackThumbs a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	padding-bottom: 5px;
}
div.snackThumbs a:hover {
	border-bottom: 2px solid #F62C03;
}
/*
Content
*/
#contentWrapper {
	background-color: #112233;
	padding: 20px;
	margin: 0 auto;
}
.content {
	width: 890px;
	background-color: #446688;
	padding: 15px;
}
.newsItem {
	width: 263px;
	padding: 15px;
}
.newsItemMargin {
	margin-right: 20px;
}
.newsImage {
	width: 259px;
	height: 150px;
	margin-bottom: 5px;
}
.contentHeader, .contentHeader a {
	text-decoration: none;
	color: white;
	font-size: 18px;
	text-shadow: #000 2px 2px 3px;
	display: block;
}
.contentHeader a:hover {
	text-decoration: none;
}
img.contentImage {
	border: 2px solid #112233;
}
div.newsBlurb {
}
.breaker {
	margin-top: 20px;
}
.centerSWF {
	width: 800px;
	height: 600px;
	margin: 0 auto;
}
.noBorder {
	border: none;
}
.seperatorDiv {
	width: 16px;
	height: 1px;
}
/*
Footer
*/
#footer {
	border-top: 2px solid black;
	padding: 10px 20px 0px 20px;
	padding-top: 10px;
	background-color: #073655;
}
div.footerBlurb {
	width: 780px;
	margin: 0 auto;
	font-size: 10px;
}
/*
Snacks page
*/
div.snackContent {
	width: 724px;
}
.team {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
img.teamImage {
	border: 2px solid black;
	margin: 0 10px 0 0;
}
a.snackLink {
	display: block;
	float: right;
	padding-top: 0.1em;
}
a.snackHeader {
	font-size: 18px;
	text-shadow: #000 2px 2px 3px;
	color: white;
	text-decoration: none;
}
a.snackHeader:hover {
	color: white;
	text-decoration: none;
}
img.snackImage {
	border: 2px solid black;
	margin: 0 10px 0 0;
}
hr.snackBreaker {
	border: 0;
	border-top: 2px solid black;
	margin: 2px 0;
}
.snackContent ul {
	margin: 0;
	padding: 0px 0px 20px 15px;
	padding-left: 20px;
}
/*
Second level Pages
*/
div.movieContainer {
	width: 640px;
	padding: 8px;
	background-color: #123;
	margin: 10px auto;
	text-align: center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
div.movieContainerwide {
	width: 640px;
	
	padding: 8px;
	background-color: #123;
	margin: 10px auto;
	text-align: center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div.movieContainer2 {
	width: 860px;
	margin: 10px auto;
	text-align: center;
}
div.gameContainer {
	width: 600px;
	text-align: center;
	margin: 10px auto 10px auto;
}
/*
Downloads
*/
.downloadContainer {
}
.downloadContainer a:link {
	color: white;
	text-decoration: none;
}
.downloadContainer a:visited {
	color: #fff;
	text-decoration: none;
}
.downloadContainer a:hover {
	color: #fff;
	text-decoration: none;
}
.downloadImage {
	float: left;
	margin-right: 20px;
}
.downloadTable {
	width: 708px;
	background-color: #345;
	margin: 0;
}
.downloadDesc {
	width: 500px;
	padding: 5px 10px 5px 10px;
}
.downloadDescB {
	width: 460px;
	padding: 5px 10px 5px 60px;
}
.downloadEn, .downloadEs {
	text-align: center;
	padding: 5px 10px 5px 10px;
}
#downloadRowA {
	background-color: #579;
}
#downloadRowB {
	background-color: #468;
}
#downloadRowtitle {
	background-color: #357;
}
.downloadBreaker {
	margin: 20px 0px 20px 0px;
	height: 2px;
	background-color:#123;
}
.downloadBox {
	background-color:#123;
	padding: 1px 0px 3px 0px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.downloadBox:hover {
	background-color:#246;
}
#nwLink {
    width: 640px;
    margin: 0px auto 10px auto;
    text-align: center;
    background-color: #073655;
	padding: 5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
