/****stili struttura principale****/
body
{
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
	color: black;
	background-color: white;
}

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: #00471A;
}

#container
{
	width: 100%;
	height: 100%;
}

#body
{
	overflow: hidden;
	height: 100%;
	padding-bottom:10px;
}

div.body_sito
{
	background-color: white;
	background-image: url("../immagini/grafica/fondo_content.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

div.body_home
{
	background-color:#009036;
	background-image: url("../immagini/grafica/testata/sfumatura_down.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 20px;
}

#bodyContent
{
	margin: 0px auto;
	width: 955px;
	height: auto;
}

#left
{
	float: left;
	width: 203px;
	padding-left: 10px;
}
/****fine struttura principale****/

/****testata*****/
#header
{
	width: 100%px;
	height: 103px;
	background-image: url('../immagini/grafica/testata/fondo_testa.jpg');
	overflow: hidden;
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
	/*border: 1px solid black;*/
}

#headerContent
{
	margin: 0px auto;
	width: 955px;
	height: auto;
}

#titolo_testa
{
	width: 341px;
	height: 30px;
	margin-left:120px;
	margin-top:40px;
	background-image: url('../immagini/grafica/testata/scritta_grande.png');
	background-color: transparent;
}


#sottotitolo_testa
{
	width: 500px;
	height: 20px;
	margin-left:170px;
	font-size: 15px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

#nav
{
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: relative;
	background-color: #009036;
}

div.nav_home
{
	background-image: url("../immagini/grafica/testata/sfumatura_up.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

div.nav_sito
{
	background-image: url("../immagini/grafica/testata/sfumatura_updown.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

#navContent
{
	margin: 0px auto;
	width: 955px;
	height: auto;
}

#navTesta
{
	width: 860px;
	height: 35px;
	margin-top:20px;
	margin-left:40px;
}

#ombra_navTesta
{
	width: 680px;
	height: 22px;
	background-image: url('../immagini/grafica/testata/ombra_nav.jpg');
	overflow: hidden;
	background-repeat: repeat-x;
	margin-left: 125px;
}

div.voce_nav
{
	width: 100px;
	padding-top: 2px;
	height: 23px;
	float:left;
	color: #ffffff;
	border-top: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
}

div.voce_nav:hover, div.voce_nav_sel
{
	background-image: url("../immagini/grafica/testata/fondo_nav.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

A.link_nav
{
	font-size: 15px;
	color: #ffffff;
	text-transform:uppercase;
	font-weight: bold;
}	

/*eccezioni menu*/

#menuLang
{
	width: 155px;
	border-right: 0px solid white;
}

#menuDovesiamo
{
	width: 110px;
}

#menuHome
{
	width: 90px;
}

#menuNewsletter
{
	width: 120px;
}

#menuLogin
{
	width: 85px;
}

#menuNews
{
	width: 90px;
}

/****************/


/*****fine testata*****/


/*****content*****/
#content
{
	height: 100%;
	overflow: hidden;
}

div.content_menuno
{
	width: 955px;
}

div.content_menusi
{
	width: 690px;
	margin-left: 240px;
	margin-right: 25px;
	padding-top: 25px;
}
/*****fine content*****/

/*****menu home*****/
#menu_home
{
	width: 100%;
	height: 190px;
	background-color: white;
	padding-top: 10px;
}

#menu_homeContent
{
	margin: 0px auto;
	width: 925px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

div.menu_home_button
{
	background-image: url("../immagini/grafica/home/button.jpg");
	background-repeat: no-repeat;
	width: 201px;
	height: 61px;
	text-align: center;
	padding-top: 45px;
	font-size: 18px;
	font-family: Helvetica;
	font-weight: bold;
	color: white;
	margin-right: 40px;
	float: left;
	cursor: pointer;
	text-transform: uppercase;
}

div.menu_home_button a
{
	color: #515151;
}

div.menu_home_button a:hover
{
	color: white;
}
/*****fine menu home*****/

/****piede****/
#footer
{
	width: 100%;
	height: 96px;
	color: #ffffff;
	text-align: right;
	font-size: 11px;
	background-image: url('../immagini/grafica/piede/fondo_piede.jpg');
	background-repeat:repeat-x;
	overflow: hidden;
}

#footerContent
{
	margin: 0px auto;
	width: 955px;
	height: auto;
}

#gradiente_piede
{
	background-image: url('../immagini/grafica/piede/gradiente_piede.jpg');
	background-repeat:repeat-x;
	width: 100%;
	height: 70px;
}

#piedeContent
{
	height: 96px;
	padding-left: 320px;
	overflow: hidden;
}

#logo_piede
{
	width: 152px;
	float: left;
}

#testo_piede
{
	padding-top: 4px;
	text-align:left;
	margin-left: 160px;
	color: black;
}

.titolo_testo_piede
{
	font-size: 14px;
	font-weight: bold;
	color: black;
}

/****fine piede****/

/****stili generici****/
.warning
{
	font-size: 14px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}

.errors
{
	font-size: 10px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}


.titoloSezione
{
	font-size: 22px;
	color: #009036;
	margin-bottom: 10px;
	font-weight: bold;
}

div.linguetta
{
	padding-top: 10px;
	width: 203px;
	height: 30px;
	float: right;
	text-align: center;
	background-image: url("../immagini/grafica/linguetta.png");
	background-repeat: no-repeat;
	color: white;
	font-size: 18px;
	font-weight: bold;
}
/****fine stili generici****/


/****input generici****/
input, textarea
{
	border: 1px solid #999;
}

input[type=image]{border: 0px;}

input:focus, textarea:focus
{
	background-color: #fffbbd;
}
/****fine input generici****/
