/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

@font-face {
	font-family: 'LiberationMonoRegular';
	src: url('LiberationMono-Regular.eot');
	src: local('Liberation Mono'), local('LiberationMono'), url('LiberationMono-Regular.woff') format('woff'), url('LiberationMono-Regular.ttf') format('truetype'), url('LiberationMono-Regular.svg#LiberationMono') format('svg');
}


* {
	margin: 0;
	padding: 0;
}

/*body {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
}
*/

body {
	font: normal 11px/16px 'LiberationMonoRegular', Helvetica, Arial, sans-serif;
}

body.section-1 {
	
}

body.section-2 {
	
}

body.section-3 {
	
}

a:link {
	text-decoration: none;
	color: #666;
}

a:active {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background-color: #000000;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
	color: #fff;
}

h3 a:link, h3 a:visited, h3 a:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#menu ul li a:hover {
	color: #000;
	background-color: #fff
}

a img {
	border: none;
}

p {
	margin: 0 0 12px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 12px 'LiberationMonoRegular', Helvetica, Arial, sans-serif;
}

h4 {
	font-size: 12px;
}

#menu {
	width: 160px;
	height: auto;
	overflow: hidden;
	top: 20px;
	left: 20px;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	z-index: 99;
	color: #fff;
	text-align: center;
	font-style: italic;
}

#menu .container {
	padding: 30px 20px 20px;
}

#menu h3 {
	text-transform: uppercase;
	font: normal 12px 'LiberationMonoRegular';
	letter-spacing: 1px;
}

ul {
	list-style-type: none;
}

ul li {
	padding: 4px;
}

#menu ul {
	list-style: none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 12px;
	font-weight: normal;
	font-style: normal;
}

#menu ul li {
	margin-bottom: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

#menu ul li.active a {
	

/*text-decoration: line-through;*/
	color: #666;
}

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

body.section-6 #content {
	width: 800px;
	text-align: center;
	margin: 10px auto;
}

body.section-6 #content div.container {
	text-align: left;
}

#img-container {
	margin: 0;
	padding: 0;
}

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

#once {
	clear: left;
}

.title {
	margin-bottom: 10px;
}

.section-4 {
	margin-left: 240px;
	margin-top: 50px;
}

.address {
	margin: 0;
	padding: 0;
	top: -6px;
	position: relative;
}