/* Reset CSS
-----------------------------------*/
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,
A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,
DEL,DFN,EM,FONT,IMG,INS,KBD,Q,S,SAMP,
SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,
DL,DT,DD,OL,UL,LI,
FIELDSET,FORM,LABEL,LEGEND,
TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
EM{
	font-style:normal;
	}
A{
	text-decoration:underline;
	}
A:LINK,
A:VISITED{
	color:#669;
	}
A:HOVER,
A:ACTIVE{
	color:#369;
	}
:FOCUS{
	outline:0;
	}
HTML,
BODY{
	height:100%;
	}
BODY{
	font-family:Tahoma,Geneva,sans-serif;
	font-size:.8125em;
	line-height:1.538;
	color:#555;
	}
OL,UL{
	list-style:none;
	}
TABLE{
	border-collapse:separate;
	border-spacing:3px;
	}
CAPTION,TH,TD{
	text-align:left;
	font-weight:normal;
	}
BLOCKQUOTE:BEFORE,BLOCKQUOTE:AFTER,
Q:BEFORE,Q:AFTER{
	content:"";
	}
BLOCKQUOTE,Q{
	quotes:"" "";
	}
	
/* Layout
-----------------------------------*/
#container{
	width:100%;
	min-width:990px;
	background:url(../images/bg-container-left.png) repeat-y;
	}
#container-inner{
	width:100%;
	background:url(../images/bg-container-right.png) repeat-y 100%;
	}
#wrapper{
	float:left;
	width:100%;
	}
#content{
	margin: 0 200px;
	overflow:hidden;
	}
	#content #page-title{
		background:#f9ffe8;
		font-size:18px;
		line-height:1;
		font-weight:normal;
		margin:10px 0;
		padding:5px 10px;
		border:1px solid #444;
		}
	#content .textbox{
		background:#fff;
		font-weight:normal;
		padding:5px 10px;
		border:1px solid #444;
		overflow:hidden;
		height:100%;
		}


/* Header
-----------------------------------*/
#header{
	height:250px;
	background:url(../images/bg-header.jpg) no-repeat;
	overflow:hidden;
	}
#header2{
	height:250px;
	background:url(../images/bg-header2.jpg) no-repeat;
	overflow:hidden;
	}
	#header #title{
		float:left;
		}
	#header #title H1{
		text-indent:-9999px;
		}
	#header #title P{
		text-indent:-9999px;
		}
	#header .contact-list{
		font-family:Verdana,Arial,serif;
		float:right;
		height:250px;
		margin:0;
		width:270px;
		padding:0 0 0 71px;
		}
	#header .contact-list P{
		height:140px;
		padding:50px 30px 10px 0;
		margin:0;
		text-align:center;
		font-size:18px;
		font-weight:normal;
		}
	#header2 #title{
		float:left;
		}
	#header2 #title H1{
		text-indent:-9999px;
		}
	#header2 #title P{
		text-indent:-9999px;
		}
	#header2 .contact-list{
		font-family:Verdana,Arial,serif;
		float:right;
		height:250px;
		margin:0;
		width:270px;
		padding:0 0 0 71px;
		}
	#header2 .contact-list P{
		height:140px;
		padding:50px 30px 10px 0;
		margin:0;
		text-align:center;
		font-size:18px;
		font-weight:normal;
		}

/* Menu
-----------------------------------*/
#menu{
	overflow:hidden;
	width:100%;
	border-bottom:1px solid #aaa;
	background: #fff;
	/*margin-top: -30px;*/
	}
	#menu UL{
		padding:10px 0 0 50px;
		overflow:hidden;
		}
	#menu LI{
		float:left;
		display:block;
		height:22px;
		padding:0 6px 0 0;
		margin:0 1px;
		background:#ffb85d url(../images/bg-menu-item.png) no-repeat 100% 0;
		}
	#menu A{
		float:left;
		border:0;
		padding:0 5px 0 10px;
		line-height:21px;
		text-decoration:none;
		background:#ffb85d url(../images/bg-menu-item.png) no-repeat;
		outline:none;
		}
	#menu A:LINK,
	#menu A:VISITED{
		color:#669;
		}
	#menu A:HOVER,
	#menu A:ACTIVE{
		color:#fff;
		}
	

/* Typography
-----------------------------------*/

#content H1,
#content H2,
#content H3,
#content H4,
#content H5,
#content H6{
	margin:0;
	line-height:1;
	font-weight:normal;
	}
#content H1{
	margin-bottom:.5em;
	font-size:2em;
	}
#content H2{
	margin-bottom:.5142em;
	padding-top:.2em;
	font-size:1.75em;
	}
#content H3{
	margin-bottom:.7em;
	padding-top:.3em;
	font-size:1.5em;
	}
#content H4{
	margin-bottom:.6em;
	font-size:1.35em;
	}
