BODY {
	margin:0 0 10px 0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	color:#a0a0a0;
	text-decoration:underline;
}

TABLE.esterna {
	width: 1001px;
	margin:0 auto 0 auto;
}
TABLE.esterna TD.menu {
	width: 500px;
	text-align:right;
}
TABLE.esterna TD.menu TABLE {
	float:right;
}

TABLE.esterna TD#left {
	width:500px;
	height:501px;
	vertical-align:top;
}
TABLE.esterna TD#left TABLE {
	width:500px;
}
TABLE.esterna TD#right {
	width:500px;
	height:501px;
	vertical-align:top;
	background-color: #1E1511;
}
TABLE.esterna TD#right TABLE {
	width:500px;
	height: 100%;
}

TABLE.esterna TD#right TABLE TD TABLE {
	width:240px;
	margin:0 0 0 30px;
}

.footer {
	padding:12px 0 0 0;
	color:#a0a0a0;
}

input, textarea {
	width:270px;
}

.send {
	width:44px;
}

form {
	margin:0px;
	padding:0px;
}
.address {
	vertical-align:top;
	padding:0 30px 0 0;
	text-align:right;
	color:#ffffff;
	font-size:12px;
}
.label {
	font-size:11px;
	padding:0 0 7px 0;
	font-weight:bold;
	color:#ffffff;
}

.red10 {
	font-size:10px;
	font-weight:normal;
		
}

.pager {
	background-color:#1e1511;
	/*height:47px;*/
	text-align:center;
	/*color:#a0a0a0;*/
	color: #948683;
}


.dx-texts {
	width:470px; /* 500 senza padding */
	/*height:461px;  501 senza padding */
	height: 303px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	background-color:#ccb68d;
	padding: 30px 0 0 30px; /*40px 0 0 30px;*/
	color:#ffffff;
	vertical-align: top;
	letter-spacing: 0.5px;
}
.contact .dx-texts {
	height: 100px;
}


.contact TABLE.esterna TD#right {
	height: 501px;
	background-color: #CCB68D
}

.dx-texts a {
	color:#ffffff;
	text-decoration:underline;
}

.dx-texts strong {
	color:#333333;
	font-weight:normal;
}

.dx-texts .small {
	font-size:12px;
	line-height:20px;
}


.dx-texts p {
	margin: 0;
	padding: 0;
}

.nav {
	background-color:#1e1511;
	height: 121px; /* padding-top (65) + a.height (15) + a.padding-bottom (2) + a.border-bottom (1) + nav.padding-bottom (40) */
	text-align: center;
	font-size: 16px;
	padding: 0;/*padding: 65px 0 40px;*/
	font-weight:normal;
}

.nav a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.9px;
	padding-bottom: 2px;
	font-weight:normal;
}
.nav a.current {
	color: #948683;
	border-bottom: none;
	font-weight:normal;
	
}
.nav .sep {
	color: #fff;
	vertical-align: text-top;
	font-size: 14px;
	margin: 0 5px;
	font-weight:normal;
}

.menu {
	font-size: 16px;
	padding: 0; /* 20px 0pt 10px */
	letter-spacing: 0.8px;
	height: 50px; /* padding-top (21) + a.height (16) + a.padding-bottom (2) + a.border-bottom (1) + nav.padding-bottom (10) */
}
.menu a {
	text-decoration: none;
	color: #999;
}
.menu a.current,
.menu a:hover {
	color: #000;
}
.menu .sep {
	color: #999;
	vertical-align: text-top;
	font-size: 14px;
	margin: 0 5px;
}




/****** slide show ******/
.hidden {
	display: none;
}

.visible {
	display: block;
}

a.openQuotes {
	color: #333;
	display: block;
	text-align: right;
	text-decoration: none;
	margin: 30px 10px 0 0;
}

a.closeQuotes {
	color: #fff;
	display: block;
	text-align: right;
	text-decoration: none;
	margin: -20px 10px 20px 0;
	font-size: 80%;
	font-weight: normal;
}

#quotes {
	text-align: center;	
	display: none;
}

#quotes blockquote {
	margin: 2em;
	line-height: 160%;
	font-weight: normal;
	font-style: italic;

}

#quotes .author {
	font-size: 80%;
}

#quotes blockquote span {
	font-size: 160%;
	font-family: "Times New Roman", Times, serif;
}

.quotes {
	padding: 0;
	background: #1E1511 url(../img/loader.gif) no-repeat scroll center center;
}

#prevBtn,
#nextBtn {
	cursor: pointer;
	width: 100px;
	height: 100px;
	top: 400px;
	position: absolute;
	z-index: 9;
	background: url(../img/px.gif);
}

#prevBtn {	
	left: 0;	
}

#nextBtn {
	right: 0;
}

#closeBtn {
	cursor: pointer;
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 8;
	right: 0;
	top: 0;
	background: url(../img/px.gif);
}

#cont {
	position:absolute;
	z-index: 1;
}
#mask {
	position:relative;
	width:500px;
	height:501px;
	overflow:hidden;
}
#mask img {
	position:absolute;
	display:block;
	border:none;
}

.dx-texts .purchase {
	float:right; 
    color:#333; 
    padding-right: 20px; 
    text-decoration: none;
}