
 

@charset "UTF-8";
/* CSS Document */




A, A:visited {
	text-decoration:none;
}

A:hover {
	text-decoration:underline;	
}

A, A:visited, #menuMain A:hover {
	color:#666666;
}


 H1, H3, H4 {
	color:rgb(225, 27, 34);
}

H2 {
	color:#666666;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1em;
}

 H1.titolo {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
}

BODY {
	background-color:#FFF;
	background-image:url(../images/bg.jpg);	
	color:#666666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	margin-top:15px;
}

#site_align{
border: 0px solid red;
overflow:hidden;
width:1080px;
margin-left:auto;
margin-right:auto;
}


#container {
	border: 0px solid green;	
	width:950px;
	float: left;
}


/* common */


#menuMain {
	width:125px;
	font-size:12px;
	margin-top: 200px;
	float: left;
}

#menuMain .item {
	text-align: right;
	padding:5px;
}

#menuMain .selected {
	background-color: #E11822;
}
#menuMain .selected A{
	color: #FFFFFF;
}

#menuMain .over {
	background-color: #eeeeee;
}

#menuMain A {
	text-decoration:none;
}

#menuMain A:hover {
	text-decoration:none;
}


#header .logo {
	border:0px solid red;
	width: 311px;
	height: 91px;
	margin-right: 25px;
}
#header .lang {
	border:0px solid red;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}	


#header {
	
}

#cornice {
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
	margin-top: 30px;
	margin-bottom:20px;
	font-size:12px;
	padding: 20px;
	min-height: 400px;
}


#top {
	border-bottom:1px solid #D9D9D9;		
	padding:10px;
	background-color:#EDEDED;
	color:#333;
	font-size:0.9em;
}

#top .lancio {
	font-weight:bold;
}


#footer {
	font-size:10px;		
	text-align:center;	
		
}

#footer .content {
	padding:10px;	
}

#footer A {
	text-decoration:underline;
}

#sidebar {
	border:0px dotted #CCCCCC;
	float:right;
	width:180px;
	margin-left:5px;
	padding:10px;
	margin-top:15px;
	/*background-color:#EFEFEF;*/
	font-size:0.9em;
}

#sidebar A {
	color: #E11B22;
	text-decoration: underline;	
	font-weight: bold;
}

#sidebar UL{
	list-style-type:disc;
	list-style-position:outside;
	margin:0;
	padding:10px;
	margin-left:5px;
}
#sidebar LI{
	margin-bottom:5%;
}


#pageContent {
	border:0px solid white;
	float:left;	
	width:630px;
}
.both {
	clear:both;
}

#top .titolo, #sidebar .titolo {
	color:#222;	
}


.red {
     color: #E11822;
}




/* END common */







