/*-----------------
/ Global Styles
/----------------*/


* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background:url(/images/wrapper/background.gif);
	background-position: top center;
	background-color: #49acf5;
	background-repeat: repeat-x;
	height: 100%;
	min-height: 100%;
}

#outer_wrapper {
	text-align: center;
}

#inner_wrapper {
	width: 792px;
	margin:0 auto;
	text-align: left;
}

#content_container {
	background: #166eb1;
	float: left;
	font-size: 10pt;
	font-family: verdana;
	width: 792px;
}

#content_container_inner {
	width: 752px;
	margin: 20px;
	color: #ffffff;
	min-height: 400px;
}

#content_container a {
	color: #ffffff;
}

/*-----------------
/ Top Nav Styles
/----------------*/


#header {
	width: 792px;
	height: 147px;
	background:url(/images/wrapper/headerbg.gif);
	position: relative;
}

#logo {
	position: absolute;
	left: 27px;
	top: 20px;
}

#logo img {
	border-width: 0px;
}

#ecom_nav {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	margin-top: 5px;
	padding-bottom: 4px;
	background: #f37123;
}

#ecom_nav a {
	font-family: arial;
	font-size: 8pt;
	color: #154262;
}

.inner_ecomlink {
	margin-right: 8px;
	margin-left: 7px;
	float: right;
}

#navtabs {
	font-size: 8pt;
	font-family: arial;
	color: #ffffff;
	text-align: center;
	width: 495px;
	height: 21px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#navtabs a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#dvds_tab {
	background:url(/images/topnav/dvds_tab.png);
	float: left;
	width: 98px;
	height: 21px;
}

#dvds_tab_selected {
	background:url(/images/topnav/dvds_tab_selected.png);
	float: left;
	width: 98px;
	height: 21px;
	font-size: 9pt;
	font-weight: bold;
}

#digital_downloads_tab {
	background:url(/images/topnav/digital_downloads_tab.png);
	float: left;
	width: 143px;
	height: 21px;
}

#digital_downloads_tab_selected {
	background:url(/images/topnav/digital_downloads_tab_selected.png);
	float: left;
	width: 143px;
	height: 21px;
	font-size: 9pt;
	font-weight: bold;	
}

#our_story_tab {
	background:url(/images/topnav/our_story_tab.png);
	float: left;
	width: 84px;
	height: 21px;
}

#our_story_tab_selected {
	background:url(/images/topnav/our_story_tab_selected.png);
	float: left;
	width: 84px;
	height: 21px;
	font-size: 9pt;
	font-weight: bold;
}

#reviews_tab {
	background:url(/images/topnav/reviews_tab.png);
	float: left;
	width: 85px;
	height: 21px;
}

#reviews_tab_selected {
	background:url(/images/topnav/reviews_tab_selected.png);
	float: left;
	width: 85px;
	height: 21px;
	font-size: 9pt;
	font-weight: bold;
}

#mpbclub_tab {
	background:url(/images/topnav/reviews_tab.png);
	float: left;
	width: 85px;
	height: 21px;
}

#mpbclub_tab_selected {
	background:url(/images/topnav/reviews_tab_selected.png);
	float: left;
	width: 85px;
	height: 21px;
	font-size: 9pt;
	font-weight: bold;
}

.inner_tab {
	margin-top: 5px;
}

#footer {
	width: 792px;
	height: 35px;
	background:url(/images/wrapper/footerbg.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	text-align: center;
	float: left;
}

#footer_links {
	margin-top: 5px;
	display: inline-block;
	width: 440px;
}

.footer_link {
	margin-right: 15px;
	margin-left: 15px;
	float: left;
}

.footer_link a {
	font-family: arial;
	font-size: 8pt;
	color: #154262;
}

#footer_clear {
	clear: both; 
	float:left;
	height: 1px;
}


/*-----------------
/ Help Popup Styles
/----------------*/

.help_window {
	position:absolute;
	top: 50%;
	left: 50%;
	width:30em;
	height:18em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
	background-color: #f3f3f3;
	display: none;
	z-index: 10000;
	text-align: center;
	background: #0765ae;
	overflow-y: auto;
}

#help_content {
	background: #0765ae;
	text-align:left;
	font-family: arial;
	color: #ffffff;		
	font-size: 10pt;
	margin: 10px;
}

#help_content h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
}

#help_content p {
	margin-bottom: 14px;
}

#help_close {
	background: #0765ae;
	text-align: right;
	padding: 5px;
	margin-bottom: 6px;
}

#help_close a {
	font-family: arial;
	color: #ffffff;
}

/*-----------------
/ Misc Styles
/----------------*/

#sitemap ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 3px;
}

#newsletter-validate-detail fieldset {
	border-width: 0px;
}

#newsletter-validate-detail legend {
	display: none;
}

#newsletter-validate-detail input {
	margin-right: 7px;
}

#page_copy {
	min-height: 400px;
}