@font-face {
	font-family: 'Mistral';
	src: url('../Mistral.eot');
	src: local('Mistral'), local('Mistral'), url('../Mistral.ttf') format('truetype');
}


body
{
    margin:0;
    background-color: #FFF;
}
/*
body.short {
    background-image: url("img/header-bar-short.png") !important;
}*/

.headerSfondoSfumato
{
    padding: 0;
    background: #fff url(../img/header-sfumato.png) repeat-y top right;
    border-bottom: 2px solid #bbb;
}







.header{
    width: 1000px;
    margin: 0px  auto;
    /*position: relative;*/
    /*height: 100px;*/
    padding: 0;
    /*background: #fff url(../img/header-sfumato.png) repeat-y top right;
    border-bottom: 2px solid #BBB;*/
    display:block;
    border:solid 0px red;
}



.logoHeader 
{
    float:left;
    top: 5px; 
    left: 50px;
    border:solid 0px maroon;
}

.doniamo
{
    /*display:none;*/
    float:right;
    top: 5px; 
    left: 50px;
    border:solid 0px green;
    color: Red;
}


.bottone {
	width: 115px;
	height: 24px;
	/*margin:0px 3px;*/
	padding:0;
	background-color:#FFFFFF;
	border: none;
	background-image:url(../img/bottone.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
	/*padding: 3px 4px 5px 3px;*/
	
	cursor: pointer;
	
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
}


.navigation
{
    margin-top: 10px;
    display: block;
    height:30px;
    font-weight: bold;
    border:solid 0px black;
    clear:both;
    font: 14.5px "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif;
}


/*.navigation ul {
    border:1px solid red; 
}*/


.navigation li
{
    float: right;
    display: block;
    text-decoration: none;
    color: black;
    border-right:solid 1px #000;
    border-left:solid 1px #FFF;

}

.navigation li a:link  
{
    text-decoration: none;
    color:#2A4884;
    margin:0px 5px 0px 5px;
    text-align: right;
}
.navigation li a:hover  
{
    text-decoration: none;
    color:#a71717;
    border-bottom: 2px solid #a71717;
}

.navigation li a:visited  
{
    text-decoration: none;
    color:#2A4884;
    margin:0px 5px 0px 5px;
    text-align: right;
}

.navigation li .menu_corrente {
    color: #888;
    border-bottom: 5px solid #888;
}
.navigation li .menu_corrente a {
    color: #888;
    text-decoration: none;
}



    

#footer {
    background: #d7d7d7 url("../img/mp-bg-footer.png") no-repeat center top;
    /*clear:both;*/
    font-size:11px;
    /*overflow:hidden;*/
    width:auto;
    margin: 0;
    padding: 10px 0;
    min-height: 300px;
}

	#footer-hr {
		width: 100%;
		height: 20px;
		margin: 0; padding: 0;
		background: url(../img/footer-hr.png) repeat-x bottom center;
margin-top:20px;

	}







.sfondoPiede
{
    background:url('../img/sfondo_div_sx.gif') left top repeat-y #FFF;
}

.sfondoRigaOrizzontale
{
    float:left;
    border:solid 0px black;
    clear:both;
    width:99%;
    background:url('../img/sfondo_div_bottom.gif') repeat-x #fff;
    }


/*
		#footer-menu {
			width: 920px;
			margin: 10px auto 0;
			overflow: hidden;
			padding: 0 10px;
		}

		#footer-menu ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			left: auto;
			margin-left: 15px;
		}

		#footer-menu li {
			margin: 0 8px 0 0;
			padding: 0;
			list-style-type: none;
			float: left;
			display: inline;
			font-weight: bold;
			background: none;
			position: relative;
			width: 140px;
		  color: #666;
		}

		#footer-menu li ul {
			margin: 0.5em 0 2em 0;
		}

		#footer-menu ul li {
			float: none;
			font-size: 85%;
			padding: 0 0 0.4em 0;
			margin: 0;
			font-weight: normal;
			display: block;
			width: auto;
		}

		#footer-menu li a {
			font-weight: bold;
		  color: #666;
		}

		#footer-menu li ul a {
			font-weight: normal;
		}

		#footer-menu li a:hover {
		    color: #666;
		    text-decoration: underline;
		}
*/


.titolo
{
    display:block;
    color:#a71717;
    font: 40px 'Mistral', Arial, sans-serif;
    padding-bottom:5px;
    border: solid 0px black;
}

.testo
{
    color:#2A4884;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
}

.titoloSezione
{
    color:#a71717;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    text-align:right;
    vertical-align:top;
    padding-right:10px;
    padding-top:20px;
    line-height:20px;
    text-transform:uppercase;
}

