﻿html {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: tahoma;
	font-size: 9pt;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
}
#contenitore {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	margin-top: 10px;
}
#intestazione {
	width: auto;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
#footer {
	width: auto;
	height: 30px;
	padding: 5px 5px 5px 10px;
	line-height: 30px;
	color: #808080;
	clear: both;
	font-size: 8pt;
	vertical-align: bottom;
}
#corpo {
	width: 820px;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 50px;
}
#corpo-sx {
	float: left;
	width: 370px;
}
#corpo-dx {
	float: right;
	width: 410px;
}
#sfondo-grigio {
	padding: 10px;
}
/********************************************************************************/
/* MENU ORRIZZONTALE */
/********************************************************************************/
#menu_orrizzontale {
	background-color: #333333;
}
#menu_orrizzontale ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
#menu_orrizzontale li {
	display: inline;
	margin: 0;
	padding: 0;
}
#menu_orrizzontale a:visited {
	float: left;
	color: #fff;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
}
#menu_orrizzontale a:link {
	float: left;
	color: #fff;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
}
#menu_orrizzontale a:active {
	color: #574843;
	background: #D0C7C4;
}
#menu_orrizzontale a:focus {
	color: #574843;
	background: #D0C7C4;
}
#menu_orrizzontale a:hover {
	color: #574843;
	background: #D0C7C4;
}
/********************************************************************************/
/* Link Bianco */
/********************************************************************************/
a.linkBianco:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.linkBianco:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.linkBianco:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.linkBianco:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
a.linkBianco:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/********************************************************************************/
.sx {
	float: left;
}
.dx {
	float: right;
}
h1 {
	font-size: 14pt;
}
.testo-dx {
	width: 390px;
	float: right;
	margin-bottom: 10px;
}
p {
	text-align: justify;
}
#showroom2 {
	clear: both;
	margin-top: 10px;
}
/* --- SLIDER VETRINA -------------------------------------------------------------------------------*/
.anythingSlider {
	width: 860px;
	height: 260px;
	position: relative;
	margin-left: -20px;
	margin-top: 60px;
}
.anythingSlider .wrapper {
	width: 860px;
	overflow: auto;
	height: 270px;
	margin: 0 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 217px;
	width: 860px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 0px;
	background: url(../../images/frecce.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;

}
.anythingSlider .back {
	background-position: -67px 0;

}
.anythingSlider .forward:hover {
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	background-position: -67px -200px;
}
#thumbNav {
	position: relative;
	top: 260px;
	text-align: center;
}
#thumbNav a {
	color: #333333;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#start-stop {
	background: #FFFFFF;
	color: #333333;
	padding: 2px 5px;
	height: 18px;
	width: 14px;
	text-align: center;
	position: absolute;
	right: 350px;
	top: 260px;
	text-decoration: none;
	background-image: url('images/play-ico.jpg');
	background-repeat: no-repeat;
}
#start-stop.playing {
	background-image: url('images/pause-ico.jpg');
	background-repeat: no-repeat;
}
#start-stop:hover {
	background-image: none;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
.h1-in-vetrina {
	font-size: 10pt;
	color: #604A30;
	font-weight: bold;
}
.boxProdottiInVetrina {
	padding: 5px;
	width: 140px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 200px;
	text-align: center;
}
/* -------------------------------------------------------------------------------------------------------*/
