/* @override http://10.2.2.16/TerreDesHommes_2009/main.css */

/*  ===== Reset Elements ===== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none;
	
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table, thead, tbody, tfoot, tr, th, td {
	border-collapse:collapse;
	vertical-align:top;
	text-align:left
}
table {
	border-spacing:0
}


/*  ===== Basic Elements ===== */
body {
	background:#000;
	color:#4e4e4e;
	word-spacing:0px;
	font-family: "Lucida Sans", Arial, sans-serif;
	
	background-position: Center Top;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 17px;
	text-shadow: #323232 0 1px 1px;
}
input, textarea, select, option {
	font:normal 14px arial, sans-serif;
	border: 0px;
	padding:0;
	margin:0;
}
p {
	text-align: left;
	margin-top:0px;
}
img {
	border-style: none;
}
a:link {
	color: #75baff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #75baff;
}

a:hover {
	text-decoration: none;
	color: #fff;

}

a:active {
	text-decoration: none;
	color: #f15922;
}
h1 {
	font-size:36px;
	color: #579e30;
	font-weight: bold;
	line-height: normal;
}
h2 {
	font-size:22px;
	line-height:normal;
	font-weight: lighter;
	color: #989898;
}
h3 {
	font-size:18px;
	color: #579e30;
	font-weight: bold;
	line-height: normal;
}
h4 {
	font-size:16px;
	color: #579e30;
	font-weight: lighter;
	line-height: normal;
}
h5 {
	font-size:13px;
	color: #f15922;
	font-weight: bold;
}
h6 {
	color: #579e30;
	font-size:11px
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#lang {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
right:0;
top:0px;
}

#lang li { float: left; margin: 0px; padding-top: 3px; padding-right:3px; padding-left:3px; padding-bottom:6px;	}
#lang li a { position: relative; float: left; color: #fff; text-decoration: none; opacity: 0.6; height:20px;}
#lang li a:hover, #lang li a:focus, #lang li a:active { opacity: 1; text-decoration: none; border:0; color: #FFFFFF; background-color: #FFFFFF;}

#langCenter {
background-image: url(img/tabLINGUE.png);
background-position: Center Top; 
background-repeat: repeat-x;
}




/*  ===== Common Classes  ===== */

.left {
	float:left;
	display:inline;
}
.right {
	float:right;
	display:inline
}
.clear {
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	background-color: #FFFFFF;
}
.in {
	width:970px;
	margin:0 auto;
}
.padding {
	padding-right: 8px;
}
/*  ===== Structure  ===== */  

html, body, #container {
	height:100%;
}

/*
body > #container {
	height:auto;
	min-height:100%;
}
*/

#container{
position: relative;
top:0px;
width:1014px;
height: 611px;
background-color: #000;
margin: 0 auto;

background-image: url('img/mainBG.jpg');

background-repeat: no-repeat;
}



#header {
	height:86px;
	margin:0 auto;
	min-width:1000px;
	text-align:left;
	width:100%;
}

/* logo */
#logo {
	position: absolute;
	top: 20px;
	left: 23px;
	background: url(img/logo.png) no-repeat;
	width: 212px;
	height: 206px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	margin-left: 10px;
}
#main {
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	background-color: #FFFFFF;
}

#footer {
	
  width: 1014px;
	height:30px;
	position:relative;
	top: 0px;
	margin:0 auto;
	clear:both;
	background-color: transparent;
	font-size: 11px;
	text-align: left;
	}


/*  ===== Top Menu Navigation   ===== */

  #nav {
	height:20px;
	margin-top: 25px;
}
#nav li {
	float:left;
	display:inline-block;
	height:18px;
	padding:0 5px 0 0;
	color: #818181;
}
#nav li a {
	display:inline-block;
	float:left;
	height:18px;
	padding:0px 10px;
	background-color: black;
	color: #f19927;
	text-shadow: gray 0 1px 3px;
}
#nav li a:hover {
	display:inline-block;
	border-bottom: 4px solid #FF9900;
	background-color: #000;
	color: #cbddc8;
		text-shadow: gray 0 1px 3px;

}



/*  ===== Slide Show  ===== */
.infiniteCarousel {
  width: 585px;
  position: absolute;
 margin-left:180px;
 margin-top:430px;

}

