/**
foglio di stile
**/
body {
	font-size: 9pt;
	color: #FFFFFF;
	background: url(../images/sfondo.png) repeat-x #6B0922;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 0px;
	margin: 0px; 0px 5px 0px;
}
#title {
	width: 819px;
	padding: 5px 0px 5px 0px;
	border: 0px;
	text-align: left;
}

#title h2 a {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#title h1 {
	font-size: 1.3em;
	font-weight: bold;
}
#title tr td{
padding: 5px 0px 5px 0px;
}
#logo {
	width: 819px;
	padding: 5px 0px 5px 0px;
}
#content {
	width: 100%;
	height: 370px;
	color: #6B0922;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border: none;
	text-align: left;
	 border-collapse: collapse;
}
#content-main-row{
	background: #D5BAC1;
}
#prodotti tr td{
	padding: 5px 5px 5px 5px;
}

a, a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #6B0922;
}
.content-main-cell{
	width: 700px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	vertical-align: center;
}
.content-title{
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	height: 70px;
}
.content-sub-title{
	font-weight: bold;
	font-size: 1.1em;
}
.top-right{
	text-align: right;
	vertical-align: top;
	width: 140px;
	padding: 5px 5px 5px 5px;
}
.bottom-right{
	text-align: right;
	vertical-align: bottom;
	padding: 5px 50px 5px 40px;
}
.content{
	overflow: auto;
	vertical-align: top;
	max-height: 350px;
}
.content-image{
	width: 100px;
	vertical-align: center;
	padding: 5px 5px 5px 5px;
}
.center{
	text-align: center;
}
.vcenter{
	vertical-align: center;
}
#footer {
	width: 819px;
	padding: 10px 0px 115px 0px;
	border: 0px;
	text-align: center;
	font-size: 0.8em;
}
#menu {
	width: 819px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.ddmx .item1,
.ddmx .item1:visited,
.ddmx .item1-active{
    padding: 3px 10px 3px 10px;
 /*   background: #6B0922;*/
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active{
    padding: 3px 8px 4px 8px;
    color: #6B0922;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #e5e1da;
}
.ddmx .item1:hover{
}
.ddmx .item2:hover,
.ddmx .item2-active:hover,
.ddmx .item1-active:hover {
    background: #6B0922;
	color: #FFFFFF;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

