/* CSS Document */

*:first-child+html{/*solo per ie7*/
	overflow:auto;
}

html, body, p{
	margin:0;
	padding:0;
}

body{
	background:#e3c694 url(images/bg.jpg) 0 0 repeat-x;
}

a{
	outline:none;
	color:#935d33;
	text-decoration:none;
}

a:hover{
	color:#231609;
}

/*----------------------------------*/

#contenitore{
	margin:10px auto 0;
	width:1000px;
	background:url(images/bg-cont.png) 50% 0 repeat-y;
}

#contenuti{
	position:relative;
	width:1000px;
	background:url(images/top-cont.jpg) 50% 0 no-repeat;
}


#fondo{
	margin:0 auto 20px;
	width:1000px;
	height:10px;
	background:url(images/fondo.png) 50% 0 no-repeat;
}

/*------------------------------------*/


#logo{
	overflow:hidden;
	width:470px;
	height:250px;
	margin:0 0 0 90px;
	background:url(images/gentili_giorgio.gif) 0 0 no-repeat;
}

#logo a{
	display:block;
	padding:250px 0 0 0;
}


#cont{
	position:relative;
	overflow:auto;
	margin:0 0 0 170px;
	padding:0 50px 50px;
	width:700px;
	min-height:400px;
	background: url(images/sf-cont.jpg) left bottom no-repeat;
	font:normal 13px "Times New Roman", Times, serif;
	color:#231609;
	line-height:18px;
}

#indirizzo{
	position:absolute;
	bottom:15px;
	width:160px;
	text-align:right;
	font:normal 11px "Times New Roman", Times, serif;
	color:#775f3c;
	line-height:18px;
}

#idlab{
	overflow:hidden;
	margin-left:120px;
	width:40px;
	height:13px;
	background:url(images/id-lab.gif) 0 0 no-repeat;
}

#idlab a{
	display:block;
	padding-top:15px;
}

#giovannino{
	position:absolute;
	z-index:3;
	top:0;
	right:810px;
	width:290px;
	height:580px;
	background:url(images/giovannino-tomei.png) 0 0 no-repeat;
}

#ebay{
	position:absolute;
	overflow:hidden;
	z-index:2;
	bottom:60px;
	right:7px;
	width:230px;
	height:90px;
	background:url(images/ebay.png) 0 0 no-repeat;
}

#ebay a{
	display:block;
	padding:100px 0 0 0;
}

/*----------------------------------------------*/


#menu{
	position:absolute;
	top:200px;
	right:80px;
	width:700px;
	height:32px;
	background:url(images/line-menu.gif) 0 bottom no-repeat;
}

#menu ul{
	margin:0;
	padding:0 0 0 220px;
	list-style-type:none;
}

#menu li{
	overflow:hidden;
	float:left;
	height:17px;
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
}

#menu li a{
	display:block;
	padding:20px 0 0 0;
}

#menu li.dividi{
	margin:0 12px;
	width:15px;
	background-position:-53px 0;
}

#menu li.home{
	width:40px;
	background-position:0 0;
}

#menu li.chi{
	width:69px;
	background-position:-81px 0;
}

#menu li.prodotti{
	width:57px;
	background-position:-190px 0;
}

#menu li.capparella{
	width:88px;
	background-position:-288px 0;
}

#menu li.info{
	width:54px;
	background-position:-408px 0;
}


/*-------------------------------------*/


#news{
	position:relative;
	overflow:auto;
	background:#fdefd8;
	padding:5px 10px 10px;
	font-size:12px;
}

#news img{
	float:left;
	width:120px;
	margin:0 10px 0 0;
	border:3px solid #e3c694;
}

#news strong{
	font:normal 20px "Times New Roman", Times, serif;
	color:#935d33;
}

#news a{
	color:#b89459;
	text-decoration:none;
}

#news a:hover{
	color:#935d33;
}

/*-------------------------------------*/

.sx{
	float:left;
	margin:0 10px 10px 0;
}

.dx{
	float:right;
	margin:0 0 10px 10px;
}

.bordo{
	border:10px solid #e7cda0;
}


/*-------------------------------------*/

.titoli{
	font:normal 36px "Times New Roman", Times, serif;
	color:#935d33;
}

.titoli2{
	font:normal 30px "Times New Roman", Times, serif;
	color:#ccab75;
}


/*--------------------------------------*/


form{
	position:relative;
	overflow:hidden;
	margin:0 -20px -20px 0;
	padding:5px 0;
}

fieldset{
	position:relative;
	width:330px;
	float:left;
	border:0;
	padding:5px;
	margin:0 20px 20px 0;
	background:#fdefd8;
	font:normal 13px "Times New Roman", Times, serif;
	color:#231609;
}
	
*:first-child+html legend{/*solo per ie7*/
	margin-left:-7px;
}
	
legend{
	border:none;
	padding:0;
	margin:0 0 3px 0;
	color:#aaaaaa;
	text-decoration: none;
	font:normal 14px "Times New Roman", Times, serif;
}

fieldset div{
	border:none;
	margin:0;
	padding:0;
	float:left;
}

label{
	border:none;
	float:left;
    display: inline;
	margin-left: 0;
	width:100px;
	height:24px;
    line-height:24px;
}

input{
	float:left;
	border:0;
	margin:2px 0 0 5px;
	padding:0 3px;
	width:215px;
	height:20px;
	background:#f6dfb8;
	font:normal 13px "Times New Roman", Times, serif;
	color:#935d33;
}

input#cap{
	width:100px;
}

input#citta{
	width:170px;
}

input#prov{
	width:30px;
}
	
textarea{
	float:left;
	border:0;
	margin:2px 0 0 0;
	padding:0;
	width:225px;
	height:142px;
	background:#f6dfb8;
	font:normal 13px "Times New Roman", Times, serif;
	color:#935d33;
}
	
.bottone{
	margin:7px 0 0 0;
	padding:0;
	width:130px;
	height:27px;
	border:none;
	background: #935d33;
	vertical-align:middle;
	font:bold 16px "Times New Roman", Times, serif;
	color:#fff;
}
	
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;
	width:auto;
}
	
textarea.informativa{
	height:135px;
	font:normal 12px "Times New Roman", Times, serif;
	color:#b89459;
}



/*IR*/

div.prodotti
{
	clear:both;
	margin:0 0 5px 0;
}
div.prodotti img
{
	float:left;
	margin:0 5px 5px 0;
	border:#996633 2px solid
}

div.prodotti h2
{
	text-align:right
}

div#paginatore
{
border-top:#996633 1px dotted;
padding:10px;
text-align:right
}

div#navigatore
{
border-bottom:#996633 1px dotted;
padding:10px;
text-align:right
}

p.prezzo
{
	font:bold 18px "Times New Roman", Times, serif;
	color:#990000;
	text-align:right;
	margin:10px 0 0 
}

a.info, a.info:link, a.info:visited, a.info:active
{
	font:bold 14px "Times New Roman", Times, serif;
	color:#990000;
	background-color:#c6aa7b;
	padding:5px;
}

a.info:hover
{
	color:#FFF;
	background-color:#736146;
}

div.gallery
{
	float:left;
	width:300px;
	/*background-color:#999999*/
}

