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

body {
	font-size: 9px;
	font-family: "Lucida Grande", Verdana,Geneva,Arial,sans-serif;
	color: #000000;
	background: #fff;
line-height: 13px;
}

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

a:link { text-decoration: underline; color: #000000; }
a:active { text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #000000; }
a:hover { text-decoration: underline; color: #000000; background-color: #afafaf;}

a img { border: none; }

#menu {
	padding: 20px 10px 10px 10px;
	margin-top: 0px;
	margin-left: 30px;
    width: 170px;
    height: 100%;
    overflow: auto;
    position: fixed;
	background: rgba(0, 0, 0, .9);
}

#menu a:link { text-decoration: none; color: #575757; }
#menu a:active { text-decoration: none; color: #575757; }
#menu a:visited { text-decoration: none; color: #575757; }
#menu a:hover { text-decoration: none; color: #fff; background-color: transparent; }


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

#menu ul li.section-title { 
color: #575757; 
letter-spacing: 0.2em;
text-transform: uppercase;
border-bottom-color: #575757;
border-bottom-style: solid;
border-bottom-width: 1px;
line-height: 18px;
margin-bottom: 3px;
font-size: 8px;
}

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

.container {
    padding: 25px 0 25px 0;
}

	
h1 {
	width: 300px;
	color: #000000; 
	font-weight: bold;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 18px;
	margin-bottom: 3px;
	font-size: 9px;
	display: inline-block;
}

h2 { font-size: 9px; font-weight: normal; color: #3b3b3b; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 300px; margin: 0 ; padding: 0; }
#img-container #text { margin-top: 70px; }

#once { clear: left; }