/* ---------------------------------------------------
Copyright (c) 2009 - Guglielmi Luca
------------------------------------------------------

------------------- Color Palette --------------------

   Red TomStardust	- #a00
   Red :hover		- #d66
   Dark Grey		- #666
   
------------------------------------------------------




/* Global Reset
---------------------------------------------------------------------------------------------------------------- */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #333333;	
}





/* General
---------------------------------------------------------------------------------------------------------------- */

body {
	background-image: url(../immagini/struttura/background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
}


a:link, a:visited {
	text-decoration: underline;
	color: #a00;
}

a:hover {
	text-decoration: none;
	color: #d66;
}



/* FLOAT BASILARI
---------------------------------------------------------------------------------------------------------------- */



.floatleft {
	float:left;
	
	}
	
.floatright {
	float:right;
	
	}
	

.clear {
clear: both;

}




/* TITOLI H1 & Co.
---------------------------------------------------------------------------------------------------------------- */

h1 {
font-size: 16px;
color: #FF0000;
}

h1 a:link, h1 a:visited {
color: #FF0000;
/* non mettere text-decoration perchè è già nei link generici*/
}

h1 a:hover {
color: #FF0000;
/* non mettere text-decoration perchè è già nei link generici */
}






/* Layout
---------------------------------------------------------------------------------------------------------------- */


#wrapper{
	width: 960px;
	margin: auto;
}

#header {
	width: 960px;
	height: 241px;
	background-image: url(../immagini/struttura/sfondo_header.jpg);
	background-repeat: no-repeat;
	position: relative;
}


#content {
	width: 960px;
	background-image: url(../immagini/struttura/sfondo_content.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


#footer {
	width: 960px;
	height: 154px;
	background-image: url(../immagini/struttura/sfondo_footer.jpg);
	background-repeat: no-repeat;
	position: relative;
}



.contenutopagina {
	padding: 10px 15px 10px 15px;
	
}



/* Input form Base
---------------------------------------------------------------------------------------------------------------- */


#logo {
	width: 207px;
	height: 241px;
	position: absolute;
	top: 0px;
	left: 0px;
	}



#chiudi_content {
	width: 960px;
	height: 116px;
	background-image: url(../immagini/struttura/chiudi_content.jpg);
	background-repeat: repeat;
}




/* MENU UP
---------------------------------------------------------------------------------------------------------------- */

#menu_up {
	width: 960px;
	height: 60px;
	text-align: left;
}


#menu_up img {
	float: left;
}





/* FOOTER
---------------------------------------------------------------------------------------------------------------- */

#footer_scritte {
	position: absolute;
	top: 22px;
	left: 172px;
	width: 755px;
	height: 126px;
	text-align: left;
	}


#footer_scritte h1 {
	font-size: 22px;
	color: #ff0000;
	}


#footer_scritte h2 {
	font-size: 16px;
	color: #333;
	}


#footer_scritte p {
	font-size: 12px;
	color: #000;
	}





/* aaa
---------------------------------------------------------------------------------------------------------------- */


.contenutopagina p strong{
	font-size: 15px;
	margin-bottom: 3px;
	margin-top: 5px;
	}


.contenutopagina p {
	font-size: 13px;
	margin-bottom: 2px;
	}





/* aaa
---------------------------------------------------------------------------------------------------------------- */





/* aaa
---------------------------------------------------------------------------------------------------------------- */





/* aaa
---------------------------------------------------------------------------------------------------------------- */






/* aaa
---------------------------------------------------------------------------------------------------------------- */





/* aaa
---------------------------------------------------------------------------------------------------------------- */
