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

body {
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #B3B3B3;
	background: #fff;
}

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

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

a img { border: none; }


#logone{ z-index:1002; }

a#logone {
	top: -5px;
	left: 5px;
	position: fixed;
	background: none;
	border:none;
}	

a#logone img { border: none; }

#menu {
	width: 180px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	text-align:right;
	font-size: 13px;
	color: #666666;
	background-image: url(http://www.sartoriavico.it/files/menu/back2.png);
	z-index:1001;
}

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

#menu ul li.section-title { }

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

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

#content p { 
	width: 570px;
	margin: 0 0 0 0;
}

p {
    margin: 0 0 5px 0;
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

e { font-size: 22px; }
f { font-size: 22px; color:#ef4324; }
m { font-size: 40px; line-height: 34px; font-weight: bold;}
n { font-size: 40px; line-height: 34px; font-weight: normal; font-family:Georgia, "Times New Roman", Times, serif;}
o { font-size: 13px; color: #6a8e9b; font-weight: bold;}
g { font-size: 13px; font-weight: bold; color:#ef4324; }
p { font-size: 13px; font-family:Georgia, "Times New Roman", Times, serif; line-height: 17px; text-decoration:none; color: #ef4324; }
s { font-size: 13px; font-family:Georgia, "Times New Roman", Times, serif; line-height: 15px; font-style:italic; text-decoration:none; color: #666666; }
t { font-size: 11px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; line-height: 13px; text-decoration:none; color: #666666; }
w { font-size: 11px; font-family:Georgia, "Times New Roman", Times, serif; line-height: 14px; text-decoration:none; color: #666666; }
u { font-size: 13px; font-family:Georgia, "Times New Roman", Times, serif; line-height: 17px; text-decoration:none; color: #666666; }
v { font-size: 12px; font-family:Georgia, "Times New Roman", Times, serif; font-style: normal; text-decoration:none; color: #666666; }
z { font-size: 11px; font-family:Georgia, "Times New Roman", Times, serif; line-height: 13px; text-decoration:none; color: #666666; }
small { font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }

.casella { font-size: 11px; font-family:Georgia, "Times New Roman", Times, serif; line-height: 13px; text-decoration:none; color: #666666; }




#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }