@charset "UTF-8";
/*_____This is setting up the basic page______*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#202020;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	line-height: 1.5em;
	}
#wrapper {
	width: 800px;
	background-color: #303030;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	position: relative;
	}
#podcastWrapper {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: relative;
	height: 275px;
}
#clear {
	margin-left: 350px;
	width: 80px;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #CCC;
}
#MenuBar1 {
	height: 50px;
	padding-top: 5px;
	position: relative;
	width: 700px;
	margin-left: 0px;
}
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontalTest
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: 7em;
	float: left;
	top: 1px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.5em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
 ul.MenuBar
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.5em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #222222;
	padding: 0.5em 0.75em;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #303030;
	border-left-color: #303030;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #666666;
	color: #000000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #666666;
	color: #FFFFFF;
}
#wrapper #MenuBar1 {
	padding-left: 100px;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
#pageHeading {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #303030;
}
#copyright {
	background-color: #202020;
	text-align: center;
	padding-top: 10px;
}
.podPodcastWrapper {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 300px;
	position: relative;
}
.podMenuBar1 {
	padding-top: 5px;
	height: 50px;
	padding-left: 10px;
}
.podShowHeading {
	position: absolute;
	width: 475px;
	left: 275px;
	height: 50px;
	top: 50px;
	line-height: 175%;
}
.podShowText {
	position: absolute;
	width: 450px;
	left: 275px;
	top: 110px;
	height: 100px;
}
.podShowImage {
	float: left;
	height: 200px;
	width: 200px;
	margin-top: 30px;
	margin-left: 50px;
	position: absolute;
}
.podPageNav {
	float: left;
	margin-left: 300px;
	width: 300px;
}
.podIntro {
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 25px;
	padding-top: 10px;
}
.podShowLink {
	position: absolute;
	width: 150px;
	left: 600px;
	top: 245px;
}
.podShowDate {
	position: absolute;
	width: 150px;
	left: 325px;
	top: 245px;
	clear: left;
}
.podLength {
	position: absolute;
	left: 50px;
	width: 200px;
	top: 245px;
	clear: left;
}
#pageNav {
	margin-left: 250px;
}
#wrapper #pageNav table td {
	padding-right: 10px;
	padding-left: 10px;
	width: 35px;
	left: 0px;
	text-align: center;
}
.recordCount {
	width: 700px;
	padding-left: 20px;
}
.flashcontent {
	margin-left: 30px;
	clear: left;
}
.PlayerPageHeading {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
	line-height: 125%;
}
#wrapper #photoTest {
	height: 400px;
	width: 700px;
	padding-left: 25px;
}
#wrapper #table {
	margin-left: 50px;
	padding-bottom: 30px;
}
#wrapper #table table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	background-color: #0E0E0E;
	color: #FDFBFB;
	text-align: left;
	text-indent: 20px;
}
.ejunk {
	padding-left: 0px;
	padding-bottom: 5px;
}
.vidWrap {
}
#wrapper #content {
	text-align:center;
	padding-left:75px;
}
.yellowText {
	color: #FFFF00;
}
#EntireProductSelection a:link {
	color: #C0F;
}
#EntireProductSelection a:visited {
	color: #C0F;
}
#pageWrapper {
	background-color: #000;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#pageWrapper #addCartE {
	position: absolute;
	left: 785px;
	top: 860px;
}
#pageWrapper #viewCartE {
	position: absolute;
	left: 880px;
	top: 860px;
}
#MenuBar2 {
	height: 50px;
	padding-top: 5px;
	padding-left: 195px;
}
#pageWrapper #ordernow {
}
#pageWrapper #ordernow #addCart {
	position: absolute;
	left: 500px;
	top: 65px;
	margin: 0;
	padding: 0;
}
#pageWrapper #ordernow #viewCart {
	position: absolute;
	left: 600px;
	top: 65px;
	margin: 0;
	padding: 0;
}
#pageWrapper #buttons {
	position: absolute;
	left: 29px;
	top: 426px;
}
#pageWrapper #rotatingImage {
	position: absolute;
	left: 304px;
	top: 300px;
}
#pageWrapper #pricebutton img {
	position: absolute;
	left: 10px;
	top: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #loginBar {
	background-color: #303030;
	height: 30px;
}
#slideshow {
	position: absolute;
	width: 800px;
	height: 300px;
	top: 260px;
}
