body {
	margin:0;
	padding:0;
	background-color: #1d140d;
}
h1 {
	font-size: 24px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #453421;
}

/* CONTENITORE */
#wrapper {
	background: #f1e6d2 url(images/topbar.gif) repeat-x;
}

#container {
	width: 938px;
	margin: 0 auto;
}

/* HEADER */
#logo {
	height:100px;
	width:152px;
	background: url(images/logo.gif) no-repeat top left;
}

/* INDEX */
#main {
	height: 340px;
	background-color:#f1e6d2;
}
#main td.img {
	width:148px;
}
#main td.spacer {
	width:50px;
}
#main td.p {
	background-color:#1d140d;
}
#main p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
#main p.flash {
	margin-top:5px;
}

#main a {
	color:#f1e6d2;
	text-decoration: none;
}
#main a:hover {
	color: #efa44c;
}
#main img {
	border:1px solid #1d140d;
	padding:2px;
}

/* PRODOTTI */
#prod_main {
	height: 340px;
	background-color:#f1e6d2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #453421;
}
#prod_main td.text {
	width:168px;
}
#prod_main td.flash {
	width:770px;
	padding-left:10px;
}
#prod_main img {
	border:1px solid #1d140d;
	padding:2px;
}

#subwrapper {
	background: #fff8eb url(images/prodotti/subnavbar.gif) repeat-x;
	overflow: hidden;
}

#subcontainer {
	width: 938px;
	margin: auto;
}

#submenu {
	margin: 0 auto;
	width: 938px;
	height: 50px;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}
#submenu a {
	color:#f1e6d2;
	text-decoration: none;
}
#submenu a:hover {
	color: #efa44c;
}
#submenu td{
	padding:8px;
	height:22px;	
	background-color:#9c7850;
}

#submain_left {
	float:left;
	width: 590px;
	padding-left:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#453421;
}
#submain_left p.nota{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#453421;
}
#submain_left p.accessori{
	padding-left:2px;
	padding-right:2px;
}
#submain_left table th{
	width:140px;
	padding:3px 5px;
	background-color:#bfad84;
	color:#ffffff;
	text-align:left;
}
#submain_left td.cenni{
	padding:3px 5px;
	background-color:#fdf5e2;
}
#submain_left td.gallery{
	padding:3px 5px;
	width:100px;
	height:100px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #1d140d;
}
#submain_left td.accessori{
	width:130px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #1d140d;
}
#submain_left .title{
	background-color:#826736;
	width:518px;
}
#submain_left .noborder{
	border:0;
}
#submain_left img {
	border:1px solid #1d140d;
	padding:2px;
}
#submain_left img.gallery {
	padding:2px;
	border:0px;
}

#submain_right {
	width: 289px;
	margin-left:620px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:100px;
	border-left:1px solid #8c6840;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#453421;
}
#submain_right a {
	color:#9c7850;
	text-decoration: none;
}
#submain_right a:hover {
	color: #efa44c;
}
#submain_right td.gallery{
	padding:3px 5px;
	width:100px;
	height:100px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #1d140d;
}

/* FOOTER */
#bottom {
	clear:both;
	margin:0;
	padding:0;
	height:25px;
	background:#1d140d url(images/footerbar.gif) repeat-x top left;
}

#disclaimer {
	width: 938px;
	height:50px;
	margin: auto;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #89653d;
	font-size: 12px;
}
#disclaimer a {
	color: #89653d;
}
#disclaimer a:hover {
	color: #efa44c;
}
	
#credits {
	width: 938px;
	margin: 0 auto;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #89653d;
	font-size: 10px;
	text-align:center;
}
#credits a {
	color: #89653d;
}
#credits a:hover {
	color: #efa44c;
}

