/* ---------------------------------- Global Resets ---------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
p, ul {
	line-height: 16px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	cursor: pointer;
}

input, textarea {
	padding: 2px;
	border: 1px solid #e3e3e3;
}
input:hover, textarea:hover {
	border: 1px solid #5c5c5c;
}

/* ---------------------------------------- Styles ---------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background: url(images/background-back.png) no-repeat top center #000000;
}

h1 {
	font-family: Trebuchet MS, Arial;
	font-size: 30px;
}

h2 {
	font-family: Trebuchet MS, Arial;
	font-size: 20px;
	margin: 20px 0 -5px 0;
}

h3 {
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	margin: 10px 0 -5px 0;
}

p, ul {
	margin: 10px 0 0 0;
}

ol {
	margin: 10px 0 0 30px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

#container1 {
	width: 1000px;
	margin: 0 auto 0 auto;
	background: url(images/background-main.png) repeat-y;
}

#container2 {
	background: url(images/background-header.png) no-repeat top center;
}

/* ---------------------------------------- Header ---------------------------------------- */

#header {
	height: 100px;
}

#header img {
	margin: 25px 0 0 10px;
}

#headerLinks {
	font-size: 12px;
	text-align: right;
	width: 985px;
	margin: 75px 0 0 0;
	position: absolute;
	color: #666666;
}

#headerLinks a:hover {
	text-decoration: underline;
}

/* ---------------------------------------- Main Content ---------------------------------------- */

#mainContent {
	margin: 0 5px 0 5px;
}

#mainContent td {
	vertical-align: top;
}

/* ---------------------------------------- Main Nav ---------------------------------------- */

#mainNav {
	width: 975px;
	height: 30px;
	margin: 10px auto 0 auto;
}

.onPage {
	color: #FFFFFF !important;
}

/* ---------------------------------------- Main Content ---------------------------------------- */

#mainContent a {
	color: #888888;
}

#mainContent a:hover {
	color: #FFFFFF;
}

#mainContent li {
	padding: 5px 0 0  5px;
}

.pagePic {
	float: left;
	margin: 10px 10px 10px 0;
}

.pictureCaption {
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	position: absolute;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF !important;
	background: #000000;
}

/* ---------------------------------------- Content Table ---------------------------------------- */

.contentTable, .contentTableInteractive, .contentTableSpiritWear {
	margin: 10px 0 0 0;
}

.contentTable td, .contentTable th, .contentTableInteractive td, .contentTableInteractive th, .contentTableSpiritWear td, .contentTableSpiritWear th {
	padding: 5px 10px 5px 10px;
	vertical-align: middle !important;
}

.contentTable th, .contentTableInteractive th {
	font-weight: bold;
}

.contentTableInteractive tr:hover {
	color: #000000;
	background: #FFFFFF;
	cursor: pointer;
}

.contentTableInteractive tr:hover a {
	color: #9b2022 !important;
}

.contentTableInteractive tr:hover a:hover {
	color: #000000 !important;
}

.contentTableInteractive a:hover {
	text-decoration: underline;
	color: #000000 !important;
}

.redRow {
	background: #9b2022;
}

.evenEntry {
	background: #0a0a0a;
}

.contentTableHeader:hover {
	color: #FFFFFF !important;
	background: none !important;
}

.contentTableSubContent {
	font-size: 11px;
	font-style: italic;
	font-weight: normal !important;
	line-height: 13px;
	margin: 2px 0 0 5px;
}

.contentTableSpiritWear table {
	width: 125px;
	height: 125px;
	margin: 0 10px 10px 0;
	float: left;
	background:  url(images/background-products.png) no-repeat center;
	vertical-align: middle !important;
}

.contentTableSpiritWear td {
	width: 33%;
}

.contentTableSpiritWear table td {
	padding: 5px;
}

.contentTableSpiritWear table img {
	max-width: 115px;
	max-height: 115px;
	margin: 0 !important;
}

.contentTableSpiritWear h1 {
	font-size: 15px !important;
	height: auto !important;
	margin: 0 0 30px 0;
}

.contentTableSpiritWear img {
	margin: 10px 0 0 0;
}

.buyNowButton { 
	position: absolute;
	margin-left: 840px;
	margin-top:10px;
}

.buyNowButton input {
	border: 0px;
}

.buyDvdButton { 
	position: absolute;
	margin-left:180px;
	margin-top:10px;
}

/* ---------------------------------------- Content Containers ---------------------------------------- */

.contentContainer1 {
	padding: 0 5px 0 5px;
	background: url(images/background-contentFooter1.png) no-repeat bottom center;
}

.contentContainer1 h1 {
	height: 40px;
}

.contentContainer2 {
	padding: 0 5px 0 5px;
	background: url(images/background-contentFooter2.png) no-repeat bottom center;
}

.contentContainer2 h1 {
	height: 40px;
}

.contentContainer3 {
	padding: 0 5px 0 5px;
	background: url(images/background-contentFooter3.png) no-repeat bottom center;
}

.contentContainer3 h1 {
	height: 40px;
}