.descrizioneSezione
{
    color:#2A4884;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    text-align:justify;
    vertical-align:top;
    line-height:22px;
    padding-top:20px;
}





/*
img {
    border: none;
}

#page {
    text-align: left;
    margin: 10px auto 0;
    padding: 0;
    width: 940px;
}

#header {
    padding: 0;
    background: #fff url(img/header-shade.png) repeat-y top right;
    border-bottom: 2px solid #bbb;
}

	#header .wrapper {
		width: 940px;
		margin: 0 auto;
    position: relative;
    height: 90px;
	}

	#header h1 {
	    display: none;
	}

	#header a img {
	    border: none;
	    margin-top:12px;
	    margin-left:8px;
	}

	#search {
	    position: absolute;
	    right: 0;
	    top: 8px;
	    margin-top: 1em;
	}

		#search input[type="text"],
		#search input.text {
		    font-size: .85em;
		    padding: 4px 4px 4px 23px;
		    -moz-border-radius: 4px;
		    -khtml-border-radius: 4px;    
		    -webkit-border-radius: 4px;
		    border-radius: 4px;
		    vertical-align: top;
		    background: transparent url(img/mp-search-background.png) repeat-x scroll 0 -17px;
		    border: 1px solid #aaa;
		    width: 150px;
		    color: #888;
		}
			#search input[type="text"]:focus {
				color: black;
			}

		#search input.button {
		    display:none;
		}


	#mono-logo {
	  width: 600px;
	  height: 50px;
	  background: url("img/logo_h.gif") no-repeat 0 0;
	  position: absolute;
	  top: 5px; left: 50px;
	}

#by-sa {
  width: 88px;
  height: 31px;
  padding: 0 0 4px 0;
  background: url("img/88x31_002.png") no-repeat scroll;
}

#by-nc-nd {
  width: 88px;
  height: 31px;
  padding: 0 0 4px 0;
  background: url("img/88x31.png") no-repeat scroll;
}


#footer {
    background: #d7d7d7 url("img/mp-bg-footer.png") no-repeat center top;
    clear:both;
    font-size:11px;
    overflow:hidden;
    width:auto;
    margin: 0;
    padding: 30px 0;
    min-height: 300px;
}

	#footer-hr {
		width: 100%;
		height: 20px;
		margin: 0; padding: 0;
		background: url(img/footer-hr.png) repeat-x bottom center;
	}

	#footer td {
		  vertical-align: middle;
	}

	#footer td.text {
		  padding: 0 15px;
	}

	#footer td.text p {
		  margin: 0;
		  padding: 0;
	}

		#footer-menu {
			width: 920px;
			margin: 10px auto 0;
			overflow: hidden;
			padding: 0 10px;
		}

		#footer-menu ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			left: auto;
			margin-left: 15px;
		}

		#footer-menu li {
			margin: 0 8px 0 0;
			padding: 0;
			list-style-type: none;
			float: left;
			display: inline;
			font-weight: bold;
			background: none;
			position: relative;
			width: 140px;
		  color: #666;
		}

		#footer-menu li ul {
			margin: 0.5em 0 2em 0;
		}

		#footer-menu ul li {
			float: none;
			font-size: 85%;
			padding: 0 0 0.4em 0;
			margin: 0;
			font-weight: normal;
			display: block;
			width: auto;
		}

		#footer-menu li a {
			font-weight: bold;
		  color: #666;
		}

		#footer-menu li ul a {
			font-weight: normal;
		}

		#footer-menu li a:hover {
		    color: #666;
		    text-decoration: underline;
		}


#novell-logo {
  width: 51px;
  height: 12px;
  background: url("img/mp-novell-logo.png") no-repeat scroll 0 0;
  margin-bottom: 25px;
}

#wrapper {
    background: url("img/faux-column.png") repeat-y;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #112338;
}

#wrapper.wide {
}

#content-header {
    height: 55px;
    display: table;
    vertical-align: middle;
    position: absolute;
}

#content-header.short {
    height: 15px !important;
}

#titlebar {
    height:55px; 
    background-image:url(img/mp-bg-blue-bar.png);width:100%;
}

#content {
    padding: 2em 15px;
    display: block;
}

#sidebar {
    display: block;
    padding: 0;
    margin: 0;
    float: right;
    width: 200px;
    padding: 8px;
}

#sidebar .box ul {
    padding-bottom: 1em;
}




div.download-button {
  background-image: url('http://www.go-mono.com/monovs/img/mp-download-blue.png');
  background-repeat: no-repeat;
  width: 171px;
  height: 47px;
}

div.download-button a {
  color:transparent;
  font-size:30px;
  line-height:45px;
}

*/
