html, body { margin: 0; padding: 0;}

body { margin: 0; 
	padding: 0; 
	border: 0; 
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	text-align: center; 
	background:  #fff url(../img/bg.gif) top left repeat-x;
	}
	
h1 {font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	background-color: transparent;
	}
	
hr { clear:both;
	visibility:hidden;
	}

img	{ border: 0; padding: 0;}

/* redundant selectors to help NS4 not forget */
div,  h2, p, th, td, ul, li, dd, dl, dt    { font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;}
	
a { text-decoration: none; background-color: transparent; }
a:link, a:visited { text-decoration: none; background-color: transparent; }
a:hover, a:active { text-decoration: none; background-color: transparent; }

.link td  { 
	text-align: center; 
	}

#wrapper { 
	position:relative; 
	width: 960px; 
	margin: 0 auto 0;
	background:  #fff url(../img/bg_wrapper.gif) top center no-repeat;
	}
	
/*--------------------------------------------- HEADER -----------------------------------------------------------*/
#header{ position:relative;
	margin: auto;
	padding: 0;
	width:960px;
	height:426px;
	text-align:left;
	background: transparent url(../img/logo_header_sfondo.gif) top left no-repeat; 
	}
	
#testata { margin: auto; 
	padding: 26px 0 0 0; 
	z-index:1; 
	text-align:center; 
	background-color: transparent;
	}
	
#logo { position:absolute;
	left:50px;
	top: 40px;
	z-index:6; 
	margin: 0;
	padding: 0;
	width:260px;
	height:120px;
	display: block;
	background: transparent url(../img/shitsuki+pit.gif) top center no-repeat;
	}
	
#logo a {  
	padding: 0;
	width:100%;
	height:120px;
	display: block;
	background-color: transparent;
	}
	
#logo span{
	 visibility: hidden;
	}
/*--------------------------------------------- MENU DI NAVIGAZIONE -----------------------------------------------------------*/	
	
#menu { position:absolute;
	left: 0;
	top:387px;
	z-index:3; 
	margin: auto;
	padding: 0 0 0 0;
	width:100%;
	height:32px;
	background-color:transparent;
	text-align: left; 
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	text-transform: uppercase;
	}

#menu ul{
	list-style: none;
	padding: 8px 0 8px 39px;
	margin: 0 0 0 0;
	width:100%;
	height:12px;
	text-align:left;
	}

#menu li{
	margin: 0 ;
	display: inline;
	text-align:center;
	font-size:0.80em;
	}

#menu a, #menu a:link, #menu a:visited {
	text-decoration:none; 
	color:#ccc; 
 	padding: 2px 9px; 
 	text-align:center;
	font-size:1em;
	border: 1px solid #ccc;
	}
	
#menu a:hover, #menu a:active {
		color:#666; 
	border: 1px solid #666;
	}

.alt {
	visibility: hidden;
	display: block;
}


/*  ------------------------------ MENU LATERALE  -----------------------------------------------------*/	
#sottomenu {
	margin: 0;
	padding: 0;
	width:80%;
	background-color:transparent;
	text-align:left; 
	/*height:15px;*/
	list-style-position: outside;
	list-style-type: none;
	}
	
#sottomenu ul{
color:#666; 	
	margin: 0 ;
	text-align:left;
	list-style: none;
	list-style-type: none;
	padding: 0 0 10px 20px;
	background-color: transparent; 
	list-style-position: outside;
	/*border: 1px solid #ccc;*/
	}
	
	#sottomenu ul span{
background-color: #666; 
color:#fff; 
font-size: 0.8em;
	text-transform: uppercase;
	}
#sottomenu ul li{	
	margin: 0 ;
	text-align:left;
	list-style: none;
	list-style-type: none;
	color:#000; 
	font-size: 0.9em; 
	background-color: transparent; 
	list-style-position: outside;
	display:block;
	}

#sottomenu ul li a, #sottomenu ul li a:link, #sottomenu ul li a:visited {
	margin: 0 0 0 0;
	text-decoration:none; 
	color:#b30303;  
 	padding: 10px 0 2px 0; 
	line-height:1.6em;
 	text-align:left;
	font-size: 0.9em; 
	display:block;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	}
	
#sottomenu ul li a:hover, #sottomenu ul li a:active {
	color: red; 
