/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #999;
	background: #000;
}

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

a:link {text-decoration: none; border-bottom: 1px solid #999; color: #999}
a:visited {text-decoration: none; color: #999; }
a:hover { color: #fff }

a img { border: none; }

#menu {
    width: 162px;
    overflow: auto;
    top: 5px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
    	/* background-color: #000; */
 	
 	background:url(http://kaifuglem.com/transparent_bg.png) repeat;
 	
 	/* for IE 
 	filter:alpha(opacity=60);
 	*/
 	/* CSS3 standard 
 	opacity:0.9;
 	*/
 	
	padding: 0 20px 0 15px;
	color: #999;
	font-size: 12px;
}

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

#menu ul li.section-title {
	margin: 0 0 6px 0;
	color: #666;
	padding-bottom: 6px;
	border-bottom: 1px dotted;
	}

#menu ul li {
	margin: 0 0 5px 0;
	}

#menu p, #menu ul li.indexhibit, #menu ul li.indexhibit a {
	color: #333;
}
#menu a {
	text-decoration: none !important;
	border: none;
}

#content {
    height: 100%;
    margin: 0 0 0 200px;
    top: 0;
	font-size: 14px;
	line-height: 20px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#arrows {
	position: fixed;
	top: 625px;
	left: 650px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(left_arrow.gif) no-repeat;}
#arrows ul #right a {background: transparent url(right_arrow.gif) no-repeat;}

#rightArrow {
	position:fixed; 
	bottom: 50px;
	right: 10px;
	width: 200px;
	height: 150px;
	cursor: pointer;
	background: transparent url(right_arrow.png) no-repeat;
}
#leftArrow {
	position:fixed; 
	bottom: 50px;
	left: 200px;
	width: 200px;
	height: 150px;
	cursor: pointer;
	background: transparent url(left_arrow.png) no-repeat;
}

