/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #3b3b3b;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
	background: url("/graphics/bg2.gif") #959494 repeat;
}

/* main table */

div#splashcontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:816px;
	background: url("/graphics/mainbg2.gif") #ffffff repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:816px;
	background: url("/graphics/mainbg2.gif") #ffffff repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:800px;
	height:174px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	width:800px;
	padding:0 0 70px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:800px;
	height:60px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 8px;
	visibility:hidden;
}

#horiz_menu {
	width: 750px;
	height:53px;
	margin: 0 auto;
	padding: 0;
}




/* main nav */


#topmenu {
	width: 800px;
	height:30px;
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
}

#rightbar {
	width: 251px;
	margin: 0 0 0 0px;
	background: url("/graphics/rightbarbg.gif") repeat-x;
	float:right;
	text-align:center;
}




/* content formatting */

#splashpagecontent {
	width: 800px;
	padding: 0;
	overflow: auto;
	line-height:15px;
	float:left;
}

#pagecontent {
	width: 679px;
	padding: 20px 45px 20px 80px;
	overflow: auto;
	line-height:15px;
	float:left;
}

#splashinterior {
	width: 489px;
	padding: 20px 30px 20px 30px;
	overflow: auto;
	line-height:15px;
	float:left;
}

#news {
	width:251px;
	background: url("/graphics/news.gif") no-repeat;
	margin: 20px auto 0 auto;
}

.news_item {
	font-size:11px;
	line-height: 14px;
	padding-bottom:5px;
	margin: 0 auto 25px auto;
	border-bottom: 1px solid #cccccc;
}

.vid_list {
	width: 251px;
	padding: 30px 0 0 0; 
	border:0px solid; 
	float:left;
	text-align:left;
}

.minivid {
	float:left; 
	margin:-15px 15px 0 25px;
}

#login {
	width: 220px;
	height: 50px;
	float:right;
	margin: 43px 20px 0 0;
	_margin: 43px 10px 0 0;
	padding:0 0 0 0;
	overflow: auto;
}

#right_foot {
	color: #f5f5f5;
	float: right;
	padding-top: 6px;
	padding-right:20px;
	font-weight:bold;
}

#left_foot {
	color: #f5f5f5;
	float: left;
	padding-top: 6px;
	padding-left:20px;
	font-weight:bold;
}



#clear {
	clear: both;
}

#foldertab {
	width: 688px;
	margin: 25px auto 0;
	padding: 11px 0 0 45px;
	line-height:18px;
	height: 38px;
	background:URL(/graphics/tabtop.gif) no-repeat;
	}

#folderpage {
	width: 693px;
	margin: 0 auto;
	padding: 20px;
	_padding-top:10px;
	line-height:18px;
	min-height: 200px;
	background:URL(/graphics/folderbg.gif) repeat-y;
	}

#folderbot {
	width: 733px;
	margin: 0 auto;
	height: 20px;
	background:URL(/graphics/folderbot.gif) no-repeat;
	}

#detailpage {
	width: 677px;
	margin: 12px auto 0;
	background:URL(/graphics/detailpagebg.gif) repeat-y;
	font-size:12px; 
	line-height:18px;
	}

#pagecurl {
	width: 677px;
	background:URL(/graphics/pagecurl2.gif) no-repeat top right;
	margin-bottom:15px;
	}



/* text styles */



a {
	color: #0a78b3;
	text-decoration: underline;
	outline: none;

}
a:hover {
	color: #ffac0b;
	text-decoration: underline;
}

a.imedia {
	color: #f5f5f5;
	text-decoration: underline;
}
a.imedia:hover {
	color: #ffac0b;
	text-decoration: underline;
}

a.video {
	color: #0a78b3;
	text-decoration: none;
	font-size:10px;
	line-height:15px;
}
a.video:hover {
	color: #00aedd;
	text-decoration: underline;
}

a.video2 {
	color: #ffffff;
	text-decoration: none;
	font-size:10px;
	line-height:15px;
}
a.video2:hover {
	color: #00aedd;
	text-decoration: underline;
}

a.log-in {
	color: #ffffff;
	text-decoration: underline;
	font-size:10px;
	font-weight:bold;
}
a.log-in:hover {
	color: #ffac0b;
	text-decoration: underline;
}

