@charset "UTF-8";
/* -------------------------------------------------------------------
	Gallinea - Foglio di stile per layout iBoat
	
	Versione:			1.0 del 23.07.09
	Ultima revisione:	23.07.09
	Ultima validazione:	23.07.09
	Autore:				Alessandro Placidi
	Contatto:			a.placidi@mindgear.it
	© 2009 Gallinea Srl
------------------------------------------------------------------- */


/* -- INDEX ------------------

Sono riportati solo i punti
pertinenti dell'indice.

[1.2] - Contenuto
[2.1] - Immagini di testata
[3.0] - Tipografia
[3.1] - Classi Edit-o-matic
[4.0] - Links
[5.0] - Tabella
[6.0] - Form

--------------------------- */


/* [1.2] CONTENUTO
------------------------------------------------------------------------------------------ */
#wrapper-contenuto {
	background-color: #000;
}

#contenuto {
	padding: 20px 25px 0px 25px;
	background: #000 url(../img/sfondo-contenuto-iboat.jpg) no-repeat 0 0;
	color: #FFF;
}

#contenuto #FlashID {
	padding-top: 80px;
	padding-bottom: 30px;
	display: block;
	margin: auto;
}

/* [2.1] IMMAGINI DI TESTATA
------------------------------------------------------------------------------------------ */
#immagine-principale {
	height: 111px;
	color: inherit;
	background: #474747 url(../img/sfondo-testata-standard.png) no-repeat center bottom;
}


/* [3.0] TIPOGRAFIA
------------------------------------------------------------------------------------------ */
h2 {
	color: #FFF;
	background-color: transparent;
}


/* [3.1] CLASSI EDIT-O-MATIC
------------------------------------------------------------------------------------------ */
.editomaticStyleTestoGrande {}

.editomaticStyleTestoPiccolo {}

.editomaticStyleTestoBlu {
	color: #336679;
	background-color: transparent;
}

.editomaticStyleTestoEvidenziato {
	color: #000;
	background-color: #A2C6D0;
}


/* [4.0] LINKS
------------------------------------------------------------------------------------------ */
a:hover {
	color: #FFF;
	background-color: inherit;
}


/* [5.0] TABELLE
------------------------------------------------------------------------------------------ */
td {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}


/* [6.0] FORM
------------------------------------------------------------------------------------------ */
fieldset {
	color: #000;
	background-color: #FFF;
}


