/* Edited with EditCSS */
/**** LINK-tag style sheet stile.css ****/

body {
	background-color: #339933;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
   font-size: 70%;
}

hr,h1 {
   display: none;
}

img {
   border: 0px;
} 

h1 {
	color: #996666;
}

h2 {
	color: #FFFF66;
}

h3 {
	color: #FFFFCC;
	font-weight:bold;
	font-size:100%;
	text-decoration:none;
}


h4 {
	color: #FFFFCC;
	display:inline;
}

h5 {
	color: #6699CC;
	font-weight:bold;
	font-size:100%;
	text-decoration:none;
	display:inline;
}
h6 {
	color: #6699CC;
	font-weight:bold;
	font-size:100%;
	text-decoration:none;
}

a {
color:#000000;
}
a:hover{
color: #996666;
}

fieldset{
	color: #FFFFCC;
}

fieldset legend{
	color: #FFFFCC;
}


#main {
width: 750px;
   border: 2px solid;
   margin: 10px auto 10px auto;
   padding: 0px;
text-align:center;
}

#title {
border: 0px solid;
background: url(../immagini/logo.gif);
background-image: url(../immagini/logo.gif);
background-repeat:no-repeat;
background-position:center;
padding: 5px;
text-align:right;
height: 80px;
}

#menu {
	padding: 10px;
	background: #c0c0c0;
	border-bottom: 1px solid;
}

#menu ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#menu ul li {
   display: inline;
   margin: 0px;
   padding: 0px;
}

#menu ul li a {
   text-decoration: none;
   padding: 5px 10px 5px 10px;
   color: #000;
}

#menu ul li a:hover {
   color: #ac6100;
}

#contenuto {
   padding: 10px;
   border-bottom: 1px solid;
   
}

#contenuto p, table, td {
color:#333333;
text-align: left;
} 
#contenuto th {
text-align: center;

} 

#contenuto tr {
text-align:center;
}
   
#contatti {
 padding: 3px;
 text-align:center;
}

#contatti p {
text-align:center;
}

#contatti h4 {
font-size:14px;
}

#prodotti {
text-align:left;
}

#prodotti h2 {
text-decoration:underline;
}

#prodotti ul.arrow {
list-style: disc outside url('immagini/arrow.gif');
}

#prodotti ul.square {
list-style: square inside;
}

#prodotti ul.circle {
list-style: circle inside;
}

#footer a {
	text-decoration:none;
	padding: 5px 10px 5px 10px;	
}  

#footer {
padding:0.5em;
background: #c0c0c0;
clear:left;
}

#footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footer ul li {
    display: inline;
    margin: 0px;
    padding: 0px;
} 

#footer p {
display:inline;
}

#form {
   padding: 4px;
   text-align: center;
} 

#form .error{
text-align:center;
   border:#334466 double;
   color:#334433;
   font-size:100%;
}

#privacy {
width: 400px;
text-align: justify;

}

.tab_header {
	background: #CCCCCC;
	padding: 4px;
	
}

p.avviso {
font-weight:bolder;
text-align:center;
}

.button_div {
text-align:center;
border: solid 1px; 
}