#body { height:600px; }

#footer { padding-top: 0px; margin-top:0px;}

/* Home Backgrounds
-------------------------------------------------------------- */

#adContainer {	
	margin-top:220px;
	margin-left:111px;	
	z-index:999;
}

#homeContainer {
	width:950px;
	height:526px;
	z-index:10;
}

#slideshowTemp{
	position:absolute;
	top:0;
}

#slideshow1 img{
	display:none;
}


/* Home Container
-------------------------------------------------------------- */
.homeContent {
	width:950px;
	height:531px;
	position:absolute;
}

#homeMainContent {
} 


/* Home Page Text
-------------------------------------------------------------- */

#homeText {
	position:relative;
	top: 160px;
	right: 60px;
	text-align:right;
	font-weight:bold;
	display: none;
}

#trailerButton {
	top: 366px;
	right: -66px;
	position:absolute;
	
}

#homeMore {
	top: 85px;
	right: 10px;
	position:absolute;
}

a#homeMore {
	color:#cccccc;
	text-decoration:none;
}
a#homeMore:link  {color:#CCC; text-decoration:none; }   
a#homeMore:visited    {color:#CCC; text-decoration:none;}
a#homeMore:hover    {color:#ffffff;  text-decoration:underline; }
a#homeMore:active    {color:#CCC; text-decoration:none; }


/* Home Page Trailer
-------------------------------------------------------------- */

#trailerContainer {
	
	background: transparent url(/StarzAnimation/images/home/whiteTransparentBkgd.png) repeat;	
	
	position:absolute;
	
	top:1px;	
	left:0px;
	
	width:100%;
	
	height:525px;
	
	overflow:hidden;
	
	display:none;
	z-index: 11;
}

.noFlashImage
{
	border:0;
	
}

.SAVideoPlayerHome
{
	text-align:center;
	position:relative;
	width:100%;
	height:100%;
	margin-top:20px;
}

.trailerCloseButton a{
	padding-top:3px;
	height:22px;
	width: 75px;
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	background:transparent url(/StarzAnimation/images/buttons/subNavBtn.jpg) no-repeat;
	position: absolute;
	top: 20px;
	right: 115px;
	text-align:center;
}


.trailerCloseButton a:link  {background-position: 0px 0px; color:#ffffff; }   
.trailerCloseButton a:visited    {background-position: 0px 0px; color:#ffffff; }
.trailerCloseButton a:hover    {background-position: 0px -37px; color:#ffffff;}
.trailerCloseButton a:active    {background-position: 0px 0px; color:#ffffff;}

#trailerContent{
	text-align:center;
	position:relative;

	top:55px;
}


/* Home Module
-------------------------------------------------------------- */



#homeModuleHolder {
	width:100%;
	height:200px;
	overflow:hidden;
	position:absolute;
	top: 326px;
}

.homeModule {
	width:500px;
	height:200px; 
	margin-left:225px; /*(950-homeModule width) / 2*/
	background: transparent url(/StarzAnimation/images/home/whiteTransparentBkgd.png) repeat;
	color:#333;
	position:relative;
}

.homeModule div {
	padding:10px;
}

#homeModule1 {
	margin-top:200px;
	display:none;
}

#homeModule2 {
	margin-top:200px;
	display:none;
}

#homeModule3 {
	margin-top:200px;
	display:none;
}

.moduleHeader {
	font-size:18px;
	position:relative;
	top: 0px;
	font-weight:bold;
	margin-right: 25px;
}
.moduleText 
{
	position:relative;
	font-weight:bold;
	margin-top: -5px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
}

.moduleLink
{
	text-align:right;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}

.moduleLink a:hover
{
	color:#333;
	text-decoration:underline;
}

.moduleImage {
	position:absolute;
	background:#333;
	width: 100px;
	top: 40px;
	left: 15px;
	height: 130px;
}


/* Home Module Close Buttons
-------------------------------------------------------------- */

.moduleCloseBtn
{
	right: 5px;
	position:absolute;
	top: 10px;
	background: transparent url(/StarzAnimation/images/home/closeBtn.png) no-repeat;
	background-position: 10px 0px;
	width:15px;
	height:0px;
	cursor:pointer;
	overflow:hidden;
}

.moduleCloseBtn:hover {
	background-position: 10px -20px;
}

/* Home Module Buttons
-------------------------------------------------------------- */

.homeModuleButton {
	float:left;
	margin-right:1px;
	text-align:center;
	
}

.homeModuleButton a{
	padding-top:6px;
	height:24px;
	width: 166px;
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background:transparent url(/StarzAnimation/images/home/subNavBtn.png) no-repeat;
}


.homeModuleButton a:link  {background-position: 0px 0px; color:#ffffff; }   
.homeModuleButton a:visited    {background-position: 0px 0px; color:#ffffff; }
.homeModuleButton a:hover    {background-position: 0px -37px; color:#ffffff;}
.homeModuleButton a:active    {background-position: 0px 0px; color:#ffffff;}

#homeModuleButtonsList {
	display:block;
	list-style-type:none;
	margin:0px;
	height:27px;
	width:503px; /*not an even 500 because of the right margin*/
	margin-left:225px; /*(950-homeModule width) / 2*/
	display:none;
}


/* Sexy Buttons 
-------------------------------------------------------------- */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/StarzAnimation/images/buttons/buttonArrow.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 27px; /* sliding doors padding */
    text-decoration: none;
}

a.button:link  {color:#ffffff; }   
a.button:visited    {color:#ffffff; }
a.button:hover    {color:#ffffff;}
a.button:active    {color:#ffffff;}

a.button span {
    background: transparent url('/StarzAnimation/images/buttons/button.png') no-repeat;
    display: block;
    line-height: 16px;
    padding: 7px 0 7px 20px;
}

.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 7px 0 7px 20px; /* push text down 1px */
}





