/* CSS crm */

/* standard elements */

* {
	margin: 0;
	padding: 0;
}



body {
	background-color:#FFFFFF;
	background-image:url(../img/sfondo-bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	font-family: 'Poiret One', Arial;
	letter-spacing: 0.07em;	
	color:#333;
	}


h1 {color:#FFFFFF;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:normal;
	text-align: left;
	font-family: 'Poiret One', Arial;
	letter-spacing: 0.07em;	
}


/* misc */
.clearer {
	clear: both;
	font-size: 0;

}
.left {
	float: left;
}
.right {
	float: right;
	text-align: left;
}



/* structure */


.contenitore-top {
	background-image:url(../img/logo-italo-graziano.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width: 1024px;
	height:90px;
	margin: 0  auto;

}

.contenitore-foto {

	margin-top:0px;
	padding-top:0px;
}


.inner-container {
	font-size: 12px;
	width: 1024px;
	height:100%;
	font-weight: normal;
	margin: 0  auto;
	
}

.outer-container {
margin-top:0px;

}

/* header & title */
.header{
	height: 100px;
		}





/* main */
.main {
	background-repeat: repeat-y;
	background-position:left top;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:100%;
}




/* content */
.content {
	float: right;
	width:1024px;
	height:100%;
	margin-bottom: 10px;
	text-align: justify;
}



.content p a {
	font-size: 12px;
	text-decoration:none;
	color: #96723a;
	font-weight:bold;
	}

.content p a:hover {
	color:#999;
	font-size: 12px;
	text-decoration:none;
}




.content p {
	color:#666;
	font-size: 12px;
	font-family: 'Poiret One', Arial;
	letter-spacing: 0.07em;	
}





a {
	font-size: 12px;
	text-decoration:none;
	color: #333333;
}

a:hover {
	color: #999999;
	font-size: 12px;
	text-decoration:none;
}








/* navigation */

.contenitore-menu {
	float: right;
	width: 1024px;
	list-style-type:none;
	height: 100%;
	padding-bottom:0px;
	padding-top:35px;
	display:inline;
	
}



.navigation-sito {
	float: right;
	width: 1024px;
	list-style-type:none;
	height: 100%;
	padding-bottom:0px;
	text-align:right;
	display:inline;
	letter-spacing: 0.07em;	
}



.navigation-sito ul {
	padding: 0;
	margin-top: 5px;
	list-style-type:none;
	display:inline;
}




.navigation-sito li {
	margin-bottom: 3px;
	margin-top:3px;
	font-family:  'Poiret One', Arial;
	letter-spacing: 0.07em;	
	font-size: 16px;
	color:#333;
	list-style-type:none;
	border-bottom:1px;
	line-height:30px;
	display:inline;
	}




.navigation-sito li a {
		font-family:  'Poiret One', Arial;
		letter-spacing: 0.07em;	
	font-size: 16px;
	color: #333;
	list-style-type:none;
	border-bottom:1px;
	line-height:30px;
	display:inline;
}



.navigation-sito li a:hover {
		font-family:  'Poiret One', Arial;
		letter-spacing: 0.07em;	
	font-size: 16px;
	color:#666;
	list-style-type:none;
	border-bottom:1px;
	line-height:30px;
	display:inline;
}

.attivo{
		font-weight:bold;
	
	}




/* footer */

.contenitore-footer{
	text-align:right;
	width: 1024px;
	margin: 0  auto;
}



.footer {
	color: #666;
	font-family: 'Poiret One', Arial;
	letter-spacing: 0.07em;	
	font-size: 11px;
	font-weight: normal;
	border:0px;
	padding:0px;
	height:123px;
	margin: 0  auto;
}

.footer a {
	color: #666;
	
	text-decoration: none;
	font-weight:normal;
}

.footer a:hover {
	
	color:#333;
}
