@import url(reset-fonts-grids.css);
html {
	background: #C5D1DC url(../images/bg.gif) repeat;
	color: #333333;
	overflow:-moz-scrollbars-vertical;
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent url(../images/bg-page.gif) repeat-y center;
	color: #333333;
}
a {
	color: #333333;
}

a.art-privacy {
	color: #ffffff;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
	background: url(../images/arrow.png) no-repeat left 6px;
	padding-left: 15px;
}
h2.home {
	background-image: none;
	text-align: left;
	margin-bottom: .3em;
	padding-left: 0;
}
h2.sicurezza {
  font-style:italic;
  text-align:center;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
del {
	text-decoration:line-through;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
ul.optionset li {
	list-style: none;
}
li.calendario-corsi{
	background: url(../images/icona_calendario.png) no-repeat;
	padding: 2px 0 8px 32px;
	list-style: none;
	margin: 10px 0 0 -12px;
}
.checkboxset li {
	list-style: none;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/* borders and padding to make the table readable*/
	border-bottom: 1px solid #C5D1DC;
	padding:.5em;
	vertical-align: top;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
/* Form elements */

input[type=text],textarea {
	background:#fff url(../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px;
}
.field input[type=text], 
.field textarea {
	width: 21.5em;
}
input.action
{
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	overflow:visible;
	padding:2px 4px;
	width:auto;
	font-weight: bold;
	font-size: 93%
}
.field label
{
	border:none;
	display:block;
	font-size:100%;
	font-weight:400;
	padding:0 0 1px;
}
.checkboxset {
	margin-top: 1em
}
.checkboxset label,
.checkbox label,
.optionset label {
	display: inline;
}
#custom-doc {
	margin: auto;
	text-align: justify;
	width: 61.615em;/* 900px non-IE */
	*width: 60.076em;/* IE */
	min-width: 801px;
	background: url(../images/bg-header.gif) no-repeat 1px 0;
}
#hd {
	text-align: left;
	padding: 0 1px; 
	overflow: hidden;
}
#menubar {
	border-bottom: 6px solid #45464c;
	padding-right: 5px;
	margin-top:-3px;
	margin-left:1px;
}

#bd {
	padding: 0 5px 10px 26px;
}


#bd #menu {
	background: url(../images/menu-bg.jpg) repeat-y left;
}
#bd #menu .test {
	background: url(../images/menu-header.jpg) no-repeat left;
	min-height: 251px;
	padding-top: 22px;
}
#bd #menu .ft {
	background: url(../images/menu-footer.jpg) no-repeat left;
	height: 40px;
}
#bd #content {
	color: #FFF;
	font-size: 85%;
}
#bd #content #wrapper {
	
	background: url(../images/content-bg.jpg) repeat-y;
	margin: 1.9em 0 0 0;
	
}
#bd #content #home {
	padding-right: 5px;
	margin: 1.6em 4px 0 0;	
}
#bd #content .bd {
	background: url(../images/content-header.jpg) no-repeat;
	padding: 22px 13px;
	min-height:230px;
	
}
#bd #content .ft {
	background: url(../images/content-footer.jpg) no-repeat;
	margin: 0;
	height: 40px
}
#bd #sidebar {
	padding: 1.6em 0 1em;
}
#bd #map{
	color: #333333;
	margin-top: 2em;
	margin-left: -1em;
}

#ft {
	padding: .5em 1em;
  border-bottom: 1px solid #45464c;	
}
#ft p {
	font-size: 85%;
	margin: 0;
	color: #45464C;
}
.left {
	text-align: left;
}
.right {
padding-top:2px;
	text-align: right;
}
.center {
	text-align: center;
}
.field{
	padding:4px 5px 4px 0;
}
.required {
	background: #FFFACD;
	color: #000;
	border: 2px dotted red;
	margin: 4px 0 0;
	padding: 2px;
	text-align:left;
	font-size: 85%
}
.validation {
	background: #FFFACD;
	color: #000;
	border: 2px dotted red;
	margin: 4px 0 0;
	padding: 2px;
	text-align:left;
	font-size: 85%
}
.box-home {
	background: url(../images/box-home.png) left repeat-x;
	width: 330px;
	height: 140px;
	padding: 0 25px 10px 10px;
	text-align: justify;
	font-size: 100%;
}
.box-home p {
	
}
.box-case-studies {
	background: url(../images/bg_box.png) no-repeat;
	width: 754px;
	height: 170px;
	padding: 0px 10px 10px 10px;
	text-align: justify;
	font-size: 100%;
	margin-top: 10px;
	margin-right: 2px;
}
.box-home p {
	font-size: 100%;
}
.box-casestudy {
	float: left;
	min-height: 76px;
 	max-height: 76px;
	padding: 0px 8px 8px 8px;
	text-align:left;
}

ul.thumb {
  margin-left:0em;
  padding-top:3px;
}

ul.thumb li {
  float:left;
  margin-left:12px;
  list-style:none;
  position: relative;
  width: 170px;
	height: 140px;
  z-index:0;
}

ul.thumb li:first-child {
 margin-left:0px;
}

ul.thumb li img {
	width: 170px; height: 140px;
	position: absolute;
	left: 0;
  top: 0;
}


.box-casestudy h2 {
margin-bottom:5px;
}
.box-casestudy h2 a {
color:#FFFFFF;
text-decoration: none;
}

.last-case-study{
  background-image: none;
	border-right: none;
}
.box-home p {	
 }
#eyes-on-assets {
  background:url('../images/sfondo-assets.png');
  width:538px;
  height:148px;
  padding-top:8px;
  padding-left:10px;
}

#logo-foto, #general-assets {
  float:left;
}

#titolo-assets{
  top:0;
}
#contenuto-assets {
  bottom:0;
  width:206px;
  height:95px;
  margin-top:8px;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  line-height:12px;
  font-size:0.8em;
  background:#FFFFFF;
  color:#727272;
}

.link {
  margin-left:30px;
  text-align:center;
}
.trial {
  font-style:italic;
  text-decoration:none;
}

.trial:hover {
  text-decoration:underline;
}

#trial {
  width:100%;
} 