line-height:1.6em;
	display:block;
	text-transform: uppercase;
}
	
	
/* -------------------------------------- MENU LATERALE 2 LIVELLO ------------------------------------------*/	
#sottomenu ul li ul {	
	margin: 0 ;
	text-align:left;
	list-style: none;
	padding: 0 0 0 30px;
	background-color: transparent; 
	background-image: none; 
	border-bottom: none;
	}	
	
#sottomenu ul li ul li {
	font-size: 0.8em; 	
	margin: 0;
	padding: 0 0 5px 0;
	text-align:left;
	list-style: none;
	color:#B30303; 
	background-color: transparent; 
	background-image: none; 
	display:block;
	}	
	
#sottomenu ul li ul li a, #sottomenu ul li ul li a:link, #sottomenu ul li ul li a:visited {
	text-decoration:none; 
	color:#666; 
 	padding: 0 0 3px 0;
	line-height:1.5em;
 	text-align:left;
	font-size: 0.8em; 
	background-color: transparent; 
	background-image: none; 
	border-bottom: 1px dashed #ccc;
	display:block;
	}
	
#sottomenu ul li ul li a:hover, #sottomenu ul li ul li a:active {
	color:#b30303; 
	background-color: transparent; 
	background-image: none; 
	border-bottom: 1px dashed #ccc;
	display:block;
	line-height:1.5em;
	padding: 0 0 3px 0;
}



/*--------------------------------------------- CONTENUTO -----------------------------------------------------------*/
	
#wrappercorpo {
	position: relative; 
	margin: auto;
	padding: 0; 
	width:960px;
	text-align:left; 
	}

#corpo { margin: 20px 180px 0 360px;
		padding: 0; 
		background-color: transparent;
		}
		
#corpo	p { color: #555;  
	line-height:1.4em; 
	font-size: 0.75em; 
	text-align: justify; 
	padding: 2px 0 10px 0;
	}
	
#corpo	ul { color: #000; 
	}
	
#corpo	li { 
	line-height:1.4em; 
	font-size: 0.85em; 
	color: #666; 
	list-style-type: circle;
	}
		
#corpo	h1 { 
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	font-size:1em;
	line-height:1em; 
	margin: 0;
	 padding: 9px 0;
	 color: #C00; 
	background-color: transparent;
	 font-weight: bold;
	}

#corpo	h1 span {
	font-size:0.9em;
	line-height:1.2em;
	background-color: transparent;
	font-weight: normal;
	color: #000;
	text-transform: normal;
	}
		
#corpo h2 { 
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.3em; 
	margin: 0;
	padding: 10px 0 10px 0;
	 color: #999; 
	background-color: transparent;
	font-weight: normal; 
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	display: block;
	}
	
	#corpo h2 span { 
font-weight: bold; 
	}
	
#corpo h3 { 
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	font-size:1.4em;
	line-height:1em; 
	margin: 0;
	padding: 10px 0 20px 15px;
	color:#999;
	background-color: transparent;
	font-weight: normal; 
	text-transform: uppercase;

	}	

#corpo	h3 { 
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	font-size:1em;
	line-height:0.9em; 
	margin: 0;
	padding: 10px 0 0 15px;
	color:#000;
	background-color: transparent;
	text-transform: uppercase;
	}
	
#corpo	h4 { 
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1em; 
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	color:#000;
	background-color: transparent;
	text-transform: uppercase;
	text-align: left;  
	
	}

#corpo	h5 { 
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1em; 
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	color:#666;
	background-color: transparent;
	text-transform: normal;
	text-align: left;  
	}
		
#corpo	h4 span { 
	color: red;
}

#corpo	h5 { 
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1em; 
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	color:#666;
	background-color: transparent;
	text-transform: normal;
	text-align: left;  
	}	

#corpo a,  #corpo a:link, #corpo a:visited {  
	text-decoration:none; 
	color:#900; 
 	padding: 0 0 0 0;
	line-height:1.2em;
	background-color: transparent; 
	background-image: none; 
 }
 
#corpo a:hover, #corpo a:active { 
	color: red; 
	background-color: transparent; 
	background-image: none; 
	line-height:1.2em;
	padding: 0 0 0 0;
	}

#corpo strong { 
	color:#333; 
	font-weight: bold; 
	}

#corpo img { 
	margin: 0 20px 10px 0;
	}