.infiniteCarousel .wrapper {
  width: 500px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 5em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: relative;

}

.infiniteCarousel ul li {
  
  display:block;
  float:left;
  padding: 4px;
  height: 55px;
  width: 55px;
}

.infiniteCarousel ul li a img {
  display:block;
}


.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(img/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 14px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}





#titleChunk {
	left:260px;
	position:relative;
	top:82px;
	width:200px;
	color:#FFFFFF;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:47px;
	font-weight:bold;
	line-height: normal;
}


/*  ===== Home ===== */
  
#main_home {
height:520px;
margin:0 auto;
padding:0;
width:1000px;
background-color: transparent;
}




#flashcontent{
position: absolute;
margin-left:387px;
margin-top:4px;
padding: 0px;
width:619px;
height:429px;
}



#backHome {
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
position:absolute;
top:300px;
margin-left:52px;
left:21px;
}

#backHome a {
background:transparent url(img/backHome.png) no-repeat scroll 0 0;
display:block;
height:42px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 -55px;
padding:0;
position:relative;
text-indent:-9000px;
width:40px;
}

#backHome a:hover {
background:transparent url(img/backHomeHover.png) no-repeat scroll 0 0;
display:block;
height:42px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 -55px;
padding:0;
position:relative;
text-indent:-9000px;
width:40px;
}



.EventiFade{
  display: inline;
  float: left;
 z-index:70;
  position:absolute;
  margin-top:438px;
  margin-left:772px;
  width:215px;
  height:70px;

}
.TweetMsg2{
	font-size: 12px;
	color: #FFFFFF;
}

.TweetMsg{
	font-size: 10px;
	color: #FFFFFF;
}
.TweetName{
font-size: 11px;
color: #ef9828;
}
.location{
	font-size: 9px;
	color: #999999;
}
.location2{
	font-size: 11px;
	color: #999999;
}

#userCounter{
	position: absolute;
	width: 182px;
	height: 47px;
	margin-left:200px;
	margin-top:360px;
	z-index:90;
	background-image: url(img/veditutti.jpg);	
}


#CounterNum{
font-size: 24px;
font-weight: bold;
color: #ef9828;

}
#CounterNum2{
font-size: 24px;
font-weight: bold;
color: #FFFFFF;

}
#VediTutti{
padding: 8px;
}
#box_presente {
  position: absolute;
	display:block;
	width:380px;
	background-image: url(img/home_bolla.jpg);
	background-repeat: no-repeat;
	height: 364px;
	margin-left:5px;
	margin-top: 155px;
}
#box_presente_text {
	margin-left: 15px;
	width: 360px;
	margin-top: 10px;
	color: #FFFFFF;
}

#box_presente_pres {
position: absolute;
	margin-left: 125px;
	margin-top: 10px;
	z-index:100;
}

#box_presente_pres a:link{
color: transparent;
background-color: transparent;
}

#box_presente_pres a:visited{
color: transparent;
background-color: transparent;
}


#box_presente_pres a:hover{
color: transparent;
background-color: transparent;
}


#box_presente_test {
position: absolute;
	margin-left: 15px;
	margin-top: 50px;
}





/* -------- pagina PROFILO UTENTE --------- */

#claim{
position:absolute;
margin-top:30px;
margin-left:320px;
}

#profile{
position:absolute;

margin-top:135px;
margin-left:70px;
float: left;
width: 247px;
height:367px;
	background: url(img/backgroundTOOLS.png) no-repeat;
}

#userProfile{
position:relative;
width: 290px;
height:54px;
	color: #f39b17;
	font-weight: bold;
	text-shadow: #434343 0 2px 4px;

}


#userProfile img{
position:relative;
width: 33px;
height:33px;
	margin-right: 15px;
	margin-left: 43px;
	margin-top: 12px;
	
	border: 2px solid #CCCCCC;
}

#widget{
position:relative;
width: 221px;
height:218px;
background: url(img/backgroundWIDGET_info.png) no-repeat center;
	margin-left: 13px;
	margin-top: 13px;
	
	
}

#boxPkit{
	
position:relative;
width: 178px;
height:50px;
	color: #4ebaff;
	margin-left: 65px;
	margin-top: 24px;
	background-color: transparent;
	
}

