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

body {
	background:#FFFFFF none repeat scroll 0 0;
color:#666666;
font-family: Verdana,sans-serif;
font-size: 12px;
}

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

a:link { text-decoration: none; color:#666;}
a:active { text-decoration: none; color:#222; }
a:visited { text-decoration: none; color: #ff0049; }
a:hover { text-decoration: none; color: #ff0049; }

a img { border: none; }

#menu {
    background:transparent url(/ndxz-studio/site/img/menubg.png);
    z-index:9999;
    width: 240px;
    overflow: auto;
    top: 40;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    text-align:right;
    margin-left:27px;
	}

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

#menu ul li.section-title {
font-family:Verdana,sans-serif;
font-size:12px;
font-weight:100;
line-height:2;
text-decoration:none;
color: #222222; }

#content {
    height: 100%;
    font-size:12px;
	line-height: 12pt;
	margin-left: 250px;
	margin-top: 10;
}

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

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

p {
    margin: 0 0 9px 0;
}

#wrapper {
   position: absolute;
   z-index:2;
   width: 100%;
   height:100%;
   top:0;<
   left:0;
}

h1 { font-size: 24px;
font-weight:bold; }
h2 { font-size: 18px; 
font-weight:bold}
h3 { font-size: 16px; }
h4 { font-size: 9.5px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 100%; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }