/* @override 
	http://www.a113design.com/ndxz-studio/site/sample/style.css
	http://a113design.com/ndxz-studio/site/sample/style.css
*/

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	color: #7e7e7e;
	font-size: 11px;
	clear: none;
}

body {
	background: #fff;
	z-index: 0;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

a:link { text-decoration: none;
	color: #7e7e7e;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a:active { text-decoration: none;
	background-color: #ff8ed7;
}
a:visited { text-decoration: none; color: #464646;
	background-color: #f2fd6f;
}
a:hover {
	background-color: #ead8ec;
	color: #ff3cbe;
}

a img { border: none;
}

#menu {
    width: 180px;
    bottom: 0;
	left: 40px;
    position: absolute;
    height: 100%;
	border-top-width: 1px;
	background-image: none;
	background-color: transparent;
	z-index: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	top: 20px;
}

#menu ul li.section-title {
	color: #000;
	border-bottom: 1px dotted #000;
	font-weight: bold;
	bottom: 3px;
	line-height: 14px;
	position: relative;
}

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

.container {
    padding: 5px 5px 25px 5px;
	color: #ff8965;
	width: 150px;
	position: relative;
}

#content p { margin-bottom: 9px;
	color: #7e7e7e;
	font: 11px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	z-index: ];
	width: 800px;
	clear: none;
	float: none;
	position: relative;
}

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

p {
    margin: 0 0 9px 0;
	color: #7e7e7e;
	font-size: 30px;
}

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

#img-container	{ margin: 0; padding: 0;
	float: left;
	text-align: left;
	direction: ltr;
	top: 100px;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0;
	position: relative;
}

#once { clear: left;
}