@charset "utf-8";
body {
	font-family:'Linotype Univers W01 Cn', Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-stretch:wider;
	background: #686666;
	margin: 0;
	padding: 0;
	color: #fff;
}
#wrapper {
	position: relative;
	margin-top:50px;
}
div.preloader {
	width:680px;
	height: 404px;
	background-color:#686666;
	z-index:999;
	float:left;
}
.wrapper {
	/*background: #586666;*/
	margin: 0 auto;
	text-align: left;
	width: 1020px;
	height: 610px;
	min-height: 610px;
}
.sidebar {
	width: 220px;
	position:relative;
	float:left;
	background: #F5F5F4;
}
.content {
	float:left;
}
a img {
	border: none;
}
img.mainpix {
	border: 2px solid #F5F5F4;
}
img.thumbpix {
	position:absolute;
	clip:rect(0px 90px 90px 0px);
	overflow:hidden;
}
div.prev {
	width: 700px;
	height: 100%;
	float: left;
}
div.prev ul {
	margin: 0 auto;
}
div.prev ul li {
	list-style: none outside none;
	border: 1px solid #F5F5F4;
	margin: 5px;
	float: left;
	width: 90px;
	height: 90px;
}
ul li a img.thumbpix {
	opacity: 0.7;
}
ul li a:hover img.thumbpix {
	-moz-transition: opacity 0.3s linear 0s;
	opacity: 1;
}
div.info {
	float:right;
	padding:17px 20px 20px 20px;
	background: #F5F5F4;
	color: #78797b;
	min-width: 150px;
	max-width: 300px;
	line-height: 15px;
	font-size: 12px;
	display:none;
}
div.info div.infotxt {
	display:none;
}
div.info div.infotxt h1 {
	font-family:'LinotypeUniversW01-Ligh 723625', Helvetica, Arial, sans-serif;
	font-size: 12pt;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 5px 0;
}
.clear {
	clear: both;
}
img.logo {
	padding:20px 0 20px 20px;
}
nav {
	width: 220px;
	height: 270px;
}
nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
nav ul li {
}
nav ul a, nav ul a:visited {
	padding: 3px 0px 3px 20px;
	display: block;
	width: 100px;
	text-decoration: none;
	text-transform: uppercase;
	color: #78797b;
	border-bottom: 2px solid #F5F5F4;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav ul a:hover, nav ul a:active, nav ul a:focus {
	color: #FFF;
	border-bottom: 2px solid #F5F5F4;
	background: #686666;
}
nav ul li a.active {
	background: #686666;
	color: #FFF;
	border-bottom: 2px solid #F5F5F4;
}
a:link {
	color: #78797b;
	text-decoration: None
}
a:visited {
	color: #78797b;
	text-decoration: None
}
a:active {
	color: #78797b;
	text-decoration: None
}
a:hover {
	color: #78797b;
	text-decoration: None
	
}
dd { display:none; }

.closed { background:red; }

.open { background:green; }
}