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

body {font-size: 62.5%;background: #fff;}

body.section-1 #content {font:1.1em "lucida grande",tahoma,verdana,arial,sans-serif }
body.section-2 #content {font:1.1em "lucida grande",tahoma,verdana,arial,sans-serif}
body.section-3 #content {font:1.1em "lucida grande",tahoma,verdana,arial,sans-serif}
body.section-4 #content {font:2em Georgia,"Times New Roman",Times,serif;}
body.section-5 #content {font:1.1em "lucida grande",tahoma,verdana,arial,sans-serif }
a:link { text-decoration: none;color:#000 }
a:active { text-decoration: none;color:#000  }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color:#000 }
.active a:link { text-decoration: underline;color:#000 }
.active a:active { text-decoration: underline;color:#000  }
.active a:visited { text-decoration: underline; color: #000; }
.active a:hover { text-decoration: underline; color:#000 }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font:1em verdana,tahoma,sans;
}

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

#menu ul li.section-title { color:#FFF;background:#000; font-size:1em;}

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

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

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

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1em; }

#img-container	{ margin: 0; padding: 0;  }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#once { clear: left; }
#mail {text-transform:uppercase;}
#logo {height:112px;display:block;font:2em/112px Georgia,"Times New Roman",Times,serif;}

.spacer190{height:190px;}
.hidden {text-indent:-9999px !important;overflow:hidden;}
#content {padding-top:112px;}
#content .container{
	background:transparent url(/ndxz-studio/site/aka/alpha.png);
	margin:0 25px;}
