@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #f2f2f2 url('../../innovation_forum_09/img/sfondo.png') repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link, a:visited	{
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
a:focus, a:active	{
	text-decoration: none;
}
h1 {
	font-size:16px;
	color:#222222;
}
p {
	font-size:13px;
	color:#333333;
}
div	{
	margin: 0;
	padding:0;
} 
img	{
	margin: 0;
	padding:0;
	border: none;
} 

#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #ffffff  url('../../innovation_forum_09/img/sfondo_header.png');
	height: 189px; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#logo_header {
	float:left;
	width: 250px;
	padding:15px 5px 5px 20px;
	 
}

#contiene_barre {
	float:left;
	width: 400px;
	height: 75px;
	margin:0px 0px 0px 0px;
	padding: 0px;
	 
}
#barra_header ul {
	float:left;
	width: auto;
	height: 24px;
	background-color:#aaaaaa;
	margin:5px 0px 0px 0px;
	padding: 0px;
	 
}

#barra_header li {
	
	float:left;
	color: #ffffff;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	background-color:#003366;
	list-style-type: none;
	height: 14px;
	padding: 4px; 
	margin: 1px;
}

#barra_header .ci {
	
	float:left;
	color: #ffffff;
	font-size:11px;
	text-align:left;
	background-color:#d64a00;
	list-style-type: none;
	height: 14px;
	padding: 4px; 
	margin: 1px;
}

#barra_header a {
	
	color:#FFFFFF;	 
}
#barra_flag	{
float:left;
width: 120px;
height: 15px;
margin-top:30px;
}

#barra_solution {
	clear:both;
	width: 960px;
	background-color:#003366;
	color: #FFFFFF;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	margin: 0px;
	padding: 2px 10px;
}

#barra_partner {
	clear:both;
	width: 900px;
	background-color:#003366;
	color: #FFFFFF;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	margin: 0px;
	padding: 2px 10px;
}
#testata_sponsor {
	
	margin: 0;
	padding: 0;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 356px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px;
}

#sidebar1 mpu{
	padding: 10px;
	
}

#sidebar1 p{
	padding: 0 5px 0 5px;
	
}
#sidebar1 img{
	margin: 5px;
	
}

#mainContent { 
	margin: 0 366px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:10px;
}
#mainContent p	{ 
	
	padding: 0 5px 0 5px;
	line-height: 16px;
	v 
}
#mainContent img	{
	
	margin: 5px;
	
}

#mainContent .etichettatitolo	{
	
	padding: 20px 5px 0px 5px; 
}
#mainContent a:link, a:visited {
	
	color:#ff0000;	 
}

#mainContent a:hover {
	
	color:#ff0000;	 
}

#mainContent a:focus, a:active {
	
	color:#ff0000;	 
}

#mainContent_header_sx	{
	float:left;
	width: 220px;
	height: 280px;
	background-color:#888888;
	margin: 0;
	padding: 15px;
	border-bottom: 10px solid;
	border-bottom-color:#000000;
}

#mainContent_header_sx1	{
	float:left;
	width: 220px;
	height: 280px;
	background-color:#f5f5f5;
	margin: 0;
	padding: 15px;
	border-bottom: 10px solid;
	border-bottom-color:#000000;
}
#mainContent_header_md	{
	float:left;
	width:334px;
	height: 280px;
	background:#ffffff url('../../innovation_forum_09/img/foto_if09.png');
	margin: 0;
	padding: 15px;
	border-bottom: 10px solid;
	border-color:#3300ff;
}
#mainContent_header_md1	{
	float:left;
	width:334px;
	height: 280px;
	background:#ffffff url('../../innovation_forum_09/img/foto_protagonisti1.png');
	margin: 0;
	padding: 15px;
	border-bottom: 10px solid;
	border-color:#ff0000;
}
#mainContent_header_md2	{
	float:left;
	width:334px;
	height: 280px;
	background:#ffffff url('../../innovation_forum_09/img/foto_application.png');
	margin: 0;
	padding: 15px;
	border-bottom: 10px solid;
	border-color:#ff0000;
}
#mainContent_header_dx	{
	float:left;
	width:336px;
	height: 280px;
	background-color:#aaaaaa;
	margin: 0;
	padding: 15px;
	border-bottom: 10px solid;
	border-color:#666666;
}




#footer {
	height: 75px; 
	padding: 15px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff  url('../../innovation_forum_09/img/sfondo_footer.png'); 
} 
#footer p {
	clear:left;
	color:#003366;
	font-weight:bold;
	height: 10px;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#barra_footer ul {
	
	float:left;
	width: 600px;
	height: 24px;
	margin:5px 0px 0px 0px;
	padding: 0px;
	 
}
#barra_footer li {
	
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	list-style-type: none; 
	height: 14px;
	padding: 0px; 
	margin: 0px;
}
#barra_footer .separatore {
	
	margin: 0px 4px;
	padding: 0;
	color:#000066;
}
#barra_footer a:link, a:visited {
	
	color:#003366;	 
}

#barra_footer a:hover {
	
	color:#0066CC;	 
}

#barra_footer a:focus, a:active {
	
	color:#003366;	 
}

#barra_footer_nme ul {
	
	float:left;
	width: auto;
	height: 24px;
	margin:5px 0px 0px 0px;
	padding: 0px;
	 
}
#barra_footer_nme li {
	
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	list-style-type: none; 
	height: 14px;
	padding: 0px; 
	margin: 0px;
}
#barra_footer_nme .separatore {
	
	margin: 0px 4px;
	padding: 0;
	color:#000066;
}
#barra_footer_nme a:link, a:visited {
	
	color:#003366;	 
}

#barra_footer_nme a:hover {
	
	color:#0066CC;	 
}

#barra_footer_nme a:focus, a:active {
	
	color:#003366;	 
}

#logonme {
	float:right;
	width:150px;
	height:75px;
	vertical-align:bottom;
	padding: 10px;
	 
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}