/* standard tag */

body{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family:"Verdana" , sans-serif;
	background: white;
	color:#000000;
}

h1, h2, h3, h4, h5, h6{
	color: #003366;
	background-color: transparent; /*transparent is the default background color so no real need to declare it*/ 
	font-size: 1.3em; 
} 

p em{
	color:#ff0000;
}


p{
	font-size: .8em;
} 

img{
	border: 0;
}

a {
	text-decoration:none;
	color: #b64fb7;
}

a:visited {
	text-decoration:none;
	color: #b64fb7;
}

li
{
	list-style: none;
	/*list-style: katakana;*/
}

/* selettori (id) */

#banner{
	height: 100px;
	background-image: url(../immagini/banner.gif);
	background-repeat: no-repeat;	
}

#bg_logo {
	float: left;
	/*display: inline;*/
	position: absolute;
	left:20px;
}

#p1_logo{
	float: left;
	/*display: inline;*/
	position: absolute;
	left:550px;
	top:163px;
}

#p2_logo{
	float: left;
	/*display: inline;*/
	position: absolute;
	left:600px;
	top:123px;
}

#p3_logo{
	float: left;
	/*display: inline;*/
	position: absolute;
	left:660px;
	top:163px;
}

#p4_logo{
	float: left;
	/*display: inline;*/
	position: absolute;
	left:500px;
	top:123px;
}

#space_logo {
	float: none;
	padding-top: 270px;
}

#wrapper{
	width: 700px;
	background-color:#FFFFFF;
	margin:5px auto;
	border: 1px dashed #000000;
	text-align:left;
	position: relative;
}


#navigation {
	width: 100%;
	height: 32px;
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
	margin-bottom: 0em;
	background-color: black;
}
#navigation ul {
	list-style: none;
	width: 325px;
	margin: -1px 0;
	float: right;
}
#navigation li {
	float: left;
}
#navigation a {
	text-align: center;
	text-decoration: none;
	font-family: Georgia, "Bistream Vera Serif", "Lucida Bright", serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
	vertical-align: middle;
	width: 64px;
	height: 32px;
	padding: 0;
	margin: 0;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #fff;
	display: block;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	background-color: transparent;
}
#navigation a:hover {
	background-color: #333;
}
#navigation a span {
	display: none;
}
#navigation a:hover span {
	font-size: 18px;
	white-space: nowrap;
	display: inline;
	position: absolute;
	left: 16px;
}

#wrapper_content p{
	font-size: 80%;
	margin: 20px;
	text-align:justify;
}

#wrapper_content h1{
	font-size: 130%;
	color: #003366;
	padding: 0;
	margin: 20px;
}

#wrapper_content h2{
	font-size: 110%;
	color: #003366;
	padding: 0;
	margin: 20px;
}

/* Logo */
#sigma {
	font-size: 8px;
	font-style:normal;
	color:black;
	text-align:right;
	margin: 2px 2px ;
}
#sigma a, #sigma a:visited, a:link{
	text-decoration:none;
}

#wrapper_footer{
	margin: 0; 
	/*background-color: #003366;*/
	background-color: white;
	color: #000000;
}

#footer{
	margin: 0; 
	background-color: black;
	color: #FFFFFF;
}

#footer p{
	font-size: 70%;
	margin: 0;
	padding: 5px;
	text-align: right;
}

#footer a{
	text-decoration: none;
	margin:0;	
	padding:0px 0px 0px 2px; 
	color:white;
} 


#footer a:link {
	color: #fff;
	background: transparent;
	border-bottom: 1px solid #999;
}

#footer a:visited {
	color: #ddd;
	background: transparent;
	border-bottom: 1px solid #666;
}

#footer a:hover {
	text-decoration: none;
	color: black;
	background: lightgray;
}


#copyright {
	font-family: "Utopia" , sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin-top: 8px;
}

/* varie */

#thumbs {
	padding:7px 5px 5px 37px;
	/*text-align:center;*/ /* funziona meglio il padding che in center graficamente*/
}

#thumbs a{
	border:0;
}

#center {
	text-align:center;
}

#about{
	text-align:justify;
}

#about img{
	float:right;
	border:1px solid  #ffa500;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	width:100px; /* le immagini hanno una dimensione prefissata come thumbs 100x100*/
	height:100px;
}


#BlueBox {
	background: #6699FF;
	height: 100px;
	width: 250px;
	border: 1px solid #000000;
	overflow:auto;
}

#clear {
	clear: left;
}

/* classi */

.mainblock
{
	float: left;
	height: 210px;
	width: 200px;
	padding: 10px;
	/*border: 1px dotted #000000;*/
	margin-right: 1px;
	background: url('../immagini/gradient_bg.png') repeat-x;
	margin: 10px 0px 10px 10px;
	font-size: .8em;
}

#wrapper_content .mainblock h2 
{
	border-bottom: 1px solid white;
	padding: 1px;
	margin: 0px;
	font-size: 1.3em;
}

.leftimage{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #000000;
}

.rightimage{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	border: 1px solid #000000;
}

.clearit{
	clear: both;
	display: block;
}

.thumbs{
	border:1px solid  #ffa500;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	width:100px; /* le immagini hanno una dimensione prefissata come thumbs 100x100*/
	height:100px;
}

.flat {
	border: 1px dashed #a7a7a7;
	background-color: #ffffff;
	
}