/*--------------------------------------------- COLONNA SX -----------------------------------------------------------*/
#sx { 
	float:left; 
	width: 330px; 
	margin: 0 0 0 30px; 
	padding: 0; 
	background-color: transparent;
}

#sx	p { color: #666; 
	line-height:1.4em; 
	font-size: 0.7em; 
	text-align: justify; 
	padding: 0 6px 0 6px; 
	margin: 0 10px 0 15px;
	}
	
#sx	h1 { 
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	font-size:1.4em;
	margin: 0;
	padding: 10px 0 3px 12px;
	color:#000;
	background-color: transparent;
	font-weight: normal; 
	text-transform: uppercase;
	}

#sx img { 
	padding: 0;
	border: 0;
	/*margin: 0 0 10px 10px;
	width:210px;*/
	}

#sx a,  #sx a:link, #sx  a:visited {  
font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
padding: 3px 0 3px 0; 
text-transform: uppercase;
 color: #6e959e; 
 text-decoration: none; 
 background: transparent url(../img/freccia.gif) top right no-repeat; 
 display: block;
 }
 
#sx  a:hover, #sx  a:active { 
color: #0d489d; 
text-decoration: none; 
background: transparent url(../img/freccia02.gif) top right no-repeat;
}

/*--------------------------------------------- COLONNA DX -----------------------------------------------------------*/

#dx { 
	width:185px; 
	margin: 54px 0 0 0; 
	float: right; 
	background-color: transparent; 
	background: transparent url(../img/fondo_rosa.gif) top left repeat-y; 
	padding: 0; 
	font-size: 0.8em;
	}
	
#dx p {  padding: 2px 10px 2px 10px;  color: #000;  font-size: 0.8em; line-height:1.5em; }

#dx	h3 { 
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	font-size:1em;
	margin: 0;
	padding: 10px 10px 3px 10px;
	color:#000;
	background-color: transparent;
	font-weight: normal; 
	text-transform: uppercase;
	}

 
/*--------------------------------------------- LINK VARI -----------------------------------------------------------*/
.dettaglio { 
margin: 0;
text-align:right; 
background-color: transparent;  
font-size: 0.6em; color: #666;
 }
 
.dettaglio a,  .dettaglio a:link, .dettaglio a:visited {  
font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
padding: 3px 0 3px 0;
margin:0;
text-transform: uppercase;
 color: #6e959e; 
 text-decoration: none; 
 background: transparent url(../img/freccia.gif) top right no-repeat; 
 display: block;
 }
 
.dettaglio a:hover, .dettaglio a:active { 
color: #0d489d; 
text-decoration: none; 
background: transparent url(../img/freccia02.gif) top right no-repeat;
}

.continua { 
position:absolute;
padding: 5px 5px 5px 5px;
bottom:5px;
right:0;
		margin: 0;
 		text-align:right; 
 background-color: transparent;  
 font-size: 0.6em;  color: #6e959e; 
 }
 
.continua a,  .continua a:link, .continua a:visited {  
font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
padding: 3px 20px 3px 0; 
text-transform: uppercase;
 color: #6e959e; 
 text-decoration: none; 
 background: transparent url(../img/freccia.gif) top right no-repeat; 
 display: block;
 }
 
.continua a:hover, .continua a:active { 
color: #0d489d; 
text-decoration: none; 
background: transparent url(../img/freccia02.gif) top right no-repeat;
}

/*--------------------------------------------- FOOTER -----------------------------------------------------------*/

#footer  {
	text-align: center;
	position: relative;
	padding: 0 40px;
	margin:  auto;
	width: 800px;
	height:50px;
	font-size: 0.7em;
	background: transparent;
	border-top: 1px solid #ccc;
	background-image: url(momenti%20di%20pratica%20shiatsu);
	}
#footer p  {  color: #666;   padding: 20px 0 0 0; margin: 0;}
/*#footer  div {   padding: 0 0 0 0; }*/
#footer strong  {  color: #999;   }

#footer a, #footer a:link, #footer a:visited { color:#900; text-decoration: none;  } 
#footer a:hover, #footer a:active {  color: red ;text-decoration: none;  } 

/*--------------------------------------------- FORMS -----------------------------------------------------------*/


/* CSS by Andrea Maiolino->RE-ACTIVE 2007 - http://www.re-active.it */

