/* @override http://www.mentol.net/ndxz-studio/site/sample/style.css */

/* @override http://www.mentol.net/ndxz-studio/site/sample/style.css */

/* @override http://www.mentol.net/folio/ndxz-studio/site/eatock/style.css */



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

body {
	background: #fff;
	font: 11px/160% "Lucida Grande", Lucida, Verdana, sans-serif;
}

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

a:link { text-decoration: none; color: #008bd8; }
a:active { text-decoration: none; }
a:visited { text-decoration: none;  color: #008bd8;}
a:hover { text-decoration: none; color: #fb8131; background: #fff20d; } 

a img { border: none; }

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

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

#menu ul li.section-title { 
	text-decoration: none;
	color: #515151;
	font-weight: bold;
	font-size: 12px;
}

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

.container {
    padding: 40px;
}

#menu .container { 
	padding: 40px}

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

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

.footer_indexhibit a{ text-decoration: none; color: #a5a5a5; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
}
h4 { font-size: 12px; }
h5 {
	font-size: 10px;
	color: #999999;
	line-height: 250%;
	font-style: normal;
	font-weight: normal;
}

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

#once { clear: left; }