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

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

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

a:link { text-decoration: none; color:#000000; }
a:active { text-decoration: none; color:#ffd400}
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color:#ffd400;}

a img { border: none; }
#logo {margin-left:28px;
	margin-top:28px;
    width: 150px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 1;
    position: fixed;
    height: 150px;
	z-index:1000;
}
#menu {
	margin-left:24px;
	margin-top:180px;
	width: 160px;
	z-index: auto;
	overflow: auto;
	top: 0;
	bottom: 30px;
	left: 1;
	position: fixed;
	height: auto;
	background-color: #fff;
	text-align: left;
}

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

/* ul { margin-top: 2px ; } */

#menu ul li.section-title {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	font-weight: bold ;
	padding-top: 4px ;
	margin-top: 0px ;
	line-height: 20px ;
}

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

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

#cont_menu { height: 0px ; }

#content p { width: 400px; 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; margin-top:-76px; }

#once { clear: left; }