/************ CSS RESET ********************/
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;
	text-decoration:none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #000;
	font-family: Verdana, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/************** end CSS RESET ****************/
h1,h2,h3,h4,h5,h6{color:#333; font-weight:bold;}
h1 {font-size:18px; line-height:15px; }
h2 {font-size:12px; line-height:15px; margin: 0 0 10px 0;}
h3 {font-size:12px; line-height:15px; margin: 0 0 10px 0;}
h4 {font-size:12px; line-height:15px; }
h5 {font-size:12px; line-height:15px; }
h6 {font-size:12px; line-height:15px; }

p, li{
font-size:13px;
line-height:18px;
}

a {
color: #333;
}

a:hover{
color:#000;
}

a:visited{
color: #666;
}

.align-r{text-align:right;}
/*.more{float:right;}*/

#header{
background: #000 url(../img/bg-head.jpg) repeat-x top center;
border-bottom:1px solid #bbbeb7;
}

.wrap{
margin:0 auto;
padding: 10px 0 0;
width:960px;
position:relative;
}

#header h1{
background: url(../img/logo.jpg) no-repeat top center;
width:146px;
height:90px;
padding:0;
line-height:30px;
text-indent:-999em;
margin:0 auto;
}

/*menu*/
#menu{
overflow:hidden;
margin:0px 0 0;
padding:10px 50px 0;
}

#menu li{
float:left;
padding:0;
margin: 0 24px 0 0;
}

#menu li a{
color:#666;
padding:5px;
display:block;
}

#menu li a:hover, #menu li.current a{
background:#bbbeb7;
color:#333;
}

  /*menu end*/
  /*lingua*/
#lang {
position:absolute;
right:0;
top:110px;
background:#bbbeb7;
color:#333;
}

#lang li{
	padding:5px;
	display:inline;
	float:left;
}
  /*lingua end*/

/*********** FINE HEADER ***********/
/*********** PAGE ****************/
#page .wrap{
margin:0px auto;
position:relative;
}
#page.home {
background:#bbbeb7;
}
#page.home .wrap{
width:720px;
}

#page.pages{
background:#bbbeb7;
}

#page.home img, #news h2{float:left;display:inline;}

#page.home p{
margin: 50px 0 0 300px;
width:370px;
}

#page.home #news{
clear:both;
background: url(../img/bg-news.png) no-repeat 0 0;
height:145px;
padding:10px 20px;
position:relative;
top:-20px;
}

#page.home #news h2,#page.home #news h3{
color:#333;
margin: 0 20px 0 0;
}

#page.home #news p, #page.home #news h3, #page.home #news .more{
margin: 0px 0 0 330px;
width:300px;
}

#table-content{
clear:both;
height:300px;
padding:100px 100px;
position:relative;
}

.meta{color:#666;}

.more{
font-size:75%;
display:block;
margin-top:5px !important;
}

/* menu styles */
#menu-cat {
overflow:hidden;
margin:0px 0 0;
padding:0px 0 0 0px;
}

#menu-cat li{
float:left;
padding:0 6px 0 0;
margin: 0 7px 0 0;
font-size:10px;
border-right:#999 solid 1px;
/* add */
list-style: none;
}

#menu-cat li a{
color:#000;
/* add */
display: block;
white-space: nowrap
}

/* menu a tendina inizio */
#menu-cat li a:hover{
/* background: #EEEEEE */
}
		
#menu-cat li ul{
margin: 0;
padding: 0;
position: absolute;
visibility: hidden;
border-top: none;
z-index: 10;
}
		
#menu-cat li ul li{	
border-right: none;
padding:0 0px 0 0;
margin: 0 0px 0 0;			
float: none;
display: inline
}
			
#menu-cat li ul li a{	
padding: 2px 10px;
width: auto;
background: #abaea7;
}

#menu-cat li ul li a:hover{
background: #9b9e97
}
/* menu a tendina fine */





/***********FINE PAGE ******************************************************/

/*news*/
#menunews{
overflow:hidden;
width:220px;
margin:0px 0 0;
padding:10px 0;
float:left;
}

#menunews li{
padding:0;
margin:0;
}

#menunews li a{
color:#666;
padding:5px;
display:block;
}

#menunews li a:hover, #menunews li.current a{
color:#333;
background: #e3e4dc;
}
#boxnews{
	padding:10px;
	text-align:center;
	width:720px;
	float:left;
	background: #e3e4dc;
}
/*fine news*/

/***********schede tecniche ******************************************************/
.schedatecnica{
margin:5px;
padding:5px;
font-size:11px;
line-height:18px;
border-bottom:#666 solid 1px;
background-color:#FFF;
}
/***********fine schede tecniche ******************************************************/
/***********BOX ******************************************************/
.boxschede{
float:left;
width: 180px;
margin:4px;
padding:2px;
background-color:#c3c4c2;
font-size:10px;
color: #333;
line-height:18px;
}
.boxschede p{
padding:0 0 0 2px;
color:#000;
background-color: #666;
}
#boxprezzi{
width: 250px;
background-color:#FFF;
padding:5px;
float:right;
font-size:11px;
line-height:18px;
border:#999 solid 1px;
}
#boxprezzi a{
color: #333;
}

.form{
background: #e3e4dc;
font-size:11px;
}
/***********FINE BOX ******************************************************/

/*********** FOOTER ****************/
#footer{
background-color:#000;
border-top:1px solid #bbbeb7;
}

#footer p{
color: #666;
margin: 0;
text-align:left;
float:left;
display:inline;
}

#footer #note{
margin: 0;
text-align:left;
float:right;
display:inline;
}

#footer a{
color:#bbbeb7;
padding:1px 3px;
}

#footer a:hover{

}




