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

body {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	text-align:right;
	background: #fff;
}

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

a { 
	text-decoration: none; 
	color: #908a90; 
	}

a img { border: none; }

#menu {
  width: 215px;
  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;
	line-height:30px;
	padding-right:10px;
}

#menu ul li.section-title { }

#menu a { 
	text-decoration: none; 
	color: #908a90;  
}

#menu a:visited { 
	color: #908a90;  
}

#menu a:hover { 
	color: #000; 
	border-bottom:1px solid #000; 
}

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

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

.title {
  color:#404040;
	font-size:16px;
	line-height:18px;
	padding-right:10px;
}

.section-title {
	font-weight:bold;
}

#content p { 
  width: 400px; 
  margin-bottom: 9px; 
  line-height:14px; 
  text-align:left; 
  color:#404040; 
}

#content a { 
	text-decoration: none; 
	color: #908a90; 
}

#content a:visited { 
	color: #908a90; 
}

#content a:hover { 
	color: #000; 
	border-bottom:1px solid #000; 
}

p {
    margin: 0 0 20px;
}

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; 
  text-align:left; 
  line-height:18px;
  color:#404040;
}

#once { clear: left; }