/* CSS Document */
body {
	padding:0;
	margin:0;
	background-attachment: fixed;
	background: #004db9 url(../img/layout/fondino.jpg) repeat-x bottom left;
	color:#fff;
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	}
	
a {
	text-decoration:none;
	border-bottom: dotted #fff 1px;
	color:#fff;
	padding: 0 2px 0 2px;
	}
	
a:hover {
	border-bottom: solid 1px #fff;
	}
	
	
#centercontent a:hover {
	background: #fff;
	color:#2c3f8e;
	padding: 0 2px 0 2px;
	}
	
#dx img {
	border: solid 2px #fff;
	}
	
	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}
	
	/* id */
	
	
	#leftcontent {
		float: left;
		top:50px;
		width:221px;
	background: url(../img/layout/embryo.png) left top no-repeat;
		}

/*correzione per ie mac*/
#centercontent {
   position: relative;
   margin:50px 0 0 200px;
	width: 10em;
}

/*
	First comment. Explorer 5 Mac
	misses the end-of-comment
	because of the backslash
\*/

	#centercontent {
		padding:0 15px 0 10px;
   position: static;
	width: 500px;
   		margin:50px 0 0 200px;

/*
	Second comment. Explorer 5 Mac
	sees the end of this
	comment as the end of
	the previous one
*/

		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin:49px 0 0 199px;
		}
	html>body #centercontent {
   		margin:49px 0 0 199px;
		}

		#titolo {
		width:700px;
   		margin:20px 0 0 200px;
		padding: 0;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin:0 0 0 199px;
		}
	html>body #titolo {
   		margin:0 0 0 199px;
		}
	
	
	#centercontent p {
		text-align: justify;
		line-height: 1.5;
		}
		
	
		#centercontent h3, 	#centercontent h4 {
		margin:10px 0 0 0;
		}
		
	#titolo h2 {
		padding: 0;
		margin:40px 0 0 3px;
	display: block;
	background: url(../img/layout/fondino-titoli.png) left top repeat-y;
	color: #2c3f8e;
		}
	
		#titolo ul {
		padding: 0;
		margin:-20px 0 0 400px;
		width: 350px;
		}
	
		#titolo ul li {
	display: inline;
		margin:0 0 0 10px;
		font-weight: bold;
		text-transform: uppercase;
		}
	
		#titolo ul li a, 	#titolo ul li a:hover {
	color: #fff;
	border: none;
	padding: 0 0 0 25px;
		}
	
#rightcontent {
		position: absolute;
		left:724px;
		right:0px;
		top:350px;
		width:200px;
		}
	
#rightcontent2 {
		position: absolute;
		left:724px;
		right:0px;
		top:350px;
		width:200px;
		}
	
	#banner {
		height:100px;
		padding:0;
		margin:0px;
		}
		
p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
		
	/* classi */
	#briciole {
		padding:0; width: 100%; margin:60px 0 0 0;}
		
		#sequenza{		
   padding:0; width: 100%; margin:5px 0 0 201px; float:left; position:absolute;}
   
#sequenza ul {		
   padding:0; margin:0; }
   
#sequenza ul li {		
   height:20px;}


li.blastocisti .menu {
	text-transform: uppercase;
	padding: 0 0 0 10px;
	border-bottom: none;
	color: #FFFFFF;
	display:none;
}

