/* CSS Document */

/*  GENERAL START  */
body {
	margin:0;
	padding:0;
	color:#8D8D8D;
	font:normal 12px/24px Verdana, Arial, Helvetica, sans-serif;
}
html
	{
		overflow-y:scroll;
	}
img {
	border:none;
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	outline:none;
}
ul{
	list-style:none;
}
input, select {
	font:12px/14px Arial, Helvetica, sans-serif;
}
.spacer{
	width:auto;
	line-height:0;
	font-size:0;
}
/* GENERAL MISLENIOUS START */
.floatleft{
	float:left;
	width:auto;
}
.floatright{ 
	float:right;
	width:auto;
}
a.viewmore{
	width:144px;
	height:39px;
	font:normal 16px/39px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	display:block;
	background:url(../images/more-button.gif) no-repeat 0 0;
	text-align:center;
}
a.viewmore:hover{
	background-position:bottom;
}
/* GENERAL MISLENIOUS END */
/*  GENERAL END  */
/* TOP CONTANER START */
#topcontaner{
	padding-top:0px;
	border-bottom:1px solid #fff;
	color:#fff;
	background-image: url(../images/body-midbg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: 0px 0px;
}
#topmain{
	width:100%;
	margin:0 auto;
	position:relative;
	background-image: url(../images/top-bodybg.gif);
	background-repeat: repeat-x;
}
#topmain a.previous{
	background:url(../images/previous.gif) no-repeat 0 0;
	width:27px;
	height:28px;
	display:block;
	position:absolute;
	left: 0;
	top: 215px;
	text-indent:-500000px;
}
#topmain a.next{
	background:url(../images/next.gif) no-repeat 0 0;
	width:27px;
	height:27px;
	display:block;
	position:absolute;
	left: 970px;
	top: 215px;
	text-indent:-500000px;
}
#maincont{
	width:900px;
	margin:0 auto;
	background:url(../images/logo-navbg.jpg) no-repeat 0 0;
	padding:0 0px;
}
.logopanel{
	overflow:hidden;
	height:90px;
	padding:0px 0px 0px 20px;
	background-image: url(../images/headerBG.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	z-index: 10;
}
.logopanel .homereturn {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 170px;
	float: left;
	z-index: 1000;
	background-image: url(../images/trasp.png);
	background-repeat: repeat-x;
	display: block;
}

.logopanel a.logo{
	width:200px;
	height:85px;
	float:left;
	display:block;
	padding:0;
	margin:0;
}
.logopanel ul {
	display: inline;
	float: right;
	margin: 0px;
	padding: 0px;
}
.logopanel ul li {
	display: inline;
}
.logopanel ul .sx {
	height: 120px;
	width: 46px;
	float: left;
	background-image: url(../images/menu/sx.jpg);
}
.logopanel ul .dx {
	float: left;
	height: 120px;
	width: 46px;
	background-image: url(../images/menu/dx.jpg);
}
.logopanel ul .link {
	height: 90px;
	width: 80px;
	display: block;
	float: left;
}
.logopanel ul .link .grafica {
	background-image: url(../images/menu/grafica_a.jpg);
	display: block;
	height: 120px;
	width: 80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.logopanel ul .link .grafica:hover {
	background-image: url(../images/menu/grafica_hover.jpg);
}
.logopanel ul .link .graficacurrent {
	background-image: url(../images/menu/grafica_hover.jpg);
	display: block;
	height: 120px;
	width: 80px;
}
.logopanel ul .link .web {
	background-image: url(../images/menu/web_a.jpg);
	display: block;
	height: 120px;
	width: 80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.logopanel ul .link .web:hover {
	background-image: url(../images/menu/web_hover.jpg);
}
.logopanel ul .link .portfolio {
	background-image: url(../images/menu/port_a.jpg);
	display: block;
	height: 120px;
	width: 80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.logopanel ul .link .portfolio:hover {
	background-image: url(../images/menu/port_hover.jpg);
}
.logopanel ul .link .contatti {
	background-image: url(../images/menu/contatti_a.jpg);
	display: block;
	height: 90px;
	width: 80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: -10px;
}
.logopanel ul .link .contatti:hover {
	background-image: url(../images/menu/contatti_hover.jpg);
}
.logopanel ul .link .Facebook {
	background-image: url(../images/facebook_a.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 80px;
	margin-top: -10px;
}

/* NAV START */
ul.nav{
	color:#374232;
	background-color:inherit;
	font:normal 13px/35px Verdana, Arial, Helvetica, sans-serif;
	float:right;
	width: 350px;
	padding-top: 25px;
}
ul.nav li{
	float:left;
	margin:0 3px;
	width:auto;
}
ul.nav li a{
	float:left;
	background-color:inherit;
	color:#374232;
	background-image:none;	
	display:block;
	width:auto;
}
ul.nav li a span.left{
	float:left;
	background-image:none;
	width:auto;
}
ul.nav li a span.left span.right{
	padding:0 15px;
	display:block;
	background-image:none;
	float:left;
	cursor:pointer;
	width:auto;
}

/* HOVER */
ul.nav li a:hover, ul.nav li a.active{
	background:url(../images/nav_middleacti.gif) repeat-x left top;
	float:left;
	width:auto;

}
ul.nav li a:hover span.left, ul.nav li a.active span.left{
	background:url(../images/nav_leftacti.gif) no-repeat left top;
	float:left;
	width:auto;
}
ul.nav li a:hover span.left span.right, ul.nav li a.active span.left span.right{
	background:url(../images/nav_rightacti.gif) no-repeat right top;
	padding:0 15px;
	display:block;
	float:left;
	cursor:pointer;
	color:#fff;
	background-color:inherit;
	width:auto;
}
ul.nav li a.active,  ul.nav li a.active span.left, ul.nav li a.active span.left span.right{
	cursor:text;

}
/* HEADER CONTANER END */
/* TOP CONTANER END */
/* MID CONTANER START */
#midcontaner{
	color:#9B9B9B;
	margin-bottom: 10px;
	margin-top: 5px;
}
#midmain{
	width:900px;
	margin:0 auto;
}
/* TEXTPANEL START */
.textpanel{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.textpanel div.top{
	height:4px;
	line-height:0;
	font-size:0;
	width:898px;
	float: left;
}
.textpanel div.topmid{
	background:url(../images/topbg.gif) repeat-x 0 0;
	height:4px;
	line-height:0;
	font-size:0;
	width:890px;
	float:left;
}
.textpanel div.top span.topleft{
	width:4px;
	height:4px;
	background:url(../images/textpan-top-left.gif) no-repeat 0 0;
	display:block;
	float:left;
}
.textpanel div.top span.topright{
	width:4px;
	height:4px;
	background:url(../images/textpan-top-right.gif) no-repeat 0 0;
	display:block;
	float:right;

}
.textpanel div.bot{
	height:4px;
	line-height:0;
	font-size:0;
	width:898px;
	float: left;
}
.textpanel div.botmid{
	background:url(../images/botbg.gif) repeat-x 0 100%;
	height:4px;
	line-height:0;
	font-size:0;
	width:890px;
	float:left;
}
.textpanel div.bot span.botleft{
	width:4px;
	height:4px;
	background:url(../images/textpan-bottom-left.gif) no-repeat 0 0;
	display:block;
	float:left;
}
.textpanel div.bot span.botright{
	width:4px;
	height:4px;
	background:url(../images/textpan-bottom-right.gif) no-repeat 100% 0;
	display:block;
	float:right;
}
.textpanel div.mid{
	border-left:1px solid #D8EBFE;
	border-right:1px solid #C7E6FF;
	background-color:#fff;
	color:#8C8C8C;
	padding:5px 0px 0px 20px;
	overflow:hidden;
	float: left;
	width: 877px;
}
#midcontaner #midmain .textpanel .mid h3 {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}
.textpanel div.mid div.steps{
	width:270px;
	float:left;
	background:url(../images/step-devider.gif) no-repeat 100% 50%;
}
#midcontaner #midmain .textpanel .mid .steps img {
}
.textpanel div.mid div.steps h2{
	background:url(../images/numberbg.gif) no-repeat 0 0;
	font:normal 20px/52px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#044b8f;
	background-color:inherit;
	padding:0px 0;
	height: 52px;
	display: block;
	margin: 0px;
}
.textpanel div.mid div.steps h2 span{
	color:#fff;
	background-color:inherit;
	padding:0 25px 0 18px;
}
.textpanel div.mid div.steps p{
	width:265px;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#666;
	background-color:inherit;
	margin: 0px;
	padding: 10px 0px 0px;
}
.textpanel .mid .steps p img {
	float: right;
	margin-top: -10px;
	padding-top: 0px;
}
.textpanel .mid .steps .scopri {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	background-image: url(../images/scopri.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	padding-right: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.textpanel div.mid div.second{
	width:270px;
	float:left;
	background:url(../images/step-devider.gif) no-repeat 100% 50%;
	padding:0 0 0 0px;
	margin-right: 0px;
	margin-left: 20px;
}
.textpanel div.mid div.three{
	width:270px;
	float:left;
	background-image:none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 21px;
	margin-right: 10px;
}
/* TEXTPANEL START */
/* FEATURED START */
.textpanel div.mid div.featured img{ float: left; padding: 0 5px 5px 0; }
.textpanel div.mid div.featured p.highlight{ font-size:13px; font-weight: 600; padding:0; margin:0; }
.textpanel div.mid div.featured{
	width:543px;
	float:left;
}
.textpanel div.mid div.featured h2{
	font:normal 22px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#044b8f;
	background-color:inherit;
	padding-bottom:22px;
}
.textpanel div.mid div.featured p{
	width:542px;
	padding-bottom:25px;
}
.textpanel div.mid div.recent{
	width:308px;
	float:right;
	background:url(../images/featured-devider.gif) no-repeat 0 50%;
	padding:0 0 0 36px;
}
.textpanel div.mid div.recent h2{
	font:normal 30px/34px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#044b8f;
	background-color:inherit;
}
.textpanel div.mid div.recent ul{
	font:normal 14px/16px Arial, Helvetica, sans-serif;
	width:294px;
	margin-bottom:0;	
}
.textpanel div.mid div.recent ul li{
	background:url(../images/news-devider.gif) no-repeat 50% 100%;
	padding:18px 0;
}
.textpanel div.mid div.recent ul li span{
	background:url(../images/right-icon.gif) no-repeat 0 0;
	padding:0 0 0 29px;
}
.textpanel div.mid div.recent ul li span a{
	color:#8D8D8D;
	background-color:inherit;
}
.textpanel div.mid div.recent ul li span a:hover{
	color:#000;
	background-color:inherit;
}
.textpanel div.mid div.recent ul li.nodevider{
	background-image:none;
}

/* FEATURED END */
a.readmore{
	width:145px;
	height:41px;
	font:normal 18px/41px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	display:block;
	background:url(../images/readmore-button.gif) no-repeat 0 0;
	text-align:center;
}
a.readmore:hover{
	background-position:bottom;
}
a.morebut{
	margin-top:23px;
}
/* MID CONTANER END */
/* FOOTER CONTANER START */
#footercontaner{
	border: 0;
	padding:0;
	clear: both;
}
#footer{
	width:900px;
	margin:0 auto;
	padding:10px 17px 10px 13px;
	overflow:hidden;
	height:100%;
}
#footer div{
	width:600px;
	float:left;
	overflow:hidden;
	height:100%;
}
#footer div ul{
	font:normal 13px/15px Arial, Helvetica, sans-serif;	
}
#footer div ul li{
	float:left;
	width:auto;
	padding:0 15px 15px 15px;
	background:url(../images/footer-devider.gif) no-repeat 0 5%;
}
#footer div ul li a{
	color:#999;
	background-color:inherit;
}
#footer div ul li a:hover{
	color:#333;
	background-color:inherit;
}
#footer div ul li.nodevider{
	background-image:none;
	padding:0 15px 0 0;
}
#footer div p{
	clear:both;
	font:normal 10px/15px Arial, Helvetica, sans-serif;
	color:#666;
	background-color:inherit;
	padding:0;
	margin: 0px;
}
#footer div p a{
	color:#999;
	background-color:inherit;
}
#footer div p a:hover{
	color:#333;
	background-color:inherit;
}
#footer img.footlogo{
	width:270px;
	height:36px;
	display:block;
	float:right;
	margin:0px 0 0;
}
/* FOOTER CONTANER END */

