@charset "utf-8";
/* CSS Document */

body{ background-color: #504438; }
html, body{ margin: 0;padding:0 } 
div{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #3D3329; }

/* layout div */
div#container{ background: url(../immagini/bg_body.png) top repeat-x;  background-color: #EFEEEA; }
div#header{ margin: 0 auto; width: 960px; height: 220px; }
	div#top{ position: absolute; z-index: 1; margin: 0px 0px 0px 10px; width: 940px; height: 220px; background: url(../immagini/bg_header.png) top repeat-x; }
		a#logo{ display: block; width: 252px; height: 84px; background-image:url(../immagini/logo.png); margin: 38px 0px 0px 17px; }
		ul#lang{ padding: 0px; margin: 0px 50px 0px 0px; } 
			ul#lang li{ float: right; display: inline;  }
				a#ita, a#eng, a#tan{ display: block; width: 39px; height: 29px; margin-left: 10px; }
					a#ita{ background-image: url(../immagini/flag_ita.png); }
					a#eng{ background-image: url(../immagini/flag_eng.png); }
					a#tan{ background-image: url(../immagini/flag_tan.png); }
					a#ita:hover{ background-image: url(../immagini/flag_ita_up.png); }
					a#eng:hover{ background-image: url(../immagini/flag_eng_up.png); }
					a#tan:hover{ background-image: url(../immagini/flag_tan_up.png); }

	div#menu{ top: 158px; position: absolute; z-index: 999; width: 960px; height: 62px; background-image:url(../immagini/bg_menu.png); }	

div#content{ float:left; width: 660px;  padding: 20px; }
	div#contitolo{ clear:both; margin: 10px 0px 30px 0px; font-size:22px; color: #3d3329 }
	div#titGallery{ text-align:center; clear:both; margin: 0px 0px 10px 0px; font-size:16px; color: #3d3329 }


div#body{ margin: 0 auto; width: 960px; min-height: 400px; }	
div#footer{ width: 100%; height: 50px; background: url(../immagini/bg_footer.gif) top repeat-x; }
div#testofooter{color: #A39588; margin: 0 auto; width: 960px; padding: 10px 0px 0px 0px; }
	div#testofooter a{ color: #A39588; }

.box, .boxseparator{ float: left;  height: 280px; }
.box{ width: 220px; height: 280px; }
.boxseparator{ width: 20px; }
div#fotovetrina{ height: 82px; width: 220px; padding: 170px 0px 0px; background-position: center; background-repeat: no-repeat; }
div#testovetrina{ background-image:url(../immagini/sfondotestovetrina.png);  height: 80px; padding: 2px; }

.imgnews{border: 1px solid #3D3329; margin: 0px 10px 0px 0px; float: left; }
.news{  margin: 10px 0px 0px 0px; }

a{ color: #3D3329; }

a#gallery{ display: block; padding: 4px; font-size: 13px; text-decoration: none; border-bottom: 1px solid #e7e4da }
a#gallerySel{ display: block;  padding: 4px; font-size: 13px; text-decoration: none; border-bottom: 1px solid #e7e4da; background-color: #e7e4da  }
a:hover#gallery{ text-decoration: underline }