/**
* CSS
* 
* @version 1.0
* @author TT
* @author studio33 designs
* @dir-->/ndxz-studio/site/studio33/style
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Courier, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #808080; }
a:hover { font-weight:bold; color:#00FF00; text-decoration: none; }

a img { border: none; }

a img:hover { background:none; color:none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
  line-height:150%;
	margin: 10px 0 10px 0;
}

#menu ul li.section-title {
	border-bottom: 2px dashed #808080;
	color:#000;
	font-size:11px;
	text-transform: uppercase;
	cursor:pointer;
	text-indent:0px;
	letter-spacing:1px;
	padding:3px 0 0 0;
	margin: 0 0 0 0;
}
#menu ul li.section-title:hover {
	border-bottom: 2px dashed #00FF00;
	color:#000;
	font-size:11px;
	text-transform: uppercase;
	cursor:pointer;
	text-indent:0px;
	letter-spacing:2px;
	padding:3px 0 0 0;
	margin: 0 0 0 0;
}
/*
#menu ul li {
	width:auto;	
	text-align: left;
	font-size: 8pt;
	margin: 0px 0px 3px 12px;
}
#menu ul a:link {
	text-decoration: none;
	color: #1a1a1a;
}
#menu ul a:active {
	text-decoration: none;
	color: #1a1a1a;
}
#menu ul a:visited {
	text-decoration: none;
	color: #1a1a1a;
}
#menu ul a:hover {
    text-decoration: none;
	color: #1a1a1a;
	background-color:#FFFFFF;
}*/
#menu li.active a { 
	color:#FFF;
	text-decoration: none;
	background:#808080;
}
#menu .container {
	padding:0 15px 0 15px;
}

/* pre-nav */
#menu p:first-child {
	padding:15px 0 10px 0;
}
#menu p a:hover {
	background:none;
}

/* post-nav */
#menu p {
	padding:12px 0 10px 0;
	color:#999;
 }
            


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

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

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

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; }
#img-container p	{ width: 800px; margin: 0; padding: 0 100px 12px 0; }

#once { clear: left; }
