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

body {
	font-size: 10px;
	font-family: "Helvetica Neue", "Futura Std Book", Arial, Tahoma;
	background: #fff;
	color: #333;
	font-weight: normal;	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
body.section-10 { 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 200px 0px;
	}
	
a:link {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #999;
	cursor: crosshair;
}
a:active {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: line-through;
	cursor: crosshair;
}
a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #999;
	font-weight: normal;
	cursor: crosshair;
}
a:hover {
	text-decoration: none;
	cursor: crosshair;
	color: #000;
	background-color: #FC0;
}

a img { border: none; }

#menu {
	width: 190px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 25px;
	position: fixed;
	height: 100%;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F7EEEB;
}

#menu ul {
	list-style: none;
	margin: 0 0 14px 0px;
	line-height: 60px;		
}

#menu ul li.section-title {
	font-size: 16px;
	font-weight: lighter;
	color: #333;
	font-family: "Helvetica Neue", "Futura Std Book", Arial, Tahoma;
	line-height: 14px;
}

li.section-title:hover {
	text-decoration: none;
	cursor: e-resize;
	color: #000;
	background-color: #FC0;
}
	

#menu ul li {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	font-family: "Helvetica Neue", "Futura Std Book", Arial, Tahoma;
	line-height: 14px;
}
#content {
    height: 100%;
    margin: 50px 0 0 250px;
    
}

#container {
	width: 450px;
	margin: 50px 0 0 250px;
	font-family: "Helvetica Neue", "Futura Std Book", Arial, Tahoma;
	font-size: medium;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 30px;
	color: #F90;
}
h2 { font-size: 24px; color: #F90; }
h3 { font-size: 16px; color: #F90; }
h4 {
	font-size: 12px;
	font-family: "Helvetica Neue", "Futura Std Book", Arial, Tahoma;
}

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

#credits {
	color: #FC0;
	list-style: none;
	margin: 30px 0 0px 0;
}

#once { clear: left; }