/*Foglio di stile per la homepage*/

#IndexMain {
	margin-left:2px;
	padding-left:2px;
	width: 737px!important;
	width: 739px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
#IndexMain div.BoxIndex {
	float: left;
	width: 243px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	text-align: center;
}
#IndexMain div.BoxIndex img {
	margin: 0px auto;
}
#IndexMain div.SpanBox {
	margin: 10px auto;
	padding: 15px 22px 10px 19px;
	width: 196px!important;
	width: 237px;
	height: 179px!important;
	height: 204px;
	font: normal 11px "Lucida Grande","Lucida Sans Unicode",Geneva,Helvetica,"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 17px;
}
#IndexMain div.redbox {
	background: url(../image/layout/red_box_home.png) 0px 0px no-repeat;
	color: #FFF;
}
#IndexMain div.bluebox {
	background: url(../image/layout/blue_box_home.png) 0px 0px no-repeat;
	color: #FFF;
}
#IndexMain div.greenbox {
	background: url(../image/layout/green_box_home.png) 0px 0px no-repeat;
	color: #FFF;
}
div.greyboxt {
	background: #FFCC00 url(../image/layout/greybox_t.png);
	width: 237px
	height: 80px;
}
#IndexMain div.greyboxm {
	background: #FF6600 url(../image/layout/greybox_m.png) 0px 10px;
	width: 237px
	min-height: 50px;
	height: auto!important;
	height: 50px;
}
#IndexMain div.greyboxb {
	background: #00FF00 url(../image/layout/greybox_b.png) bottom left no-repeat;
	width: 237px
	height: 50px;
}

span.TitleHome {
	padding-left:40px;
	font: normal 22px "Trebuchet MS",Verdana,Arial,sans-serif;
	color: #004080;
	text-decoration:none;
	line-height:40px;
}

/*
min-width:168px;
max-width:300px;
width:expression(document.body.clientWidth > 800? "300px": "auto" );*/