/* custom Blocks for Blog Posts */
.textpanel div.mid div.featured ul.blog{
	width: 543px;
}
.textpanel div.mid div.featured ul.blog li{
    float: left;
	list-style: none;
	margin: 0px 0 25px 0;
}
.textpanel div.mid.featured ul.blog li.divider{
  width: 542px;
  background-image: url(../images/news-devider.gif);
}
.textpanel div.mid div.featured ul.blog li h2{
  padding-bottom: .22em;
}
.textpanel div.mid div.featured ul.blog li p{ float:left; }
.textpanel div.mid div.featured ul.blog li p.postdate a{
	color: #8c8c8c;
}
.textpanel div.mid div.featured ul.blog li p.postdate a:hover,.textpanel div.mid div.featured ul.blog li p.comments a:hover{
	color: #0CF;
	text-decoration: underline;
}
.textpanel div.mid div.featured ul.blog li p.comments a{
	display: inline;
	padding: 2px 5px;
	color: #8c8c8c;
}
.textpanel div.mid div.featured ul.blog li a.readmore{
    float: left;
}
.textpanel div.mid div.featured ul.blog li.divider span.botleft{
	width:4px;
	height:4px;
	background:url(../images/textpan-bottom-left.gif) no-repeat 0 0;
	display:block;
	float:left;
}

