html, body {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	background: #c27f39 url(/images/bg.jpg) repeat top left;
	background-attachment: fixed;
	color: #402200;
	font: 14px "Helvetica Neue", "Lucida Grande", calibri, helvetica, arial, sans-serif;
}
body, div, pre, form, fieldset, input, textarea, blockquote {
	margin: 0;
	padding: 0;
}
ol, ul {
	margin: 10px 0;
}
li {
	margin: 6px 0;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #d00;
	/*text-shadow: 0 0 1px #d00;*/
}
a:focus, a:hover, a:active { outline: none; }
p {
	line-height: 1.3em;
	margin-top: 10px;
}
img {
	border: 0px;
	display: block;
}


/* Common Classes */
.show		{ display: block;	}
.hide		{ display: none;	}
.clear		{ clear: both;		}
.static		{ position: static !important; }
.center		{
	text-align: center;
}
.center img		{
	margin: 0 auto;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {display: inline-block;}
*html .clearFix {height: 1%;}
.clearFix {display: block;}


hr {
	border: 1px dotted #402200;
	border-style: none none dotted;
}

/* Form Classes */
fieldset {
	border: 0;
}
legend {
	color: #f90;
	font-size: 1.2em;
	font-family: "Myriad Pro", "Helvetica Neue", "Lucida Grande", calibri, helvetica, arial, sans-serif;
	font-weight: 600;
	padding-top: 20px;
}
.rowElement {
	margin: 8px 0;
}
.rowElement .dataRight {
	width: 150px;
	float: right;
}
.rowElement:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.rowElement {display: inline-block;}
*html .rowElement {height: 1%;}
.rowElement {display: block;}
label {
	display: block;
	height: 26px;
	float: left;
	line-height: 26px;
	text-align: right;
	white-space: nowrap;
	padding-right: 6px;
	width: 80px;
}
div.label {
	display: block;
	height: 26px;
	float: left;
	line-height: 26px;
	text-align: right;
	white-space: nowrap;
	padding-right: 6px;
	width: 80px;
}
#buyForm label {
	width: 120px;
}
#buyForm .dataRight label {
	width: 75px;
}
input, textarea, select {
	background: url(/images/bg-input.png) repeat top left;
	padding: 2px 6px;
	font: 14px "Helvetica Neue", "Lucida Grande", calibri, helvetica, arial, sans-serif;
	float: left;
	border: 1px solid #6c5635;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
select {
	padding: 2px 2px 2px 0;
	margin-left: 0;
}
optgroup, option {
	background: url(/images/bg-input.png) repeat top left;
	font: 14px "Helvetica Neue", "Lucida Grande", calibri, helvetica, arial, sans-serif;
}
#buyForm #shipping_1 {
	width: 150px;
}
#buyForm #state_1 {
	width: 110px;
	margin-left: 6px !important;
}
input[type="text"], textarea {
	width: 450px;
	border: 1px solid #6c5635;
	color: #402200;
	font: 14px "Helvetica Neue", "Lucida Grande", calibri, helvetica, arial, sans-serif;
}
input.short {
	width: 30px;
}
input.medium {
	width: 250px;
}
input[type="password"] {
	font-family: arial,helvetica,sans-serif;
}
input[type="checkbox"],
input[type="radio"] {
	border: none;
	background: none;
}
input[type="submit"] {
	color: #fff;
	font-weight: bold;
	background-color: #00adef;
	background-image: none;
	border: 1px solid #fff;
	margin-left: 86px;
}
#buyForm input[type="submit"] {
	float: right;
}
input[type="submit"]:hover {
	background-color: #f00;
}
.noInput {
	line-height: 26px;
	float: right;
}
button {
	color: #aaa;
	font-size: 14px;
	font-weight: bold;
	background-color: #540000;
	background-image: none;
	border: none;
}
button:hover {
	color: #fff;
	background-color: #f90;
}

/* Validation Classes */
.validationWarn {
	color: #d00 !important;
	/*font-style: italic;*/
	margin-left: 6px;
	float: left;
}
.triviaQuestion .validationWarn {
	margin-left: 90px;
}
.validationSuccess {
	color: #0f0 !important;
	font-style: italic;
	margin-left: 6px;
}
input.validationWarn,
select.validationWarn,
textarea.validationWarn {
	color: #402200 !important;
	font-style: normal;
	border: 1px solid #d00;
	margin-left: 0 !important;
}
input.validationSuccess,
select.validationSuccess,
textarea.validationSuccess {
	color: #402200 !important;
	font-style: normal;
	border: 1px solid #6c5635;
	margin-left: 0 !important;
}


.pageWrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 44px;
	padding: 10px 0 20px 0;
}
#header img {
	width: 450px;
	height: 44px;
	margin: 0 auto;
}