/* remove the bullets, padding and margins from the lists */
.blastocisti ul  {
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.blastocisti li {
	font-weight:bold;
float:left;
position:relative;
z-index:100;
padding:0;
margin:0;
}

/* use the table to position the dropdown list */
.blastocisti table {
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.blastocisti a, .blastocisti a:visited {
display:block;
font-size:10px;
width:36px;
height: 15px;
padding: 0;
color:#000;
text-decoration:none;
text-align:center;
	border-bottom: none;
}
a.border {
	border-right: solid 1px #fff;
}

.seiqui {
	background: #b0fbf5;
}
/* style the links hover */
.blastocisti a:hover {
color:#000;
background:#b0fbf5;
	border-bottom: none;
}


/* hide the sub level links */
.blastocisti ul ul {
visibility:hidden;
position:absolute;
height:0;
}
/* make the sub level visible on hover list or link */
.blastocisti ul li:hover ul,
.blastocisti ul a:hover ul{
visibility:visible;
}

li.blastocisti {
	background: #4fcbc1;
	list-style-type:none;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	float:left;
}


#briciole2 {
		float: left;padding: 0; width: 700px; margin:20px 0 20px 0;}

.nav1, .nav2 {float:left; width: 50%; }
.nav {float:right; padding:15px 0 40px 0; }

.nav1 p, .nav2 p {line-height: 17px;}
.nav2 p {text-align: right; }

.inv {
		display: none;
		}
	
	.menu {
	padding: 150px 0 0 0;
	margin: 0;
	background: url(../img/layout/menu.png) left top no-repeat;	
	height: 1000px;	
	}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; 
	z-index: 1000;
 filter:alpha(opacity=60); 
 -moz-opacity:0.6; 
 opacity: 0.6;
	background: #FFFFFF; 
}

	.menu p {
	padding: 0 30px 0 0;
	font-size: smaller;
}

.menu  ul li.home_item a {
	text-transform: uppercase;
	display: block;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #57698e;
	margin: 0;
	padding: 5px 0 0 10px;
/*	text-shadow: #000 2px 2px 3px;*/
	color: #fff;
	height: 25px;
	background: #2c3f8e;  
	}

.menu ul li.page_item a {
	text-transform: none;
	margin: 0;
	color: #000; 
	border-bottom: solid 1px #57698e;
	display: block;
	padding: 0 0 0 20px; 
	background: #fff;
}

.menu ul li.seiqui_item a {
	text-transform: none;
	margin: 0;
	color: #000; 
	border-bottom: solid 1px #57698e;
	display: block;
	padding: 0 0 0 20px;
	background: #fff url(../img/layout/li3.png) 2% 20%  no-repeat;
}

.menu ul li.page_item a:hover {
	text-transform: none;
	margin: 0;
	color: #000; 
	border-bottom: solid 1px #57698e;
	display: block;
	padding: 0 0 0 20px;
	background: #fff url(../img/layout/li3.png) 2% 20%  no-repeat;
}

.capo {
	color: #7AA1FF;
	float: left;
	font-size: 3.5em;
	font-weight: bolder;
	line-height: 1em;
	padding-right: 0.2em;
	vertical-align: baseline;
}

#note {
	font-size: smaller;		
	padding:0 15px 0 10px;
	width: 500px;
   margin:20px 0 0 200px;
}

#copy {
	text-transform: uppercase;
	padding:10px 0 0 0;
	width: 500px;
   		margin:50px 0 0 0;
	border-top: #fff solid 1px;
}

.stampa {
	background: url(../img/layout/stampa.png) 5% 100% no-repeat;
}

.pdf {
	background: url(../img/layout/salva.png) 5% 100% no-repeat;
}


.galleria {
	background: url(../img/layout/galleria.png) 5% 100% no-repeat;
}

	h1 {
		font-size:140%;
		}
		
	h2 {
		font-size:130%;
		}
		
	h3 {
		font-size:120%;
		}
		
	h4 {
		font-size:110%;
		}
		
	#centercontent ul li {
list-style: url(../img/layout/ulli.gif);
 list-style-position: inside;   
		margin:0 0 2px 0;
		}
		
.next {
	background: url(../img/layout/li.png) 100% 50% no-repeat;
}

.prev {
	background: url(../img/layout/li2.png) 0 50% no-repeat;
}

/*ul.aqtree3 li ul {
    display: none;
}*/

input[type=submit], input[type=reset], input[type=button], input.button {
background: #34b2f6;
}

input[type=text], input.text {
	background : #34b2f6;
	color: #fff;
}

