/* CSS Document */


/*----PER TUTTE LE PAGINE----*/

body {
	margin: 0px;
	padding: 0px;
	background: #ccccff;
	color: #000;
	}

#centrato {
	height: 500px;
	width: 100%;
	margin: auto;
	background: #ccccff;
	text-align: center;
}

#corpo {
	height:450px;
	width: 750px;
	background: #FFF;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: justify;
}

div p {
	margin: 10px;
	padding: 0.5em 1em;
	color: #330033;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size:12px;
	margin-top: 140px;
}

#box-logo {
	height:104px;
	width:76px;
	background: url(../immagini/logo2.gif) right top no-repeat;
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}

#colonna-2 {
	height:450px;
	background: transparent;
	color: #000;
	float: left;
	width: 375px;
}


/*----MENU----*/

#pie-di-pagina {
	width: 750px;
	height:50px;
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 0;
	padding: 0;
	height: 50px;
	list-style: none;
	display: inline;
	overflow: scroll;
}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/: 50px; 
}
	
#nav a:hover {
	background-position: 0 -50px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -100px;
}


/*------ANCORA MENU...------*/


#thome a {
	width: 125px;
	background: url(../immagini/home.gif) top left no-repeat;
}

#tchisiamo a {
	width: 125px;
	background: url(../immagini/chisiamo.gif) top left no-repeat;
}

#tservizi a {
	width: 125px;
	background: url(../immagini/servizi.gif) top left no-repeat;
}

#tpartners a {
	width: 125px;
	background: url(../immagini/partners.gif) top left no-repeat;
}

#tnews a {
	width: 125px;
	background: url(../immagini/news.gif) top left no-repeat;
}

#tcontatti a {
	width: 125px;
	background: url(../immagini/contatti.gif) top left no-repeat;
}






/*----PER LE SINGOLE PAGINE----/*


/*----INDEX FLASH----*/
#colonna-index {
	height:450px;
	background: transparent;
	color: #000;
	float: left;
	width: 750px;
}


/*----HOME----*/
#colonna-home {
	height:450px;
	background: url(../immagini/logo.gif) center no-repeat;
	color: #000;
	float: left;
	width: 750px;
}


/*----CHI SIAMO----*/
#colonna-1-chisiamo {
	height:450px;
	background: url(../immagini/chisiamo.jpg) left top no-repeat;
	color: #000;
	float: left;
	width: 375px;
}


/*-----SERVIZI----*/
#colonna-1-servizi {
	height:450px;
	background: url(../immagini/servizi.jpg) left top no-repeat;
	color: #000;
	float: left;
	width: 375px;
}

#prodotti {
	list-style: square;
	margin: 10px;
	padding: 0.5em 1em;
	color: #330033;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-size:12px;
}

#privati {
	margin: 10px;
	padding: 0.5em 1em;
	color: #330033;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size:12px;
	margin-top: 140px;
}

#prodotti {
	list-style: square;
	margin: 10px;
	padding: 0.5em 1em;
	color: #330033;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-size:12px;
}






/*----PARTNERS----*/
#colonna-1-partners {
	height:450px;
	background: url(../immagini/partners.jpg) left top no-repeat;
	color: #000;
	float: left;
	width: 375px;
}



/*----NEWS----*/

#colonna-1-news {
	height: auto; /*450px;*/
	background: #fff; /*transparent*/
	color: #000066;
	float: left;
	width: 650px;
	padding-left: 100px;
	}

#news{
width: 500px;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size:11px;
text-align: justify;
color: #000066;
}

#news_titolo{
width: 500px;
text-align: center;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
}





/*----CONTATTI----*/
#colonna-1-contatti {
	height:450px;
	background: url(../immagini/contatti.jpg) left top no-repeat;
	color: #000;
	float: left;
	width: 375px;
}

#paragrafo {
	margin: 10px;
	padding: 0.5em 1em;
	color: #330033;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size:12px;
	margin-top: 10px;
}

#paragrafo-1 {
	margin: 10px;
	padding: 0.5em 1em;
	color: #330033;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size:12px;
	margin-top: 140px;
}

.verde {
	color: #090;
	font-weight:bold;
	font-size: 1.5em;
}


.bord {
border: #ccf solid 3px;
}

#paragrafo {
	padding: 0.5em 1em;
	color: #330033;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size:12px;
}














































