body {
	color: #F3F3F3;
	background: #111a29 repeat-y;
	background-image: url(../images/barra-top.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

body.contentpane {
	width: auto; /* per stampa */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.inputbox{
	border: 1px solid #cccccc;
	background-image: url(../images/sfondo-form.png);
}

.inputbox:hover, .inputbox:focus {
	background-image: url(../images/sfondo-form.png);
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

p {
	margin-top: 0;
	margin-bottom: 25px;
	padding: 10px;
	text-align: justify;
	font-size:90%;
	letter-spacing: 1px;
}

#header{
	background: url(../images/top-logo.jpg) no-repeat top;
	text-align: left;
	width: 970px;
	height: 269px;
}

/*    INIZIO TOP MENU    */
#barraalta{
   width: 960px;
	padding: 0;
	margin: 0 auto;
	overflow:hidden;
}

#top_menu{
   float: left;
	width: 800px;
	padding: 0;
	margin: 0 auto;
	overflow:hidden;
}

#top_menu ul {
	margin: 0 auto ;
	padding: 0;
	height: 50px;
	text-align: center;
	list-style: none;
}

.top_separatore_menu {
	padding: 0 2px;
}

.testodinamico{
   float: right;
   text-align: right;
}

/*   FINE TOP MENU   */

/*============= barra per separare articoli ================*/
.article_separator {
	display: block;
	height: 30px;
	margin: 1.5em 0; /* 18px 0 */
}
.article_separator {
	background: url(../images/sep_articoli.png) no-repeat center;
}

.search .button{
   display: block;
	background: url(../images/search.png) 0 50% no-repeat;
	border: 0;
	font-size: 0;
	height: 48px;
	right: -19px;
	top: -14px;
	width: 48px;
}

/*========================== dove sei ==========================*/
#breadcrumb_img {
	background: url(../images/breadcrumb.jpg) no-repeat center;
	text-align: left;
	width: 970px;
	height: 66px;
}

#breadcrumb {
   float: left;
   text-align: left;
   margin: 20px 80px;
}

/*============= moduli 1 2 3 4 nella testata ===================*/
#testata{
	text-align: left;
	width: 970px;
	background-color:#111a29;
	overflow: hidden;
	margin: 0 auto auto;
}

.testata1, .testata2, .testata3{
	width: 230px;
	overflow: hidden;
	float: left;
	margin: 15px 8px 15px 0px;
}

.testata4{
	width: 230px;
	overflow: hidden;
	float: left;
	margin: 15px 0px 15px 0px;
}

.advert1{
	margin: 0 auto!important;
	background-color:#111a29;
	overflow: hidden;
}

/*========================== corpo ===========================*/
#pagina {
   width: 970px;
   text-align: left;
}

#left {
	text-align: left;
	padding-left: 18px;
}

.user_top_9{
width: 970px;
overflow: hidden;
padding-bottom: 50px 	
}

#content {
}

#right {
  text-align: left;
}

#bottom {
  display: block;
}

/*=================== moduli 6 7 8 nel bottom =====================*/
#user_bottom{
	width: 900px;
	overflow: hidden;
	font-size: 90%;
	text-align: center;
	border-top: 2px dotted #8CAFFF;
	padding-top: 10px;
	padding-left: 18px;
}
.user_bottom_1 {
	width: 280px;
	overflow: hidden;
	float:left;
	text-align: left;
	margin-right: 0.8em;
	margin-left: 10px;
	padding-left: 10px;
}
.user_bottom_2 {
	width: 280px;
	overflow: hidden;
	float:left;
	text-align: left;
	margin-right: 0.8em;
	border-left: 2px dotted #8CAFFF;
	border-right: 2px dotted #8CAFFF;
}
.user_bottom_3 {
	width: 280px;
	overflow: hidden;
	float:left;
	text-align: left;
}
#user_bottom div.moduletable {
border-bottom: none;
}

/*======================== inizio footer ==========================*/
#footer {
  display: block;
  width: 970px;
  margin: 20px auto 20px auto;
  text-align: center;
}

#footer p {
  font-size: 90%;
  color: #c4dfe6;
  text-align: center; 
  padding: 10px;
  margin-top: 10px;
}

#footer_image {
height : 50px;
width : 100%;
background-image : url(../images/sfondo-cubi-footer.jpg);
background-repeat: repeat-x;
background-position:center;
margin-bottom : 0;
}

.banneritem {
	text-align: center;
}

#navigation {
	text-align: center;
}
