
/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana, arial, helvetica, sans-serif;
}

html
{
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #222222;
	background-image: url("images/back.gif");
	background-attachment: fixed;
	background-repeat: repeat-x;
	/*background-repeat: repeat;*/
}

/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	/*font-size: 0.8em;*/
	font-size: 12px;
	margin-top: 0px;
	color: #ececec;
	line-height: 1.5em;
	text-align: left;
}

p_small
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	/*font-size: 0.8em;*/
	font-size: 11px;
	color: #ececec;
	line-height: 1.0em;
	text-align: left;
	margin-bottom:3px;
	margin-top:3px;
	margin-left:3px;
	margin-right:3px;
}

li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-top: 0px;
	color: #ffffff;
	line-height: 1.3em;
	text-align: left;
}

/*
	Menu desktop
*/

.menu_desktop ul {
	/* position: fixed; */
	padding: 0;
	margin: 0;
}

.menu_desktop li {
	position: relative;
	text-align: left;
	list-style: none;
	font-size: 1em;
	line-height: 1em;
	/* width: 180px; */
	z-index: 1;
}

.menu_desktop li a {
	background-color: #F9F9F9;
	color: #222222;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
}

.menu_desktop li a:hover {
	background-color: #F9F9F9;
	color: #222222;
	text-decoration: underline;
}

.menu_desktop ul ul {
	position: absolute;
	top: 2em;
	width: auto;
	visibility: hidden;
}

.menu_desktop ul li:hover ul {
	visibility: visible;
	box-shadow: 5px 5px 5px #7C7C7C;
}

.menu_desktop ul ul:hover {
	box-shadow: 5px 5px 5px #7C7C7C;
	background-color: #E3E3E3;
}

.menu_desktop ul ul li a {
	background-color: #E3E3E3;
}

.menu_desktop ul ul li a:hover {
	background-color: #E3E3E3;
}

.menu_desktop li p {
	background-color: #F9F9F9;
	color: #222222;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
}

.menu_desktop li p:hover {
	background-color: #F9F9F9;
	color: #222222;
}

.menu_desktop ul ul li p {
	background-color: #E3E3E3;
}

.menu_desktop ul ul li p:hover {
	background-color: #E3E3E3;
}

/*
	Menu mobile
*/

.menu_mobile ul {
	padding: 0;
	margin: 0;
}

.menu_mobile li {
	position: relative;
	text-align: left;
	list-style: none;
	font-size: 2em;
	line-height: 1em;
	/* width: 250px; */
	z-index: 1;
}

.menu_mobile li a {
	background-color: #F9F9F9;
	color: #222222;
	padding: 10px 20px;
	text-decoration: none;
	display: block;
}

.menu_mobile li p {
	background-color: #F9F9F9;
	color: #222222;
	padding: 10px 20px;
	text-decoration: none;
	display: block;
}

.menu_mobile li a:hover {
	background-color: #F9F9F9;
	color: #222222;
	text-decoration: underline;
}

.menu_mobile ul ul {
	position: absolute;
	top: 3em;
	width: auto;
	visibility: hidden;
}

.menu_mobile ul li:hover ul {
	visibility: visible;
	box-shadow: 3px 3px 3px #7C7C7C;
}

.menu_mobile ul ul:hover {
	background-color: #E3E3E3;
}

.menu_mobile ul ul li {
	font-size: 1.2em;
	/* width: 350px; */
}

.menu_mobile ul ul li a {
	background-color: #E3E3E3;
}

.menu_mobile ul ul li a:hover {
	background-color: #E3E3E3;
}


/*
	Links
*/