#boxPkit a{
	
position:relative;

	color: #4ebaff;
	text-shadow: #190d19 0 2px 2px;
		background-color: transparent;

}

#boxPkit a:hover{
	
position:relative;

	color: #ef9828;
	text-shadow: #190d19 0 2px 2px;
	background-color: black;
}







#boxEcard{
position: absolute;
margin-top: -450px;
width: 635px;
height:441px;
float:  left;

	margin-left: 330px;
	background-color: transparent;
}

#textEcard{
position: relative;
margin-top:200px;
padding:5px;
float: left;
width: 200px;
height:250px;
	margin-left: 200px;
}


/* form ecard*/
#ecard{
position: relative;
float: right;
background-color: transparent;
padding: 5px;
color:#000;
overflow: visible;
width:275px;
	margin-top: -320px;
	margin-right: -40px;
}

#ecard h2{
color:#4EBAFF;
font-size:14px;
font-weight:lighter;
line-height:normal;
padding:0px;
margin:0px;
}

.profileWrap {
padding-bottom:6px;
position: relative;
overflow: visible;
}
.profileInput {


border:1px solid #D3D3D3;
font-size: 12px;
outline-color:#999999;
outline-width:medium;
padding:3px 4px;
width:80%;
	color: #ef9828;
	font-weight: bold;
}











/*  ===== Main Pagina contenuto ===== */
  #content {
	display:block;
	margin-top: 10px;
	padding:10px;
}



/*  ===== Typography  ===== */

.testo_verde {
	color: #579e30;
}
.testo_arancio {
	color: #f15922;
}

.number{
	font-size:40px;
	color: #579e30;
	font-weight: bold;
	line-height: normal;
	padding-right: 6px;
}

.titolone{
font-size: 38px;
font-weight: bold;
color: #ffffff;
font: bold 38px Arial, Helvetica, Geneva, sans-serif;
}

/*  ===== Footer  ===== */
#footerTooltip {
	float: right;
	margin-right: 30px;
	margin-top: 20px;
  width: 231px;
}

#footerUtility {
  margin-left: 10px;
	margin-top: 5px;
	
}

#footerUtility li {
	float:left;
	display:inline-block;
	height:50px;

	text-align: left;
	color: #818181;
	padding-left: 0;
	padding-right: 6px;
	padding-bottom: 0;
	
}


#footerCredits {
	margin-top: 30px;
	display: block;
	text-align: center;
	color: #999999;
}

#footerGrounpUtility{
float: left;
width: 1018px;
}

.utility a:link {
	text-decoration: none;
	color: #FFFFFF;
	background:none
}
.utility a:hover {
	text-decoration: none;
	: #eef7a5;
	background-color: #ef9828;
}
.utility a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.utility a:active {
	text-decoration: none;
	color: #eef7a5;
}




/* galleria utenti */
#usersGallery{
position:relative;
width:650px;
overflow: hidden;
height:420px;
margin-left: 270px;
margin-top: 30px;
}

.users{
display:block; 
float: left;
padding:5px 5px 5px 5px;
}

.users a{
display: block;
width:55px;
height:55px;
}



/* paginazione galleria utenti */
#galleryPagination{
float:right;
margin-right:30px;
margin-top:90px;
position:relative;
}


#galleryPagination ul {
  width: 100%;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

#galleryPagination ul li {
  display:block;
  float:left;
  padding: 4px;
}

.pageGalleryHover {
  color:  #F09826;
  cursor: pointer;
}


#pagSlider{
position:relative;
margin:0 auto;
}

#paginator{
margin: 0 auto;
margin-top:10px;
width:130px;
font-size: 22px;
font-weight: bold;
color: #ef9828;
}



#error{
margin: 0 auto;
margin-top: 50px;

font-size: 16px;
font-weight: bold;
color: #ef9828;
	text-align: center;
}

#error_centro{
margin: 0 auto;
margin-top: 50px;

font-size: 16px;
font-weight: bold;
color: #ef9828;
	text-align: center;
}

#amount{
display:inline;
width:10px;
}



/* form contatti */
#regusersForm {

padding: 15px;

}

