/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/

/*********************************************************************/
/**** RESET DEI VALORI DI DEFAULKT DEI BROWSER ***********************/
/*********************************************************************/

html {
	color: #000;
	background: #FFF;
	
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote{
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
p {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea, 
select {
	font-size: 100%;
}


/*********************************************************************/
/**** STRUTTURA MAGIC DESIGNER ***************************************/
/*********************************************************************/

#formid_intestazione1 {
    position: relative;
    width: 100%;
    height: 119px;
    overflow: hidden;
}

#formid_intestazione1 .intestazione {
	position: relative;
	border: 0px;
	margin: 0px;
	height: 120px;
	width: 100%;
}

#formid_intestazione2 {
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
} 

#formid_intestazione3 {
   position: relative;
   width: 100%;
   height: auto;
	overflow: hidden;
} 

#corpo {
	vertical-align: top;
	margin-left: 190px;
	margin-right: 190px;
	border: 0px;
	padding: 0px;
	z-index: 1;
}
 
#formid_sx {
	position:relative; /*ie needs this to show float */
	width:190px;
	border-left:0px;
	padding: 0px;
	float: left;
	margin-left:-189px; /*must be 1px less than width otherwise won't push footer down */
	margin-right:-1px;
	left:0px;
	z-index: 2;
}

#formid_dx {
	position:relative;
	vertical-align: top;
	width:190px;
	float: right;
	margin-right:-189px; /*must be 1px less than width otherwise won't push footer down */
	margin-left:-1px;
	border: 0px;
	padding: 0px;
	left:0px;
	z-index:2;
}

#formid_centro {
    position:relative;
	 margin: 0px;
	 padding: 0px;
	 border: 0px;
    width: 98%;
    float:left;
}

#formid_fondo1 {
	position:relative;
	width:100%;
	clear:both;
	height:30px;
}

#formid_fondo2 {
	position:relative;
	width:100%;
	clear:both;	
	height:130px;
	margin-top: 20px;
}

#formid_fondo3 {
	position:relative;
	width:100%;
	clear:both;
	height:10px;
}

#formid_allineaFondo {
    clear:both;
}/*needed to make room for footer*/

* > html #formid_allineaFondo {float:left;width:100%;} /* ie mac styles */