a:link {
	color: #EA922B;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	}

a:visited {
	color: #EA922B;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	}

a:active {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
	}


/*
	Front Page Table Links
*/


a.menu:link {
	color: #999999;
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: 1em;*/
	font-size: 0.8em;
	text-decoration: none;
	}

a.menu:visited {
	color: #999999;
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: 1em;*/
	font-size: 0.8em;
	text-decoration: none;
	}

a.menu:active {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: 1em;*/
	font-size: 0.8em;
	text-decoration: none;
	}

a.menu:hover {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: 1em;*/
	font-size: 0.8em;
	text-decoration: underline;
	}

/*
	Annuncio sulla Homepage
*/


a.annuncio:link {
	color: #ececec;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	}

a.annuncio:visited {
	color: #ececec;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	}

a.annuncio:active {
	color: #ececec;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	}

a.annuncio:hover {
	color: #ececec;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
	}


/*
	Headings
*/


h1
{
	font-weight: bold;
	font-size: 0.7em;
	color: #E6361F;
  	margin-top: 35px;
}

h1.left-header
{
	font-weight: normal;
	font-size: 0.6em;
	color: #E6361F;
	margin-left: 15px;
}

h2
{
	font-size: 0.8em;
	color: #ffffff;
	padding-top: 9px;
}

/*
	Table
*/

.scheda_tecnica
{
	border-collapse: collapse;
	color: #ECECEC;
}

.scheda_tecnica p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#tabella-elenco
{
	background: #222222;
	border-collapse: collapse;
	color: #ECECEC;
}
#tabella-elenco td
{
	border: 1px dotted #505050;
}
#tabella-elenco tr:hover td
{
	background: #666666;
}
#tabella-elenco p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 5px;
	color: #ECECEC;
	line-height: 1.1em;
}
#tabella-elenco h2
{
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
}

.tabella-elenco-small
{
	background: #222222;
	border-collapse: collapse;
	color: #ECECEC;
}
.tabella-elenco-small td
{
	border: 1px dotted #505050;
}
.tabella-elenco-small tr:hover td
{
	background: #666666;
}
.tabella-elenco-small p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
	color: #ECECEC;
	line-height: 1.1em;
	font-size: 12px;
}
.tabella-elenco-small h2
{
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}



.tabella-elenco-small-senza-bordo
{
	background: #222222;
	border-collapse: collapse;
	color: #ECECEC;
}
.tabella-elenco-small-senza-bordo td
{
	border: 0px dotted #505050;
	vertical-align: top;
}
.tabella-elenco-small-senza-bordo p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 3px;
	margin-right: 1px;
	color: #ECECEC;
	line-height: 1.1em;
	font-size: 12px;
}
.tabella-elenco-small-senza-bordo h2
{
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/*
	Main Table - just gives the content a background colour
*/

.maintable
{
	background-color: #222222;
}

/*
	Menu Table and Cell - controls how the menu looks & sits
*/

.menutable_desktop
{
	height: 25px;
	width: 100%;
	font-size: 0.7em;
	background-color: #F9F9F9;
	border-bottom: 1px solid #000000;
}

.menutable_mobile
{
	height: 25px;
	width: 100%;
	font-size: 0.7em;
	background-color: #F9F9F9;
	border-bottom: 1px solid #000000;
}

.menucell
{
  padding-left: 15px;
}

/*
	Left hand column on homepage - the big image
*/

.home-left
{
	width: 245px;
	height: 200px;		/*altezza pagina*/
	background-image: url("images/home_left.jpg");
	background-repeat: no-repeat;
	padding-top: 320px;	/*era 350px*/
}

p.left-text
{
	font-size: 0.6em;
	margin-left: 30px;
	padding-top: 0px;
	margin-right: 15px;
	color: #999999;
}

h2.left-text
{
	font-size: 0.8em;
	color: #999999;
	padding-top: 0px;
	margin-left: 20px;
	margin-right: 15px;
}

h2.left-text-subtitle
{
	font-size: 0.65em;
	color: #999999;
	padding-top: 0px;
	margin-left: 30px;
	margin-right: 15px;
}

h2.left-text-subtitle2
{
	font-size: 0.65em;
	color: #999999;
	padding-top: 0px;
	margin-left: 40px;
	margin-right: 15px;
}

/*
	Right hand column on homepage
*/

.home-right
{
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

/*
	Left hand column on sub-page
*/

.page-left
{
	width: 245px;
	height: 300px;
	/*background-image: url('images/page_left.jpg');*/
	background-repeat: no-repeat
}

.password
{
	width: 900px;
	height: 500px;
	/*background-image: url('images/page_left.jpg');*/
	background-repeat: no-repeat
}

/*
	Right hand column on sub-page
*/

.page-right
{
	padding-right: 20px;
}

.page-wide
{
	padding-right: 20px;
	padding-left: 20px;
}


/*
	Page footer area
*/


p.footer
{
  text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	color: #666666;
	font-size: 0.6em;
	margin-bottom: 20px;
}

p.footer a
{
	color: #EA922B;
	font-size: 1em;
}




/*
	Images
*/

img
{
	border: none;
}


div.ombreggiato {
	float: left;
	background: url(images/ombra.png) no-repeat bottom left
}

div.ombreggiato img {
	display: block;
	position: relative;
	top: -15px; right: -15px;
	border:2px solid;
	border-color: #000000;
}

div.ombreggiato_v {
	float: left;
	background: url(images/ombra_v.png) no-repeat bottom left
}

div.ombreggiato_v img {
	margin-top: 6px;
	margin-left: 20px;
	display: block;
	position: relative;
	top: -15px; right: -15px;
	border:2px solid;
	border-color: #000000;
}

/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 20px;
	text-align: left;
}

/*
	Stili diversi
*/

.tabellaesterna
{
	background-color: #222222;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 9pt;
	padding-top: 4pt;
	padding-right: 4pt;
	padding-bottom: 4pt;
	padding-left: 4pt;
	border-width: 0px;
	border-style: outset;
	empty-cells: show;
	font-weight: bold;
	margin: 0px;
}
.pulsanti_desktop
{
	background-color: #EA922B;
	font-family: Tahoma, Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	border-width: 1px;
	border-style: outset;
	border-color: #6699CC;
	outline-style: double;
	outline-width: 1px;
	padding: 1px;
	margin: 1px;
	text-decoration: none;
}
.pulsanti_mobile
{
	background-color: #EA922B;
	font-family: Tahoma, Verdana;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	border-width: 1px;
	border-style: outset;
	border-color: #6699CC;
	outline-style: double;
	outline-width: 1px;
	padding: 1px;
	margin: 1px;
	text-decoration: none;
}
.pulsanti_commenti
{
	background-color: #222222;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	margin-top: 0px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #ECECEC;
	border-width: 0px;
	border-style: outset;
	outline-style: double;
	outline-width: 0px;
	padding: 1px;
	margin: 1px;
	text-decoration: none;
}
.areatesto
{
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	vertical-align: middle;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-width: 1px;
	border-style: inset;
	border-color: #000000;
	outline-width: 0px;
	outline-style: none;
	background-color: #EEEEEE;
}
.tabellainterna
{
	background-color: #BBBBBB;
	text-decoration: none;
	color: #2D2E55;
	font-family: Verdana;
	font-size: 9pt;
	border-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.tabellainterna_commenti
{
	background-color: #222222;
	text-decoration: none;
	color: #2D2E55;
	font-family: Verdana;
	font-size: 9pt;
	border-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.intestazione
{
	background-color: #333333;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana;
	font-size: 9pt;
}
.intestazione_commenti
{
	background-color: #222222;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana;
	font-size: 9pt;
}
.testo
{
	font-family: Tahoma;
	font-size: 9pt;
	background-color: #EEEEEE;
}