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



body {
	font-size: 11px;
	font-family:  Verdana, Tahoma, Helvetica sans-serif;
	color: #666666;
	}

span {
	font-family: Geneva, Verdana;
	background-color: #CCCCCC;
	font-size: 10px;
	font-style: normal;
	line-height: 5px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}


#logo {
	/*background-color: white;*/
	z-index: 3;
	text-align: center;  
	padding: 0 0 0 0;
	width:200px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	position: fixed;
	padding-top:20px;
	padding-left:10px;
	height: 65px;
	background: transparent;
}



#credits {
color: #999999;
	list-style: none;
	margin: 30px 0 0px 0;
	
}
#credits2 {
top: 500px;
position: fixed;
color: #999999;
	list-style: none;
	margin: 30px 0 0px 0;
	
}

blu {
	font-family: Geneva, Verdana;
	background-color: #333333;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #29ABE2;
	text-decoration:none;
}

strong {
	font-family: Geneva, Verdana;
	background-color: #333333;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}


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

a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
}
a:active {
	dispaly: block;
	text-decoration: none;
	color: #666666;
	background-color: #333333;
}
a:visited {
	text-decoration: line-through;
	color: #FFFF33;
}
a:hover {
	color: #29ABE2;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	background-color: #333333;
}

a img { border: none; }

#menu {

   
   overflow: hidden;
    top: 90px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	
	padding: 0 0 0 5px;
	
	font-size: 11px;

	background: transparent;
	
	
	
}



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

#menu ul li {
font-size: 13px;
	list-style: none;
	margin: 5px 0 0 20px;
	
}

#menu ul li.section-title {
	font-size: 30px;
	letter-spacing: -0.1em;
	margin: 0px 0 5px 0;
	color: #CCCCCC;
	cursor: s-resize;
}






#menu a:link { text-decoration: none;  color: #CCCCCC; }
#menu a:active { dispaly: block; text-decoration: none; color: #FFFFFF;}
#menu a:visited { text-decoration: none; color: #CCCCCC; }
#menu a:hover { color: #FFFFFF; padding:0px 0px 0px 0px; text-decoration:none;}


#menu ul li.active a  { 

	text-decoration:none; color:#29ABE2;


	
       
}

#content { width: 600px;
background: transparent; 
margin: 20px 0 0 250px;}





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

 

#content p {  
color:#333333;
	
	

 }


p {margin: 0 0 10px 0;}



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

#once { clear: left; }


h1 { font-size: 11px; font-weight: lighter; color:#666666 }
h2 { font-size: 13px; font-weight: lighter; }
h3 { font-size: 15px; font-weight: lighter; text-align:left; color:#333333;}
h4 { font-size: 12px; font-weight: lighter;  }

