@charset "utf-8";
/* CSS Document */

/*sfondo*/
html {height:100%;}
body {
	height:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #58382F;
	line-height: 25px;
	width: 200px;
	border: thin groove #330;
	padding: 15px;
}

a{
	font-weight:bold;
	text-decoration: none;
	color: #58382F;
}

img{
border:none;
}
ul{
list-style-type:none;
}



#bg {
position:fixed; 
top:0; 
left:0; 
width:100%; 
height:100%;
}


#contenitore {
width:850px;
position:relative;
z-index:1;
margin:auto;
height:auto;
background-color:#FFFFe3;
margin-top:40px;
filter:alpha(opacity=80);
opacity:0.8;
-moz-opacity:0.8;
}
#contenitore_riv {
width:850px;
position:relative;
z-index:1;
margin:auto;
height:auto;
background-color:#FFFFe3;
margin-top:40px;
filter:alpha(opacity=80);
opacity:0.8;
-moz-opacity:0.8;
}
/* Header */

#header {
	width: 850px;
	height: 100px;
	margin: 0 auto;
	/*background: url(images/img01.jpg) no-repeat left top;*/
}

#header h1, #header p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1 {
	color:#FF0000;
	font-size: 50px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}

#header span {
	color: #58382F;
}

#header p {
	margin-top: -5px;
	padding-left: 80px;
	font-size: 13px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFB71C;
}
#logo {
	width:400px;
	float:left;
}
#login {
	float:right;
	padding:5px;
}
#psw {
	border:groove;
	width:400px;
	height:80px;
	padding:15px;
}
/*menu*/
#menu{
	float:left;
	width:240px;
	height:320px;
}
#menu_login{
	float:left;
	width:auto;
	height:auto;
	padding-top:20px;
	padding-left:15px;
}
#menu_promo{
	float:left;
	width:200px;
	height:200px;
}
#menu_index{
	float:left;
	width:240px;
	height:180px;
}
#sede{
	float:left;
	clear: left;
	width:240px;
}
#promo{
	float:left;
	clear: left;
	width:175px;
	color:#FF0000;
	margin-left: 25px;
	padding: 0px;
}
ul.menu{
	float:left;
	padding:1;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.menu li.menuitem {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
display:block;
margin-bottom:2px;
padding:2px 7px;
border-left:2px solid;
}
ul.menu li.menuitem strong.current {
color:#FF0000;
}
/*corpo*/
#corpo{
	float:no;
	clear:right;
	width:590px;
	height:auto;
	overflow:auto;
	margin: 10px;
	padding: 0px;
}
#corpo_riv{
	overflow:auto;
	margin: 10px;
	padding: 0px;
	height:auto;
}
#corpo_promo{
	float:no;
	clear:right;
	width:630px;
	height:360px;
	overflow:hidden;
	margin: 10px;
	padding: 0px;
}
/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight: bold;
}

#footer p {
	margin: 0;
	text-transform: uppercase;
}
#footer a {
	color:#FF0000;
}

/*gallery promo*/
div#zoom{
	float:right;
	margin:0 0 5px 0;
	padding: 5px;
	max-width:400px;
}
div#zoom h3{
	margin:0;
	font-size:14px;
	color: #666;
	text-align:center
}
div#zoom img{display:block;}
div#minipics{
float:left;
 width:200px;
 height:320px;
 overflow:auto
}
div#minipics ul{list-style-type: none;margin: 0;padding: 0}
div#minipics li{float:left;margin:0 3px 3px 0}
div#minipics img{/*width:20px;*/height:60px}

