/* CSS Document */

body, html {
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0px;
}

.all{
	width:100%;
	text-align:center;
	margin:0px;
}

.homeUp{
	width:960px;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.homeUpSx{
	float:left;
}

.homeUpDx{
	margin-left:210px;
	text-align:center;
}

.homeLingua{
	margin:15px;
	font-weight:bold;
}

a.homeLinkLingua:link, a.homeLinkLingua:visited{
	color:#333333;
	text-decoration:none;
}

a.homeLinkLingua:hover{
	color:red;
	text-decoration:none;
}


a.homeMenu:link, a.homeMenu:visited{
	color:#333333;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#dddddd;
	text-decoration:none;
	
}

a.homeMenu:hover{
	color:#333333;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#FFCC00;
	text-decoration:none;
	
}

.homeCenter{
	background:url(img/home/pt_homeCenter.gif);
	width:100%;
	height:297px;
	text-align:center;
}

.homeTit{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.homeDown{
	width:960px;
	margin-top:20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.pagUpDx{
	margin-left:210px;
	text-align:center;
}

.pagMenuImg{
	margin-left:80px;
	margin-right:0px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}

.pagUp{
	background:url(img/pages/pt_pagUp.gif);
	width:100%;
	height:30px;
	text-align:center;
}

.pagCenter{
	background-color:#dc0606;
	width:100%;
	text-align:center;
}

.pagDown{
	background:url(img/pages/pt_pagDown.gif);
	width:100%;
	height:31px;
	text-align:center;
}

.txtFirma{
	font-size:9px;
	color:#999999;
}

.txtBold{
	font-weight:bold;
}

.txtItalic{
	font-style:italic;
}

.txtBig{
	font-size:14px;
}

.txtBianco{
	color:#FFFFFF;
}

.txtNero{
	color:#000000;
}

.titBianco{
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
}

.titBiancoNoBold{
	color:#FFFFFF;
	font-weight:normal;
	font-size:20px;
}

.titSmall{
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}

.clear{
	clear:both;
}


.btnRichiestaCatalogo {
	display: block;
	width: 280px;
	height: 284px;
	background: url(img/btnRichiesta_catalogo.jpg) no-repeat center top;
	text-indent: -3000px;
}

.btnRichiestaCatalogo:hover{
	background: url(img/btnRichiesta_catalogo.jpg) no-repeat center -24px;
}

.btnRichiestaListino {
	display: block;
	width: 280px;
	height: 284px;
	background: url(img/btnRichiesta_listino.jpg) no-repeat center top;
	text-indent: -3000px;
}

.btnRichiestaListino:hover{
	background: url(img/btnRichiesta_listino.jpg) no-repeat center -24px;
}

.jsAlert {
	display: block;
	background-color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: red;
	padding: 10px;
}

.titoloRich {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: white;
	padding: 10px;
	border: 1px solid white;
	text-align: center;
}