/* Generic
--------------------------------------------- */

* {
	margin:0;
	padding:0;
	}
ul,
ul li {
	list-style:none;
	}
body {
	background:#000;
	font:62.5% Arial, Helvetica, sans-serif;
	}
:focus {
	outline:none;
	}
a:link,
a:visited {
	color:#FFF;
	text-decoration:none;
	}
a:hover,
a:active {
	color:#E8FF22;
	text-decoration:none;
	}

/* Layout 
--------------------------------------------- */

#container {
	margin:10em auto;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:90.8em;
	}
#home #container {
	width:78em
	}
#main {
	background:#000 url(../images/module.jpg) no-repeat top;
	float:left;
	padding-top:3.5em;
	width:56.6em;
	}

/* Headers 
--------------------------------------------- */

h1 {
	background:url(../images/border-double.gif) repeat-x top;
	float:right;
	font-size:1em;
	margin-top:4em;
	width:16.1em;
	}
h1 strong {
	background:url(../images/border-double.gif) repeat-x bottom;
	display:block;
	}
h1 a {
	background:url(../images/text_abeSylvia.gif) no-repeat 50% 46%;
	display:block;
	height:3.6em;
	text-indent:-9999px;
	}
#home h1 {
	height:3.4em;
	margin-top:16.2em;
	position:absolute;
	right:4.5em;	
	width:16.1em;
	}
	
/* Nav
--------------------------------------------- */

#nav {
	float:left;
	margin-top:1em;
	overflow:hidden;
	width:18.1em;
	}
#nav li {
	background:url(../images/border-double.gif) repeat-x bottom;
	clear:both;
	overflow:hidden;
	padding: .8em 2.3em 1.3em 0;
	}
#nav li.last {
	background:none;
	}
#nav li a {
	background:url(../images/nav.gif) no-repeat;
	display:block;
	float:right;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	}
#nav .about a {
	width:57px;
	}
#nav .commercials a {
	background-position:-57px 0;
	width:116px;
	}
#nav .press a {
	background-position:-173px 0;
	width:48px;
	}
#nav .film a {
	background-position:-221px 0;
	width:34px;
	}
#nav .reel a {
	background-position:-255px 0;
	width:35px;
	}
#nav .choreography a {
	background-position:-290px 0;
	width:137px;
	}
#nav .contact a {
	background-position:-427px 0;
	width:74px;
	}
#nav .home a {
	background-position:-501px 0;
	width:46px;
	}
#nav .about a:hover,
#nav .about a:active,
#nav .about a.on {
	background-position:0 -12px;
	}
#nav .commercials a:hover,
#nav .commercials a:active,
#nav .commercials a.on {
	background-position:-57px -12px;	
	}
#nav .press a:hover,
#nav .press a:active,
#nav .press a.on {
	background-position:-173px -12px;	
	}
#nav .film a:hover,
#nav .film a:active,
#nav .film a.on {
	background-position:-221px -12px;
	}
#nav .reel a:hover,
#nav .reel a:active,
#nav .reel a.on {
	background-position:-255px -12px;
	}
#nav .choreography a:hover,
#nav .choreography a:active,
#nav .choreography a.on {
	background-position:-290px -12px;
	}
#nav .contact a:hover,
#nav .contact a:active,
#nav .contact a.on {
	background-position:-427px -12px;
	}
#nav .home a:hover,
#nav .home a:active,
#nav .home a.on {
	background-position:-501px -12px;
	} 

#home #nav {
	margin-top:7.9em;
	overflow:hidden;
	width:22.6em;
	position:absolute;
	left:0;
	}
#home #nav li {
	padding-right:6.6em;
	}

#nav .subnav {
	clear:both;
	padding-top:.4em;
	}
#nav .subnav li {
	background:none;
	padding:.25em 0;
	}
#nav .subnav a {
	background:none;
	color:#FFF;
	height:auto;
	line-height:1.2em;
	text-align:right;
	text-indent:0;
	width:auto;
	}
#nav .subnav a:hover,
#nav .subnav a:active,
#nav .subnav a.on {
	color:#E8FF22;
	}
	
/* Content  
--------------------------------------------- */

.flash-movie {
	margin:0 auto;
	position:relative;	
	width:38em;
	z-index:99;
	}

.content {
	background:url(../images/module.jpg) no-repeat bottom;
	color:#FFF;
	font:1.4em/1.7em Arial, Helvetica, sans-serif;
	padding:0 0 2.5em;
	text-align:left;	
	}
.content .video {
	margin:0 auto;
	width:34.3em;
	}
.content img {
	float:left;
	margin:0 2.5em 1em 0;
	}
.content p {
	margin-bottom:1.5em;
	padding:0 4em;
	}
.content ul {
	margin-left:9.5em;
	padding:5em 0 6em;
	}
.content ul li {
	clear:both;
	padding:.2em 0pt .2em 2.8em;;
	}
.content ul li.phone {
	background:url(../images/icon_phone.gif) no-repeat left;
	}
.content ul li.email {
	background:url(../images/icon_email.gif) no-repeat left;
	}

.sub-content {
	background:#000;
	color:#FFF;
	overflow:hidden;
	padding:2em 0 2em 2em;
	text-align:left;
	width:54.6em;
	}
.sub-content h2 {
	font-size:1.8em;
	font-weight:normal;
	}
.sub-content h3 {
	font-size:1.4em;
	font-weight:normal;
	}
.sub-content p,
.sub-content li {
	font-size:1.1em;
	line-height:1.4em;
	padding:.5em 0;
	}
.sub-content .col-a {
	float:left;
	width:26em;
	}
.sub-content .col-b {
	float:right;
	width:21em;
	}
.sub-content ul li {
	font-weight:bold;
	}