/* CSS Document */
/* CSS created by Giovanni Ghersi for if&but Network di Comunicazione - www.ifbut.com - April 2007. */
/* You may not reproduce this css design elsewhere without the designer's written permission. However, feel free to study the CSS and use techniques you learn from it elsewhere. */
body{
background-color:#fff;
background-image:url(media/fascia_nome.jpg);
background-position: 0px 10px;
background-repeat:repeat-x;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
margin:0;
}
p {margin: 10px 0px;}

#wrapper {
width: 640px;
margin-left: auto;
margin-right: auto;
margin-top:0px;
text-align: center;
background-color:transparent;
}
#testata{    
width: 640px;
height:50px;
float:left;
text-align:right;
background-color:#dd8228;
color:#ede2c2;
margin-top:35px;
background:url(media/nogaarikha2.jpg) no-repeat center right #dd8228;
	}
#slideshow_testata{
width: 640px;
float:left;
margin-top: 10px;
border:2px solid #999;
background-color:#fff;

	}	
#content_area {
width: 640px;
float:left;
margin-top: 10px;
padding-bottom: 20px;
background-color:#fff;
	}
#content_left {
width: 418px;
float:left;
text-align:justify;
background-image:url(media/rigapuntata.png);
background-position: top right;
background-repeat:repeat-y;
padding-right:10px;
	}	
#content_right {
width: 207px;
float:right;
text-align:right;
margin-top:5px;
display:inline;
	}		
#content_right p{
padding-left: 10px;
	}		
div#slideshow_testata {
height: 130px;
	}
#footer{
float:left;
width:635px;
margin-top:10px;
background:url(media/decofooter.jpg) bottom no-repeat;
	}
#footer p{
border-top: 1px dashed #f90;
font-size:10px;
padding-bottom:20px;
padding-top:10px;
	}		
/* ------------- slide show ------------ */
	#rotator
{	overflow: hidden;
	margin: 2px;
	position: relative;
	width: 636px;
	height: 126px;
	}

#rotator img
{	width: 636px;
	height: 126px;
}
a {
color:#4c3d5d;
text-decoration:underline;
}
a:hover {
color:#846256;
text-decoration:none;
}

/*  ------------- titolazione  --------------- */

.titolo1 {	
color:#666;
font-size:24px;
text-align:left;
}
.titolo2 {	
color:#666;
font-size:15px;
font-weight:bold;
}

/* MENU PRINCIPALE */
#menu{
width:644px;
float:left;
margin-top:25px;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #dd8228; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #fff;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
text-align:left;
}

/*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: 159px; /* 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: #fff;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #ad5a0a;
color: white;
}

* 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%; }
/* End */
