/*
	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;
}


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;
}




/*
	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;
	} 




/*
	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
{
	color: #ECECEC;
	border-collapse: collapse;
}

/*
	Main Table - just gives the content a background colour
*/

.maintable 
{
	background-color: #222222;
}



/*
	Menu Table and Cell - controls how the menu looks & sits
*/

.menutable 
{
	height: 25px;	
	width: 900px;
	font-size: 0.7em;
	background-color: #333333;
	border-bottom: 1px solid #999999;
}

.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;
}




/*
	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 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 per il guestbook
*/

.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
{
	background-color: #EA922B;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	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;
}
