/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	background-color:#FFFFFF;
	color: Gray;
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
}
a{
	color: Gray;
}
a:hover{
	color:#A30046;
}
strong, b{
	color: inherit;
	font-weight: bold;
}
#contenitore{
	padding: 30px 50px;
	margin: 20px auto;
	width: 900px;
}
#header{
	width: 900px;
	height:140px;
	margin-bottom: 10px;
	background-image: url(../img/bg_header.gif);
	background-position: -55px -22px;
	background-repeat: no-repeat;
}
	.logo{
		width: 700px;
		float:left;
	}
	.logo img{
		margin-top: 40px;
		margin-left: 10px;	 
	}

	.logoside{
		width: 200px;
		float:left;
	}
	.menuTop{
		color: Gray;
		height: 90px;
		text-align: center;
		padding-top: 10px;
		float: left;
		width: 100%;
		font-size: 11px;
	}
	.menuTop a{
		color: Gray;
	}
	.menuTop a:hover{
		color: #A30046;
	}
	.searchTop{
		color: Gray;
		float: left;
		width: 100%;
		text-align: center;
		height: 10px;
		font-size: 11px;
	}
	.searchTop input{
		border: 1px inset Silver;
		font-size: 9px;
		width: 100px;
		color: Gray;
		background-color: #F3F3F4;
	}
#scroll{
	width: 900px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#menu{
	width: 157px;
	margin-right: 26px;
	float: left;
}
#main{
	width: 717px;
	float: left;
}
#menu li{
	margin-bottom: 1px;
	list-style: none;
}
#menu ul{
	margin-bottom: 10px;
}
.menuCat{
	background-color: #A30046;
	background-image: url(../img/menu_smusso.gif);
	background-repeat: no-repeat;
	color: White;
	font-weight: bold;
	height: 19px;
	padding-left: 22px;
	padding-top: 4px;
	overflow: hidden;
	font-size: 11px;
	
}
.menuCat a {
   color: White;
}
.menuCat a:hover {
   color: #C5C6C7;
}
.menuLi a{
	background-color: #c5c6c8;
	padding: 3px 0px 2px 22px;
	color: #4b4d51;
	display: block;
	font-weight: bold;
	font-size: 11px;
}
.subMenuLi a{
	background-color: #ECECEF;
	padding: 3px 0px 2px 30px;
	color: #4b4d51;
	display: block;
	font-weight: bold;
	font-size: 11px;
}
/* Box piccolo per la home page*/
#box{
	width: 347px;
	border: 1px solid #bcbdbf;
	padding: 0px;
	float: left;
	margin-bottom: 12px;
	margin-top: 6px;
	position:relative;
}
#box h1{
	background-color: #bcbdbf;
	text-align: right;
	font-size: 11px;
	font-weight: bolder;
	color: White;
	display: block;
	margin: 0px;
	padding: 4px 15px 4px 4px;
}
#box p{
	width: 159px;
	padding: 5px 8px 5px 11px;
	line-height: 14px;
	font-size: 8pt;
	color: #4B4D51;
	position: absolute;
	top: 22px;
	left: 170px;
}
#box a{
	display: block;
}
#box strong{
	color: #A30046
}
#box h2{
	font-size: 13px;
}
.corpomedio, .corpomedio a{
	font-size: 12px !important;
}
/**/

/* Box per le pagine interne */
#page{
	width: 715px;
	border: 1px solid #bcbdbf;
	padding:0px;
	float: left;
	margin-bottom: 18px;
	position:relative;
}
#page h1{
	background-color: #bcbdbf;
	text-align: right;
	font-size: 11px;
	font-weight: bolder;
	color: White;
	display: block;
	margin: 0px;
	padding: 4px;

}
#page li{
	list-style: disc !important;
}
#page ul{
	margin: 15px auto auto 30px;
}
.page{
	padding: 4px;
	text-align:justify
}
/*
#page strong{
	color: #A30046
}
*/
#page h2{font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #a40046;}
#page h3{font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #595959;}
.data { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #a40046; }

.prodotti a{
	color:#A30046;
	text-decoration:underline;
}

.percorso{
	text-align:right;
	display:block;
	margin-bottom:10px;
	font-size: 11px;
	position:relative;
}
#jump{
	position: absolute;
	top: 0px;
	left: 0px;
}
#jump select{
	font-size: 10px;
}
.ImmaginePrincipale{ margin:4px;}
/**/

embed, #box img{
	float: left;
}
.smusso{
	position: absolute;
	top: -1px;
	left: -1px;
}

.spazioLeft{
	margin-left: 18px; 
}

#footer{
	color:#999999;
	width: 900px;
	margin:30px auto 30px auto;
}
#footer p{
	float:left;
	width:39%;
	margin:0px;
	font-size:11px;
}



/* Hack*/
/* RESET*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {border:0px;}
a {
	text-decoration: none;
	color: inherit;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.aumento {
   color: green;
}
.diminuzione {
   color: red;
}

#mappa {
   padding: 30px;
   font-size: 11px;
}
#mappa p {
   background-color: #ECECEC;
   color: #A40046;
   text-decoration: none;
   font-weight: bold;
}
#mappa p a {
   color: #A40046;
}
#mappa a {
   line-height: 18px;
}
#mappa a:hover {
   text-decoration: underline;
}




#paginazione{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #515B32;
	background-color: #f9f9f4;
}
#paginazione a{
	background-image: url(../img/bg_paginazione.gif);
	border: 1px solid #deddcd;
	margin: 1px;
	color: #515B32;
	height: 20px;
	width: 22px;
	float: left;
	padding-top: 2px;
}
#paginazione a img{
	margin-top: 6px;
}
#paginazione a:hover, .attiva{
	background-image: url(../img/bg_paginazione_attiva.gif) !important;
	border: 1px solid #515B32 !important;
}

.attenzione{
	background-color: #fbf8e7;
	background-image: url(../img/icon_attenzione.gif);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	height: 20px;
	display: block;
	padding: 10px 0px 0px 25px;
	margin: 5px 0px 5px 0px;
	border-bottom: 2px solid #f6db5a;
}
.attenzione_a {
   font-weight: bold;
   text-decoration: underline;
   color:   #000000;
}

#allegati {
   margin-top: 20px;
}

#foto {
	background-repeat: no-repeat;
	padding: 15px;
}
#foto ul {
	background-image: url(../img/bg_generico.gif);
	background-repeat: no-repeat;
	padding: 15px;
}
#foto ul li{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#foto ul li img{
	border: 3px solid #E1E1C5
}

#allegati{
	background-image: url(../img/bg_generico.gif);
	background-repeat: no-repeat;
	padding: 15px;
}
#allegati a{
	display: block;
	color: #656730;
	text-decoration: none;
	padding: 2px;
}
#allegati a:hover{
	background-color: #F9F9F3;
}
.font13{
	font-size: 13px !important;
}
.clear{
clear: both;
}
