/*****************************************************
 import css reset stylesheet by Eric Meyer 27/07/2007
*****************************************************/

@import url("cssreset.css");

/****************************************************/

/* =STRUCTURE 
********************************/

#container {
	background:#FFFFFF url(/jsps/images/bg_body.gif) top left repeat-x;
	font-size:1.1em;
	margin:0 auto;
/*	max-width:1100px;*/
  max-width:960px;
	min-width:775px;
	width:80%;
}

#top {
	background:url(/jsps/images/home.png) bottom right no-repeat;
	height:186px;
}

#subtop {
}

#colsx {
	/* AND -x-system-font:none; */
	float:left;
	font-family:verdana,sans-serif;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	width:140px;
}

#main {
	float: left;
	line-height: 1.6em;
}

#max-width {
	width:660px;
	padding: 10px;
}

#max-width-100 {
/*estende colonna c se manca colonna dx, specificata per firefox*/
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#coldx {
	float: right;
	width:140px;
	text-align: left;

}

#submain {
}

#bottom {
	clear: both;
  color:#A8ADB1;
}

/* =IE6 HACKS 
********************************/

* html #max-width {
	width: 570px;
	margin-left: 0px;
	margin-right: 0px;
}


/* =INTERNAL BLOCKS
********************************/

/**** TOP ****/
#header {
	width: 100%;
	height: 149px;
}
#elencobottom {
	color:#FFFFFF;
	padding:0px 10px 0px 10px;
	text-align:left;
}

/**** SUBTOP ****/
#subtopcontainer {
	margin: 0px;
	padding: 0px;
}

#subtopecarea {
	margin: 0px;
	padding: 0px;
	width: 980px;
	overflow-x: hidden ;
}

/**** BOTTOM ****/

#bottom_end {
  background:#9F9C6F none repeat scroll 0 0;
  color:#E8E4A2;
  margin-top:18px;
}


#bubbles-d {
  background:transparent no-repeat scroll left 20px;
  /*background:transparent url(/jsps/images/bubbles-d.gif) no-repeat scroll left 20px; **/
  font-size:0.9em;
  line-height:1.5em;
  height:86px;
  margin:0 auto;
  max-width:960px;
  min-width:775px;
  padding-top:18px;
  width:80%;
}
