/* @override http://badregistration.com/ndxz-studio/site/eatock/style.css */

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

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

body {
	background-color: #fffeff;
	color: #000;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}

body.section-1 {
	text-align: left;
}
body.section-2 {
	text-align: left;
}
body.section-3 {
	text-align: left;
}

a:link { text-decoration: none;
	color: #000;
}
a:active { text-decoration: none;
	color: #000;
}
a:visited { text-decoration: none; color: #666; }
a:hover {
	background-color: #000;
	color: #fffeff;
}

a img { border: none; }

#menu {
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: transparent;
	margin-left: 82px;
	width: 231px;
	opacity: 1;
}

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

#menu ul li.section-title {
	color: #fffeff;
	background-color: #000;
	padding: 3px;
	font-size: 11px;
	margin-left: 8px;
	text-align: right;
}

#content {
    height: 100%;
    margin: 0 0 0 290px;
    top: 0;
	padding-left: 24px;
}

.container {
	background-color: transparent;
	padding: 0;
	margin-left: 0;
	height: 100%;
	width: 87%;
	text-align: right;
}

#content p { width: 400px;
	text-align: left;
}

p {
    margin: 0 0 9px 0;
}

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

#img-container	{
	height: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: left;
	padding-left: 28px;
}
#img-container p	{ width: 400px; margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#once { clear: left; }