/**
* CSS
* 
* @version 1.0
* @author Gabriel Baldessin 
*/
@font-face {
  font-family: "AkzidenzReg";
  src: url(http://tempstock.free.fr/type/AkzidenzGroteskBE-Regular.otf) format("opentype");
}
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: AkzidenzReg, sans-serif;
	font-size: 10px;
	color: #393737;
	text-shadow: 0px 1px 2px #ddd;
	line-height: 18px;
	margin: 0px; padding: 0px;
	height:auto !important;
	/*background: #fff;*/
}

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

a:link {
	text-decoration: none;
	color: #000001;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: inherit; }
a:hover {
	text-decoration: none;
	/*background-color: #f9f9f9;*/
	 }

a img { border: none; }

#menu {
	width: 180px;
	overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: rgba(255,255,255,0.42);
	margin: 9px;
	text-transform: uppercase;
}

ul { list-style: none;	margin: 0px 0px 9px; padding: 0px;
}

li {
	margin: 0px; padding: 0px 4px;
}

#menu p {
	margin: 0px 0px 9px; padding: 0px 4px;
	
}

.grey {
	color: #747373;
}

#menu ul li.section-title {
	color: #a9a9a9; }

#content {
    height: 100%;
	margin:9px 0pt 0pt 200px;
    top: 0;
}

#content li { padding: 0;}

#content h1 { font-size: 15px; font-weight: normal; line-height: inherit; margin: -2px 0px 2px; padding: 0;}
#content h3 { font-size: inherit; font-weight: normal; text-transform: uppercase;}

.container {
    padding: 0px; margin: 0px;
	width: 700px;
}

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

p {
	margin: 0px 0px 9px; padding: 0px;
}

h1, h2, h3, h4, p { width: 400px; }

strong {
	font-weight: normal;
	color: #a90f0f;
}

h1 { font-size: 32px; margin: 9px 0px; padding: 0; font-weight: normal;}
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; }