/*
#5a5a5a = testo
*/

@import url(http://fonts.googleapis.com/css?family=Lato:400);
@import url(http://fonts.googleapis.com/css?family=Lato:700);


* { margin: 0px; padding: 0px; } 

html, body {
	height: 100%; 
	width: 100%; 
	font-family:'lato','Quattrocento Sans', Helvetica, Arial, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 13px; 
	color: #777;
	text-align: left;
	line-height: 30px;
}

p {
	line-height: 22px;
}

a:link, a:active, a:visited { 
	color: #9A9A9A; 
	text-decoration: none; 
	font-size: 14px; 
}

a:hover { 
	color: #222222; 
	text-decoration: underline; 
}

#wrapper { 
	position: relative; 
	width: 999px;
	height: auto !important;
	height: 100%;
	min-height: 100%; 
	margin: 0px auto;
	margin-bottom: 10px;
}

#header { 
	width: 999px; 
	text-align: center;
	float: left;
}

#logo {
	color: #999;
	font-size: 18px;
	height: 102px;
}
#logo img {
	border: 0;
}
 
#nav { 
	width: 830px; 
	height: 30px; 
	margin: 10px auto 0px auto;  /* MARGIN FOR ALIGN MENU */
}

#nav li { 
	list-style: none; 
	display: inline; 
}

#nav a { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size: 11px; 
	text-decoration: none; 
	display: block; 
	float: left; 
	padding: 0px 23px; 
}

#nav a:hover { 
	background: url(../images/navHover.png) center no-repeat; 
}

#nav .active {
	background: url(../images/navHover.png) center no-repeat; 
}

#nav .none {
	margin:0;
	padding:0;
	border:0;
}

#banner { 
	width: 999px;
	height: 400px;
	background: url(../images/banner-orange9.jpg) no-repeat center;
	margin-top: 14px;
	float: left;
}

#infoline {
  width:0;
  height:0;
  display:block;
  overflow:hidden;
}

#search {
	float: right;
	width: 250px;
	text-align: right;
}

#search form .txtInput {
	width: 170px; 
	height: 20px; 
	background: transparent url(../images/search.png) no-repeat; 
	margin: 95px 10px 0px 0px; 
	padding: 7px 4px 0px 26px; 
	float: left; 
	font-family: Verdana; 
	font-size: 11px; 
	color: #555555; 
	border: none;
}

#search form .button { 
	width: 38px; 
	height: 23px; 
	background: url(../images/searchButton.png) no-repeat; 
	margin-top: 97px; 
	border: none; 
}

#search form .button:hover { cursor: pointer; }

#main { 
	width: 100%; 
	float: left; 
	padding-bottom: 39px; 
	margin-bottom: 10px; 
}

#main ul { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	font-family: verdana; 
	font-size: 11px; 
	color: #7a8c93; 
	font-weight: bold;
}
 
#main li { 
	list-style: none; 
	background: url(../images/icon5.png) no-repeat 0 5px; 
	padding-left: 25px; 
}

a.readMore {
	width : 83px;
	height : 19px;
	background: url(../images/ReadMore.png) no-repeat bottom;
	font-family : verdana;
	font-size : 11px;
	color : #ffffff;
	text-align : center;
	padding-bottom: 10px;
	float : left;
	cursor : pointer;
}

a.readMore:hover {
	cursor : pointer;
}

.sepline { 
	width: 10px; 
	height: 310px; 
	background: url(../images/sepline.png) no-repeat; 
	float: left; 
	margin: 85px 15px 0px 15px; 
}

/* HOME */ 

#home .box { 
	width: 280px;
	padding: 5px;
	margin: 5px;
}

/* FOOTER */
#footer { 
	background: url(../images/footer.png) repeat-x; 
	width: 100%; 
	height: 65px; 
	text-align: center; 
	line-height: 12px; 
	float: left; 
	bottom: 0px; 
	margin-top: -39px; 
	position: relative; 
}

#footer a {
	font-size: 11px;	
} 
#footer a:hover {
	color: #fff;
}

#footer #wrap { 
	width: 800px; 
	height: 20px; 
	margin: 0px auto; 
	font-size: 11px; 
	color: #999999; 
	padding-top: 5px; 
}

#footer #wrap .link { 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 11px; 
}

#footer #wrap .link:hover { 
	color: #beee48; 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 11px; 
}

