html,body {
	padding:0;
	margin:0;
	height:auto;
}
body{
	background:#151515 url(../images/layout/bg-body.jpg) top left no-repeat;
	color:#ccc;
	font-family:Arial,Tahoma,sans-serif;
	font-size:12px;
	text-align:justify;
}
#logo{
	width:330px;
	height:111px;
	margin-left:75px;
	margin-top:190px;
	padding:0;
}

#logo-indus{
	float:left;
}

/* ####### MENU ####### */
#menu{
	width:400px;
	height:16px;
	padding:0;
	float:left;
	margin-left:250px;
	margin-top:-47px;
}
html>/**/body #menu /* FireFox*/ {margin-left:500px;}
*:first-child+html #menu /* solo IE 7.0 */ {margin-left:500px;}

#menu ul{
	clear:both;
	width:400px;
	padding:0;
	margin:0;
}

#menu ul li, #menu ul li a{
	display:block;
	height:16px;
	overflow:hidden;
	color:#FFF;
	float:left;
	padding-left:10px;
}

#menu ul li a span{
	display:none;
}


a#menu-azienda{
	width:88px;
	height:16px;
	background:url(../images/layout/menu-azienda.png) top left no-repeat;	
}
a#menu-cataloghi{
	width:113px;
	height:16px;
	background:url(../images/layout/menu-cataloghi.png) top left no-repeat;	
}
a#menu-contatti{
	width:99px;
	height:16px;
	background:url(../images/layout/menu-contatti.png) top left no-repeat;	
}

a#menu-azienda:hover, a#menu-azienda.active{
	background-position: 0px -20px;	
}
a#menu-cataloghi:hover, a#menu-cataloghi.active{
	background-position: 0px -20px;	
}
a#menu-contatti:hover, a#menu-contatti.active{
	background-position: 0px -20px;	
}

/* ####### FINE MENU ####### */


/* ####### CONTENUTO PAGINE ####### */
h1{
	font-size:18px;
	color:#FFF;
	font-weight:100;
}
h2{
	font-size:16px;
	font-weight:100;
	}
#content-index{
	width:350px;
	margin-left:500px;
	line-height:18px;
	
}
#content-privacy{
	width:500px;
	margin-left:340px;
	line-height:18px;
	
}
a{
	color:#9d2c4e;
}
a:hover{
	color:#7f2641;	
}
#content-contatti{
	width:550px;
	margin-left:300px;
	line-height:18px;
	
}
.clearBoth{
	clear:both;
}
ul#download_list li{
	list-style:none;

}

.right{
	float:right;
}
/* DOWNLOAD LIST */
ul#download_list li a{
	width:300px;
	height:18px;
	display:block;
	color:#ccc;
	text-decoration:none;
	
	padding:2px 5px;
}
html>/**/body ul#download_list li a /* FireFox*/ {background:url(../images/layout/ico-download.png) center right no-repeat;}
*:first-child+html ul#download_list li a /* solo IE 7.0 */ {background:url(../images/layout/ico-download.png) center right no-repeat;}

ul#download_list li a:hover{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	
	cursor:hand;
}
html>/**/body ul#download_list li a:hover /* FireFox*/ {background:#7f2641 url(../images/layout/ico-download.png) center right no-repeat;}
*:first-child+html ul#download_list li a:hover /* solo IE 7.0 */ {background:#7f2641 url(../images/layout/ico-download.png) center right no-repeat;}

.riga333{
	background:#4b0c20;
}

.Font10{
	font-size:10px;
}
.Font9	{
	font-size:9px;
}
.link{
	color:#ccc;
	text-decoration:none;
}
.link:hover{
	color:#9d2c4e;
	text-decoration:underline;
}

/* ####### FOOTER ####### */
#footer{
	clear:both;
	width:845px;
	margin-top:70px;
	padding:0;
	text-align:right;
	font-size:10px;
	color:#ccc;
	line-height:16px;
}
#footer a{
	color:#ccc;
	text-decoration:none;
}
#footer a:hover{
	color:#9d2c4e;
	text-decoration:underline;
}

