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

body {
	font-size: 12px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/ndxz-studio/site/sample/istanbul.jpg);background-repeat:no-repeat;
	

	background: #000;
}

body.section-1 {background-image:url(/ndxz-studio/site/sample/istanbul.jpg); background-repeat:no-repeat; }
body.section-2 {background-image:url(/ndxz-studio/site/sample/istanbul.jpg);background-repeat:no-repeat; }
body.section-3 { background-image:url(/ndxz-studio/site/sample/istanbul.jpg);background-repeat:no-repeat;}

a:link { text-decoration: none; color: #fff;  }
a:active { text-decoration: none; color: #00eaff; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; background-color:#0CF }

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
/**
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.99;
	opacity: 0.8;
	*/
}

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

#menu ul li.section-title { }

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

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

#content p { width: 400px; margin-bottom: 9px; background-color:#000; filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
border-style:solid;
border-width:8px;
border-color:#000000;
	c }

p {
    margin: 0 0 9px 0; 
	color:#fff;
	
}

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

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

#once { clear: left; }