#address-label
{
	border:none;
	color: #71a737;
	display:block;
	padding:0 0 1px;
	font: 700 95%/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#subject-label
{
	border:none;
	color: #71a737;
	display:block;
	padding:0 0 1px;
	font: 700 95%/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#body-label
{
	border:none;
	color: #71a737;
	display:block;
	padding:0 0 1px;
	font: 700 95%/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


input.text
{
	background:#fff url(img/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color: #989898;
	margin:0;
	padding:2px 0;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

textarea.text
{
	background:#fff url(img/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color: #989898;
	margin:0;
	padding:2px 0;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#send-label
{
/*
	background:#fff url(img/shadow.gif) repeat-x top;
	color: #bfb537;
	margin:0;
	padding:2px 0;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
*/
}




select.select
{
	color:#333;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff url(img/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* form contatti fine */




/* ===== Pagina visualizzazione ecard ===== */
#ecardView{
height:320px;
margin:120px 0 0 20px ;
position:absolute;
width:950px;
}





/*------- PAGES------- */
.divList{
list-style-image:none;
list-style-position:outside;
list-style-type:circle;
margin-left:20px;
position:relative;
}
/*-------PAGES FINE---- */








/*----------------*/
/*---FORM FRONT ---*/
/*----------------*/
#insert{
background-color: #fff;
padding: 5px;
color:#000;
overflow: visible;
}

#insert h2 {
color:#4EBAFF;
font-size:14px;
font-weight:lighter;
line-height:normal;
padding:0px;
margin:0px;
}
.titlewrap {
padding-bottom:6px;
position: relative;
overflow: visible;
}
.formInput {
border:1px solid #D3D3D3;
font-size:1.3em;
outline-color:#999999;
outline-width:medium;
padding:3px 4px;
width:80%;
}


.pswForgotten{
font-size: 10px;
color: #909185;
}
/*----------------*/
/*---FORM FRONT FINE---*/
/*----------------*/





/*---------------------*/
/*-----PAGINE STATICHE----*/
/*---------------------*/


/* banner  */

.bianco14{
color: #ffffff;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	width:200px;
}

#bianco_generico{
color: #ffffff;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	
}

.arancione14{
color: #f15922;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	margin-left: 10px;
}


#banner_quadrato{
	font: 14px Arial, Helvetica, Geneva, sans-serif;
  position:absolute;
  left:570px;
  top:  10px;
  width: 400px;
}

	
#banner_verticale{
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px; 
  position:absolute;
  left:210px;
  top:0px;
  width:400px;
   }
	
	
#banner_orizzontale{
	font: 14px Arial, Helvetica, Geneva, sans-serif;
  float: left;
 	padding-left: 0px;
  position:absolute;
  left:210px;
  top:290px;
   }	
	
	
.textarea_snippets_verticale{
	padding: 5px;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
width: 218px;
height: 60px;
color: #fff;
margin-left: 7px;
	
	margin-bottom: 0px;
	background-color: #000;
	border: 1px solid #000;
margin-bottom: 80px;
}


.textarea_snippets_quadrato{
	padding: 5px;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
width: 218px;
height: 60px;
color: #fff;
margin-left: 7px;
	
	margin-bottom: 0px;
	background-color: #000;
	border: 1px solid #000;
	
	margin-bottom: 20px;
}


.titolo_container{	
width: 700px;
position: relative;
margin-top:-25px;
margin-left:275px;
}


.textarea_snippets_orizzontale{
	padding: 5px;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
width: 218px;
height: 60px;
color: #fff;
margin-left: 7px;
	
	margin-bottom: 0px;
	background-color: #000;
	border: 1px solid #000;
}


.textarea_snippets_profilo{
	padding: 5px;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
width: 218px;
height: 40px;
color: #fff;
margin-left: 7px;
	
	margin-bottom: 0px;
	background-color: #000;
	border: 1px solid #000;
}


#banners_wrap{
height:605px;
margin:10px 0 0;
position:absolute;
margin-left:50px;
width:930px;
}



/* sogni  */
#colonnasx{
	
	float: left; margin-top: 300px; margin-left: 30px;
	position:absolute;
	width:300px;
}

#colonnamid{
	
	margin-top: 1px; margin-left: 270px;
	position:absolute;
	width:256px;
}