.green {color:#beee48;}

/* STYLES */
h1.title {
  /*color:#2166A9; blu */
  color:#666;
	font-size: 28px;
}

h2.subtitle, a.subtitle {
  color:#777;
  line-height:24px;
  font-size:22px;
}

.float-left { float: left; }
p { margin: 0px 0px 15px; clear: both; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.big { font-size: 16px; font-weight: bold; margin-bottom: 5px; }

.box { 
	float: left;
	margin: 0px 0px 20px;
}

#box-left { 
	width: 435px;
	padding: 5px;
	margin: 2px;
	float: left;
}

#box-right { 
	width: 490px;
	padding: 5px;
	margin: 5px;
	float: right;
}

#box-right .margin-top { margin-top: 60px; }

h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	color: #000000; 
	font-weight: normal;
	font-style: normal;
	float: left;
}

.box h3 { margin: 15px 0px; }

.icon {
	margin-right: 18px;
	margin-bottom: 10px;
}

.image { margin: 10px; }

.ImgBoxBig { 
	width: 230px; 
	height: 80px; 
	padding: 6px;
  margin-bottom:10px;
  border:3px solid #c8c8c8;
	overflow: hidden;
}

.ImgBoxBig:hover {
  border:3px solid #1fd800;
}

.ImgBoxSmall { 
  width: 90px; 
  height: 60px; 
  padding: 3px;
  overflow: hidden;
  background:#fff;
}
.ImgBoxSmall:hover {
  background:none;
}
.align-left {
  background: #eee;
  padding: 3px;
  margin-right: 3px;
}

.news {
  line-height:18px;
  padding-bottom:10px;
	font-size: 12px;
}
.news a img {
  border:0;
}

#news a:hover .title {
	text-decoration:underline;
}

#news h4 {
	font-size:13px;
}
/* PORTFOLIO */

#portfolio {
	width: 990px;
	margin: 0px;
	float: left;
}

.portfolio { 
	width: 920px; 
	float: left; 
	margin-bottom: 30px; 
}

.images { 
	width: 406px;
	height: 280px;
	float: left; 
	margin-right: 15px; 
	margin-top: 6px; 
}


.description { 
	width: 425px; 
	float: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 24px; 
	text-align: justify; 
}

#portfolio .resalte{
	font-weight: bold;
	color: #2d7f0d;
}
#portfolio .resalte a{
   font-weight: bold;
   color: #2d7f0d;
   font-size: 12px;
	text-decoration:underline;
}


.boxcontatti {
	background:url(../images/box_contatti.jpg);
	height:160px;
}
.boxcontatti p {
	margin-left:20px;
	margin-top: 10px;
	font-size:15px;
	line-height: 25px;
}
.boxcontatti a {
	font-size:16px;
	color: #5a5a5a;
}

/* BLOG */

#blog-left{
	width: 658px;
	margin-right: 10px;
	float: left;
}

#blog-left h3{
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	float: left;
	margin-top: 25px;
	margin-bottom: 12px;
	font-style: normal;
	clear: both;
}

.blog-post{
	width: 658px;
	background: #f8f8f8 url(../images/post_back.png) repeat-x;
	border: 1px solid #999999;
	float: left;
	clear: both;
}

.blog_image{
	width: 200px;
	height: 200px;
	margin: 25px 15px 20px 15px;
	float: left;
}

.blog_text{
	width: 425px;
	float: left;
	margin-bottom: 20px;
}

.blog_date{
	width: 230px;
	background: #2c7f0d;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 12px;
	padding-left: 6px;
	clear: both;
}

.blog-comments{
	width: 658px;
	height: 35px;
	background: #FFFFFF url(../images/post_comments.png);
	border: 1px solid #999999;
	border-top: none;
	float: left;
	margin-bottom: 40px;
}

.blog-comments-number{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 50px;
	padding-top: 3px;
	float: left;
}

.blog-comments-write{
	margin-left: 417px;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	padding-top: 3px;
	float: left;
}

#pagination{
	width: 658px;
	float: left;
	clear: both;
	margin-bottom: 30px;
}

#pagination #pagination-left{
	width: 150px;
	font-size: 11px;
	color: #777777;
	float: left;
}

#pagination #pagination-right{
	width: 120px;
	font-size: 11px;
	color: #777777;
	float: right;
	text-align: right;
}

