/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

html{
	width:100%;
	height:100%;
}

body{
	width:100%;
	height:100%;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#666c20;
	background:white;
}

a{
	color:#666c20;
	text-decoration:underline;
}

a:hover{
	color:#e1c009;
	text-decoration:underline;
}

#bollino{
	position:absolute;
	z-index:6;
	top:100px;
	left:50%;
	margin-left:230px;
	width:146px;
	height:146px;
	background:url(../images/bollino.png) no-repeat;
}

#contenitore{
	position:relative;
	width:100%;
	height:auto;
	background:#fff9cf url(images/line-top.gif) top repeat-x;
}

#sopra{
	position:relative;
	width:100%;
	height:auto !important;
	min-height:510px;
	height:510px;
	background:url(images/bg-sopra.jpg) bottom right no-repeat;
}

#linea-sotto{
	position:relative;
	width:100%;
	height:18px;
	background:#1c4e00;
	text-align:center;
	color:white;
	font-size:11px;
}

#linea-sotto a{
	color:white;
}

#sotto{
	position:relative;
	width:100%;
	background:white url(images/bg-sotto.jpg) top right no-repeat;
}

#sito-sopra{
	position:relative;
	/*display:inline-block; serve per contenere i float con le varie versioni di ie*/
	overflow:auto;/*serve per contenere i float con i browser più moderni*/
	margin:auto;
	width:860px;
	/*padding-left:120px;
	background:url(images/dealer.gif) 0 65px no-repeat;*/
}

#sito-sotto{
	position:relative;
	/*display:inline-block; serve per contenere i float con le varie versioni di ie*/
	overflow:hidden;/*serve per contenere i float con i browser più moderni*/
	margin:auto;
	width:800px;
}

#sito-sotto img{
	float:left;
	margin-top:10px;
}

#flash-sx{
	position:relative;
	float:left;
	width:160px;
	height:500px;
	background:url(images/sf-flash.gif) no-repeat;
}

#sito-cont{
	position:relative;
	float:left;
	width:700px;
	background:url(images/logo.gif) top left no-repeat;
}


#testata{
	position:relative;
	width:540px;
	height:32px;
	margin-left:160px;
	padding-top:60px;
	background:url(images/slogan.gif) right 39px no-repeat;
}

#testata ul{
	height:1px;
	overflow:hidden;
}

#professionisti{
	position:absolute;
	z-index:5;
	top:25px;
	width:132px;
	height:38px;
	background:url(images/creaprofessionisti.png) no-repeat;
}

#flash-menu{
	position:relative;
	height:50px;
	margin-bottom:5px;
}

#flash-menu li{
	float:left;
	padding-right:20px;
	list-style-type:none;
	background:#fed90a;
}

#contenuti{
	position:relative;
	/*display:inline-block; serve per contenere i float con le varie versioni di ie*/
	overflow:auto;/*serve per contenere i float con i browser più moderni*/
	margin-left:10px;
}

#usato-home, #promo-home{
	position:relative;
	float:left;
	width:330px;
	margin-bottom:20px;
	background:#eae7b8;
}

#usato-home{
	margin-right:29px;
}

#usato-home-dentro, #promo-home-dentro{
	/*background:url(../images/sf-molt-promo.gif) repeat-y;*/
	overflow:auto;
	/*display:inline-block;*/
	margin:3px;
	background:#f6f3ca;
	padding-bottom:5px;
}

#usato-home-dentro div, #promo-home-dentro div{
	/*background:url(../images/sf-molt-promo.gif) repeat-y;*/
	padding:5px 5px 0 5px;
}


#usato-home-dentro img, #promo-home-dentro img{
	float:left;
	width:113px;
	height:113px;
	margin-right:15px;
}

.tit-promo{
	border-bottom:double 3px #67900f;
	background:#eae7b8;
}


#home{
	position:relative;
	/*display:inline-block; serve per contenere i float con le varie versioni di ie*/
	overflow:auto;/*serve per contenere i float con i browser più moderni*/
}

#id-lab, a #id-lab{
	position:relative;
	margin:auto;
	display:block;
	width:81px;
	height:40px;
	background:url(../images/id1.gif) center bottom no-repeat;
	cursor:pointer;
}

a:hover #id-lab{
	background:url(../images/id2.gif) center bottom no-repeat;
	cursor:pointer;
}


