@media print {
  .noprint { display: none; }
}

body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(/img/bg_main.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#container {
	width: 980px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 920px;
	height: 85px;
	/*padding: 20px 40px 0px 40px;*/
	padding: 20px 30px 0px 30px;
	background-image: url(/img/bg_header.gif);
	line-height: 85px;
	font-size:28px;
	font-weight:bold;
}

#container-name {
	float: left;
  height: 84px;
}

#container-slogan {
	float: left;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding: 0 10px;
	margin: 25px 0 0 15px;
  height: 30px;
	line-height: 30px;
}

span, #container-name span,#container-slogan span {
	color: #006AC3;
}

#container-eyecatcher {
	width: 920px;
	/*padding: 0px 40px 0px 40px;*/
	padding: 0px 30px 0px 30px;
	height: 175px;	
	background-image: url(/img/bg_eyecatcher.gif);
}

#container-navigation {
	width: 920px;
	background-color: #45AAFF;
	/*height: 22px;*/
	height: 28px;
	border-bottom: 1px solid #ffffff;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:920px;
	float:left;
}

#navigation li {
	display: inline;
	list-style: none;
	/*height: 22px;*/
	height: 28px;
   float: left;
}

#navigation li a {
	color: #ffffff;
	/*line-height: 22px;*/
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	/*padding: 3px 10px 6px 10px;*/
	padding: 6px 10px 7px 10px;
	border-right: 1px solid #ffffff;
}

/* IE7 */
*:first-child+html #navigation li a {
	line-height: 30px;
  /*padding: 5px 10px 6px 10px;*/
   padding: 8px 10px 6px 10px;
}

#navigation li a:hover {
	text-decoration: underline;
	background-color: #0066CC;
}

#navigation li a.active {
	text-decoration: underline;
	background-color: #0066CC;
}


#container-content {
	width:920px;
	background-image: url(/img/bg_content.gif);
	background-repeat: no-repeat;
	/*padding: 20px 40px 0px 40px;*/
	padding: 20px 30px 0px 30px;
	margin: 0 0 0 0;
	height: auto;
}

#content {
	width: 920px;
	float: left;
}

#container-footer {
	border-top: 4px solid #E5E5E5;
	width: 900px;
	padding: 10px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	color: #aeaeae;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}

#container-footer a:hover {
	color: #006AC3;
}

#footer {
	font-size: 12px;
	color: #aeaeae;
	width: 920px;
	margin-bottom: 20px;
  line-height:20px;
}

#footer-copyright {
	float: left;
	width: 325px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

#footer-copyright-meta {
	float: left;
	width: 880px;
	padding: 10px;
	text-align:center;
}

#pagina_footer {
	float: left;
	width: 920px;
	padding: 10px;
	text-align:center;
	font-size: 12px;
	color: #8C8C8C;
}

#pagina_footer a {
	font-size: 12px;
	color: #8C8C8C;
}

.clearer {
	clear: both;
}

h1#pagina {
  position:absolute;
  right:18%;
  text-align:center;
  font-size:10px;
  background:none;
  margin:0px;
  padding:0px;
  line-height:10px;
  color: #666666;
}

h1 {
	font-size: 22px;
	color: #666666;
	margin: 0 5px 0 5px;
	padding: 0px 0 20px 25px;
	background-image: url(/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #006AC3;
	padding: 5px 0 5px 20px;
	background-image: url(/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
  letter-spacing: 1px;
	text-transform: uppercase;
}

.services h1, .services h2
{
   background-image: none;
   padding-left: 0px;
   margin-left: 0px;
}

h3 {
	font-size: 14px;
	color: #006AC3;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}
	
h4 {
	font-size: 14px;
	color: #006AC3;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 8px 20px 8px;
}

#content p a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
	padding: 2px 2px 2px 2px;
}

#content p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006AC3;
	padding: 2px 2px 2px 2px;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 15px 0 15px;
}

#content .quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url(/img/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #0066CC;
	font-style: italic;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 10px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #006AC3;
}

#subnavigation li a img {
	float:left;
	margin-right:10px;
	margin-top: 5px;
}

ul#elenco {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	background-image: none;
}

#elenco li {
	list-style: none;
	background-image: url(/img/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
}


#content img {
	background-color: #E7F1FF;
	padding: 4px;
	border: 1px solid #006AC3;
}


img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}


/* MODIFICHE */

#vetrine, #lista {
  margin-top: 5px;
  margin-bottom: 5px;
}

#paging {
  width: 100%;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  
  text-align:center;
  padding-top:8px;
  border-top:1px solid #006AC3;
  font-size:16px;
}

#paging span {
	text-decoration: none;
	color: #000;
	padding: 0px 10px;
}

#paging span a {
	text-decoration: none;
	color: #006AC3;
	padding: 5px;
	font-weight: bold;
}

