@CHARSET "UTF-8";



#active {color:#93af49;}

/* pop up menu START */

.menu a, .menu a:hover, .menu {
	color:white; text-decoration:none;
}

div.mainmenu {
    position: absolute;
    font-weight: bold;
    z-index: 1;
}

div.menu {
    float: left;
}

div.popup a:hover { background-color: #551061; }
div.menu:hover div:first-child { border-bottom: none; }
div.menu div.popup { display: none; }
div.menu:hover div.popup { 
    display: block; 
    background-color: #551061; 
}


div.menu div {
    background-color: #551061;
    padding: 5px;
    border: solid 2px #551061;
}


div.popup div, div.popup a { display:block; text-decoration: none; margin: 2px 2px 2px 5px; }
div.popup div + div, div.popup a + a { margin-top: 10px; } 

/* pop up menu END */






body {
	background-position:center top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	background-color:black;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;	
}

#header {
	background-image:url(/img/banner.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:201px;
	margin:0 auto;
}

/* just a container to take up the banner space. the banner picture is defined in the header id */
#banner-fake {
	height:160px;
	width:980px;
	margin:0 auto;
}

#menu-container	 {
	margin: 0 auto;
	width:980px;
	height:35px;
}

#main {
	width:980px;
	margin:0 auto;
	margin-bottom:50px;
}
#main-productions {
	width:980px;
	margin:0 auto;
	margin-bottom:50px;
}

#text {
	width: 620px;
	margin-left:30px;
	margin-top:60px;
	color:white;
	font-weight:bold;
	line-height:20px;
}
#text-productions {
	width: 980px;
	margin-left:30px;
	margin-top:60px;
	color:white;
	font-weight:bold;
	line-height:20px;
}

div#text a, div#text a:hover, div#text a:visited {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
div#text img {border:none;}

h2 {
	color:#cfcfab;
}