#content H5{
	margin-bottom:.5em;
	font-weight:bold;
	font-size:1.1em;
	}
#content H6{
	margin-bottom:.5em;
	font-weight:bold;
	font-style:italic;
	font-size:1em;
	}
#content P{
	margin-bottom:1em;
	}
#content OL,
#content UL{
	margin:1em 0;
	}
#content OL LI{
	margin:0 0 0 2em;
	display:list-item;
	list-style-position:outside;
	list-style-type:decimal;
	}
#content UL LI{
	margin:0 0 0 2em;
	display:list-item;
	list-style-position:outside;
	list-style-type:disc;
	}
#content EM{
	font-style:italic;
	}
#content STRONG{
	font-weight:bolder;
	}
#content TABLE{
	margin:0 0 1.5em 0;
	}
#content CAPTION{
	margin:1em 0 .3em 1.25em;
	caption-side:top;
	font:italic bold 1.1em/1.5 'Palatino Linotype',Palatino,Georgia,serif;
	color:#999;
	}
#content TH{
	background:#eee;
	padding:5px 7px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	}
#content TD{
	padding:3px 7px;
	vertical-align:top;
	text-align:left;
	}
#content .pic{
	display:block;
	position:relative;
	z-index:5;
	border:1px solid #ddd;
	background:#eee;
	padding:5px;
	margin-bottom:20px;
	}
#content .left{
	float:left;
	clear:left;
	margin:0 20px 20px 0;
	}
#content .right{
	float:right;
	clear:right;
	margin:0 0 20px 20px;
	}



#footer{
	clear:left;
	width:100%;
	}
/* Navigation
-----------------------------------*/
#navigation{
	float:left;
	width:200px;
	margin-left:-200px;
	}
	#navigation .inner{
		padding:0 10px;
		overflow:hidden;
		width:180px;
		}

	
/* Extra
-----------------------------------*/
#extra{
	float:left;
	width:200px;
	margin-left: -100%;
	}
	#extra .inner{
		padding:0 10px;
		overflow:hidden;
		width:180px;
		}

/* Footer
-----------------------------------*/
#footer{
	position:relative;
	clear:both;
	}
	#footer P{
		padding:10px;
		line-height:31px;
		}
	#footer A{
		text-decoration:none;
		border-bottom:0;
		}
	#footer A:LINK,
	#footer A:VISITED{
		color:#555;
		}
	#footer A:HOVER,
	#footer A:ACTIVE{
		color:#ff7a15;
		}
	#footer .fabrica{
		padding-right:30px;
		}
		#footer .fabrica IMG{
			background:url(../images/fabrica-black.png) no-repeat;
			}
	#footer .links{
		padding-left:10px;
		}
	#footer .liveinternet{
		padding-left:30px;
		}

/* Fabrica
-----------------------------------*/
#fabrica{
	text-align:center;
	}
	#fabrica IMG{
		border:0;
		vertical-align:middle;
		}

/**/

.box_search{
	border: 1px solid #3399ff;
	width: 140px;
	background-color: #ffffcc;
	padding-bottom: 2px;
	margin-left: 10px;
	}
.magnifier{
	margin-left: 2px;
	}
#ricerca{
	float:left;
	display:inline;
	padding:0;
	clear: both;
	margin-top: 10px;
	margin-bottom:0px;
	}

/**/

.menuExtra{
	float:left;
	display:inline;
	margin-left:10px;
	margin-top:7px;
	margin-bottom:10px;
	padding:0;
	}
.menuExtra li{
	float:left;
	display:inline;
	width:160px;
	list-style:none;
	margin:0;
	padding: 0px;
	clear:both;
	}
.menuExtra a{
	display:block;
	text-decoration:none;
	padding:2px 4px 3px 20px;
	border:1px solid #444;
	margin-top: 3px;
	}
.menuExtra a:link,
.menuExtra a:visited{
	color:#000;
	background: #fafafb url(../images/freccia3.gif) no-repeat 4px 50%;
	}
.menuExtra a:hover{
	background:#ebebeb url(../images/freccia2.gif) no-repeat 4px 50%;
	color:#000;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #df0202;
	padding-right:0;
	}
.menuExtra a:focus,
.menuExtra a:active{
	background:#ebebeb url(../images/freccia2.gif) no-repeat 4px 50%;
	color:#000;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #df0202;
	padding-right:0;
	cursor:text;
	}
.menuExtra {
	background-image: url(../images/freccia2.gif);
	background-repeat: no-repeat;
	background-position: -200px -200px;
	}
/**/

.infobox{
	padding:3px 4px;
	border:1px solid #444;
	margin:40px 0 10px;
	background:#fafafb;
	}

/* PATCH by ANDROID*/
.catalog-item {
	width: 100%;
	}
