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

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

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

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

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

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

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

body {
	background: none no-repeat;
	background-color: white;
	font: 10px Helvetica, Arial, sans-serif;
	display: table;
}

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

a:link {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: #FFFF99;
    text-decoration:none;
    color: black;
}
a:active {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: none;
    color: black;
}
a:visited {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: none;
    color: black;
}
a:hover {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: none;
    color: black;
}

a img { border: none; }

#menu {
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
    position: fixed;
    height: 100%;
	background-color: white;
	left: 0;
	z-index: 1;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	background-color: white;
}
	
#menu ul li.section-title {
	background-color:white;
}
#menu ul li a {
color:#333333;
line-height: 1.5em;
padding-bottom:1px;
padding-left:1px;
padding-right:1px;
padding-top:1px;
}
#menu ul li a:link {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#FFFF99;
background-image:none;
background-position:0 0;
background-repeat:repeat;
text-decoration:none;
}
#menu ul li a:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#FFFF99;
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#menu ul li a:visited {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#FFFF99;
background-image:none;
background-position:0 0;
background-repeat:repeat;
text-decoration:none;
}
#menu ul li a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color: #FFFF33;
background-image:none;
background-position:0 0;
background-repeat:repeat;
text-decoration:none;
}
#menu ul li.active a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color: white;
background-image:none;
background-position:0 0;
background-repeat:repeat;
color: black;
}

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

.container {
    padding: 25px 5px 25px 25px;
	overflow: visible;
	position: relative;
	top: 0;
	text-align: left;
	font-size: 11px;
	background-color: white;
}

#content p { width: 800px; margin-bottom: 9px;
	font-size: 10px;
	position: relative;
	top: 0px;
	z-index: 2;
}

p {
    margin: 0 0 20px 0;
	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; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
