/* @override http://selfcontrolstudio.com/v2/ndxz-studio/site/scs/style.css */

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

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

body {
	font: 9px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
	padding-left: 20px;
	overflow: visible;
	visibility: visible;
	text-shadow: #000000 0 0 0px;
	position: static;
	background-color: transparent;
}

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

a:link { text-decoration: none;
	color: gray;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 10px;
    position: fixed;
	color: black;
	width: 133px;
	height: 100%;
	background-color: white;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#menu ul li a:hover { text-decoration: none; background: #000; color:#FFF }

#menu ul li.active a { background: black; color: white; }


#menu ul li.section-title {text-decoration: none; background: black; color: white;font: 10px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 120px;
	letter-spacing: 1px;
	text-indent: 2px;
}

#content {
    height: 100%;
    margin: 0 0 0 225px;
    top: 0;
	background-color: #fefffe;
}

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

#content p { width: 122px; margin-bottom: 9px;
	display: inline;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-style: normal; font-weight: normal; color: white; background-color: black; }
h4 { font-size: 12px; }

h5 {
	font: 100px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ padding: 0 0 12px 0;
	margin: 0;
	width: 222px;
	visibility: visible;
	overflow: visible;
	display: list-item;
	background-repeat: repeat;
}

#once { clear: left; }