/* TEXT AND IMAGE LAYOUT */

div.textimage{margin-right: 5px; margin-top: 5px; border: 0px solid #000}
div.textimage img{float:left;margin-top: 0px; margin-bottom: 0px; margin-right:5px; margin-left:10px}
div.textimage h2, div.textimage p{margin:0 10px; padding: 0}
div.textimage h2{margin-top: 10px; color: #666}
div.clearer{clear: left}

/* FUNZIONI */

body 
{
background-color:
url('')
}

b{color:  }

big{color: #FF9900 }

body  { font-family: verdana, "Trebuchet MS", sans-serif }
body { font-size: 10px }

h1 { font-family: "Trebuchet MS", "times new roman", sans-serif }
h1 { font-size: 200%; margin: 0;padding: 0 10px; text-align:justify; color: white }

h2 { font-family: "Trebuchet MS", "times new roman", sans-serif }
h2 { font-size: 150%; margin: 0;padding: 0 10px; text-align:justify; color: white }

h3 { font-family: "Trebuchet MS", "times new roman", sans-serif }
h3 { font-size: 130%; margin: 0;padding: 0 10px; text-align:justify; color: white }

p { font-family: verdana, "Trebuchet MS", sans-serif }
p { font-size: 11px; padding: 0 10px; text-align:justify; color: #DDDDDD }

/* LINKS */

.class1 A:link { font-size: 120%; text-decoration: none; color: #000066 } 
.class1 A:visited { font-size: 120%; text-decoration: none; color: #000066 }
.class1 A:hover { font-size: 120%; text-decoration: none; color: #9999CC }

.class2 A:link { text-decoration: none; color: #FF9900 } 
.class2 A:visited { text-decoration: none; color: #FF9900 }
.class2 A:hover { text-decoration: none; color: #FFE4A9 }

.class3 A:link { text-decoration: none } 
.class3 A:visited { text-decoration: none }
.class3 A:hover { text-decoration: underline }

.class4 A:link { text-decoration: none; color: white} 
.class4 A:visited { text-decoration: none; color: white }
.class4 A:hover { text-decoration: none; color: gray }

.class5 A:link { text-decoration: none; color: #003399 } 
.class5 A:visited { text-decoration: none; color: #003399 }
.class5 A:hover { text-decoration: underline; color: #003399 }

body{

margin-top: 5px;
margin-bottom: 0px;
margin-right:auto;
margin-left:auto;
width: 800px;
padding: 0px;
background-color: #C2C2D3;
color: #000;
text-align: left; 
letter-spacing : 0px
}

#title	
{
margin-top: 0px;
margin-bottom: 0px;
margin-right:auto;
margin-left: auto;
width: 800px;
padding-left: 0px;
background-color: #596E97;
color: white;
text-align: center;
font-family: "Trebuchet MS", verdana, "times new roman";
font-size: 28px;
letter-spacing: -1px;
}

#img	
{
margin-top: 0px;
margin-bottom: 0px;
margin-right:auto;
margin-left:auto;
width: 800px;
padding: 0px;
border: 0px solid gray;
font-family: verdana; 
text-align: left;
background-color: #455575;
}

div#container
{
width:800px;
margin: 0 auto;
padding: 10px 0;
text-align:left
}

div#content
{
float:left;
width: 595px;
padding: 5px 0;
background-color: #596E97;
letter-spacing : 0.5px
}

div#feed
{
width: 585px;
padding: 5px 0;
margin-left: 10px;
background-color: #596E97;
letter-spacing : 0.5px
}

div#nav
{
float:right;
width:195px;
padding: 10px 0;
background-color: #455575;
}

div#nav2
{
float:right;
width:195px;
padding: 5px 0;
margin-top: 10px;
background-color: #455575;
}

div#nav3
{
float:right;
width:195px;
padding: 5px 0;
margin-top: 10px;
background-color: #455575;
}

div#copyright
{
float:left;
width:800px;
padding: 5px 0;
margin-top: 10px;
margin-bottom: 10px;
color: gray;
text-size: 10px;
background-color: #F3F3F3;
}

/* MENU */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0px 0 0 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #455575; /*COLORE DI SFONDO DEL GENERALE (ESCLUSO IL SOTTO MENU)*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
border-left:0px solid black; border-right:0px solid black; border-top:0px solid black; border-bottom:0px solid black; display: block;
width: 100px; /*Width of top level menu link items*/
text-decoration: none;color: #E2D4BF; /*COLORE DEL FONT GENERALE PASSIVO*/
padding-left:8px; padding-right:8px; padding-top:4px; padding-bottom:4px
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 0; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 160px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #E2D4BF; /*COLORE DEL FONT DEL SECONDO MENU PASSIVO*/
text-decoration: none;
padding: 3px 5px;
border: 0px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #996666; /*COLORE DI SFONDO DEL SECONDO MENU HOVER*/
color: #E2D4BF; /*COLORE DEL FONT DEL SECONDO MENU HOVER*/
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #455575 url('arrow-down.gif') no-repeat center right; /*COLORE DEL SECONDO MENU HOVER*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #455575 url('arrow-right.gif') no-repeat center right; /*COLORE DEL FONT DELL'HOVER*/

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

/* Border Image \*/
.borderimage{
border:1px solid gray;
}


/* BACK TO TOP */
.bak2top {
      font-family: Verdana;
      font-size: 10px;
	font-weight: bold;
      color: white;
      border: 0px solid;
      border-color: #0000FF;
      padding: 2px;
}