.flat1 {
	width: 290px;
	min-height: 5px;
	padding: 10px 15px 10px 15px;
	background: url(images/background-contentFlat1.png) no-repeat top center;
}

.flat2 {
	width: 620px;
	min-height: 5px;
	padding: 10px 15px 10px 15px;
	background: url(images/background-contentFlat2.png) no-repeat top center;
}

.flat3 {
	width: 950px;
	min-height: 5px;
	padding: 10px 15px 10px 15px;
	background: url(images/background-contentFlat3.png) no-repeat top center;
}

.textured1 {
	width: 290px;
	min-height: 280px;
	padding: 10px 15px 10px 15px;
	background: url(images/background-contentTextured1.png) no-repeat top center;
}

.textured2 {
	width: 290px;
	min-height: 280px;
	padding: 10px 15px 10px 15px;
	background: url(images/background-contentTextured2.png) no-repeat top center;
}

.textured3 {
	width: 290px;
	min-height: 280px;
	padding: 10px 15px 10px 15px;
	background: url(images/background-contentTextured3.png) no-repeat top center;
}

.textured12 {
	width: 620px;
	min-height: 280px;
	padding: 10px 15px 10px 15px;
	background: url(images/background-contentTextured12.png) no-repeat top center;
}

.textured23 {
	width: 620px;
	min-height: 280px;
	padding: 10px 15px 10px 15px;
	background: url(images/background-contentTextured23.png) no-repeat top center;
}

.textured123 {
	width: 950px;
	min-height: 280px;
	padding: 10px 15px 10px 15px;
	background: url(images/background-contentTextured123.png) no-repeat top center;
}

/* ---------------------------------------- Photo Turner ---------------------------------------- */

#photoTurner {
	width: 650px;
	padding: 0 5px 0 5px;
	background: none !important;
}

#photoTurnerImages {
	cursor:  pointer;
}

.photoTurnerBackground {
	position: absolute;
	z-index: 10;
}

.photoTurnerImage {
	position: absolute;
	z-index: 0;
}

.photoTurnerHeader {
	position: absolute;
	margin: 213px 0 0 15px;
	z-index: 11;
}

.photoTurnerHeaderSmall {
	position: absolute;
	margin-top: 245px;
	z-index: 11;
	text-align: right;
	width: 640px;
	font-size: 12px;
	
}


.photoTurnerHeader h1 {
	margin: 0 0 -3px 0;
}

.photoTurnerHeader p {
	margin: 0;
}

#photoTurnerNavigation {
	text-align: right;
	width: 640px;
	margin: 248px 0 0 0;
	position: absolute;
	z-index: 12;
}

#photoTurnerNavigation a {
	text-align:center;
	text-decoration: none;
	display: block;
	float: right;
	padding: 2px 3px 2px 3px;
	color: #FFFFFF !important;
}

#photoTurnerNavigation a:hover {
	color: #000000 !important;
	background: #FFFFFF;
}

/* ---------------------------------------- Latest News ---------------------------------------- */

#latestNews {
	width: 320px;
	height: 270px !important;
	min-height: 0 !important;
}

#latestNews .textured3 {
	width: 320px;
	min-height: 275px;
	padding: 0;
}

#latestNews h1 {
	padding: 10px 0 0 15px;
	margin-bottom: -5px;
}

.latestNewsList {
	padding: 0 2px 0 2px;
}

.latestNewsList ul {
	margin: 0 !important;
}

.latestNewsList li {
	padding: 10px 15px 10px 15px !important;
}

.latestNewsList li:hover {   
	background: #000000;
}

.latestNewsList a:hover {
	text-decoration: underline;
}

.latestNewsMoreBtn {
	font-size: 12px;
	text-align: right;
	width: 310px;
	margin: 250px 0 0 0;
	position: absolute;
	color: #666666;
}

.latestNewsMoreBtn a {
	color: #FFFFFF !important;
}

.latestNewsMoreBtn a:hover {
	text-decoration: underline;
}

/* ---------------------------------------- Footer ---------------------------------------- */

#footer {
	font-size: 12px;
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 25px 0 25px 10px;
	color: #666666;
	background: url(images/background-footer.png) no-repeat top;
}

#footer a:hover {
	text-decoration: underline;
}

.footerLinks td { 
	font-family:Arial;
	font-size: 11px;
	vertical-align: top; !important;
	border-left: #3c3c3c solid 1px;
	padding-left: 15px;
	padding-bottom: 5px;
}

.footerLinks p {
	line-height: 13px;
}

.footerTitles {
	font-weight: bold;
}

.footerLinks a {
	color: #666666;
}

.scoreTable td { 
	padding: 3px;
	text-align: center;
	background: #1a1a1a;
}


.scoreTable1 td { 
	padding: 3px;
	text-align: left;
	background: #1a1a1a;
}

.scoreTable th {
	background: #9b2022;
	padding: 3px;
	text-align: center;
}

.scoreTable { 
	margin-top: 10px;
}

.mainPic td {
	width: 600px;
}