#pagination-right .page-box{
	border: 1px solid #d1d1d1;
	width: 25px;
	height: 25px;
	text-align: center;
	float: left;
	margin-left: 10px;
}

#blog-right{
	width: 304px;
	float: right;
}

.right-box{
	width: 290px;
	background: #f8f8f8;
	border: 1px solid #d1d1d1;
	float: left;
	padding: 5px 7px;	
	clear: both;
	margin-top: 30px;
}

#big_ad{
	padding: 10px;
}

#categories{
	width: 304px;
	background: #f8f8f8;
	border: 1px solid #d1d1d1;
	border-bottom: none;
	float: left;
}

.categories_back{
	width: 274px;
	height: 30px;
	float: left;
	background: url(../images/categories_back.png) repeat-x;
	padding: 4px 15px;
}

.categories_back a:link, .categories_back a:visited, .categories_back a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777777;
}

.categories_back a:hover{
	color: #222222;
	text-decoration: underline;
}

.categories_back .icon{
	position: absolute;
	top: 737px;
	left: 970px;
}

/* CONTACT FORM	 */

#form table, #form td {
  background: #EDFAFB;
  padding: 10px 15px;
  line-height: 24px;
}

#form input, #form textarea {
  border: 1px solid #c0c0c0;
  font-size: 14px;
  padding: 3px;
  font-family: Verdana
}

#form a {
  color: #333;
  text-decoration: underline;
}

/* SLIDER STYLE */
#slider { 
	width: 450px; 
	height: 217px; 
	float: left; 
	margin: 29px 0px 0px 519px;
	overflow: hidden;
}

#slider ul { 
	margin: 0px; 
}

#slider li { 
	list-style: none; 
	display: inline; 
	background: none; 
}



/** SLIDESHOW CLIENTI **/
#slideshow {
	overflow: hidden;
	position: relative;
	width: 406px;
	height: 280px;
}

#slideshow img {
	width: 406px;
	height: 280px;
}


#featured {
	text-align: left;
	line-height: 22px;
	color: #999;
}
#featured td {
	vertical-align: top;
}

#featured h4 {
	color: #999;
}


#funzionalita ul {
  line-height:23px;
}

#funzionalita img {
	padding-right: 10px;
}

#funzionalita h5 {
	color:#666;
	font-size: 17px;
	letter-spacing:1px;
	font-family:'Quattrocento Sans', Helvetica, Arial, sans-serif;
}

#funzionalita h4 {
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#funzionalita b {
	color: #333;
}

#funzionalita a {
	font-size:11px;
	text-decoration: underline;
}


/***** PAGINA NEWS E FAQ ********/
#box-left-news {
   width: 800px;
   padding: 5px;
   margin: 2px;
   float: left;
}

#box-right-news {
   width: 125px;
   padding: 5px;
   margin: 5px;
   float: right;
}

#box-left-news img {
  border: 0;
}
#box-left-news hr {
  border: 2px dotted #eee;
  margin-bottom: 15px;
}
#box-left-news li.title {
  list-style: none;
  background: url(../images/icon4.png) no-repeat 0 5px;
  padding-left: 25px;
}

#box-left-news li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
}

#box-left-news li strong {
	color:#000;
}


#box-left-news h4.title {
padding-left: 20px;
padding-top: 2px;
font-size: 16px;
}

#box-left-news a {
  color: #333;
  text-decoration: underline;
  font-size: 13px;
}

.posthidden {
	display:none;
}
.postshown {
	display:inline;
}

#blog {
  border:2px dotted #eee; padding:8px
}

#blog ul li {
  list-style-type: square;
  background: none;
  padding: 2px;
  margin-left: 13px;
  line-height: 15px;
  margin-bottom: 0;
}
#blog li {
  margin: 0;
}

h4 {color:#333; font-size:13px}
.ok {color: #54880a}
.small, .small a {font-size:12px; line-height:18px}
.error {color: #ff3300}
.align-center {text-align:center; margin:0 auto}

/* CLEARFIX 100% HEIGHT COLS */

.clear:after{ content: " "; display: block; height: 0px;	clear: both; visibility: hidden; }
.clear { display: inline-block; }
* html .clear { height: 1%; }
.clear { display: block; }


.evid {color: #00cc00; letter-spacing:1px}

