/*** RESET ***/
*{margin: 0; padding: 0;}
img {border: none;}
a {text-decoration: none; color: #000000;}
ul {list-style-type: none;}
table, tr, th, td {border-collapse: collapse; border: none;}

/** MAIN ***/
body {
	background-color: #ffffff;
	font-size: 12px;
	color: #000000;
	font-family: Trebuchet, Arial, sans-serif;
	text-align: center;
}

#container {
	height: 599px;
	width: 957px;
	border: 1px solid #000000;
	position: relative;
	margin: auto;
	text-align: left;
}

#logo {
	position: absolute;
	top: 16px;
	left: 32px;
}

#img_home {
	position: absolute;
	top: 144px;
	left: 32px;
}
#txt_home {
	position: absolute;
	top: 146px;
	left: 234px;
}

#random_home {
	position: absolute;
	top: 100px;
	left: 279px;
}

#lang_home {
/*	text-transform: uppercase;
	
	color: #8b8b8b; */
	word-spacing: 10px;
	position: absolute;
	top: 64px;
	right: 32px;
	font-weight: 700;
}

#stripe { 
	background-color: #792531;
	width: 100%;
	height: 87px;
}

#lang {
	text-transform: uppercase;
	word-spacing: 10px;
	position: absolute;
	top: 16px;
	right: 32px;
	font-weight: 700;
}

#lang a, #lang_home a {
	color: #8b8b8b;
}

#menu {
	height: 140px;
	margin-top: 6px;
	margin-left: 16px;
}

#menu a {
	color: #000000;
}

#menu a:hover {
	color: #792531;
}

#menu a.off, #menu a.off:hover {
	color: #999999;
}

#menu .item {
	margin-right: 6px;
	text-align: left;
	float: left;
	font-size: 10px;
}

#menu .space{
	margin-right: 24px;
}

#menu .item img {display: block;}

#center {
	position: absolute;
	left: 16px;
	top: 233px;
	width: 925px;
}

#content {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
	height: 330px;
	width: 568px;
	overflow: auto;
}

#content p,  #content ul{
	margin-bottom: 24px;
}

.small {
	font-size: 10px;
	font-style: italic;
}

#content h1 {
	font-size: 24px;
	text-transform: none;
	color: #792531;
	font-weight: 400;
}

#content h1.titolo_news {
	font-size: 16px;
	margin-bottom: 16px;
	font-weight: 700;
}

#flashcontent {
	color: #8b8b8b;
	font-size: 45px;
	text-align: center;
}

.news_item {
	position: relative;
	font-size: 10px;
	float: left;
	width: 230px;
	height: 165px;
	overflow: hidden;
}

.news_item img {
	position:absolute;
	top: 35px;
	left: 16px;
	height: 95px;
	width: 95px;
}

.news_text {
	position:absolute;
	top: 35px;
	right: 16px;
	height: 94px;
	width: 90px;
	overflow: hidden;
}

.news_item h1 {
	font-size: 10px;
	font-weight: 400;
}

#info_date {
	position: absolute;
	bottom: -16px;
	left: 357px;
	font-style: italic;
}

#prodotti_box {
	position: absolute;
	top: 0;
	right: -16px;
	width: 941px;
	height: 330px;
	/*background-image: url(../img/prodotti_back.jpg);
	background-position: 100% 90%;
	background-repeat: no-repeat;*/
}

#prodotti_text {
	position:absolute;
	left: 196px;
	top: 0;
	width: 561px;
	height: 330px;
	overflow: auto;
}

#prodotti_box h1  {
	font-size: 24px;
	text-transform: none;
	color: #792531;
	display: inline;
	font-weight: 400;
}

#prodotti_box h2 {
	font-size: 12px;
	text-transform: none;
	display: inline-table;
	margin-left: 16px;
	font-weight: 700;	
}

#prodotti_box table {
	width: 90%;
	margin-top: 16px;
}

#prodotti_box th,  #prodotti_box td{
	text-align: left;
	padding: 4px;
	vertical-align: top;
}

#prodotti_box h2 a.active, #prodotti_box h2 a:hover {
	color: #792531;
}

#submenu {
	position: absolute;
	top: 0;
	left: 16px;
	width: 164px;
	border-right: 8px solid #bb7d7c;
}

#submenu a{color: #5b5758;}
#submenu a:hover{color: #bb7d7c;}

#submenu img {
	vertical-align: middle;
	margin-right: 16px;
}

#footer {
	position: absolute;
	bottom: 16px;
	right: 24px;
	color: #8b8b8b;
}

#eventi {
	margin-top: 16px;
	margin-left: 16px;
}

#eventi td {
	padding: 8px;
}

#slideshow {
	width: 330px; 
	height: 330px; 
	position: relative; 
	overflow: hidden;
}

.comingsoon{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #711d32;
	font-variant:small-caps;
}

#gallery {
	position: absolute;
	top: 100px;
	left: 24px;
	overflow: auto;
	height: 490px;
	width: 931px;
}

.gallery_item {
	overflow: hidden;
	float: left;
	margin: 4px;
	height: 90px;
	width: 120px;
	text-align:center;
	line-height: 90px;
	vertical-align: middle;
}