#main {
	width: 100%;
	min-height: 400px;
	margin-top: 10px;
}
/* main navigation */
.nav {
	width: 163px;
	float: left;
}
.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav ul li {
	display: block;
	margin: 3px 0 20px 0;
}
.nav ul li a {
	width: 148px;
	height: 28px;
	display: block;
	text-indent: -99999px;
	margin: 0 auto;
	background-position: 0 0;
}
.nav ul li a:hover {
	background-position: 0 -28px;
}
.nav ul li .active {
	background-position: 0 -56px;
}
.nav ul li .active:hover {
	background-position: 0 -56px;
	cursor: default;
}

.nav ul li .home {
	width: 163px;
	height: 196px;
	background-image: url(/images/nav-home.png);
}
.nav ul li .home:hover {
	background-position: 0 0;
}
.nav ul li .activeHome{
	height: 60px;
	background-image: none;
	cursor: default;
}
.nav ul li .game {
	background-image: url(/images/nav-game.png);
}
.nav ul li .trivia {
	background-image: url(/images/nav-trivia.png);
}
.nav ul li .faq {
	background-image: url(/images/nav-faq.png);
}
.nav ul li .contact {
	background-image: url(/images/nav-contact.png);
}
.nav ul li .links {
	background-image: url(/images/nav-links.png);
}
.nav ul li .buy {
	width: 140px;
	height: 150px;
	background-image: url(/images/nav-buy.png);
}
.nav ul li .buy:hover {
	background-position: 0 -150px;
}
.nav ul li .activeBuy {
	width: 142px;
	height: 150px;
	background: url(/images/nav-buy-active.png) no-repeat 0 0;
	cursor: default;
}
.nav ul li .activeBuy:hover {
	background-position: 0 0;
	cursor: default;
}

.content {
	width: 815px;
	/*height: 660px;
	overflow: auto;*/
	margin: 10px 0 0 20px;
	float: left;
}
/*.game .content {
	height: 698px;
}*/
.content .title {
	color: #ff0;
	font: normal 25px "Myriad Pro", "Helvetica Neue", "Lucida Grande", calibri, helvetica, arial, sans-serif;
	min-height: 37px;
	text-align: center;
	margin-bottom: 10px;
}
.content .title img {
	margin: 0 auto;
}
#pogo {
	width: 469px;
	height: 557px;
	margin-left: 100px;
}


h2 {
	color: #ff0;
	font: normal 22px "Myriad Pro", "Helvetica Neue", "Lucida Grande", calibri, helvetica, arial, sans-serif;
	padding-bottom: 2px;
	margin: 0 0 8px 0;
}
h3 {
	color: #ff0;
	font: bold 17px "Myriad Pro", "Helvetica Neue", "Lucida Grande", calibri, helvetica, arial, sans-serif;
}
h4 {
	color: #ff0;
	font: bold 17px "Myriad Pro", "Helvetica Neue", "Lucida Grande", calibri, helvetica, arial, sans-serif;
	margin: 30px 0 10px 0;
}



.introText {
	font-size: 15px;
	font-weight: bold;
}
.pageContent {
	margin-top: 20px;
}
.pageSection {
	padding-top: 20px;
}

/* GAME */
#gameImg {
	width: 468px;
	height: 532px;
	float: left;
}
.gameSection {
	width: 310px;
	text-align: left;
	padding: 4px 0 0 20px;
	float: left;
}
.gameSection h3 {
	width: 230px;
}
.gameSection ul {
	margin-left: 17px;
}

/* TRIVIA */
.triviaWrapper {
	padding: 10px 0 20px 0;
}
.triviaWrapper .triviaNumber {
	color: #ff0;
	font-weight: bold;
	padding-bottom: 3px;
}
.triviaWrapper .triviaQuestion {
	padding-bottom: 3px;
}
.triviaWrapper .triviaAnswers {
	line-height: 22px;
	margin: 4px 0 0 86px;
}
.triviaWrapper .triviaAnswer input {
	/*width: 22px;
	height: 22px;*/
	margin: 4px 8px 0 0;
}

/* FAQ */
.faqWrapper {
	padding: 10px 0 20px 0;
}
.faqWrapper .faqQuestion {
	color: #ff0;
	font-weight: bold;
	padding-bottom: 3px;
}

/* CONTACT */
#contactForm {
	margin-left: 90px;
}

/* LINKS */
.linksContent {
	text-align: center;
	margin-top: 20px;
}
.linksContent ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* BUY */
#buyForm {
	width: 550px;
	margin-left: 100px;
}
.totalRow {
	font-weight: bold;
}



/* FOOTER */
#footer {
	width: 100%;
	font-size: 11px;
	padding-top: 25px;
}
#footer a {
	color: #402200;
}
#footer a:hover {
	color: #402200;
	text-decoration: underline;
}
#footer .footerMenu {
	float: right;
	margin-right: 50px;
}
#footer .footerMenu ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer .footerMenu ul li {
	font-weight: normal;
	display: inline;
	padding-left: 6px;
}
#footer .footerMenu ul li a {
	display: inline;
}
#footer .copyright {
	float: left;
	margin-left: 50px;
}

#noscript-warning {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	background-color: #d00;
	padding: 6px 0;
}

