/* Copyright 2009 by (ths) www.ths.nu */

@font-face {
 font-family: usrcontent;
 src: url("usrcontent.eot") /* EOT file for IE */
}


@font-face {
	font-family: usrcontent;
	src: url('usrcontent.otf') format("opentype");
}

body {
	font: 20px/22px usrcontent, "Lucida Grande", Lucida, Helvetica, "Helvetica Neue", Verdana, sans-serif;
	color: #fefcf9;
	margin: 0;
	background-color: transparent;
}

img {
	border: 0;
}

#logo {
	position: absolute;
	top: 53px;
	left: 30px;
	width: 546px;
	height: 177px;
	z-index: 1;
}

#intro {
	position: absolute;
	top: 254px;
	left: 30px;
	width: 377px;
	height: 80px;
	z-index: 1;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 22px;
}

#nav {
	position: absolute;
	top: 271px;
	left: 427px;
}

#textbox {
	position: absolute;
	top: 513px;
	left: 426px;
	width: 800px;
	height: 650px;
	z-index: 2;
}

#video {
	position: absolute;
	top: 435px;
	left: 30px;
	width: 377px;
	height: 374px;
	z-index: 1;
}

.active{
	font-size: 48px;
	line-height: 22px;
	margin: 0;
}


#container {
	cursor: pointer;
	height: 22px;
	font-size: 22px;
	color: #e6e3e2;
	text-transform: uppercase;
	line-height: 22x;
	
	background-color: rgba(0,0,0,0.1);
  /* Mozilla ignores crazy MS image filters, so it will skip the following */    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=
    scale, src='images/background.png');
	padding: 6px 6px 0;
	float: left;
	letter-spacing: 0.09em;
	margin: 0;
}

#container_active {
	font-size: 48px;
	color: #f7f4f4;
	text-transform: uppercase;
	line-height: 48px;	
	height: 40px;
	cursor: pointer;
	float: left;
	background-color: rgba(0,0,0,0.1);

  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=
    scale, src='images/background.png');
	padding: 6px 6px 0;
	margin: 0;
}

#stopper {
	clear: left;

}

a {
	color: #fefcf9;
	text-decoration: none;
	cursor: pointer;
}

#access a {	
	display:block;
	text-decoration:none;
	color: #777676;
	line-height:38px;
	padding: 0 10px;
	border-top: 1px solid #bbbbbb;
}
#access ul ul {
	display:none;
	position:absolute;
	top:0px;
	left:140px;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background: #e1e1e1;
	height:18px;
	line-height:1em;
	padding:10px;
	width: 160px;
	color:#646363;
	border-style: none;
	border-bottom: 1px solid #bbbbbb;
}
#access li:hover > a,
#access ul ul :hover > a {

	background: #dadada;

}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #327ba9;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #327ba9;
}



