/* @override http://birdcagespace.com/ndxz-studio/site/sample2/style.css */




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

body { font-size: 12px;
	font-family: Helvetica, Arial, Courier, monospace, sans-serif;
	background: #fff;
	background-repeat: repeat
	letter-spacing: 1px;

	line-height: 16px; }

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

a:link { color: #000;
	text-decoration: underline;
}
a:active { color: #000;
text-decoration: underline;
}
a:visited { text-decoration: underline; color: #000; }

a:hover { text-decoration: none;color:white; background-color: #000; }
a img { border: none; }

#menu {
    width: 250px;
    /**overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;**/
    position: fixed;
    margin: 0px 20px 20px 20px ;
	padding: 0px 10px 0px 10px;
	/**height: auto;**/
	height: 100%;
	background-color: #fff;
	float: left;
	left: 0;
}

#menu li.active { text-decoration: underline; }


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


#menu ul li.section-title { 
color: #000000;
text-transform: uppercase;
margin-bottom: 3px;
width: 250px;
background-color: white;
}


#content {height: 100%; margin: 0 0 0 300px; top: ;
padding: 35px 5px 0px 5px}

.container {
    padding: 60px 5px 0px 5px;
   
}

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

p {
    margin: 0 0 9px 0;
}

h2#logo {
	margin-bottom: 38px;
}

h2#logo a {
font-size: 11px;
font-weight: normal;
padding-bottom: 20px;
text-decoration: none;

	border-bottom-style: dashed;
	border-bottom-width: 1px;
}


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

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

#once { clear: left; }