/*----------------------------------------------------*/
/*------ CSS RESET -----------------------------------*/
/*----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img {
	margin: 0;
	border: 0 !important;
}
b {
	font-weight: bold;
}
hr {
	margin:8px 0;
	background-color:#9e9e9e;
	height: 1px;
	border: 0;
}
a {
	color: #bd0926;
	font-style: normal;
	border: 0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #454343;
	font-weight: normal;
	margin:0 0 10px 0;
	padding:0;
	clear: both;
	display: block;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 20px;
	line-height:1.5em;
	color: #BD0926;
}
h3 {
	font-size: 18px;
	color: #444444;
	line-height: 24px;
}
h4 {
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 5px 0;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none;
}


/*----------------------------------------------------*/
/*------ ELEMENTI COMUNI ------------------------------*/
/*----------------------------------------------------*/
body {
	background-attachment: ;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}
#main_container {
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
    /*background-image: url(../pagination/background/bg_pattern.gif);*/
	/*background-image: url(../pagination/background/manichino.png);*/
	background-position: bottom center;
	background-repeat: no-repeat;
	
}
#main {
	width: 962px;
	margin: 0 auto;
	padding: 0 19px;
	background-color: #fff;
	overflow: hidden;
	font-size: 16px;
	color: #444444;
	line-height:16px;
	font-family: Helvetica, Arial, sans-serif;
}
#header {
	width: 962px;
	margin: 0;
	padding: 0 0 10px 0;
	float: left;
	border-bottom: 15px solid #2B2B2B;
	text-align: center;
}
#lingua {
	width: 200px;
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
	text-align: right;
	position: relative;
	top: 1.4em;
	letter-spacing: 0.1em;
}
#logo {
	width: 962px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	text-align: center;
	vertical-align: top;
}
#content {
	width: 960px;
	margin: 0;
	padding: 0;
	float: left;
	border-left: 1px solid #c5c7c8;
	border-right: 1px solid #c5c7c8;
	border-bottom: 1px solid #c5c7c8;
}
#footer {
	width: 962px;
	height: 50px;
	margin: 0;
	padding: 7px 0 0 0;
	float: left;
	background-color: #000;
	color: #fff;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 22px;
}
#firma {
	width: 1000px;
	margin: 0 auto;
	padding: 3px 0 5px 0;
	clear: both;
	display: block;
	text-align: center;
	font-size: 12px;
}
#firma a {
	color: #fff;
}
#firma a:hover {
	text-decoration: none;
	color: #c5c7c8;
}

/*----------------------------------------------------*/
/*------ HOMEPAGE SLIDE ------------------------------*/
/*----------------------------------------------------*/

#slider-container {
	width: 962px;
	margin: 0;
	padding: 0;
	float: left;
}



/*----------------------------------------------------*/
/*------ HOMEPAGE SLIDE PRODOTTI ---------------------*/
/*----------------------------------------------------*/

#product_slider_1 {
	width: 960px;
	margin: 0;
	padding: 0;
	float: left;
}
.product-categories {
	margin: 0;
	list-style: none;
}
.product-categories li {
	float: left;
	width: 300px;
	margin: 0;
}
.product-categories li a,
.product-categories li img,
.product-categories li span {
	display: block;
	float:left;
	width: 184px;
}
.product-categories li span {
	width: 184px;
	text-align: center;
	padding: 10px 0 0 0; 
}

/*----------------------------------------------------*/
/*------ CLASSI --------------------------------------*/
/*----------------------------------------------------*/

.clear {
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	text-align: center;
}
.filetto {
	background-color: #c5c7c8;
    height: 1px;
    width: 960px;
	margin: 10px 0;
	padding: 0;
	float: left;
}
.titolosezione {
	width: 144px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0 20px;
	float: left;
	background-color: #c5c7c8;
	line-height: 20px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
}



#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border: none;
	text-indent: -999px;
	z-index: 9000;
	background: url(../../../ui.totop.png) no-repeat left top;
}

