/*
Questo CSS incorpora tutte le definizioni di stile.
L'applicazione di questo CSS è successiva al reset completo dei TAG, in modo
tale che il loro effetto sia cross-browser.


@date		2009/10/01
@version	3.2
@author		Umberto Di Mauro
*/



/* --------- CONTENTS ---------------------------------------------------------

1: BODY & GLOBALS SETUP
2: STRUCTURES
3: TYPOGRAPHICS

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


/* 1: BODY & GLOBALS SETUP
============================================================================ */

html {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#141414;
	height:100%;
}

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#141414;
	position: relative;
	min-height: 100%; 
	background: url(../../grafica/model_fondo.png) no-repeat top right;
}

b, strong {
	font-weight:bold;
	color:#141414;
}

i, em {
	font-style:italic;
}

a:link,a:visited {
	color:#e2007a;
	text-decoration:none;
}
a:hover, a:active {
	color:#802974;
	text-decoration:none;
}


/* 2: STRUCTURES
============================================================================ */

/* 2.1: testata
---------------------------------------------------------------------------- */
#top {
	height:46px;
	margin:0;
	text-align:center;
	width:100%;
	background-color: transparent;
}

/* menù superiore */
#menutop {
	height:5px;
	background-color:#000;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
#menubtm {
	height:41px;
	background:url(../../grafica/fondo_top_v4.png) repeat-x;
	text-align:center;
}
#menu {
	height:40px;
	margin:0 auto;
	padding-top:0;
	width:980px;
}
#menu a { text-decoration:none; background-color: transparent; }


/* 2.2: parte centrale
---------------------------------------------------------------------------- */
#cnt {
	margin:0;
	width:100%;
	text-align:center;
	background-color: transparent;
}
#content {
	height:650px;
	margin:0 auto;
	padding:0;
	width:980px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#141414;
	font-size: 18px;
	text-align:left;
	background: url(../../grafica/logo.png) no-repeat top left;
}


/* 2.3: footer
---------------------------------------------------------------------------- */
#bottom {
	margin:0;
	padding:0;
	background-color:#000;
	width:100%;
	position: fixed;
	bottom:0;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
#bottom a:link,#bottom a:visited {
	color:#FFF;
	text-decoration:none;
}
#bottom a:hover, #bottom a:active {
	color: #e2007a;
	text-decoration:none;
}


/* 3: TYPOGRAPHICS
============================================================================ */
h1, h2 {
	font-family: Impact, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}

h1 {
	font-size: 36px;
	line-height:100px;
	font-weight:400;
	color: #e2007a; /*#802974;*/
}
h2 {
	font-size: 24px;
	line-height: 24px;
	color: #666;
	font-weight: 400;
}

.testo {
	padding:10px 150px 60px 150px;
	color: #666;
}


/* 3: FORM CONTATTI
============================================================================ */
#tblform td {padding:4px;}
#formmail, #mailko, #mailok{
	font-size:18px; 
	text-align:left; 
	padding-left:120px;
}
#mailko, #mailok{
	display:none;
}