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

body {
	font-size: 10px;
	font-family: helvetica, arial, sans-serif;
	background: #fff;
	color: #555;
}

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

a:link { text-decoration: none; color: #555; font-size: 10px; }
a:active { text-decoration: none; color: #555; font-size: 10px; }
a:visited { text-decoration: line-through; color: #555; font-size: 10px; }
a:hover { text-decoration: none; color: #ff1b00; font-size: 10px; }

a img { border: none; }

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

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

#menu ul li.section-title {
		font-weight: bold;
		color: #ff1b00;
	line-height: 3px;
		border-bottom: 2px solid #fff;
		padding-bottom: 1px;
}

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

.container {
    padding: 100px 5px 25px 100px;
    
}

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

p {
    margin: 0 0 13px 0;
    font-size: 10px;
    color: #555;
	font-family: helvetica, arial, sans-serif;
	line-height: 13px;
}

h1 { font-size: 32px; }
h2 { font-size: 14px;
	 font-weight: bold;
	 color: #000;
	 line-height: 15px;
	 letter-spacing: -.5px;
	 border-bottom: 0px solid #fff;
	 border-top: 5px solid #fff;
}
h3 { font-size: 12px;
	 }
h4 { font-size: 10px;
     font-weight: normal; }

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

#once { clear: left; }

p#nums {font-style: italic;
	
}

LI {
	background: #fff;
	font: 10px helvetica, arial, sans-serif;
	line-height: 14px;
}


h5 {
	font-size: 10px;
	font-weight: lighter;
	font-family: helvetica, arial, sans-serif;
	background: #fff;
	position: absolute;
	top: 625px;
	color: #1f1f1f;
}

h6 {
	position: absolute;
	top: 600px;
	
}

h7 {
	font-size: 6px;
	font-family: helvetica, arial, sans-serif;
	background: #fff;
	border-bottom: 6px solid #fff;
	line-height: 10px;
}




h8 {
	font-size: 9px;
	font-weight: lighter;
	font-family: helvetica, arial, sans-serif;
	background: #fff;
	position: absolute;
	color: #555;
}