/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Frenki
*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #444444;
	color: #999999;
	height: 100%;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #ffffff;
}
a:hover { 
	text-decoration: none;
	color: #ffffff;
}

a img { 
	border: none; 
}


#menu {
	position: absolute;
	width: 240px;
	top: 40px;
	left: 60px;
	overflow: hidden;
}

#menu .darken {
	position: absolute;
	background-image: url(blacktint.png);
	width: 100%;
	height: 2000px;
	z-index: 1;
}
#menu .container {
	position: relative;
	z-index: 20;
	padding: 20px;
}

#menu a:link, #menu a:active, #menu a:visited { 
	text-decoration: none; 
	color: #ffffff;
}
#menu a:hover { 
	text-decoration: none;
	color: #80ff00;
}

#menu h1 {
	font-weight: normal;
	font-size: 16px;
	padding: 0 0 2px;
	margin: 0 0 2px;
	border-bottom: 1px dotted #808080;
}
#menu h2 {
	font-weight: normal;
	font-size: 12px;
	padding: 0;
	margin: 0 0 20px;
}
#menu h1 a {
	color: #ffffff;
	text-decoration: none;
}

#menu ul {
	list-style: none;
	margin: 0 0 20px 0;
}

#menu ul li { 
	margin: 2px 0 0;
	list-style-type: square;
	list-style-position: inside;
	
}

#menu ul li.section-title { 
	list-style: none;
	list-style-position: outside;
	color: #999999;
	border-bottom: 1px dotted #808080;
	margin: 0 0 4px 0;

}

#content {
	position: absolute;
	left: 301px;
	top: 40px;
	overflow: hidden;
}


#content .darken {
	position: absolute;
	background-image: url(blacktint.png);
	width: 100%;
	height: 2000px;
	z-index: 1;
}

#content .container {
	width: 600px;
	overflow: auto;
	position: relative;
	z-index: 20;
	padding: 20px;
}

#content .container H2 {
	font-weight: normal;
	font-size: 16px;
	padding: 0 0 2px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #808080;
}

div#site {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}

div#bgcont {
	background-color: #000000;
	visibility: hidden;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
img#bgimg {
	position: absolute;
	z-index: -100;
}

p {
    margin: 9px 0 0 0;
}


#exhibition {
	position: relative;
}
		
#pager { 
	position: absolute;
	z-index: 100; 
	font-size: 10px;
	line-height: 12px;
}
#pager a {text-decoration: none; color: #999999; margin: 0px; padding: 0px 5px; }
#pager a:hover { background-color: #80ff00; }
#pager a.activeSlide { background-color: #000000; color: #ffffff; }
#pager a:focus { outline: none; }

#img-container	{ 		
	
}
	
#text-container {
	color: #f0f0f0;
}
#solo-text-container {
	color: #f0f0f0;
}