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

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	
	
}

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

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

a img { border: none; }

#menu {
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    background: transparent;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:16px;
	line-height:20px;
}

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

#menu ul li.section-title {
	width:150px;
	background: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
}


#menu ul li a { line-height: 1.5em; color: #333; padding: 1px; }
#menu ul li a:link { text-decoration: none; background: #ffff00; }
#menu ul li a:active { text-decoration: none; background: #ffff00; }
#menu ul li a:visited { text-decoration: none; background: #ffff00; }
#menu ul li a:hover { text-decoration: none; background: #000000; color: #ffff00; }

#menu ul li.active a { background: #000000; color: #ffff00; }

#menu .container #ibot a { background: transparent; }

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

.container {
    padding: 50px 5px 0 21px;
}


#menu .container ul { padding-left: 3px; }
#menu .container { padding-right: 50px; padding-left: 20px; padding:50px 5px 0 50px;}

#content p { width: 400px; margin-bottom: 9px; }
#text.container{ height: 600px; width: 600px; }


p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #fff;
	margin-bottom: 18px;
	display: inline-block;
	padding: 3px;
}
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; }
