@charset "UTF-8";
/* CSS Document */


@font-face {
 font-family: Futura;
 src: url("f011003t.eot") /* EOT file for IE */
}
@font-face {
 font-family: Futura;
 src: url("f011003t.ttf") /* TTF file for CSS3 browsers */
}

html {
	height:100%;
}

body {
	background-color: #000;
	margin:0px;
	padding:0px;
	height:100%
	
}

h1 {
	font-family: Futura,  sans-serif;
	font-size: 16px;
	color: #CCC;
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-transform:uppercase;
	text-align:center;
	
	font-weight:normal;
}



h3 {
	font-family: Futura, sans-serif;
	font-size: 11px;
	color: #CCC;
	margin:0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;

	font-weight:normal;
}

h3 a{
	font-family: Futura, sans-serif;
	font-size: 11px;
	color: #CCC;
	margin:0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	
	font-weight:normal;
	text-decoration:none;
}

p {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 13px;
	color: #B7B7B7;
	margin:0px;
	line-height:22px;
	padding-left: 0px;
}

#everything {
	width:960px;
	
}

#header {
	position:relative;
 z-index:100;
}
#nav-container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	padding-right:35px;
	z-index:7;
	position:relative;
}

#footer-container {
	width:930px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	padding-top:40px;
}

#footer-container a{
	color:#999;
	text-decoration:none;
}
#footer-container a:hover{
	color:#CCC;
	text-decoration:none;
}






#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	z-index:1;
}

#footer {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	float:right;
}



#nav-sig {
	width:280px;

	margin: 0px;
	padding: 0px;
	float:left;
}


#nav-name {
	width:680px;

	margin: 0px;
	padding: 0px;
	float:left;
}

#topnav {
	height: 27px;
	margin: 0px;
	padding: 0px;
}

#topnav ul {
	height: 27px;
	margin: 0px;
	padding: 0px;
}

#topnav li {
	float: left;
	height: 27px;
	list-style-type: none;
	position: relative;
	padding-left:10px;
	padding-right:10px;
	line-height:27px;
	font-family: Futura,  sans-serif;
	font-size:13px;
	
}

#topnav li a{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	color:#CCC;	
	text-decoration: none;		
}

#topnav li a:hover {
	color:#FFF;
}


#topnav li a:active {
	color:#FFF;
}

#topnav li.active {
	color:#FFF;
}

#topnav li.active a:hover{
	color:#FFF;
}




/*CONTENT - HOME */

#home-left {
	width:704px;
	margin:10px;
	float:left;	
}


#home-right {
	width:190px;
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 26px;
}



/*CONTENT - COLLECTIONS */

#collections {
	width:900px;
	margin:10px;
	float:left;
	position:relative;
}

#collections-private {
	width:850px;
	float:right;
	position:relative;
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


div.fadehover {
	position: relative;
	float:left;
	margin-right:22px;
	width:242px;
	height:161px;
	z-index:1;
	}
	
div.fadehover2 {
	position: relative;
	float:left;
	margin-right:22px;
	width:242px;
	height:161px;
	z-index:1;
	text-align:justify;
	}
	
	
div.fadehover-special {
	position: relative;
	float:left;
	margin-right:22px;
	margin-top:5px;
	width:242px;
	height:25px;
	z-index:1;
	text-align:center;2
	}
	
div.fadehover2 {
	position: relative;
	float:left;
	margin-right:22px;
	margin-top:22px;
	width:242px;
	height:161px;
	z-index:1;
	}

img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
	
.fullscale {
	display:none;
	
}


	img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


a {color:#BBB;
border:none;
outline: 0; 
}

a:hover {color:#CCC;
text-decoration:none;
border:none;
}

/*a:visited {color:#BBB;
border:none;
}
*/


#wrap{
	float:left;
	height:50%;
	margin-top:-470px;
	width:100%;
	
	}


#maincontent{
	clear:both;
	height:930px;
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	 }
	 
#maincontent2{
	clear:both;
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	 }