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

body {
	font-size: 14px;
	font-family: Arial;
	background: #fff;
	color: #909090;
}

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

a:link { text-decoration: none;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #aeb1b1;
	padding: 3px;
	background-color: #3c3c3c;
}
a:active { text-decoration: none;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #26beed;
	background-color: #3c3c3c;
	padding: 3px;
}
a:visited { text-decoration: none; color: #dfdfdf;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #3c3c3c;
	padding: 3px;
}
a:hover { text-decoration: none;
	color: #26beed;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #3c3c3c;
	padding: 3px;
}

a img { border: none;
}

#menu {
    width: 262px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: transparent;
}

#menu .container { padding: 30px 0 21px 0px; }

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

#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:10px;
padding-top:4px;
	width: 142px;
}

#menu ul li.section-title {
	font-size: 14px;
	background-color: #26beed;
	color: #000;
	width: 120px;
	padding: 3px 3px 3px 6px;
	margin-bottom: 3px;
	margin-left: -3px;
}

#menu ul li.section-title { cursor: pointer; }

#content {
    height: 100%;
    margin: 0 0 0 262px;
    top: 0;
}

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

#content .container { padding: 50px 0 21px 60px; }

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

p {
    margin: 0 0 9px 0;
}

#content a:link { color: #919191; background: transparent; }

#content a:hover { color: #26beed; background: transparent; }

#content a:active { color: #26beed; background: transparent; }

#content a:visited { color: #919191; background: transparent; }

#logo:link { text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0px;
}

#logo:visited { text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0px;
}

#logo:hover { text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0px;
}

#logo:active  { text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0px;
}

#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; } 

.footer_indexhibit { 
	position: fixed; 
	bottom: 20px; 
	left: 20px;
	background-color: transparent;
	z-index: 1;
}


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; }
