* {
	margin:0;
	padding:0;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
	}

* img{
	border-width: 0
	} 

body {
	
	line-height:1.3em;
	}
	
p {
	padding:2px 10px;}
	
/*-------------------------------------------------------------------------------------DIV GENERALI*/

#wrapper {
	width:1000px;
	margin:0 auto;
	min-height:auto;
	background:url(../img/bkg.png);
	overflow:hidden;
	}
	
#header {
	
	text-indent:-9999px;
	background:url(../img/header.jpg) no-repeat;

	width:900px;
	height:140px;
	
	border-right:3px solid #000; 
	margin:0 auto;
	}
	
	#headerHome {
	


	width:900px;
	height:140px;
	
	border-right:3px solid #000; 
	margin:0 auto;
	}

#menu {
    background:url(../img/bg_menu.png) no-repeat;
	width:900px;
	height:20px;
	border-left:3px solid #000; 

	margin:0 auto;
	}
	
#contentHeader {
	background:#FFF;
	width:900px;
	height:75px;
	margin:0 auto;
	
	border-right:3px solid #000; 
	}

#content {
	background:#FFF;
	width:900px;
	height:560px;
	overflow:hidden;
	border-right:3px solid #000; 
	margin:0 auto;
	
	}
	
#contentLeft {
	background:#FFF;
	width:217px;
	height:560px;
	float:left;
	border-right:3px solid #F00;
	margin:0 auto;
		}
		
#contentRight {
	background:#FFF;
	height:560px;
	float:right;
	width:680px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	}
	
#contentRightProdotti {
	background:url(../img/bg_prodotti.jpg) bottom;
	height:560px;
	float:right;
	width:680px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	}
	
#footer{
	width:900px;
	height:20px;
	
	clear:both;
	
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	color:#000;
	font-style:italic;
	margin:0 auto;
	
	
	}
	
	#cataloghi {
		position:absolute;
		bottom:10px;
		width:100%;
		height:60px;
		border-top:3px solid #F00;
		text-align:center;
		background-color:#FFF;
		
	margin:0 auto;
	left:0;
		
		}


/*-------------------------------------------------------------------------------------ELEMENTI GENERICI*/

#contentLeft img{
	margin-bottom:15px;
	}
	

#contentLeft p{
	text-align:left;
		}
	

.news {
	
	border:none;
	padding-top:15px;
	}

/*-------------------------------------------------------------------------------------PRODOTTI.HTML -> ELEMENTI */

#tblProdotti{
	margin-left:30px;
	}
#messageProducts{
	display:block;
	padding-top:30px;
	padding-left:10px;
	margin-right:220px;
	width:500px;
	text-align:left;
	}
/*-------------------------------------------------------------------------------------PARTNERS.HTML*/

#slide {
	text-align:center;
	
	}
.slide {
	
	
	display:block;
	padding-left:150px;
	}
	
#contentLeftLink a,
#contentLeftLink a:visited{
	color:#F00;
	text-decoration:none;
	letter-spacing:3px;
	font-size:90%;}

#contentLeftLink a:hover {
	color:#F00;
	text-decoration:underline;
	letter-spacing:3px;
	font-size:90%;}

#contentLeftLink {
	background:#FFF;
	width:217px;
	height:560px;
	float:left;
	border-right:3px solid #F00;
	margin:0 auto;
		}

.loading {
	font-size:70%;
	font-style:italic;
	margin-top:5px;
	}
	
	
		.linkNews { font-size:120%; color:#F00; float:left; font-weight:bold; margin:27px 10px 10px 2px; text-decoration:none}
	
	.linkNews:hover {
		text-decoration:underline;
		}
