/**
* CSS - HARTA DESIGN
* 
* @version 1.0
* @author Alberto Ferrari 
* @author Fill Your Blank
*/
* {
	
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
	background-position:left top;
	background-repeat:no-repeat;
}

body.section-1 {

	}
body.section-2 {

	}
body.section-3 {

	}

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #ED1E79; }

a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
    top: 50px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 520px;
	background-color: #fff;
}

#footer {
    width: 210px;
    overflow: auto;
    bottom: 50px;
	left: 20px;
    position: fixed;
    height: 30px;
	
}

#menu ul {
	width: 180px;
	list-style: none;
	margin-left:15px;
	
}


#menu ul li {
	margin-bottom:5px;
	
}

#menu .img {
	width: 210px;
	list-style: none;
	margin-top:10px;
	margin-bottom:30px;
}

#menu ul li.titolo {
	font-size: 12px;
	font-family: Georgia, sans-serif;
	font-style:italic;
	margin-bottom:7px;
	border-top: 1px dotted #CCCCCC ;
	margin-top:20px;
	cursor: pointer;
}

#menu .menualto a {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin-left:15px;
	margin-top:50px;
	cursor: pointer;
	
}

#menu .menubloomx a {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin-left:15px;
	margin-top:50px;
	cursor: pointer;
	
}

.menubloomx {
	width: 180px;
	margin-left:0x;
	margin-top:40px;
	
}


.menubasso {
	width: 180px;
	margin-left:15px;
	margin-top:60px;
    border-top: 1px dotted #CCCCCC
	
}

.menubasso a {
	font-size: 10px;
	font-family: Georgia, sans-serif;
	cursor: pointer;
	font-style:italic;
	
	
}

#menu ul li.section-title {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin-left:15px;
	cursor: pointer;
	color:#666;
}



#menu ul li a{
	font-size: 9px;
	font-family: Verdana, sans-serif;
	margin-left:15px;
	cursor: pointer;
	
}

#content {
    height: 100%;
    margin-left:300px;
	margin-top:114px;
    top: 0;
	
}



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


#content p { width: 700px; margin-bottom: 9px;  }

p {
    margin: 0 0 9px 0;
}

testoabout {
width:700px;
font-size: 11px;
font-family: Verdana, sans-serif;
color:#666;
text-align:justify;
line-height:17px;

	
background-color: #fff;
}

#descrizione {
    height: 100%;
	margin-top:90px;
    top: 0;
}

.testolavori {
font-size: 11px;
font-family: Verdana, sans-serif;
color:#666;
text-align:left;
line-height:18px;

}

testofooter {
width:700px;
font-size: 9px;
font-family: Verdana, sans-serif;
color:#666;
text-align:justify;
line-height:15px;
}

.titolotestolavori { 
font-size: 12px;
font-family: Georgia, sans-serif;
font-style:italic;
margin-bottom:5px;
}

titolo { 
font-size: 12px;
font-family: Georgia, sans-serif;
font-style:italic;
}

sottotitolo { 
font-size: 10px;
font-family: Georgia, sans-serif;
font-style:italic;
}

.title { 
font-size: 10px;
font-family: Georgia, sans-serif;
font-style:italic;
font-weight:normal;
color:#000;
}

.caption { 
font-size: 9px;
font-family: Verdana, sans-serif;
color:#666;
}

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

#once { clear: left; }
