@import url(html5reset-1.4.1.css);body {
	width: 960px;
	margin: 0 auto;
	background: black;
	font-size: 11px;/* letter-spacing:-0.1px;*/
	color:#EEE;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	line-height: 1.4;
	font-family: Arial,sans-serif;/* text-transform:uppercase;*/
}
#collection .content {
	font-family: Arial;
}
a {
	color: #EEE;
	outline: none;
	-moz-outline: none;
}
p {
	margin-bottom: 1em;
}
strong,h1,h2,a {
	color: #EEE;
}
p {
	color: #888;
}
h1 {
	font-size: 200%;
}
object,embed {
	background: black;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
/* --------- Nav ----------- */
#navwrap {
	width: 960px;
	margin: 0 auto 0 auto;/* padding-bottom:10px;*/
	height:30px;/* font-family:'Georgia',Arial,sans-serif;*/
	/* overflow:hidden;*/
	/* border-top:1px solid white;*/
}
#nav {
	overflow: hidden;
	width: 960px;
	background: black;
	position: relative;
	z-index: 1000;
	height: 30px;
}
.fixedhead #nav {
	position: fixed;
	top: 0;
}
#nav a {padding-right:35px;
	display: block;
	float: left;
	margin-left: 13px;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
	line-height: 30px;
	vertical-align: baseline;/* margin-right:76px;*/
}
#nav a:last-child {
	text-align: right;/* margin-right:0;*/
}
#nav a:first-child {
	text-align: left;
}
#siteid {
	cursor: pointer;
	height: 109px;
	width: 453px;
	padding: 0 0 0 0;
	margin: 0 auto;/* height:167px;*/
	display:block;
	overflow: hidden;/* text-indent:-100px;*/
	/* opacity:1;*/
	/* margin-bottom:1em;*/
}
.fixedhead #nav a,.fixedhead#nav a:visited,.fixedhead #nav a:active {
	color: #666;/* -webkit-transition:opacity .4s ease-out;*/
	/* border-bottom:2px solid black;*/
}
#nav a:hover,#nav a.selected,.fixedhead #nav a.selected,.fixedhead #nav a:hover {/* opacity:1;*/
	color:white;/* text-decoration:line-through;*/
	/* border-bottom:1px solid white;*/
	text-decoration:underline;
}
#pieces {
	list-style: none;
	margin-top: 20px;
}
.piece {
	height: 396px;
	overflow: hidden;
	position: relative;/* margin-bottom:10px;*/
}
.oldpiece {
	position: relative;
}
.stillpiece {
	height: 504px;
	overflow: hidden;
	position: relative;
}
.piece img {
	position: relative;
	z-index: 50;
}
.piece:hover .hidden {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}
.piece:hover h2 {
	display: none;
}
.piece h2,.stillpiece h2,.oldimages h2 {
	position: absolute;
	height: 20px;
	top: 190px;
	z-index: 100;
	text-align: center;/* text-indent:20px;*/
	width:240px;/* background:black;*/
	text-transform:uppercase;
	font-weight: normal;/* letter-spacing:0.1em;*/
	font-size:10px;
	line-height: 20px;
	padding: 0;
}
.stillpiece h2 {
	top: 214px;
}
.oldimages h2 {
	top: 160px;
}
.col1 {
	margin-left: 0;
	width: 240px;
}
.col2 {
	margin-left: 240px;
	width: 240px;
}
.col3 {
	margin-left: 480px;
	width: 240px;
}
.col4 {
	margin-left: 720px;
	width: 240px;
}
.stillcol1 {
	margin-left: 0;
	width: 320px;
}
.stillcol2 {
	margin-left: 320px;
	width: 320px;
}
.stillcol3 {
	margin-left: 640px;
	width: 320px;
}
.active {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}
.hidden {/* visibility:hidden;*/
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}
/*Header */
.vimeo {
	display: none;
}
.video {
	position: relative;
	z-index: 100;
	margin-top: 20px;
	height: 540px;
	overflow: hidden;
}
.intro {
	position: relative;
	z-index: 100;
}
#shops strong {
	text-transform: uppercase;
	font-weight: normal;
}
#introhint {
	position: absolute;
	top: 0;
	left: 0;
	height: 540px;
	width: 960px;/* padding:10px;*/
	background:url('../img/play.png') no-repeat center center;/* background:rgba(0,0,0,.7);*/
	text-align:center;
	z-index: 200;
	display: none;
	cursor: pointer;
	text-transform: uppercase;
}
#introhint h2 {
	font-size: 16px;
	font-style: italic;
	left: 324px;
	padding: 0;
	position: relative;
	top: 254px;
	width: 300px;
	font-weight: normal;
}
.video:hover #introhint {
	display: block;
}
/* --------- Content ----------- */
.content {
	padding-bottom: 10em;
	overflow: hidden;/* font-size:200%;*/
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	text-align: center;
	color: #666;
}
.content a {
	color: #666;
}
/*#moods .content {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}*/
.mbt {
	margin: 1em 0;
}
.scol {
	width: 50%;
	float: left;
}
.scolx {
}
.scol2 {
	width: 100%;
	margin: 0 auto;
}
h1 {
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 10px;
}
h2 {/* font-weight:normal;*/
	padding:20px 0 0 0;
	text-transform: uppercase;
}
.ctext {/* width:480px;
	margin-left: 240px;
	font-size: 13px;*/
	/* text-align:left;*/
	width:33%;
	margin: 0 auto;/* padding-top:80px;*/
}
.smallprint,.smallprint strong,.smallprint h2 {
	font-size: 10px;
	letter-spacing: 0;
	color: #555;
}
.c {
	clear: both;
}
.oldimages {
	width: 100%;
	margin-top: 30px;
	list-style: none;
	margin-bottom: 60px;/* text-align:left;*/
}
.oldimages li {/* height:396px;*/
	width:100%;
	overflow: hidden;
}
.oldimages img {/* float:left;*/
	/* height:396px;*/
	/* overflow:hidden;*/
	display:block;/* margin:0 4px 0 0;*/
}
.pressthumbs img {
	margin: 0 4px 0 0;
}
.chead {
	padding-top: 10px;
}
.hide {
	display: none;
}
#shoplist {
	overflow: hidden;
	text-align: left;
	list-style-type: none;
	height: 150px;
}
#shoplist span {
	color: white;
}
#shoplist li {
	width: 192px;
	float: left;
	margin-bottom: 1em;
}
.full {
	height: 100%;
}
#loader {
	width:960px;
	height:50px;
	line-height:50px;
	text-align:center;
	text-transform:uppercase;
	opacity:.3;
}
