/* LAYOUT */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#630 url(../images/bg-body.jpg) center top;
/*	background-attachment:fixed;*/
	margin:10px 0;
}


#box {
	width: 450px;
	height: 223px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -225px; 
	margin-top: -111px; 
}


#container {
	width:918px;
	margin:0 auto;
}


/* STILI PER L'HEADER */

#header {
	padding-bottom:18px;
	padding-left:18px;
}
#boxHeader {
	background:url(../images/header.jpg) no-repeat 0 6px;
	height:131px;
}
#topNav {
	text-align:right;
	color:#cfcfcf;
	font-size:10px;
}
#topNav a {
	font-weight:bold;
	color:#cfcfcf;
	text-decoration:none;
}

#logo {
	position:absolute;
	padding-left:7px;
}


/* STILI PER IL MAIN BOX */

#main { 
	background:url(../images/bg-main.jpg) repeat-y bottom right;
}

#boxContenuti {
	background:url(../images/bg-peel.jpg) right top no-repeat;
}
#contenuti {
	float:left;
	width:690px;
	padding:15px 30px;
	color:#900;
}
#categorie {
	float:left;
	width:158px;
}
.cat {
	padding:4px 0;
}
.sezione {
	padding:15px 0;
}

.lineaTitoloHome {
	border-bottom:1px solid #d5817a;
	height:25px;
	color:#330000;
	font-weight:bold;
}
.txtTitoloDx {
	float:right;
	margin-left:10px;
}

.boxHomeNews { width:630px; }
.boxHomeChars { width:570px; }
.boxHomePPiano { width:535px; }

.iconeChars { margin-bottom:5px; }
.iconeChars ul { list-style-type:none; padding:0; margin:0; }
.iconeChars li { display:inline; margin:0 22px 0 0; }
.iconeChars li.last { margin:0; }
.iconeChars img { vertical-align:middle; }


#promo {
	margin-left:18px;
}


/* STILI PER IL FOOTER */

#footer {
	background:url(../images/bg-footer.jpg) repeat-x top;
	margin-left:18px;
	height:35px;
	color:#696969;
	font-size:10px;
}
#footer a {
	color:#696969;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#footerSx {
	background:url(../images/footer-sx.jpg) no-repeat left top;
	float:left;
	width:170px;
	height:35px;
	padding-top:8px;
}
#footerMid {
	float:left;
	width:720px;
	margin-top:10px;
}
#footerMid .credits {
	float:right;
}
#footerDx {
	background:url(../images/footer-dx.jpg) no-repeat right top;
	float:left;
	width:10px;
	height:35px;
}


/* ### RICERCA ### */

#boxRicerca {
	height:16px;
	color:#000;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	padding-top:15px;
}
#boxRicerca img { 
	vertical-align:text-top;
}
#boxRicerca form { 
	padding:0;
	margin:0;
}
.inputRicerca {
	background:url(../images/input_ricerca.jpg) no-repeat top left;
	width:134px;
	height:16px;
	border:none;
	font-size:10px;
	padding:0 3px;
	vertical-align:text-top; 
}



/* ### GENERICI ### */

.pulisci {
	clear:both;
	font-size:0px;
}

#error h1 {
	font-size:22px;
}
#error .nota {
	padding-top:30px;
}
.nota {
	color:#222;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}
