/* CSS Document */
body { font-family: 'Ubuntu', arial, serif; font-size:12px; }

a { text-decoration:none; }

#header { width:1024px; margin:20px auto 0 auto; }

#logo { background-image:url(../images/logo.png); background-repeat:no-repeat; background-position:center center; width:600px; height:120px; margin-left:212px; z-index:8; position:relative; }
#logo h1 { text-indent:-9000px; }

#nav { width:1024px; height:65px; margin-top:-50px; }
#nav ul { width:600px; margin:0px auto; }
#nav li { margin:43px 10px 0px 10px; padding-bottom:10px; font-size:12px; letter-spacing:1px; display:inline-block; }
#nav a { text-decoration:none; text-transform:uppercase; color:#FFF; display:block; }
#nav .sel { background:url(../images/nav_sel.png) no-repeat bottom center; font-weight:bold; }
#nav .not_sel { }
#nav .sel a { }
#nav .not_sel a { }
.nav_bg_index { background:url(../images/nav_bg_index.png) no-repeat top; }
.nav_bg { background:url(../images/nav_bg.png) no-repeat top; }

#button_extra { position:absolute; top:100px; margin:0px 37px; width:950px; }

#content { width:1024px; margin:30px auto; padding:0 12px; }

#main { width:1000px; padding:0 12px; margin-top:20px; }
#main p { line-height:18px; color:#17255c; }

#footer { width:900px; padding:10px; margin:0 auto; font-size:11px; text-align:center; color:#484848; }

#pagine { margin:10px 0px; font-size:13px; text-align:center; }
#pagine a, #pagine b { padding:5px; }

/*** CLASS ***/
.box_prw { width:240px; height:90px; float:left; margin-top:10px; margin-right:10px; }

/*** INPUT ***/
input, textarea, select {
	font-family: 'Ubuntu', arial, serif;
	font-size:11px;
	font-size: 115%;
	padding: 3px 0px;
	border: 1px solid #484848;
	margin:5px 0px;
	color:#484848;
}
