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

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #fff;
}

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

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

.active

a img { border: none; }

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

#menu ul {
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 0;
	list-style: none;
	font-family:Georgia,Times,serif;
	font-style:normal;
	font-weight:normal;
	letter-spacing:-1px;
	text-align: center;
}

#menu ul li {padding-bottom: 10px; padding-top: 10px; background-position: 0 bottom; background-repeat: repeat-x; background-image:url('images/underline.png');}

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

.container {
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 20px;
}

#content p { text-transform: lowercase; font-size: 11px; 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; }

.header-text {font-size: 2.5em; text-transform: uppercase; font-weight: bold; color: #f65701}

#menu ul a:link {padding: 4px; color: #333333; font-size: 1.75em; text-decoration: none; }
#menu ul a:active {padding: 4px; color: #333333; font-size: 1.75em; text-decoration: none; }
#menu ul a:visited {padding: 4px; color: #333333; font-size: 1.75em; text-decoration: none; }
#menu ul a:hover {background-color: #333333; padding: 4px; color: white; font-size: 1.75em; text-decoration: none; }

#indexhibit  {text-transform: lowercase; text-align: right; font-size: 1em;}

.store  { text-transform: lowercase; font-weight: bold; }
