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

body {
	margin-top: 25px;
	padding-top: 60px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #dddddd;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	color:#666666;
}

body.section-1 { padding-top: 20px; top: 30px }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #6d6d6d;
}
a:visited {
	text-decoration: none;
	color: #6d6d6d;
}
a:hover {
	background-color: white;
	                        
	padding-right: 0px;
	                        
	                        
	padding-left: 0px;
	                        
	                        
	padding-bottom: 2px;
	                        
	                        
	padding-top: 2px;
	                        
	                        
	color: #6d6d6d;
	background-color:#00FF00;
}

a img { border: none; }

#menu {
	margin-top: 25px;
	margin-left: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 180px;
	overflow: auto;
	top: 30px;
	bottom: 0px;
	left: 20px;
	position: fixed;
	height: 100%;
}

#menu ul {
	line-height: 14px;
	margin-left: 0;
	margin-bottom: 4px;
	margin-right: 0;
	margin-top: 0;
	color: #6d6d6d;
	font-size: 10px;
	list-style: none;
}



#menu ul li.section-title {
	font-weight: bold;
	color: #ff6633;
	font-size: 10px;
	 }



#menu li.active a:active { 
	text-decoration: none; 
	color: #666666; 
	background-color:#00FF00;
}


#menu li.active a:visited { 
	text-decoration: none; 
	color: #666666;
	background-color:#00FF00;
}
#menu li.active a:hover { 
	text-decoration: none; 
	color: #666666;
	background-color:#00FF00;

}

#menu li.container a:hover {background-color:#00FF00;}


#content {
	top: 30px;
	margin: 30px 30px 30px 200px;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}

.container {
    	background-position: left top;
    	padding-left: 0px;
    	padding-bottom: 0px;
    	padding-right: 0px;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}

#content p { 
	width: 400px; top: 30px; margin-bottom: 9px; 
	
}


p {
    	margin: 0 0 9px 0;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}

h1 { 	font-size: 20px;
	color: #ff3333
}
h2 { font-size: 24px; }
h3 {
	line-height: 12px;
	font-weight: bold;
	font-size: 10px;
	font-family:Helvetica, sans-serif;
	color: black;
}
h4 { font-size: 14px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
