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

body {
	font-size: 10px;
	font-family: Verdana;
	background: #000000;
}

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

a:link { text-decoration: none; color: #999999;}
a:active { text-decoration: none; color: #999999; }
a:visited { text-decoration: none; 	color: #999999;}
a:hover { 	text-decoration: none; background:#F00 	;color: #CCCCCC; }

a img { border: none; }

#menu {
	width: 235px;
	overflow: auto;
	top: 25px;
	bottom: 0;
	left: 35px;
	position: fixed;
	height: 100%;
	
}

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

#menu ul li.section-title {text-decoration: none; color: #fff; font-weight: normalr;  }

#content {
    height: 100%;
    margin: 15px 0 0 255px;
    top: 0;
}

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

#content p {
	width: 600px;
	margin-bottom: 9px;
	color: #8A8A8A;
}

p {
    margin: 0px 0 9px 0;
}

h1 { font-size: 10px; color: #fff; font-weight: bolder; }
h2 {
	font-size: 10px;
	color: #999;
	font-family: Verdana, Geneva, sans-serif; font-weight: normal;
}

titolo { font-size: 10px; color: #fff; font-weight: bolder;}
testo { font-size: 10px; color: #8A8A8A; font-weight: normal; }
builtwith { font-size: 11px; color: #666666; font-weight: normal; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


#apDiv1 {
	position:absolute;
	left:437px;
	top:188px;
	width:333px;
	height:176px;
	z-index:0;
	background-color: #000000;
	visibility: visible;
}
