@charset "UTF-8";

/* CSS
* 
* @theme_02 */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url('/files/background_main.gif');
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	margin-left:30px;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

/* Links */

a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
a:link { 
	text-decoration: none; 
	color: #888; 
}
a:active { 
	text-decoration: none; 
	color: #FFF; 
	background-color:#0CC;
}
a:visited { 
	text-decoration: none; 
	color: #888;
}
a:hover { 
	text-decoration: none; 
	color: #FFF; 
	background-color:#0CC;
}
a img { 
	border:none;
}
a img:hover {
	background:none;
}

/* Menu */

#menu {
	background-color:#FFF;
	float:left;
	margin:0 25px 0 25px;
	width:170px;
	text-align: left;
}
#menu ul {
	line-height:150%;
	list-style:none;
}
#menu ul li.section-title {
	border-bottom: 1px dashed #000;
	color:#000;
	font-size:12px;
	text-transform: uppercase;
	cursor:pointer;
	text-indent:0px;
	letter-spacing:3px;
	padding:3px 0 0 0;
	margin: 0 0 0 0;
}
#menu ul li.section-title:hover {
	border-bottom: 1px dashed #0CC;
	color:#000;
	font-size:12px;
	text-transform: uppercase;
	cursor:pointer;
	text-indent:0px;
	letter-spacing:3px;
	padding:3px 0 0 0;
	margin: 0 0 0 0;
}
/*
#menu ul li {
	width:auto;	
	text-align: left;
	font-size: 8pt;
	margin: 0px 0px 3px 12px;
}
#menu ul a:link {
	text-decoration: none;
	color: #1a1a1a;
}
#menu ul a:active {
	text-decoration: none;
	color: #1a1a1a;
}
#menu ul a:visited {
	text-decoration: none;
	color: #1a1a1a;
}
#menu ul a:hover {
    text-decoration: none;
	color: #1a1a1a;
	background-color:#FFFF00;
}*/
#menu li.active a { 
	color:#FFF;
	text-decoration: none;
	background:#0CC;
}
#menu .container {
	padding:0 15px 0 15px;
}

/* pre-nav */
#menu p:first-child {
	padding:40px 0 10px 0;
}
#menu p a:hover {
	background:none;
}

/* post-nav */
#menu p {
	padding:12px 0 15px 0;
	color:#999;
}

/* Content */

#content {
	height:100%;
	margin:0 0 0 220px;
	top:0;
}
.container {
	padding:0 0 0 0;
}
#content p {
	background-color:#FFF;
	margin:0 0 5px 0;
	padding:15px 15px 15px 15px;
	width:450px;
}
#content p:first-child {
	padding:40px 15px 15px 15px;
}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

/* Exhibition */

#img-container {
	background-color:#FFF;
	margin:0 25px 5px 0;
	padding:15px 15px 15px 15px;
}
#img-container p {
	background:none;
	margin:0;
	padding:10px 0 0 0;
}
#d-thumbs {
	background-color:#FFF;
	margin:0 25px 5px 0;
	padding:40px 15px 12px 15px;
}
#d-thumbs img {
	border: none; 
	height: 40px; 
	width: 40px;
}
#d-image { }
#d-image img {
	border: none; 
	cursor: pointer;
	margin: 0 15px 0 0;
}
p#nums {  }

/* Iframed */

#iframed {
	height:100%;
	width: 100%;
	overflow:visible;
	position:fixed;
}

/* FullBG */

#the-background {
	position: fixed;
	overflow: hidden;
	z-index:1;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}
#wrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
}

#once { clear: left; }