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

body {
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	background: #fff;
	color:#333333;
	line-height:17px;
}

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

a:link { text-decoration: none;color:#333333; font-weight: none;}
a:active { text-decoration:underline;color:#333333 ;font-weight: none; }
a:visited { text-decoration:none; color:#333333;font-weight:none; }
a:hover { text-decoration:underline; color:#333333;font-weight:500; }

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top:20px;
    bottom: 0;
	left: 0;
    position:fixed;
    height: 100%;
	background-color:#FFFFFF;
	margin-left: 40px;
	padding-right: 10px;
	text-align:right;
}
#menu ul {
	margin: 5px 5px 10px 6px;
	list-style:none;
	}
	
#menu p {
	line-height:1.4;
	margin:0;
	padding:0;
	line-height:16px;

}

.section-title {
	font-size:14px;
	color:#333333;
	
	}

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

.container {
    padding: 5px 5px 18px 6px;
}

#content {
margin-left:280px;
margin-top:35px;
}
.ndxcorp{
	font-size:7px;
	color:none;
}
.ndxcorp a{
	color:#999999;
	border-bottom:none;
}
.ndxcorp a:hover{
	color:#999999;
	border-bottom:;
	text-decoration:underline;
}
.container {
    padding: 5px 5px 18px 6px;
}

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

p {
    margin: 0 0 9px 0;
	font-size:10px;
}

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

hr {
background-color:silver;
border-style:dotted;
border-width:0;
color:silver;
height:1px;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 430px; margin: 0; padding: 0 0 25px 0; }

#once { clear: left; }