/* ### Sidebar right ### */

div.recent ul h2{
	margin: 10px 0 10px;
	padding-top: 9px;
	padding-bottom: 10px;
}

/* ### about us page ### */

.textpanel div.mid div.featured div{
  margin-bottom: 25px;
  padding:0px;
}
.textpanel div.mid div.featured div.privacy{
  margin: 0px;
  float:left;
  width:
}

/* ### Portfolio content  ### */

.textpanel div.mid div.featured{
  float: left;
  width: 542px;
}
.textpanel div.mid div.featured ul.portfolio{
  float: left;
  width: 542px;
}
.textpanel div.mid div.featured ul.portfolio li{
  float: left;
  padding-bottom: 30px;
}
.textpanel div.mid div.featured ul.portfolio img{
  float: left;
  padding: .25em;

}
.textpanel div.mid div.featured ul.portfolio li h2{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#044b8f;
	margin:0;
	padding:0;
}
.textpanel div.mid div.featured ul.portfolio li p,.textpanel div.mid div.featured ul.portfolio li h2{
  float: right;
  width: 300px;
}
.textpanel div.mid div.featured ul.portfolio li a{
  color: #8c8c8c;
  float: left;
  text-decoration: underline;
}
.textpanel div.mid div.featured ul.portfolio li a:hover{
  color: #0CF;
  float: left;
  text-decoration: underline;
}


