/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";

/* Body
-------------------------------------------------------------- */

body {	margin: 0 auto; background: #000000 url(/StarzAnimation/images/backgrounds/background1-2.jpg) center top no-repeat }

#body { margin-top: 40px; min-height:400px; }

/* Page

-------------------------------------------------------------- */

#pageContainer {
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	z-index:10;
	width:100%;
}

#page {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
}

/* Header
-------------------------------------------------------------- */

#header { margin-top: 20px; margin-left:50px;}

#header h1 a {
	float:left; 
	display:block; 
	height:53px; 
	width:116px; 
	margin-top: 10px;
	margin-right: 75px;
	background:transparent url(/StarzAnimation/images/logo/starzAnimationLogo.png) no-repeat scroll 0 0;
	cursor: pointer;
}

#header .tabs { z-index:20;}
#header .tabs li { margin-right: 32px; margin-top:28px; }
#header .tabs a { padding: 5px 15px; color: #ffffff; font-size:12px; font-weight:bold; text-decoration: none; margin-top: 15px; }
#header .tabs a.selected { padding: 5px 15px; color: #ffffff; font-size:14px; font-weight:bold; text-decoration: none; margin-top: 13px; }

#header .tabs  a:link    {color:#ffffff;  }
#header .tabs a:visited    {color:#ffffff; }
#header .tabs  a:hover    {color:#dddddd;  }
#header .tabs  a:active    {color:#ffffff; }






/* Footer
-------------------------------------------------------------- */
#footer { margin-top: 20px; position:relative; font-weight:normal; padding-top: 40px;}

#footer a{	font-weight:normal; }

#footer .tabs { margin-left: 180px;}
#footer .tabs a, #footer .tabs span {color: #FFFFFF; text-decoration: none; font-size: 11px;  }

#footer .tabs  a:link    {color:#ffffff;  }
#footer .tabs  a:visited    {color:#ffffff; }
#footer .tabs  a:hover    {color:#d0d0d0; }
#footer .tabs  a:active    {color:#ffffff;  }

#footer p.quiet { color: #ccc; }

#footer .tabs {
	margin-top: -40px;
}

#footer .tabs li {
	margin-right: 40px;
}


#footer .tabs li.otherCompanies {
	width: 250px;
	padding-left: 70px;
}

#footer .tabs li.lastItem {
	margin-right:0px;
}


#footer .tabs li.otherCompanies div.otherCompaniesContent {
	margin-top:20px;
	margin-left:-60px;
}

#footer .tabs li.otherCompanies div.otherCompaniesContent li {
	min-width:120px;
	display:block;
	width: 130px;
	margin-right: 0px;
	float:left;
}


#footer h2 {
}

#footer h2 span {
	position:relative;
	top:0px;
	left:30px;
	font-size: 10px;
	color:#FFF;
}

#footer h2 a {
	position: relative;
	display:block; 
	height:36px; 
	overflow:hidden; 
	width:80px; 
	left: 36px;
	background:transparent url(/StarzAnimation/images/logo/footerStarzLogo.png) no-repeat scroll 0 0;
}

