@charset "utf-8";

*
{
	margin:0;
	padding:0;
}

a img
{
	border:0;
	outline:none;
}

a:focus
{
	outline:none;
}

body
{
	font-family:'Avenir LT W02 45 Book';
	font-size:95%;
	background-color:#d9d9d9;
}

.whiteBorder.top
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:13px;
	background:white;
	z-index:10000;
}

.whiteBorder.bottom
{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:13px;
	background:white;
	z-index:10000;
}

.whiteBorder.left
{
	position:fixed;
	bottom:0;
	left:0;
	top:0;
	width:13px;
	height:100%;
	background:white;
	z-index:10000;
}

.whiteBorder.right
{
	position:fixed;
	bottom:0;
	right:0;
	top:0;
	width:13px;
	height:100%;
	background:white;
	z-index:10000;
}




#wrapper
{
	width:996px;
	margin:0 auto;
}

#header
{
	z-index:1000;
	color:#000;
	position:fixed;
	width:996px;
	text-align:center;
	padding-top:30px;
	background-color:#d9d9d9;
	margin-top:13px;
	padding-bottom:0;
}


#header ul.mainNav
{
	list-style:0;
	text-transform:uppercase;
	margin-top:35px;
	letter-spacing:0.1em;
	position:relative;
}

#header ul li
{
	list-style:none;
	margin-left:65px;
	display:inline-block;
}

#header ul li:first-child
{
	margin-left:0;
}



#header ul li a
{
	text-decoration:none;
	color:#000;
	display:inline-block;
	height:20px;
}

#header ul li a.active
{
	font-family:'Avenir LT W02 85 Heavy';
	background:url(../../img/navBgImg.png) bottom left repeat-x;
}

#header ul li a.active:hover
{
	
	font-family:'Avenir LT W02 85 Heavy';
	background:url(../../img/navBgImg.png) bottom left repeat-x;
}
	

#header ul.mainNav li a:hover
{
	background:url(../../img/navBgImg.png) bottom left repeat-x;
}




#header ul.subNav
{
	margin-top:0;
	font-size:0.8em;
	margin:0;
	line-height:1.8em;
	margin-top:0;
	position:absolute;
	background-color:#D9D9D9;
	padding-top:10px;
	left:0;
	right:0;
	padding-left:355px;
	padding-bottom:10px;
}

#header ul.subNav.about
{
	padding-left:547px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
     #header ul.subNav {padding-left:360px;}
}

#header ul.subNav li
{
	float:left;
	margin:0;
	padding:0;
}

#header ul.subNav li a
{
	margin:0;
	padding:0;
}



#header ul.subNav li:hover, #header ul.subNav li a:hover
{
	background:0;
}

#header li.head
{
	font-family:'Avenir LT W02 85 Heavy';
}

ul.subNav
{
	display:none;
}

li:hover .subNav
{
	display:block;
}





#content
{
	padding-top:150px;
	padding-bottom:250px;
	font-size:0.87em;
	letter-spacing:0.1em;
}

.imgHolder
{
	margin-bottom:45px;
}

.copyHolder h1
{
	font-size:1em;
	font-family:'Avenir LT W02 85 Heavy';
	border-bottom-style:double;
	border-bottom-color:#000;
	display:inline-block;
	margin-bottom:30px;
	text-transform:uppercase;
}

.copyHolder p
{
	margin-bottom:20px;
	line-height:1.5em;
	
}

#footer
{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.sig
{
	margin-bottom:45px;
}

.morinBold
{
	font-family:'Avenir LT W02 85 Heavy';
}


#imprint
{
	position:absolute;
	bottom:20px;
	right:23px;
	color:#000;
	text-decoration:none;
	font-size:0.68em;
	text-transform:uppercase;
}