/* #### contact-Address #### */

.textpanel div.mid ul.contact{
    width: 600px;
	float: left;
    }
.textpanel div.mid ul.contact li{
  float: left;
  padding-right: 5px;
  padding-bottom: 50px;
}
.textpanel div.mid ul.contact li h2{
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  color:#044b8f;
}
.textpanel div.mid ul.contact li p{
   width: 270px;
}
.textpanel div.mid ul.contact div.bookmarking{
  clear: right;
  float: left;
}
.textpanel div.mid div.googleMap{
  float: right;
}


/* #### Services #### */

.textpanel div.mid div.featured ul.services{
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textpanel div.mid div.featured ul.services li{
  float: left;
  text-align: justify;
  padding-bottom: 10px;
}
.textpanel div.mid div.featured ul.services li a{
  float: left;
  display: block;
  margin: 4px auto;
  padding: 2px 6px;
  color: #8c8c8c;
  text-decoration: underline;
}
.textpanel div.mid div.featured ul.services li a:hover{
  display: block;
  color: #0CF;
  text-decoration: underline;
}

/* Company's privacy & policies */
.textpanel div.mid div.privacy{
    width: 100%;
    text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 95%;
    color: #8c8c8c;
}
.textpanel div.mid div.privacy h2{
	font:normal 30px/52px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#044b8f;
	background-color:inherit;
	padding:0px;
	margin:0px;
	float:left;
}
.textpanel div.mid div.privacy p{
  font-size: 14px/1.2;
  line-height: 1.5em;
  color: #8c8c8c;
  padding-bottom: 1em;
}
.textpanel div.mid div.privacy h2.sub-headings{
  font-weight: 500;
}
.textpanel div.mid div.privacy{
  float: left;
  width: 920px;
  margin:0px;
  padding:0px;
}
.textpanel div.mid div.privacy h2{
  float: left;
  width: 920px;
  margin:0px;
  padding:0px;
}
#maincont ul#slideshow
	{
	float:left;
	margin:0px 0 0;
	padding:0px;
	width:920px;
	display:block;
	}
#maincont ul#slideshow li
	{
		float:left;
		margin:0px;
		padding:0px;
		width:900px;
		display:block;
	}
#maincont ul#slideshow li
	{
	float:left;
	margin:0px;
	padding:0px;
	width:900px;
	display:block;
	background-color: #996;
	}
#maincont ul#slideshow li p.slideshowcontent
	{
	float:left;
	margin:39px 0 0;
	padding:0px;
	width:559px;
	display:block;
	}
#maincont ul#slideshow li p.slideshowcontent span.readmore
	{
	float:left;
	margin:0px;
	padding:0px;
	width:559px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:36px;
	color: #ffffff;
	line-height: 36px;
	}
#maincont ul#slideshow li p.slideshowcontent span.normalcontent
	{
	float:left;
	margin:22px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color: #ffffff;
	width:559px;
	}
.normalcontent .spot {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #579EE0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#maincont ul#slideshow li P.templateimg
	{
	float:left;
	margin:0px 0 0;
	padding:0px;
	width:350px;
	display:block;
	height: 230px;
	background-color: #CCC;
	}
/* Easy Slider2 */

	#slider{
	width:900px;
	position:relative;
	height: 350px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}	
#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		float:left;
		}
