@charset "utf-8";
/* CSS Document */
body {
	background:url(images/page_bg.jpg); 
	background-repeat:no-repeat; 
	background-position: 0px 0px; 
	background-attachment: fixed;
	background-color: #ebe8c0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

html {height:100%; margin-bottom:1px;} /*Forces vertical scroll bar to be visible*/ 

#divContainer {
	position:absolute;
	width:921px;
	left:50%;
	top:37px;
	margin-left:-450px;
	border-top: 1px solid #14609c;
	border-right: 1px solid #14609c;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#header {
	float:left;
	width:750px;
	height:200px;
	background-image:url(/images/header_image.jpg);
	background-position:top-left;
	background-repeat:no-repeat;
	background-position:top;
}
#MerchandiseItem {
	width:465px;
	height:1100px;
	border: 3px solid #993300;
	margin-bottom:10px;
	clear:both;
}

#wrapperTrixy {
	width: 700px;
	float:left;
	padding:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	text-align: left;
	background-color: #FFFFCC;
}
#wrapper {
	width:750px;
	float:left;
	padding:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	text-align: left;
	background-color: #FFFFCC;
}
.wrapperContentImg{
	float:left;
	padding:5px;
	margin:5px;
	background-color:#FFFFFF;
	border:1px solid #000000;
}
.wrapperContentImg2 {
	padding:5px;
	margin:5px;
	background-color:#FFFFFF;
	border:1px solid #000000;
}
#wrapperContent p {
	padding:10px;
	margin:10px;
	clear:both;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	text-align: left;
}
#wrapperImage img{
	float:left;
	padding:5px;
	margin:5px;
	background-color:#FFFFFF;
	border:#000000 1px solid;
}
#wrapper a:link {
	font-weight:bold;
	color:#CC3300;
	text-decoration:underline;
}
#wrapper a:visited {
	font-weight:bold;
	color:#663300;
	text-decoration:underline;
}
#wrapper a:active {
	font-weight:bold;
	color:#663300;
	text-decoration:underline;
}
#wrapper a:hover {
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
}

#rightCloumn {
	width:169px;
	min-height:100%;
	padding:5px;
	float:left;
	text-align:center;
	background-color:#FF9966;
}
#rightCloumn img {
	padding:5px;
	margin:5px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
}

/* BEGIN MENU STYLES */

#menuNav {
	position:absolute;
	width:920px;
	height:35px;
	left:50%;
	top:10px;
	margin-left:-450px;
}

.animatedtabs{
overflow: hidden;
width: 100%;
height:35px;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 0px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 5px;  /*3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
 padding-bottom: 5px; /*3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

/* END MENU STYLES */

#newsLetter {
	width:740px;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:15px;
	padding-left:40px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0066FF;
}
#newsLetterTrixy {
	width:735px;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:15px;
	padding-left:40px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0066FF;
}
#photo2 {
	float:left;
	clear:both;
	width:450px;
	padding:5px;
	margin:10px;
}
#photo2 img{
	float:left;
	padding:5px;
}
#sponsors {
	float:left;
	clear:both;
	width:665px;
	height:190px;
	background-color:#FF9900;
	border-bottom:1px solid #CC6600;
	border: 1px solid #CC6600;
	margin-left: 10px;
}
#articleImages {
	padding:10px;
	margin:10px;
	width:600px;float:left;
	clear:both;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	text-align: left;
}
#articleImages img {
	float:left;
	clear:both;
	padding:5px;
	margin:5px;
}
#Player {
	width:300px;
	height:45px;
	float:left;
	padding:10px;
	margin:5px;
	background-color:#FF9900;
	border:1px solid #000000;
}
#cbplayer {
	width:340px;
	height:100px;
	margin-left:200px;
	border:1px solid #00FF00;
}
#intro {
	width:740px;
	margin:auto;
	padding:auto;
	background-color:#FFCC00;
}
#search {
	width:740px;
	margin:auto;
	padding:auto;
	background-color:#FFCC00;
	border:1px solid #993300;
}