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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0px;
	padding:0px;
}
/*************** TAGS *********/
body {
	font-family:Verdana;
	font-size:0.8em;
	color:#424241;
	background-color:#f6f6f6;
	line-height: 1.2em;
}
a {
	color:#ff6002;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
a:active{ 
	outline: none;
}
a:focus{ 
	-moz-outline-style: none; 
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
img {
	border:none;
}
fieldset{
	border:none;
}
/*************** STILI D'USO FREQUENTE *********/
.clearer {
	clear:both;
}
.back_to_index {
	background-image:url(/img/icone/freccia_azzurra_p_rev.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	display:block;
	float:right;
	padding:5px 10px 0px 15px;
}
.campi_input {
	width:300px;
	height:25px;
	border:solid 1px #a38760;
	background-color:#fffef6;
}
.immagine_destra{
	border:solid 5px #d2d2d2; 
	float:right; 
	margin:0px 0px 10px 20px;
}
.immagine_sinistra{
	border:solid 5px #d2d2d2; 
	float:left; 
	margin:0px 20px 10px 0px;
}
.distanziatore{
	height:25px;
}
.separatore{
	height:20px;
	border-bottom:dotted 1px #CCCCCC;
	margin:0px 0px 20px 0px;
}
.titolo_verde{
	font-size:1.6em;
	color:#8a8f14;
	padding:20px 0px 10px 0px;
	display:block;
}
/*************** LOGO PER VERSIONE STAMPA *********/
#logo_print{
	display:none;
}
/*************** WRAPPER *********/
#wrapper {
	width:100%;
	height:100%;
	background-image:url(/img/struttura/sfondo_wrapper.gif);
	background-repeat:repeat-x;
	background-position:top;
}
/*************** CONTAINER *********/
#container {
	width:940px;
	margin:0px auto;
	position:relative;
	padding:42px 0px 0px 0px;
	overflow:hidden;
}
/*************** HEADER *********/
#header{
	margin:0px auto;
	width: 594px;
	position:relative;
	height:123px;
	padding:0px 0px 0px 346px;
	background-image:url(/img/struttura/logo.gif);
	background-repeat:no-repeat;
	background-position:0px 34px;
}
/**** MENU NAVIGAZIONE ****/
#menu_navigazione {
	height:95px;
	width:596px;
}
#menu_navigazione ul{
	margin:0px;
	padding:0px;
}
#menu_navigazione li{
	float:left;
	list-style:none;
	padding: 0px;
	margin-right:10px;
	height:95px;
}
#menu_navigazione li.no_margin{
	margin-right:0px;
}
#menu_navigazione li a.menu_home{
	background-image:url(/img/menu/home.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	width:82px;
	height:95px;
}
#menu_navigazione li a.menu_home:hover{
	background-position:0px -95px;
}
#menu_navigazione li a.menu_aboutme{
	background-image:url(/img/menu/aboutme.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	width:99px;
	height:95px;
}
#menu_navigazione li a.menu_aboutme:hover{
	background-position:0px -95px;
}
#menu_navigazione li a.menu_career{
	background-image:url(/img/menu/career.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	width:85px;
	height:95px;
}
#menu_navigazione li a.menu_career:hover{
	background-position:0px -95px;
}
#menu_navigazione li a.menu_news{
	background-image:url(/img/menu/news.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	width:81px;
	height:95px;
}
#menu_navigazione li a.menu_news:hover{
	background-position:0px -95px;
}
#menu_navigazione li a.menu_gallery{
	background-image:url(/img/menu/gallery.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	width:96px;
	height:95px;
}
#menu_navigazione li a.menu_gallery:hover{
	background-position:0px -95px;
}
#menu_navigazione li a.menu_contacts{
	background-image:url(/img/menu/contacts.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	width:103px;
	height:95px;
}
#menu_navigazione li a.menu_contacts:hover{
	background-position:0px -95px;
}
/*************** COLONNA DX *********/
#sidebar {
	display:none;
}
/*************** BANDONE PAGINE INTERNE *********/
#titolo_sezione{
	width:940px;
	height:100px;
	position:relative;
	margin:0px auto;
}
/*************** CORPO PRINCIPALE *********/
#mainbar{
	width:640px;
	padding:0px;
	line-height:1.4em;
}
#mainbar p{
	margin:10px 0px 10px 0px;
}
#mainbar h4{
	margin:0px;
	padding:0px;
}
/*************** PAGINA ARCHIVIO *********/
fieldset#archivio{
	border:none;
	padding:0px 0px 30px 0px;
	font-size:0.8em;
	font-weight:bold;
	color:#a38760;
}
fieldset#archivio select{
	width:250px;
	margin:3px 0px 0px 0px;
	color:#666666;
}
fieldset#archivio div{
	float:left;
	width:210px;
	padding:0px 40px 0px 40px;
}
/*************** PAGINA BLOG *********/
.titolo_blog{
	font-size:1.7em;
	line-height:1.2em;
	color:#ff7e00;
	padding:0px 0px 20px 0px;
}
.aggiungi_commento{
	background-image:url(/img/icone/freccia_giu.gif);
	background-repeat:no-repeat;
	background-position:0px 23px;
	padding:20px 0px 30px 20px;
}
.aggiungi_commento a{
	font-weight:normal;
}
/*************** MODULO COMMENTI *********/
.stato_commenti{
	font-size:1.6em;
	color:#8a8f14;
	padding:20px 0px 20px 0px;
}
.lista_commenti li{
	background-image:url(/img/icone/commento.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:0px 0px 20px 40px;
	list-style:none;
}
.autore_commento{
	font-size:1.0em;
	font-weight:normal;
}
.data_commento{
	color:#7a7a7a;
	font-size:0.8em;
}
#commentform label{
	color:#7a7a7a;
	font-size:0.8em;
	padding:0px 0px 0px 10px;
	line-height:2.0em;
}
.input_text{
	width:300px;
	height:20px;
	background-color:#fffef6;
	border:solid 1px #8a8f14;
	margin:0px 0px 15px 0px;
	float:left;
}
.textarea{
	width:586px;
	height:100px;
	background-color:#fffef6;
	border:solid 1px #8a8f14;
	margin:0px 0px 15px 0px;
}
/*************** PAGINA RICERCA *********/
h2{
	font-size:1.3em;
	line-height:1.6em;
	font-weight:normal;
}
.titolo_risultato_ricerca{
	font-size:1.4em;
	padding:5px 0px 5px 0px;
	line-height:1.2em;
}
.titolo_risultato_ricerca a{
	font-weight:normal;
}
.testo_ricerca{
	font-size:0.8em;
	color:#666666;
	padding:0px 0px 5px 0px;
}
/*************** PAGINA CONTATTI *********/
.wpcf7-form{
}
.wpcf7-form p{
	color:#8a8f14;
	font-size:0.8em;
}
.wpcf7-form p label{
	float:left;
	width:120px;
	padding:8px 10px 0px 0px;
}
.wpcf7-form p label.consenso{
	float:left;
	padding:2px 0px 0px 0px;
	width:270px;
}
.wpcf7-form p label.consenso a{
	color:#8a8f14;
	text-decoration:underline;
}
.wpcf7-form p label.consenso a:hover{
	text-decoration:none;
}
.wpcf7-form p span input{
	width:350px;
	height:18px;
	color:#666666;
	background-color:#fffef6;
	border:solid 1px #8a8f14;
	margin:5px 0px 15px 0px;
	padding:2px 0px 0px 0px;
}
.wpcf7-form p span textarea{
	width:450px;
	height:100px;
	background-color:#fffef6;
	border:solid 1px #8a8f14;
	margin:5px 0px 15px 0px;
	padding:3px 0px 0px 0px;
}
.wpcf7-form p span input.codice{
	width:155px;
	height:18px;
	color:#666666;
	background-color:#fffef6;
	border:solid 1px #8a8f14;
	margin:5px 0px 15px 0px;
	padding:2px 0px 0px 0px;
}
.wpcf7-form p img{
	padding:10px 0px 5px 125px;
}
.tasto_invia{
	margin:30px 0px 15px 286px;
	width:58px;
	height:26px;
}
/*************** PAGINA CAREER *********/
.career_date{
	width:80px;
	font-weight:bold;
	font-size:1.1em;
}
.career h4{
	font-size:1.1em;
	color:#333333;
}
/*************** PAGINA VIDEO *********/
.video_result{
	background-image:url(/img/icone/video.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:15px 0px 0px 75px;
	min-height:50px;
}

/*************** PAGINA GALLERY *********/
#gallery{
	display:none;
}
/*************** PAGINA FAVORITE LINKS *********/
#links div{
	font-size:1.3em;
	color:#8a8f14;
	padding:0px 0px 30px 0px;
	display:block;
}
#links a{
	height:18px;
	font-size:0.9em;
	background-image:url(/img/icone/freccia.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 0px 35px;
	margin:10px 0px 0px 0px;
	font-weight:normal;
	display:block;
}
/*************** HOME *********/

/*************** SLIDESHOW *********/
#slideshow_container{
	width:940px;
	height:300px;
	position:relative;
	margin:0px auto;
}
#slideshow{
	width:940px;
	height:300px;
}
/*************** NEWS HP *********/
.news_hp{
	width:640px;
	padding:0px;
	height:230px;
	overflow:hidden;
}
.news_hp p{
	margin:0px;
	padding:0px;
}
.titolo_news_hp{
	font-size:1.1em;
	font-weight:bold;
	padding:3px 0px 0px 0px;
	display:block;
}
.data{
	font-size:0.8em;
	color:#878585;
}
.more{
	font-size:0.8em;
	color:#000000;
}
.more a:hover{
	color:#000000;
	text-decoration:underline;
}
/*************** FOOTER *********/
#footer_container{
	display:none;
}
