html,body{margin:0;padding:0}
html{height: 100%; margin-bottom: 1px} /*per la scrollbar laterale in Opera e Mozilla*/
body{padding-bottom:0px;font: 10px "Trebuchet MS",Verdana,Arial,sans-serif;
    text-align: center; background: #E6E6E6;color: #3f3f3f;
/*	background-attachment: fixed;*/
	background-image: url(img/texture.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
	}  /*pagina*/  
h1,h2,h3,h4{margin: 0}
h1{font-size: 300%;font-weight:bolder}
h2{font-size: 140%;margin-top:0px;color: #006600}
h3{font-size: 130%;color: #99BCD2}
h4{font-size: 120%;color: #99BCD2}
p{margin: 0;padding: 0 0 1em;line-height: 1.5; font-size: 90%;color: #3f3f3f; font-weight:normal;}
a{color: #EC3D00}                                /*link nelle pagine*/

/*classi generiche*/
div.center{text-align:center}


/*stili per il menù*/
div#menu{float: right;width:155px;padding-bottom: 20px}
div#menu h4{margin-top: 5px;font-size: 110%;font-weight:lighter;color: #006600}
div#menu ul{list-style-type: none;margin:0;padding:0}
div#menu li{margin:0;line-height: 1.3}
div#menu a{text-decoration:none;color: #394A5A;padding-left:12px;line-height: 1.6; font-size: 70%;
    background: url(img/bullet.jpg) no-repeat top left}
div#menu a:hover{color: #000;text-decoration: underline}

/*stili per il rela*/
div#rela{font-size: 80%; color: #3f3f3f ; font-weight:normal;}
div#rela ul{list-style-type: none;margin:0;padding:0;}
div#rela li{margin:0;line-height: 1.3}



/*stili per il form di contatto*/
form,fieldset{margin-top:0;margin-left:0;padding: 0;border: 0px solid #000}
form label{float:left;width:80px;line-height:23px;margin-right:5px;text-align:right}
form input,textarea{margin-bottom:5px;border-style:solid;border-color: #8C8C8C #ABABAB #ABABAB #8C8C8C;
    border-width:2px 1px 1px 2px;background:  url(img/inputbk.jpg) repeat-x bottom}
form br{clear:left}
input#submit{margin: 10px 0 0 90px;border: 1px solid #CCC;padding: 0 5px;
background: #E6E6E6 url(img/buttonbk.jpg) repeat-x center left}


/*stili per la pagina dei prodotti*/
dd,dl{margin:0;padding:0}
dl#prodlist{margin-bottom:1em}
dl#prodlist dt{clear:left;margin: 1em 0 0.3em;padding:0;font-weight:bold;font-size: 90%;color: #3f3f3f}
/*dl#prodlist dd.image{float:left;display:inline;margin: 7px 0 0 5px;padding:0 6px 6px 0;
    background: url(img/dropshadow.jpg) no-repeat bottom right}*/
dl#prodlist dd.image{float:left;display:inline;margin: 7px 0 0 5px;padding:0 6px 6px 0}
dl#prodlist img{display: block;position: relative;top: -5px;left: -5px;
    border:0px solid #ccc;border-color: #ccc #666 #666 #ccc; padding: 5px}

/*stili per le news */
div.news{margin-top:0.4em}
div.news h3{padding-left: 16px;background:  url(img/newsbullet.jpg) no-repeat center left}
div.news h3 span.data{color: #AAA;font-weight: lighter;font-size: 75%}

