/*
      Creato da: Sigmar - Soluzioni Informatiche
	  
	  E-Mail: info@sigmar.it
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Trebuchet MS, Verdana, sans-serif;
 font-size: 14px;
 background: #f8e08d url(../immagini/sfondo.jpg) repeat-x;
}
a:link, a:visited {
	color: #06c;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3 {
 color: #0166FF;
 margin-bottom: 10px;
}
#alpha { 
 margin: 0px auto 0;
 background: #f8e08d url(../immagini/bg_wrapper.jpg) repeat-y;
 width: 940px;
}
#wrapper { 
 margin: 0px auto 0;
 width: 920px;
 background: #fff;
}
#header {
 width: 920px;
 color: #333;
 height: 100px;
 margin: 0px;
 border-bottom: 2px solid #06c;
 background: url(/immagini/bg_header.jpg) no-repeat right;
}
#logo {
 width: 400px;
 float: left;
}
#lingue {
 width: 120px;
 float: right;
}
.nav {
 width: 142px;
 color: #fff;
 margin: 0px 0px 0px 0px;
 background: #fff; 
 height: 303px;
 float: left;
 background: #FFF url(../immagini/bg_nav.jpg);
}

.nav ul li {
	list-style-type: none;
}
.nav ul li a {
	color: #fff;
	padding: 0 14px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}
.nav ul li.active {list-style-image: url(../immagini/stella.jpg)}
.nav ul li:hover {list-style-image: url(../immagini/stella.jpg)}

.slide {
width: 778px;
height: 303px;
float: left;
}
#foto { 
 width: 320px;
 color: #333;
 margin: 10px 0px;
 float: left;
 text-align: center;
}
#content { 
 width: 560px;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 float: right;
}


#footer { 
 background: #0166FF url(/immagini/footer.jpg) no-repeat top;
 margin: 0px;
 height: 90px;
 width: 900px;
 color: #333;
 padding: 10px 10px 0px 10px;
 font-size: 12px;
}

#sx {
	float:left;
	margin-left:80px;
	width:500px;
	color: #fff;
}

#dx ,#dx a{
	width: 200px;
	float: right;
	color: #fff;
	text-align:right;
}