/* Testata della pagina */
#pgNdx #header {
	position: relative;
	width: 960px;
	height: 410px;
}
/* Area splash */
#pgNdx #splash {
	padding: 74px 565px 0 45px;
	width: 350px;
	height: 246px;
	background: url(../img/splash_ndx.jpg) 0 0 no-repeat;
	color: #fff;
}
#pgNdx #splash h1 {
	margin: 0 0 0.5em 0;
	color: #fff;
}
#pgNdx #splash p {
	font-size: 15px;
}
#pgNdx #splash a {
	display: block;
	padding: 5px;
	border: 1px solid;
	border-color: #eef #024 #024 #eef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 160px;
	background: #039 url(../img/bkg_bottone.png) 0 0 repeat-x;
	color: #fff;
	font-weight: bold;
	text-align: center;
}	
#pgNdx #splash a:hover {
	color: #fc6;
	border-color: #eef #030 #030 #eef;
	background-position: 0 -50px;
	text-decoration: none;
}
#lkSplash01 {
	position: absolute;
	left: 45px;
	bottom: 25px;
}
#lkSplash02 {
	position: absolute;
	left: 230px;
	bottom: 25px;
}

/* Stile testo */
#boxSezioni {
	width: 565px;
}
#boxSezioni img {
	margin-bottom: 1em;
}
#sezioniSx {
	float: left;
	width: 260px;
}
#sezioniDx {
	float: right;
	width: 260px;
}
#boxProponi p, #boxRegistrati p {
	margin-left: 80px;
}
#boxProponi img, #boxRegistrati img {
	float: left;
}
div.mainBox {
	padding: 0.5em 0 1.5em 0;
	margin-bottom: 1em;
	background: url(../img/bkg_mainBox.png) center bottom no-repeat;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}
div.mainBox h2 {
	font-size: 18px;
	margin: 0.5em 0;
}
div.mainBox a {
	font-weight: bold;
}
#sezioniSx img, #sezioniDx img {
	margin-bottom: 1em;
}
#pgNdx #aside div {
	width: 260px;
}

/* stili box lista index */
#pgNdx div.boxLst {
	margin: 0;
	padding: 1em 0;
	border: 0;
	width: 260px;
	background: url(../img/bkg_boxLst_ndx.png) 0 0 repeat-x;
}
#pgNdx div.boxLst h3 {
	margin: 0.5em 0;
	font-size: 15px;
	font-weight: bold;
}
#pgNdx div.boxLst p {
	margin: 0 90px 1em 0;
}
#pgNdx div.boxLst img {
	float: right;
	margin: 6px 0 12px 0;
	width: 75px;
}

/* Stili elementi link */
p.lkScheda a {
	padding: 4px 0 2px 28px;
}
#boxBCCe p.lkScheda a {
	background: url(../img/bkg_lkBcce.png) 0 0 no-repeat;
}
#boxProponi p.lkScheda a {
	background: url(../img/bkg_lkCasa.png) 0 0 no-repeat;
}
#boxServizi p.lkScheda a {
	background: url(../img/bkg_lkBig.png) 0 0 no-repeat;
}
#boxEventi p.lkScheda a {
	background: url(../img/bkg_lkEventi.png) 0 0 no-repeat;
}
#boxRegistrati p.lkScheda a {
	background: url(../img/bkg_lkReg.png) 0 0 no-repeat;
}
#pgNdx div.boxLst p.lkScheda a {
	background: url(../img/bkg_lkScheda.png) 0 0 no-repeat;
}
#boxBCCe p.lkScheda a:hover, #boxProponi p.lkScheda a:hover, #boxServizi p.lkScheda a:hover, #boxEventi p.lkScheda a:hover, #pgNdx div.boxLst p.lkScheda a:hover, #boxRegistrati p.lkScheda a:hover {
	background-position: 0 -50px;
}

