/* regole base */

/* testo, margini e padding */
body{
	font: 76% Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-style:normal;
	background-color: #FFFFFF;
}

h1,h2,h3{margin: 0; border: 0;}
h1{margin: 0;font-size: 260%}
h2{font-size: 200%}
h3{font-size: 100%}
h4{font-size: 80%}
h5{font-size: 76%}
h6{font-size: 60%}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	line-height: 1.5em;	
}
#h1 a:link,h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link, h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
	color: #000000;
	
}


p{margin: 0;padding: 0 0 0.7em;line-height: 1.5}

/* per estendere il body lungo tutta la finestra */
html, body {
	border: 0px;
	padding: 0.2%;
	margin: 0px;



	text-align: center; /* allinea in ie5*/
}

body>div#container{ }
/* fine regole base */


div#container {
	position: relative;
	vertical-align: middle;
	min-width: 770px;
	max-width: 70%;
	/*width: auto !important;*/  /* per i browser moderni */
	width: 770px;      /* per IE5.x e IE6 */
	min-width: 770px;   /* centra in tutti i browser escluso ie5 */
	text-align: left;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2%;
	border: 1px solid;
	
}





div#header {
	position: relative;
	padding: 0px;
	border: 0px;
	background-image: url(../images/testata.jpg);
	text-align: center;
	height: 186px;
	margin-top: 0%;
	
}


#testata{
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	
}




#menu {
	background-color: #be1220;
	text-decoration: none;
	font-variant: normal;
	text-transform: lowercase;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-right: 1em;
	padding-left: 1em;
	vertical-align: middle;
	margin: 0;
	z-index: 100;
	
}


div#menu a {
	text-decoration: none;
	font-variant: normal;
	text-transform: lowercase;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color: #be1220;
	;
	padding-right: 1em;
	padding-left: 1em;
}

div#menu a:hover{
	color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



#content {
	background-color: #FFFFFF;
	border-bottom-color: #993333;
	border-right-color: #993333;
	border-left-color: #993333;
	border-top-color: #993333;
	border-right-color: #993333;
	border-bottom-color: #993333;
	border-left-color: #993333;
	margin-left: 154px;
}


.area_testo {
	color: #000000;
	text-align: right;
	width: 238px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #be1220;
	padding-right: 10px;
	padding-left: 60px;
	margin-bottom: 40px;	
	
}
#container #content .area_testo ul {
	list-style-type: none;
}




.area_immagine{
	float: right;
	width: 294px;
	margin-right: 0px;
	padding-top: 10px;
	margin-bottom: 50px;
}

.area_immagine img {
	width: 294px;
	text-align: right;
	float: right;
	border:none;
}



#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #000000;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 770px;
	padding: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	bottom: 0px;
	left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer a:link, #footer a:visited {
	color: #666666;
	
}

ul#dettaglioProdotti {
	color: #000000;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	text-align: right;	

	
}

ul#dettaglioProdotti a:link, ul#dettaglioProdotti a:visited{
	color: #000000;
}
div#altro {
	
	position: relative;
	
}

.clear {
	clear: both;
}
#titolo_pagina_grafico {
	width: 154px;
	z-index: 1;
	
	
	
	float: left;
}

#elencoProdotti{

	position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#elencoProdotti a{

width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#elencoProdotti a:hover{ /*hover background color*/
background-color: yellow;
}

#dropmenudiv{
	position:absolute;
	z-index:100;
	height: 2em;
	line-height: 2em;
	background-color: #be1220;
	text-decoration: none;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	text-align: center;
	margin-top: 1px;
	font-weight: bold;
}

#dropmenudiv a{

	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-variant: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #be1220;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	border-top-color: #E2E2E2;
	line-height: 1.5em;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
}

#dropmenudiv a:hover{ /*hover background color*/

	color: #be1220;
	background-color: #E2E2E2;
}
