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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #000;
	color:#fff;
	margin:50px;
}

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

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

a img { border: none; }

/*MENU*/


#header{ font-size:30px; margin-bottom:40px;}

#menu { min-width:250px; position:absolute;  bottom:20px; left: 50px; 
}
/*#menu{ position:fixed; z-index:1;} */

#menu ul {
	list-style: none;
	margin: 0 50px 12px 0;
	float:left;
	height:200px;
}

#menu ul li.section-title { font-size:15px; margin-bottom:20px;}

#menu ul li{ font-size:11px;}

	
	
	/*Hide inactive menus*/
	#menu ul.NOTactiveSection{ display:none}

/*CONTENT*/
#content {
	position:relative;
	left:300px;
}



/*SLIDER*/



p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }

#once { clear: left; }