body {
	background-image:url(immagini_sito/sfondo_sito.png);
	background-repeat:repeat-x;
	background-color:#bbcadf;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
}
a {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #285380;
}
input {
	padding-left:5px;
}
select {
	margin-left:5px;
	padding-left:5px;
}
.glossymenu {
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background-image: url(immagini_sito/menur_bg.gif); /*tab background image path*/
	background-repeat:repeat-x;
	height: 46px;
	list-style: none;
}
.glossymenu li {
	float:left;
}
.glossymenu li a {
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}
.glossymenu li a b {
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}
.glossymenu li.current a, .glossymenu li a:hover {
	color: #fff;
	background: url(immagini_sito/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li.current a b, .glossymenu li a:hover b {
	color: #fff;
	background: url(immagini_sito/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
.font-blu-small {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}
.font-blu-moresmall {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
}
.titoli {
	font-family:Trebuchet MS, sans-serif;
	font-size:20px;
	color:#000;
	font-weight:normal;
	margin:10px 0 10px 0;
	letter-spacing:-1px;
	padding:0 0 2px 0;
}
/********CATEGORIE HOME************/

.latestitems li {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	list-style-type:none
}
.latestitems li a {
	background: transparent url("immagini_sito/icon_cat.gif") no-repeat 0 0.5em;
	border-bottom: 1px solid #e1ecfc;
	color: #001444;
	display: block;
	font-weight: bold;
	/*  line-height: 180%;*/

  padding: 10px 35px 10px 32px;
}
.latestitems li a:hover {
	color: #ff8c00;
	text-decoration: none;
}
.latestitems li a:hover span {
	color: #001444;
}
.latestitems li a span {
	color: #679ef1;
	display: block;
	font-weight: normal;
}
.input-login-top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 12px;
}
/************ROLLOVER BANNER**************/

.rollbanner {
	border: 10px solid #e1ecfc;
}
.rollbanner:hover {
	border: 10px solid #d4340c;
}



/************fine rollover banner*******/
#slideshow, #info, #prefooter {
	margin: 0 auto;
	width: 650px;
/*	background-color: #263c50;*/
}
#slideshow {
	background: url('img/slideshow-bg.jpg') repeat-y top left;
}
#slidecontent {
	margin: 0 auto;
	width:650px;
	/*border-bottom: 1px solid #263c50;*/
}
.bordo-news {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
}

