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

body {
	font-size: 12px;
	font-family: helvetica neue, Arial, sans-serif;
	background: #fff;
	letter-spacing:0.02em;
	line-height:19px;
}

body.section-1 {
	background-position: top left; }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; 
	color: #333333; }
a:active { text-decoration: none; 
	color: #00A7E3; }
a:visited { text-decoration: none; 
	color: #333333; }
a:hover { background-color: #FFFFFF; 
	color: #00A7E3;
	text-decoration: none;
	padding: 0px;
}

a img { border: none; }

.active a {
	background: none none repeat scroll 0 0;
	color: #333333;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: trasparent;
}

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

#menu ul li.section-title {
	bottom: 3px;
	border-bottom: 1px dashed #333333;
	background: trasparent;
	color: #00A7E3;
	font-weight: bold;
	padding-left: 0px;}

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

.container {
	max-width: 535px;
    padding: 35px 15px 25px 15px;
	background-color: trasparent;
}

.fondino {
	margin-left: 20px;
	background-color: #FFFFFF;
	background-image: url(prove-new.gif);
	background-repeat:no-repeat;
	background-position: 3px 102px;
	padding: 6px 6px 6px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#content p { width: 535px; margin-bottom: 15px; background-color: #FFFFFF; padding: 7px 7px 7px 7px;}

p {
    margin: 0 0 20px 0;
	font-size:13px;
	background-color: #FFFFFF;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 {color: #000000; font-size: 11px; display: none;}

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

#once { clear: left; }

.featureimage {
float: right;
width: 99px;
margin-left: 5px;
}

.evidenza {
width: 535px; 
margin-bottom: 15px;
background-color: #6AF9FC;
padding: 7px 7px 7px 7px;
}

img[title="looking"] {
	position:relative;
	top:0%;
	left:70%;

}

