/* @override http://happyplease.us/ndxz-studio/site/sample/style.css */

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

body {
	font-size: 11px;
	font-family: Andale Mono, Courier, Helvetica, Monaco, Geneva;
	background: #FFFFFF;



}

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

a:active { color: #ffffff; text-decoration: none; }
a:hover { color: #FFFFFF; font-weight: normal; background-color: #000000;}
a:link { color: #FFFFFF; background-color: #000000; text-decoration: none; }
a:visited { color: #FFFFFF; background-color: #000000; text-decoration: none; }

a.thumb-img {
	background-color: transparent;
}
a.thumb-img:hover {
	background-color: transparent;
}
a.thickbox:hover{
	background-color: transparent;
}
a:visited {color: #FFFFFF; text-decoration: none; 
}
a:hover { background: #FFFFFF; color: #000000; font-weight: regular;
}

a img { border: none;}

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

#menu.container{
	padding-top: 200px;
    padding-left: 12px;
 }

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

#menu ul li.section-title {
	text-transform: none;
	background-color: none;
	color: #000;
	font-weight: regular;
	direction: ltr;
	letter-spacing: 1px;
	text-align: left;
}

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

.container {
	padding: 70px 5px 25px 0;
	margin-left: 9px;
}

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

p {
    margin: 0 0 25px;
	text-align: left;
}

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: 600px; margin: 0; padding: 0 0 12px; }

#once { clear: left; }