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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	font-color: #9a9a9a;
	line-height: 14px;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }
li.active a:link {
     text-decoration: none;
	 color: #C99;
	 background-color: #fff;
	 }
li.active a:active {
     text-decoration: none;
	 background-color:#C99;
	 color: #fff;
	 }

li.active a:visited {
     text-decoration: none;
	 color: #DADADA;
	 background-color: #fff;
	 }
li.active a:hover {
     text-decoration: none;
	 background-color:#C99;
	 color:#fff;
	 }



a:link { text-decoration: none; color:#C99;}
a:active { text-decoration: none; background-color: #C99;}
a:visited { text-decoration: none; color:#DADADA;}
a:hover { text-decoration: none; background-color:#C99; color:#fff;}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
	top: 0 px;
    margin-top: 115px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-color: #D88B76;
	background: #ffffff;


}

#menu ul li.section-title {
    margin: 0 0 0 0;
    font-size: 10px;
	font-style: bold;
	font-family: Verdana, sans-serif;
    background: #C99;
	color: #fff;
	text-decoration: none; 
	max-width: 199px; 


 }

#content {
	color:#666666; 
    height: 100%;
    margin: 0 0 0 150px;
	
}

.container {
    padding: 115px 50px 25px 25px;
}

#content p { width: 200px; margin-bottom: 9px;}

p {
    margin: 0 0 9px 0;
}

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; }

#indexfooter { 
	bottom: 25px; 
	position: fixed; 
	font-color: #3f3;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	font-color: #9a9a9a;
	line-height: 14px;
	}
#indextitle {  
	position: fixed;
	background: #ffffff;
	padding: 25px 0px 0px 25px;
	}
