/* CSS Document */
body
{
    padding:0px;
    margin:0px;
    font:11px/17px Comics, Verdana, sans-serif;
    color:#7a7a7a;
    background-color:#ffffff;
    background-image:url('../images/back.jpg');
    background-position:top center;
    background-repeat:no-repeat;    
}

div, p, ul, h1, h2, h3, form, label{margin:0px; padding:0px;}

div.clear
{
    width:80%;
    clear:both;
}

img.arrow
{
    position:absolute;
    left:293px;
    top:180px;
}


a
{
	color:#000000;
}

a.doc
{
    background-image:url('../images/pdf.gif');
    background-repeat:no-repeat;
    padding-left:36px;
    padding-top:10px;
    padding-bottom:10px;
    font-weight:bold;
    line-height:36px;
}

a.sottoSezione
{
    background-image:url('../images/folder.gif');
    background-repeat:no-repeat;
    padding-left:47px;
    padding-top:10px;
    padding-bottom:10px;
    font-weight:bold;
    line-height:38px;
}

img{border:none;}

div.wrapper
{
    width:980px;
    height:735px;
    margin:auto;
    position:relative;
}

div.footer
{
    width:970px;
    height:50px;
    margin:auto;
    text-align:center;
}

#content {
	width:560px;
	height:405px;
	margin-top:85px;
	float:right;
	margin-right:25px;
}

/* SCROLLING */
div#textbox{
	overflow:auto;
	position:relative;
	width:530px;
	height:360px;
	float:left;
	}
	
div#text{
	position:absolute;
	padding-right:10px;
	}
	
div#sliderbox{
	display:none;
	width:20px;
	background-color:#dddddd;
	float:left;
	}
	
div#slider{
	width:20px;
	background-color:#ed0004;
	cursor:pointer;
	background-image:url('../images/arrow_down.gif');
	background-position:bottom center;
	background-repeat:no-repeat;
	text-align:center;
}

table td
{
    padding:5px;
    line-height:13px;
}

div.button
{
    width:104px;
    height:26px;
    background-image:url('../images/back_button.gif');
    background-repeat:no-repeat;  
    float:left;
    text-align:center;
    margin-right:10px;
}

a.menu
{
    color:#ffffff;
    text-decoration:none;
}

a.menu:hover
{
    color:#000000;
}

/* MENU ADULTI */
#menu_adulti {
	margin:auto;
	letter-spacing:-1px;
	position:relative;
	float:left;
	padding-top:133px;
}

#menu_adulti ul{
	list-style: none;
	list-style-type:none;
	margin: 0;
}

#menu_adulti li.normal{
	width: 145px;
	text-align:left;
	padding:10px 13px;
	font-size:14px;
	font-weight:bold;
	background-color:#ffcc00;
	margin:6px;
}

/* MENU BAMBINI */
#menu_bambini {
	margin:auto;
	letter-spacing:-1px;
	position:relative;
	float:left;
	padding-top:133px;
	margin-left:32px;
}

#menu_bambini ul{
	list-style: none;
	list-style-type:none;
	margin: 0;
}

#menu_bambini li.normal{
	width: 65px;
	text-align:center;
	padding:15px;
	font-size:14px;
	font-weight:bold;
	background-color:#ffcc00;
	margin:5px;
}

#logo
{
    position:absolute;
    top:-17px;
    left:25px;
    z-index:2;
}

#imagePanel {
	width:910px;
	height:202px;
	margin:auto;
	text-align:right;
	margin-top:35px;
	background-image:url('../images/back_image.jpg');
	background-repeat:no-repeat;
	padding:20px;

}

#imageContent
{
    float:right;
    width:338px;
    text-align:left;
    color:#ffffff;
    font-weight:bold;
    font-size:13px;
}

/*---Middle Panel---*/
#middlePan{
	width:950px;
	min-height:500px;
	margin:auto;
	margin-top:21px;
	position:relative;
	background-color:#f3f3f3;
	padding:20px;
}

#main
{
    width:520px;
    float:left;
}

span.titolo{
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
}

span.scritto{
	font-size:16px;
	font-weight:bold;
	font-family: Comic Sans MS,arial
}

#contatti
{
    width:340px;
    height:200px;
    float:right;
}
/*---/Middle Panel---*/

/*---Footer Panel---*/
#footermainPan{
	width:950px;
	height:38px;
	margin:auto;
	background-image:url('../images/back_brown.gif');
	background-repeat:repeat-x;
	margin-top:31px;
}

#footermainPan a{
	color:#ffa200;
}

/*---Colori---*/
.grigio{color:#7a7a7a;}
.fucsia{color:#d8174e;}
.bianco{color:#ffffff;}
.nero{color:#000000;}
.arancio{color:#f9a50c;font-weight:bold;}
.marrone{color:#614926;}


/*---Form contatti---*/

.riga
{
    clear:both;
    padding-top:3px;
} 

input
{
    border:1px solid #aaaaaa;
    padding:3px;
    width:150px;
    font-size:11px;
}

textarea
{
    border:1px solid #aaaaaa;
    padding:3px;
    overflow:hidden;
    font-size:11px;
    font-family: Tahoma, Sans-Serif;
}

.pulsante
{
    
}



