

/**                                                               Elementi comuni                           **/
abbr {
	cursor:help;
}	

a {
	color:#734F11;
}

a:hover {
	color:#B27A17;
	text-decoration:none;
}

h1 {
	margin:0 0 0 10px;
	padding:10px 45px;
	background:url(../images/leaf.jpg) no-repeat left;
	font-size:1.7em;
}

ul {
	list-style:none;
	padding-left:10px;
}	

li {
	background:url(../images/bullet.gif) no-repeat 0 50%;
	padding-left:30px;
	height:1.9em;
	line-height:1.9em;
}

p {
	margin-top:0;
	padding:0 5px;
	text-indent:0em;
}	

table {
	width:95%;
	border:1px solid #ccc;
}	
table.Prod {
	width:95%;
	border:0px;
	background:#CDAC8B;
}	

th {
	background:#e5e5e5;
}	

th.categoria {
	text-align:left;
	background:#e5e5e5;
}
	
th.marrone {
	text-align:left;
	background:#CDAC8B;
}	
th.bianco {
	text-align:left;
	background:#DBBA8F;
}	
th.grigio {
	text-align:left;
	background:#B5B5B5;
}	



/**                                               BODY                **/
body {
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode", Verdana, Sans-Serif;
	font-size:76%;
	background:#000;
	text-align:center;
}
/**                                            Contenitore principale                  **/
#container {
	margin:0 auto;
	text-align:left;
	width:765px;
	background:#fff;
	position:relative;
}
/**                                                  HEADER                       **/
#header {
	
	height:120px;
	background:url(../images/head.jpg);
}	

#header h1 {
	position:absolute;
	top:25px;
	left:262px;
	background:none;
	font-weight:normal;
	font-size:2.5em;
}	

#header span {
	font-size:0.5em;
}	

#content {
	background:url(../images/backok.jpg);
	float:left;
	width:765px;
}
					/**                                        colonna destra                       **/
#right {
	width:525px;
	/**padding-left:20px;**/
	float:right;
}	
				/**                                            colonna sinistra                **/
#left {
	float:left;
	width:230px;
	margin-right:2px;
}	
				/**                                            Titoli sinistra                **/
#left h1 {
	background:none;
	font-size:1.5em;
	font-weight:normal;
	padding:5px 0 0 15px;
}	
/**                                          Per qualunque cosa abbia un gradiente colorato             **/
#left span {
	margin:3px 10px;
	padding:3px 5px;
	/**background:url(nav.gif) repeat-x 0 50%;**/
	border-bottom:1px solid #C28E5D;
	border-right:1px solid #C28E5D;
	display:block;
}
#right span {
	margin:3px 10px;
	padding:3px 5px;
	/**background:url(nav.gif) repeat-x 0 50%;**/
	border-bottom:1px solid #C28E5D;
	border-right:1px solid #C28E5D;
	display:block;

}
/**                                          Barra di navigazione                        **/
#nav {
	padding:0;
	margin:10px 17px;
	list-style:none;
	width:200px;
	/**background:url(nav.gif) 0 50%;**/
	border-bottom:1px solid #C28E5D;
	border-right:1px solid #C28E5D;
}
	
#nav li {
	line-height:2.3em;
	height:2.3em;
	padding-left:0;
	background:url(../images/bullet.gif) no-repeat 0 50%;
}

#nav li a {
	color:#000;
	text-decoration:none;
	text-align:center;
	display:block;
	width:200px;
}	

#nav li a:hover {
	
	background:#CDAC8B url(../images/bullet.gif) no-repeat 0 50%;
	
}	


#categorie {
	padding:0;
	margin:10px 17px;
	list-style:none;
	width:200px;
	/**background:url(nav.gif) 0 50%;**/
	border-bottom:1px solid #C28E5D;
	border-right:1px solid #C28E5D;
}
	
#categorie li {
	line-height:2.3em;
	height:2.3em;
	padding-left:0;
	
}

#categorie li a {
	color:#000;
	text-decoration:none;
	text-align:center;
	display:block;
	width:200px;
}	

#categorie li a:hover {
	
	background:#CDAC8B url(../images/bullet.gif) no-repeat 0 50%;
	
}	


img.imgName {
float:left;
width:50%;
border:2px solid;
border-color: #BDA988;
}
img.imgProd {
width:100px;
border:2px solid;
border-color: #BDA988;
}
input.textarea
	{
		border-color:#BDA988;
		border-width:1px;
		overflow:hidden;
		font-family:tahoma,Arial, Helvetica;
		font-size:12px;
		color:#000000;
		background-color:#CDAC8B ;
	}
input.submit{
   border-width:1px;
   border-color:#3C3C3C;
   
   background-color:#CDAC8B ;
   
  }


  textarea.textarea2
	{
		border-color:#BDA988;
		border-width:1px;
		overflow:scroll;
		font-family:tahoma,Arial, Helvetica;
		font-size:12px;
		color:#000000;
		background-color:#CDAC8B ;
	}

/**                                         FOOTER                            **/
#footer {
	
	background:#555;
	background:url(../images/footer.jpg) no-repeat left;
	text-align:center;
	color:#ccc;
}

#footer a {
	
	color:#734F11;
}	

