body {
	font: 9pt sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #E6E6FA;
	background-color: #fbfbfd;
	background-image: url(../img/sf_body.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

div#divBody {
	background-image: url(../img/sf_divBody.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	border: 1px solid white;
}

div#spaceTop {
	height: 39px;
}

div#container {
	background-color: #262626;
	width: 602px;
	text-align: left;
	margin: 0 auto;
/*
	margin: 40px auto;
*/
}

div#main {
	background-color: #262626;
	padding: 5px 0 0 15px;
}

div#menu_lang {
	text-align: center;
	margin: 0 0 10px 0;
}

div#footer {
	height: 40px;
	margin: 0 auto;
	background-color: #fbfbfd;
	background-image: url(../img/sf_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0 10px 5px 0;
	font-size: 9pt;
	line-height: 9pt;
}

/* ****************************** */

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #CEE7F0;
	text-decoration: none;
}

a: hover {
	color: #DA5053;
	text-decoration: underline;
}

a img {
	border: 0;
}

/* ****************************** */

li.sliding-element {
	padding: 0;
	margin: 4px 0;
	border-top: 2px solid #886E6E;
	text-align: center;
}

div.top20 {
	padding: 20px 0 0 0;
	margin: 0;
}

div.top5 {
	padding: 5px 0 0 0;
	margin: 0;
}

li.sliding-element a {
	margin: 0 0 0 0;
}

li#mn_active {
	border-top: 2px solid #BE5356;
}

li#mn_active a {
	color: #DA5053;
}

li.sliding-element a img {
	margin: 5px 0 0 0;
}

h1.titPagina {
	font: normal bold 12pt Garamond;
	color: #E7A835;
	text-align: center;
}

/* ****************************** */

#s3slider {
   width: 400px; /* important to be same as image width */
   height: 250px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 12px Helvetica, sans-serif;
	font-style: italic;
	padding: 10px 13px;
	width: 570px;
	background-color: #333;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */


	/*
	if you put
	top: 0; -> the box with text will be shown at the top of the image
	if you put
	bottom: 0; -> the box with text will be shown at the bottom of the image
	*/
}

.clear {
   clear: both;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
.left {
	top: 0;
	left: 0;
	width: 90px !important;
	height: 250px;
}

.center {
	text-align: center;
}

.rosso {
	color: #DA5053;
}

.p10 {
	padding: 10px;
}

.pt10 {
	padding-top: 10px;
}

.sz12 {
	font-size: 12pt;
}

/* ****************************** */

.galleria {
	list-style: none;
}

.galleria li{
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0;
}

.galleria li a {
	display: none
}

.galleria li div{
	position: absolute;
	display: none;
	top: 0;
	left: 180px
}

.galleria li div img{
	cursor: pointer
}

.galleria li.active div img,.galleria li.active div{
	display: block;
}

.galleria li img.thumb{
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto
}

.galleria li .caption{
	display: block;
	padding-top: .5em
}

* html .galleria li div span{
	width: 400px
}
 /* MSIE bug */

.caption{
	font-style: italic;
	color: #887;
}

.brako{
	position: relative;
	margin-top: 2em;
}

.gallery_brako{
	width: 500px;
	margin: 0 auto;
}

.gallery_brako li{
	width: 70px;
	height: 50px;
	border: 3px double #886E6E;
	margin: 0 2px;
	background: #333;
}

li.active {
	border: 3px double #BE5356;
}

.gallery_brako li div{
	left: 240px
}

.gallery_brako li div .caption{
	font: italic 0.7em/1.4 georgia,serif;
}


#main_image{
	text-align: center;
	margin: 0;
	height: 270px;
	width: 570px;
	background: #262626;
}

#main_image img {
	margin-bottom: 10px;
}

.nav{
	padding-top: 15px;
	clear: both;
	font: 80% 'helvetica neue',sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}

.info {
	text-align: left;
	width: 570px;
	margin: 30px auto;
	border-top: 1px dotted #221;
	padding-top: 30px;
}

.info p{
	margin-top: 1.6em;
}

/* ****************************** */

.btRoundBig {
	width: 160px;
	height: 50px;

	background-image: url(../img/sf_btBig.jpg);
	background-repeat:  no-repeat;
	background-position:  right center;
}

.btRoundSmall {
	width: 160px;
	height: 25px;

	background-image: url(../img/sf_btSmall.jpg);
	background-repeat:  no-repeat;
	background-position:  right center;
}

.btBot {
	width: 160px;
	height: 25px;

	background-image: url(../img/sf_btBot.jpg);
	background-repeat:  no-repeat;
	background-position:  right center;

}

.btSquare {
	width: 160px;
	height: 25px;

	background-color: #333;

}

.icn_inizio {
	background-image: url('../img/icn_inizio.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 30px;
	margin: 0;
}

.freccia {
	background-image: url('../img/fr_dx.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 12px;
}

/* ****************************** */

.scheda_ag {
	margin-bottom: 10px;
}

.tit_ag {
	font-size: 10pt;
	font-weight: bold;
	background-color: #333;
	margin: 10px 10px 5px 0;
	padding: 5px;
}

/* ****************************** */

div.tbDealer {
	width: 90%;
	margin: 10px 0;
	padding: 5px 15px;
	border: 1px solid #7F7F7F;
}

table.tbDealer p {
	white-space: nowrap;
}

/* ****************************** */


#main_video {
	text-align: center;
}

/* ****************************** */

.input_login {
	font-size: 9pt;
	width: 100px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
}

.button {
	font-size: 8pt;
	background-color: #DA5053;
	color: #FFFFFF;
	border: 2px outset #666666;
	padding: 0 10px;
}

.td_form_contatti {
	padding: 6px;
	white-space: nowrap;
}




