﻿body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #b59d91;
	height: 100%;	
}

img
{
	border: none;
}

.PageContainer
{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -345px;
	margin-left: -383px;
	width: 755px;
	height: 662px;
	text-align: left;
}

.InnerPageContainer
{
	width: 754px;
	height: 642px;
	background: #51534f url(../images/background-addy.jpg) no-repeat;	
	border: solid 5px #865015;
	padding-top: 49px;
	position: relative;
}

#AddyGlow
{
	width: 754;
	height: 690px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: none;
}

.Footer
{
	height: 15px;
	text-align: center;
	margin-top: 15px;
}

.Footer a
{
	text-decoration: none;
	color: #865015;
}

#MediaContainer
{
	height: 214px;
	margin-left: 195px;
	width: 380px;
	background-color: #000;

}

#EpisodeList
{
	width: 127px;
	float: left;
	margin-top: 92px;
	margin-left: 148px;
	text-align: center;
}

#ExtraFeatures
{
	width: 127px;
	float: left;
	margin-top: 92px;
	margin-left: 50px;
	text-align: center;
}

#BehindTheCushion
{
	width: 127px;
	float: left;
	margin-top: 72px;
	margin-left: 50px;
	text-align: center;
	cursor: pointer;
	display: block;
	padding: 15px 0;
}

#NationalAddy
{
	width: 65px;
	height: 100px;
	float: left;
	margin-top: 90px;
	margin-left: 75px;
	text-align: center;
	cursor: pointer;
	display: block;
	padding: 15px 0;
}

#BehindTheCushion:focus,
#NationalAddy:focus
{
	outline: none;
}

#BehindTheCushionContent,
#NationalAddyContent
{
	width: 380px;
	height: 214px;
	overflow: hidden;
	color: #fff;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	text-align: justify;	
	line-height: 1.5em;
}
#BehindTheCushionBody,
#NationalAddyBody
{
	width: 345px;
	height: 194px;
	overflow: hidden;
	float: left;
	margin: 10px;
}
#BehindTheCushionSlider,
#NationalAddySlider
{
	height: 194px;
	font-size: 8px;
}
#BehindTheCushionSliderContainer,
#NationalAddySliderContainer
{
	width: 15px;
	height: 194px;
	float: right;
	padding: 10px 0;
}

#BehindTheCushionBody:first-child,
#NationalAddyBody:first-child
{
	padding-top: 0;
	margin-top: 0;
}

#HiddenContent
{
	display: none;
}


.TextBody a
{
	color: #DDD0C7;
}

.TextBody a:hover
{
	color: #BBA397;
}


.ShowVideo, .ShowSlideShow
{
	cursor: pointer;
}

.ListButton
{
	padding: 15px 0;
	display: block;
}

.MenuContainer
{
	width: 127px;
	height: 200px;
	overflow: hidden;	
	margin-bottom: 20px;
	vertical-align: bottom;
	cursor: auto;
}
.Menu
{
	background-color: #b06830;
    opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity:.75;
    overflow: hidden;
	border: solid 1px white;
}

.MenuItems
{
	color: #fff;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 14px;
	padding-left: 22px;
	text-indent: -12px;
	list-style-type: none;
	margin: 0;
}

.MenuItems a, .MenuItems a:link,
.MenuItems a:visited, .MenuItems a:active
{
	color: #fff;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
}

.MenuItems a:hover
{
	color: #FBD690;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
}



.PauseContainer
{	
	color: #fff;
	position: absolute;
	width: 370px;
	height: 204px;
	z-index: 1000;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}
.Audio
{
	position: absolute;
	z-index: 1000;
	text-align: right;
}
.Speaker
{
	z-index: 1000;
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin-top: 20px;
	margin-left: 365px;
}

.Loading
{
	color: #fff;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10px;
}