.colonnadx{
	
	margin-top: 100px; margin-left: 530px;
	position:absolute;
	width:461px;
	cursor: hand;
	cursor: pointer;
	
}




/* photokit  */


#container_icone{
		background: url(img/stripe_background.png) repeat;

	width: 560px;
	height: 360px;
	margin-left: 310px;
	margin-top: 50px;
	
}



#container_kit_macchinafoto{
	
	

	float: left; margin-top: 20px; margin-left: 20px;
	position:absolute;
	width:220px;
	height:96px;
	color: #63d3ff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: #000000 0 2px 2px;
	background: url(img/icona_macchinafoto.png) no-repeat;
	text-align: right;
	padding-top: 30px;
}


#container_kit_computer{
	
	
	float: left; margin-top: 20px; margin-left: 330px;
	position:absolute;
	width:220px;
	height:96px;
	color: #63d3ff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: #000000 0 2px 2px;
	background: url(img/icona_computer.png) no-repeat;
	text-align: right;
	padding-top: 30px;
	
}


#container_kit_wifi{
	
	
float: left; margin-top: 130px; margin-left: 20px;
	position:absolute;
	width:220px;
	height:96px;
	color: #63d3ff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: #000000 0 2px 2px;
	background: url(img/icona_wifi.png) no-repeat;
	text-align: right;
	padding-top: 30px;
	
}


#container_kit_tshirt {
	
	
    float: left; margin-top: 250px; margin-left: 20px;
	position:absolute;
		height:96px;
	color: #63d3ff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: #000000 0 2px 2px;
	
	background: url(img/tshirt.png) no-repeat;
	text-align: left;
	padding-top: 30px;
	padding-left: 110px;
	padding-right: 40px;
}






#container_kit_photokit{
	
	
	float: left; margin-top: 130px; margin-left: 330px;
	position:absolute;
	width:220px;
	height:96px;
	color: #63d3ff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: #000000 0 2px 2px;
	background: url(img/icona_photokit.png) no-repeat;
	text-align: right;
	padding-top: 30px;
	
}

#container_kit_photokit a {
	
	
	background-color: transparent;
	
}

#testo_photokit
{ float: left;
	margin-top: 200px;
	margin-left: 30px;
	width: 250px;
	background-color: transparent;
	color: #fff;
	font-size: 12px;
}

#help_photokit
{
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #bcbcbc;
}


#downloadarrow{
		
	background-color: transparent;
	font-size: 16px;
	color: #4ebaff;
	font-weight: bold;
	padding: 10px;
	text-shadow: #000000 0 2px 2px;
	text-align: center;
}

#downloadarrow a{
		
		background-color: transparent;
	color: #f15922;
	
}

#downloadarrow a:hover{
		
		background-color: transparent;
	color: #eef7a5;
	
}




/* bambini  */


#titolo_bambini {
	font-size: 38px;
font-weight: bold;
	color: #fff;
	text-align: justify;
	margin-left: 300px;
	margin-bottom: 20px;
	line-height: 0.33em;
}

.testo_bambini {
	
	width: 610px;
	color: #fff;
	text-align: justify;
	margin-left: 300px;
	font-size: 13px;
}


ul.lista {
	list-style-type: circle;
	list-style-image: inherit;
	list-style-position: inside;
}
ol.lista {
	list-style-type: decimal;
	list-style-position: inside;
}
ol.lista ol {
	list-style-type: decimal;
}
ul.lista li { font-style: italic; }
ol.lista li { font-style: italic; }
ol.lista ol { font-style: normal; }



#steps {
	float: left;
	
		margin-top: -300px;
		margin-left: 80px;
	opacity: 0.8;
}

#steps a{

background: transparent;
	}
	
	
	#steps a:hover{

background: transparent;
opacity: 0.6;
	}


.sample{

background: transparent;
	font-size: 13px;
	list-style-type: disc;
}

#leggi_la_storia{

background: transparent;
	margin-top: 13px;
	margin-left: 361px;
}



/*---------------------*/
/*---PAGINE STATICHE FINE---*/
/*---------------------*/









/*  ===== tootip ===== */

/*.tTip {width: 200px; position: relative; cursor: pointer; color: #666;}
.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(img/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(img/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(img/tipBtm.png) no-repeat bottom; height: 32px;}*/

