*{
	margin:0;
	padding:0;
	border:0;
}
body{
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* "Trebuchet MS", Helvetica, sans-serif */
	/* "Times New Roman", Georgia, serif */
	/* "Lucida Sans", Arial, "Times New Roman", Times, sans-serif */
	font-size:67.5%;
}
ul,ol,li{
	margin-left:1.5em;
}
p {margin:1em 0em 1em 0em}
pre {white-space:normal}
a{color:#333333;text-decoration:none;}
a:hover{color:#D7001B;}


h1{
	font-size:1.6em;
	color:#D7001B;
	font-weight:normal;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

.small-n {
	font-size:.9em;
}
.small-i {
	font-size:.9em;
	font-style:italic;
}
.clear{clear:both}

.imgleft{
	float:left;
	margin-right:5px;
}
.imgright{
	float:right;
	margin-left:5px;
}
.imgcenter{
 	display:block;
	margin:0 auto;
}
.imgborder{
	border:2px solid #999999;
	padding:1px;
}
/*------- custom ---------*/

#wrapper{
	margin:0 auto;
 	background:url(../img/sfondopagina.gif) no-repeat;
}
#wrapleft{
	width:250px;
}
#wrapright{
 }
#wrapright h1, #wrapright p {
}
#pathway{
	display:none;
}
#boxright{
 	float:right;
	width:110px;
	height:225px;
	font-size:1.2em;
	padding-left:12px;
	font-weight:bold;
	color:#ffffff;
}
.azienda{background:url(../img/boxazienda.gif) no-repeat;}
.prodotti{background:url(../img/boxprodotti.gif) no-repeat;}
#logo{
	display:block;
	padding:32px 0px 22px 0px;	
}
#topflash{
	display:none;
}
#topmenu{
	display:none;
}
#titlebar{
	display:none;
}
#loghiazienda{
	border-top:1px solid #ffffff;
	padding-top:5px;
}
.rosso{
	color: #D7001B;
}
#footer{
	border-top:1px solid #ffffff;
	padding-top:5px;
	position:absolute;
	bottom:0px;
	left:0px;
}

/* -------------- forms --------------------------------*/
.cssform{
padding: 5px;
border:1px solid #999999;
background:#dddddd;
}

.cssform p{
clear: left;
margin: 0;
padding: 2px 0 2px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}
.cssform p.smaller{
padding-left: 100px;
}

.cssform label{
font-weight: normal;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform label.smaller{
margin-left: -100px; 
width: 90px; 
}

.cssform input{ /*width of text boxes. IE6 does not understand this attribute*/
border:1px solid #c1c1c1;
}
.cssform select{ /*width of text boxes. IE6 does not understand this attribute*/
border:1px solid #c1c1c1;
}
.cssform .textfield {
width: 180px;
}
.cssform .textfield2 {
width: 80px;
}
.cssform textarea{
width: 250px;
height: 120px;
border:1px solid #c1c1c1;
}

/* firefox bar hack */
html {
	margin-bottom: 1px;
	height: 100%;
}