#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1000px;
		height:254px;
		overflow:hidden;
		outline:0px;
		border:0px;
		}
		
		/* slider */
		
		#header {
	background:url(../images/header-banner.gif) 0 0 no-repeat;
	width:900px;
	height:350px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	
}
#header ul{
	width:900px;
	height:350px;
	float:left;
}
#header ul li{
	width:900px;
	height:350px;
	float:left;
	display:block
}
#header p {
	font-size:14px;
	line-height:20px;
	color:#fff;
	background-color:inherit;
	margin:0 0 26px 0;
	width:445px;
	float:left;
	text-align:justify;
}
#header a.learnmore {
	background:url(../images/learn-more.gif) 0 0 no-repeat;
	width:98px;
	height:34px;
	font-size:14px;
	line-height:28px;
	color:#000;
	padding:0 0 0 28px;
	background-color:inherit;
	display:block;
	float:left;
}
#header a.learnmore:hover {
	color:#376BA1;
	background-color:inherit;
}
#header img {
	float:left;
	display:block;
	width:auto;
	margin:0px; 
	padding:0px;
}

	/* fine slider */
	
	
	#prevBtn, #nextBtn{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	top:135px;
		}	
	#prevBtn{
		}			
	#nextBtn{
	left:740px;
		}														
	#prevBtn a, #nextBtn a{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	z-index:200;
	top:135px;
	background:url(../images/previous.gif) no-repeat 0 0;
	text-indent: -9999px;
		}	
	#nextBtn a{ 
		background:url(../images/next.gif) no-repeat 0 0;
		left:275px;
		}
	
#container{	
		margin:0px;
		position:relative;
		text-align:left;
		width:100%;
		padding:0px;
		float:left;
		border:0px;
		}	
/* // Easy Slider */
