/* CSS Document */
body {
	margin:0px; 
	background-color:#FFFFFF; 
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
.container {
	margin:10px 20px; 
	background-color:#F8F8F8; 
	width:990px;
}
.header {
	width:990px; 
	height:216px;
}
.headerSx {
	width:833px; 
	height:173px; 
	float:left;
}
.logoDonaOra {
	width:157; 
	height:218px; 
	float:right;
}
.content {
	padding:10px 20px; 
	height:445px; 
	width:950px;
}
.footer {
	background-color:#FF4600; 
	height:15px; 
	padding:5px 20px;
	text-align:left;
	clear: both;
}

/* elementi */
.boxMenu{
	text-align:right;
	padding-right:60px;
}

.bottone
{
	width:126px;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#ffffff; 
	text-align:center;
	font-weight:bold;
	padding-top:11px;
	float:right;
	background-image:url(../img/bottone.jpg); background-repeat:no-repeat;
}
.bottone a:link, .bottone a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#ffffff; 
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.boxTesto {
	float:left; 
	width:380px; 
	height:400px;
	text-align:left;
}
.boxTestoSezione {
	float:left; 
	width:380px;
	text-align:left;
	padding-top:20px;
	border-top:1px solid #FF9900;
}
.boxThumbs {
	width:112px;
	height:132px;
	margin-right:13px;
	float:left;
	margin-bottom:20px;
}

.Etichetta {
	 text-align:left; 
	 width:322px; 
	 vertical-align:bottom; 
	 float:left;
	 background-image:url(../img/etichetta.jpg); background-repeat:no-repeat;
	 height:184px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px; 
	 color:#2B7895; 
	 font-weight:bold;
}
.Etichetta  a:link, .Etichetta a:visited {
	 height:184px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px; 
	 color:#2B7895; 
	 font-weight:bold;
}
.Etichetta  a:hover {

	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px; 
	 color:#ffffff;
	 text-decoration:underline;
	 ont-weight:bold;
}
.swf {
	border:1px solid #FF4803; 
	float:right; 
	width:550px; 
	height:400px;
}

.bottone1{
	float:left; 
	padding-top:12px;
}

.bottone2{
	float:right; 
	padding-top:12px;
}

.iconaSezione{
	height:59px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FF4600; 
	text-align:left;
	font-weight:bold;
	
	padding-left:20px;
	text-align:left;
	clear:both;
}
.input{
	width:240px;
	height:16px;
	float:right;
	margin-right:20px;
	text-align:left;
	
}

/* testo */
.testoBox {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#FF4803;
	text-align:left;
}
.testofooter {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#ffffff; 
}
.testofooter a:link, .testofooter a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold;
	text-decoration:none;
	color:#ffffff; 
}
.testoBoxThumbs {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold;
	color:#333333;
	text-align:left;
	text-decoration:none;
	padding:2px 3px 5px 5px;
	width:102px;
	height:25px;
	background-color:#CCCCCC;
}

.testoBoxThumbs:hover {
	background-color:#FFC876;
}


input{
	width:220px;
	font-family: Verdana;
	color: #000000;
	font-size:10px;
	height:14px;
	border: 1px solid #666666;
	float:right;
}

textarea{
	font-family: Verdana;
	color: #000000;
	font-size:10px;
}

/*Menu*/
#dropmenudiv
{
	position: absolute;
   /*  border-bottom-width: 0;*/
    line-height: 18px; /*altezza dei box*/
    z-index: 100;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 10px;
	margin-left:-20px;
    text-align: center;
}

#dropmenudiv a
{
    width: 100%;
    display: block;
    text-indent: 3px; 
	/*border-bottom: 1px solid black; */
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
   /* background-color: #FFC876;*/
   	background-image:url(../img/sf_menuOff.jpg);
  	background-repeat:no-repeat;
    color: #ffffff;
    padding-bottom: 1px;
    padding-top: 1px;
}
#dropmenudiv a:hover
{
    /*hover background color*/
   /* background-color: #FF4803;*/
   background-image:url(../img/sf_menuOver.jpg);
   background-repeat:no-repeat;
}
