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

body {
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	background: #fff;
}

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


#description {
	font-size:10px;
}


#logo {
	margin-bottom:10px;
}

a:link { 
	color:#000;
	text-decoration: none;
	background-color:#ffffff;
	
}

a:active { 
	color:#000;
	text-decoration: none; 
	background-color:##ebebeb;
}

a:visited { 
	color:#000;
	text-decoration: none; 
	background-color:#ffffff;

}

a:hover { 
	color:#000;
	text-decoration: none; 
	background-color:#faf8cc;
}

#menu ul li.active a {
	color:#000;
	text-decoration: none; 
	background-color:#badee3;
}
	


a img { border: none; }

#menu {
    width: 200px;
    overflow: hidden;
    top:15px;
    bottom: 0;
	left: 15px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding: 15px 0 0 15px;
	
}

#menu ul {
	list-style: none;
	margin: 12px 0 0 0;
	line-height: 150%;
}

#menu ul li.section-title {font-size: 12px; color:#000; text-transform:uppercase; font-weight: 700; }




#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
	padding-top:30px;
}

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

#content p { width: 400px; margin-bottom: 9px; line-height:150%; }

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