#paging span a:hover {
	text-decoration: none;
	color: #004782;
}

#paging img {
	background-color: #fff;
	padding: 0px;
	border: 0px solid #fff;
}

#people {
  clear: both; 
  overflow: auto; 
  margin: 0px 7px 20px 7px;
  padding: 5px;
  border: 1px solid #CDC2AF;
}

#messages {
  clear: both; 
  overflow: auto; 
  margin: 0px 0px 20px 7px;
  padding: 5px;
  border: none;
}

#messages h3 {
  margin: 0px; 
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 15px;
}

#messages span.msgintro {
  font-size: .9em;
  color: #666;
  float: right;
  margin-bottom: 0px;
}

.message, .msg_from_client, .msg_from_delta {
  clear: both; 
  overflow: auto; 
  margin: 0px 0px 15px 0px;
  padding: 5px;
  border: 1px solid #CDC2AF;
  font-size: 1em;
}

.msg_from_delta {
  background-color: #EFF6FF;
}

#company {
  clear: both; 
  overflow: auto; 
  margin: 0px 0px 10px 7px;
  padding: 5px;
  border:1px solid #CDC2AF;
}

#separator {
  background-color: #D8D8D8;
  border-bottom: 1px solid #bbb; 
  /*width: 100%;*/
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 2px 0px 2px 10px ; 
  font-size: 13px;
  font-weight: bold;
}

.link {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
}

.link:hover {
	text-decoration: none;
	border-bottom: 1px solid #006AC3;
}

a.button {
	display: block;
	overflow: visible;
	border:1px solid #006AC3;
	background: #E7F1FF ;
	height: 19px;
	line-height: 19px;
	text-align: center;
	color: #006AC3;
	text-decoration: none;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

a.button:hover {
	background: #0066CC ;
	color: #FFFFFF;
}

div#map img, div#mappa-strutture img {
  background:none;
  border:none;
  padding:0px;
}

div#mappa-strutture a {
  color: #006AC3;
}

div#mappa-strutture a:focus {
  outline: none;
}

div#mappa-strutture {
  margin-left: 10px;
  width: 100%;
  height: 100%;
}

div#container-mappa-strutture {
  width: 900px;
  margin: 0px 0px 20px 0px;
}

/*************************** galleria struttura *******************************/

div.listico {
  margin-top: 2px;  
	border:1px solid #ddd;
	float: left;
  clear: both;
	width: 408px;
	padding-bottom: 4px;	
}

/* IE7 */
*:first-child+html div.listico {
  padding-bottom: 12px;
}

div.listico div.microthumbnail a {
	width: 80px;
	height: 56px;
	float: left;
	padding: 3px;
	margin: 4px 11px 11px 4px;
}

#content div.listico div.microthumbnail a:hover img {
  background: #0380E9
}


/*********************** fine galleria struttura ******************************/

div#search {
  width:165px;
  float: right;
  text-align:right;
  margin: 25px 0 0 0;
  padding:0px;
  height:30px;
  line-height: 20px;  
}

div#search form { margin:0px; padding:0px; }

#searchtext {
  border:1px solid #B0B0B0;
  font-size: 14px;
  padding: 2px;
}

#searchbutton {
  margin:0 3px 0;
  padding:0;
  width: 20px;
  height: 20px;
  vertical-align:middle;
}

#etichetta_gialla {
  position: absolute;
  top: 350px;
  left: 50%;
  margin-left:365px;
  background: yellow;  
  border:1px solid #ddd;
  padding: 10px;
 	width: 50px;
}

#etichetta_verde {
  position: absolute;
  top: 400px;
  left: 50%;
  margin-left:365px;
  background: #00B900;  
  border:1px solid #ddd;
  padding: 10px;
 	width: 70px;
}


#flags { 
  line-height: 20px; 
  height: 20px; 
  width: 110px;
  margin: 0px 0px 0px 810px;
  padding: 0px;
  text-align:right;
}

#flags a {
  margin:0px 0px 0px 4px;  
}

#flags img {
  border:0px;
  margin:0px;
  padding:0px; 
}


.slideshow {
  margin: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
	list-style-type: none;    
  text-align:center;
  padding: 0px;
}

.slide {
	position: relative;
	float: left;
	margin: 5px;
}

.slide div.thumb {
	/*background: #fff;*/
	width:   120px;
	height:  100px !important;
	height:  102px;
	/*border: 1px solid #DDD;  	*/
	overflow: hidden;
  text-align:center;    
  padding: 0px;
}

.wraptocenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 122px;
  height: 100px;
}
.wraptocenter * {
    vertical-align: middle;
}

.wraptocenter span {
    display: inline-block;
    height: 100%;
}

div#struttura {
  padding-left: 5px;
  padding-right: 5px;
}

a.font-big {
  font-size: 16px;
}