.titolo{
	color:#67900f;
	font:italic 18px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

.titolino{
	font-size:16px;
	color:#5e8323;
}

.titolino a{
	color:#31710d;
	text-decoration:underline;
	text-transform:lowercase;
}

.titolino a:hover{
	color:#e1c009;
	text-decoration:underline;
}

.cat-margin, .cat-nomargin{
	background:url(../images/sf-categorie.gif) no-repeat;
	width:180px;
	height:180px;
	float:left;
	padding:10px;
	margin-top:15px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}

.cat-margin a, .cat-nomargin a{
	text-decoration:none;
}

.cat-margin{
	margin-right:45px;
}

.cat-margin img, .cat-nomargin img{
	width:180px;
	height:130px;
	margin-bottom:20px;
	border:0;
}

.elenco{
	/*display:inline-block; serve per contenere i float con le varie versioni di ie*/
	overflow:auto;/*serve per contenere i float con i browser più moderni*/
	line-height:21px;
	margin-bottom:10px;
	margin-top:5px;
}

.elenco img{
	width:110px;
	height:110px;
	float:left;
	background:url(../images/sf-thumb.gif) no-repeat;
	padding:8px;
	margin-right:10px;
}

/*--------------------------------------form----------------------------------------*/

form{
	position:relative;
	display:inline-block; /*serve per contenere i float con le varie versioni di ie*/
	overflow:auto;/*serve per contenere i float con i browser più moderni*/
	margin:0;
	padding-bottom:15px;
}

fieldset{
	position:relative;
	width:330px;
	float:left;
	border:1px solid #cfcaa8;
	padding:5px;
	margin:0;
	}
	
*:first-child+html legend{/*solo per ie7*/
	margin-left:-7px;
}
	
legend{
	border:none;
	padding:0;
	margin-left:0;
	color:#5a7d17;
	text-decoration: none;
	font:bold 12px "Trebuchet MS", Arial, Verdana;
	letter-spacing:0.65pt;
	line-height:30px;
	text-transform:uppercase;
	}

fieldset div{
	border:none;
	margin:0;
	padding:0;
	float:left;
	}

label{
	border:none;
	float:left;
    display: inline;
	margin-left: 0;
	width:170px;
	height:20px;
    line-height:20px;
	}

input{
	float:left;
	border:#cfcaa8 solid 1px;
	margin:2px 0 0 5px;
	padding:0 3px;
	width:auto;
	height:18px;
	background:#f0eac3;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#8c8977;
	}
	
select{
	float:left;
	border:#cfcaa8 solid 1px;
	margin:2px 0 0 5px;
	padding:0 3px;
	width:auto;
	height:20px;
	background:#f0eac3;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#8c8977;
	}
	
textarea{
	float:left;
	border:#cfcaa8 solid 1px;
	background:#f0eac3;
	margin:2px 0 0 0;
	padding:0;
	width:325px;
	height:128px;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#8c8977;
	}
	
.bottone{
	margin:2px 0 0 0;
	padding:0;
	width:80px;
	height:20px;
	border:none;
	background: #fed90a;
	vertical-align:middle;
	font:bold 12px "Trebuchet MS", Arial, Verdana;
	color:#1c4e00;
	}
	
label.piccolo{
	width:30px;
	height:15px;
    line-height:15px;
	}
	
label.medio{
	width:60px;
	height:15px;
    line-height:15px;
	}
	
input.radio{
	background:none;
	border:none;
	margin:1px 10px 0 0;
	}
	
textarea.info{
	height:83px;
	border-color:#cfcaa8;
	background:#f0eac3;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#b6b39d;
	}
	
textarea.infoemail{
	height:74px;
	border-color:#cfcaa8;
	background:#f0eac3;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#1c4e00;
	}

/*--------------------------------------image slideshow----------------------------------------*/

.imageSlideshowHolder,.imageSlideshowHolder_left{
	margin-left:0;	/* "Air" */
	/*float:left; /* Floating gallery at the right side of other web page content */
	width:113px;
	height:113px;	
	overflow:hidden;	/* Image height */
	position:relative;	/* Don't remove this line */
}

/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	border:none;
	left:0px;
	top:0px;
	width:113px;	/* Image width */
	height:113px;
}