a.vidlist {
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
a.vidlist:hover {
	color: #c50000;
	text-decoration: underline;
}

a.prospect {
	color: #000000;
	line-height: 15px;
	text-decoration: underline;
}
a.prospect:hover {
	color: #c50000;
	text-decoration: underline;
}

a.more {
	color: #0a78b3;
	text-decoration: none;
}
a.more:hover {
	color: #d8981d;
	text-decoration: underline;
}
a.news {
	color: #0a78b3;
	text-decoration: none;
	font-size:11px;
	line-height:15px;
}
a.news:hover {
	color: #00aedd;
	text-decoration: underline;
}

ul.signup {
	margin:0px;
	list-style-type:none;
}
li.signup {
	margin:15px 0 10px 0;
	font-weight:bold;
	list-style-type:none;
}

li.signup1 {
	margin:5px 0 5px 0;
	font-weight:normal;
	list-style-type:disc;
}

li.signup2 {
	margin:3px 0 3px -0;
	font-weight:normal;
	list-style-type: circle;
	list-style-position: outside;
	font-size:12px;
}
li.signup3 {
	margin:3px 0 3px -10px;
	font-weight:normal;
	list-style-type: none;
	list-style-position: outside;
	font-size:13px;
}

span.amt {
	font-weight:bold;
	font-size:14px;
}
span.number {
	font-weight:bold;
	font-size:14px;
	color: #000;
	text-transform: capitalize;
}

h1 {
	font-weight:bold;
	font-size:17px;
	color: #0a78b3;
	text-transform: uppercase;
	margin:0 0 26px 0;
}

h2 {
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	color: #0a78b3;
	text-transform: uppercase;
	margin:0 0 10px 0;
}

h3 {
	font-weight:bold;
	font-size:15px;
	line-height:16px;
	color: #0a78b3;
	text-transform: uppercase;
	margin:0 0 2px 0;
}
h4 {
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	font-style:italic;
	margin:0 0 10px  0;
	text-align:center
}
h5 {
	font-weight:bold;
	font-size:11px;
	line-height:13px;
	color: #282828;
	text-transform: capitalize;
	text-align:left;
	margin:0px;
}


p { 
	margin:10px 0 10px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

div.folderdata {
height:25px;
line-height:20px;
padding: 5px 0 0 25px;
border-bottom: solid 1px #e7dcd1;
border-top: solid 1px #e7dcd1;
margin-top: -1px;
text-transform:capitalize;
}

span.playername {
width:190px;
display: block;
float:left;
}

span.sportname {
width:140px;
display: block;
float:left;
}

/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: underline;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}






/* menu codes */

.pipelist {
   overflow: hidden;
   width: 600px;
   margin:0 auto 0 auto;
   font-size:12px;
   text-transform:uppercase;
	font-weight: bold;
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 0px;
   float: left;
   line-height: 27px;
   margin: 1px .5em 0 -.5em;
   padding: 0 17px 0 17px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	background: #ffac0b;
	}
	
.pipelist a {
	color: #ffffff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #ffffff;
	text-decoration: none;
}	
	
	
	


/* - - - - - - - DROP DOWN LINE 1 - - - - - - - - - - */




/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(/graphics/spacer.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 16px 30px 30px 30px;
	.padding: 18px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #ffffff;
	background:#000000;
	text-transform:uppercase;
}

.menu ul {
	width: 125px;   /*  menu width  */
	text-align:left
}

.menu ul.subx {
	width: 118px;   /*  menu width  */
	text-align:left
}

.menu a {
	text-decoration: none;
	color: #ffffff;
	padding: 7px 22px 0 22px ;      /* padding around main menu items   */
   font-size:12px;
	font-weight: bold;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #d4e877;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
	padding: 4px 4px 4px 8px;    /* sets padding of drop downs */
	text-align:left;
}


.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}



.sub ul {
	width: 11em;
	text-align:left
}

.sub a {
	text-decoration: none;
	color: #ffffff;
	padding: 0 10px 0 0;     /*  padding around text in drop downs   */
	font-size: 11px;
	display: block;
	position: relative;
}

.sub a:hover, .menu li:hover>a {
	color: #d4e877;
}

.subx a {
	text-decoration: none;
	color: #000000;
	padding: 0 1px 0 0;     /*  padding around text in drop downs   */
	font-size: 11px;
	display: block;
	position: relative;
}

.subx a:hover, .menu li:hover>a {
	color: #d4e877;
}




/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */







<!--[if lte IE 6]>
/*<![CDATA[*/

/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
	top: 100%;
	left: 0;
}

.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #d4e877;
	text-decoration:none;
}

.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/*]]>*/














td.fieldhead {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	line-height:22px;
}

td.fieldhead2 {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
}

td.tabledata2 {
	font-size: 12px;
	line-height:18px;
}

td.sectionl {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	background: #3c7294;
	font-weight: bold;
	border-right: solid 1px #cacaca;
	
}
td.sectionr {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: #e647a0;
}
td.section {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 4px 10px;
	font-weight: bold;
	background: #e647a0;
}
td.items {
	background: #f5f5f5;
	padding: 6px 10px;
	font-size: 10px;
	font-weight: bold;
	border-bottom: solid 1px #cacaca;
}
td.subtotal {
	padding: 6px 10px;
	font-size: 12px;
	font-weight: bold;
}
td.subtotal2 {
	padding: 3px 10px;
	font-size: 11px;
	font-weight: bold;
}

td.promo {
	padding: 3px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #e647a0;
}

td.total {
	padding: 6px 10px;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #cacaca;

}
td.lined {
	border:solid 1px #cacaca;	
}
td.otherlined {
	border-bottom: solid 1px #cacaca;	
}


table.tableau td {
 border:1px solid #ccc;
}
