@charset "utf-8";
body {
	background: url("img/back.gif");
	background-repeat:repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px; 
	margin-right:0px;
	font-family: "Trebuchet MS", sans-serif;
	font-size:0.9em;
	}
	
#container {
position:relative;
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: url(img/back_page.jpg);*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#header {
	height:220px;
	background: url(img/header.jpg) center no-repeat;
}

#topContent {
	background: url(img/bg_top.png) no-repeat;
	height:40px;
}

#mainContent {
	background: url(img/bg.png) repeat-y;
	padding: 0 20px 0 20px;
	/*min-height: 510px;*/
}

#mainContent table {
	table-layout:fixed;
	width:770px;
}

#footer {
	background:url(img/bg_foot.png) top no-repeat;
	font-size: 11px;
	color:#660000;
	position:relative;
	padding:20px;
	text-align:center;
	vertical-align:bottom;
}

#footer span{
	font: small-caps bold 11px "Trebuchet MS", Arial, sans-serif;
}

#footer p {
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer div {
	position:absolute;
	bottom:0; right:15px;
}

.menu{
	font:small-caps bold 14px "Cambria","Times New Roman", serif;
	padding-top:20px;
	padding-bottom:20px;
}

.menu ul{
	list-style-type:none;
	margin:0;
	width:auto;
	margin-bottom:5px;
	text-align:center;
}

.menu>ul li{
	right:20px;
	display:inline;
	position:relative;
	z-index:100;
	padding-bottom:30px;
	width:auto;
}

/* use the table to position the dropdown list
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
} */

.menu>ul>li>a {
	color:#ffffff;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}
/* style the links hover */
.menu :hover{
	color:#660000;
}

div.submenu {
	position:absolute;
	top: 22px; left: 5px;
	border: 1px solid #660000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: small-caps bold 12px "Cambria", "Times New Roman", serif;
	line-height:18px;
	z-index:100;
	text-align: left;
	background-color: #a88813;
	width: 170px;
	visibility: hidden;
}

div.submenu a {
	/*height:22px;
	width: auto;*/
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #660000; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.submenu a:hover {
	color: #660000;
	background-color:#ffffff;
	text-indent:0.5em;
}

/* hide the sub level links */
.menu ul ul {
	position:absolute;
	visibility:hidden;
	top:18px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover div,
.menu ul a:hover div{
	visibility:visible;
}

.plus {
	position:absolute;
	top:5px;
}

.plus a {
	font: small-caps bold 12px "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	color: #999999;
}

.plus a:hover {
	color: #666666;
}

.plus a:active {
	color:#CCCCCC;
}

#lang{
	left:60px;
}

#log {
	right:60px;
}

.image {
	border:1px solid #660000;
	padding:2px;
}

td {
	vertical-align:top;
	padding:15px 15px 15px 15px;
}
	
.cnt {
	width:316px;
	text-align:center;
	margin:0px auto;
}

.cnt p {
	margin-top:2px;
	text-align:justify;
}

.cnt p>span {
	font-style:italic;
}

.cnt_prod {
	text-align:left;
	width:auto;
}

#mainContent a {
	color:#660000;
	/*text-decoration: none;*/
}

#mainContent a:hover {
	color:#a88813;
	text-decoration: none;
}

.graffa {
	background:url(img/graffa3.png) right no-repeat;
}
.tornasu {
	font:small-caps bold 12px "Trebuchet MS", Arial, sans-serif;
	text-decoration:none;
}
#tt {position:absolute; display:block; background:url(img/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(img/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(img/tt_bottom.gif) top right no-repeat; overflow:hidden}