* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FEF7E9;
	padding: 20px 0px 20px 0px;
}
img {
	border: 0px;
	display: block;
}
#contenitore {
	margin: 0px auto 0px auto;
	width: 780px;
	background-color: #FEF7E9;
}
a {
	text-decoration: none;
	font-size: 100%;
	color: #632626;
	font-weight: bold;
}
a:hover {
	text-decoration: underline
}

/* ----- MAIN ----- */
#main {
	background-image: url(images/BGMain.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#titSez {
	background-image: url(images/BGSez.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 41px;
	max-height: 41px;
}
#titSez img {
	float:right;
	margin-right: 100px;
}
.testo {
	padding: 10px 25px 20px 25px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;
	clear: both;
}
.testo p {
	text-indent: 15px;
	padding-bottom: 5px;
}
.imgSezDx {
	border: 3px solid #BAAC92;
	float: right;
	margin: 10px 15px;
}
.imgSezSx {
	border: 3px solid #BAAC92;
	float: left;
	margin: 10px 15px;
}

.imgBoxDx {
	border: 1px solid #BAAC92;
	float: right;
	margin-left: 15px;
	margin-right: 10px;
}
.imgBoxSx {
	border: 1px solid #BAAC92;
	float: left;
	margin-right: 15px;
	margin-left: 10px;
}


/* ----- TABELLA PRODOTTI ----- */
#tabs {
	margin: 0px auto;
	width: 700px;
}

.prodotti {
	font-size: 12px
}
.prodotti th {
	color: #FFFFFF;
	background-image: url(images/BGTH.gif);
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;
	padding: 3px 7px 3px 7px;
}
.prodotti td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px 7px 3px 7px;
}
.BGTD1 {
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: right;
}
.BGTD2 {
	background-color: #EEEEEE;
	text-align: center;
}

/* ----- CONTATTI ----- */
#directions  {
	font-size: 11px;
}
#directions a {
	color: #000000;
	background-color: #CCCCCC;
	padding: 2px;
	font-weight: bold;
}

/* ----- FOOTER ----- */
#footer {
	background-color: #1B1A19;
	background-image: url(images/BGFooter.gif);
	background-repeat: repeat-y;
	padding: 8px 40px;
	font-size: 62%;
	text-align: right;
}
#footer .info {
	float: left;
	text-align: left;
}
#footer a {
	color: #632626;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ----- VARIE ----- */
.cb {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.sx {
	text-align: left;
}
.dx {
	text-align: right;
}
.cx {
	text-align: center;
}
label {
	dfloat: left;
	width: 5em;
	font-weight: bold;
	padding: 0px 15px 0px 5px;
	border-bottom: 1px solid #DDDDDD;
	margin-left: 15px;
	
}
input, select, textarea {
	margin-bottom: 5px;
	margin-top: 4px;
	font-size:100%;	
	vertical-align: middle;
	padding: 2px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bottone {
	background: #eeeeee;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	margin: 0px 0.5em 0px 0.25em;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
}
.imgGallery {
	float: left; margin: 6px;
	border: 1px solid #A39270;
}
