/*@import url('highslide.css');*/
.highslide-container div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(../js/graphics/zoomin.cur), pointer;
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}

.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../js/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits{
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover {
	color: white;
	background-color: gray;
}
.highslide-move {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../js/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Styles for the HTML popups											    */
/* Remove these if you are not using Highslide HTML						  */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html-content {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {

	text-align:left;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	list-style:none;
	background:none;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../js/graphics/resize.gif);
}
.highslide-body {
text-align:left;
margin:0;
padding:0;
}
.highslide-resize {
	cursor: nw-resize;
}

/*@import url('screen.css');*/
body {
	margin: 0;
	padding: 0;
    font-size:70%;
    
	background:url(../img/bg.gif);
	color:#8e8e8e;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

hr {
    border: 0;
    width: 100%;
    height: 1px; 
	clear:both;
	background:none;
} 


/* This is the style of your browser text */

#titles {
	background:url(../img/bg_logo.gif) no-repeat;
	width:900px;
	height:140px;
	padding-top:10px;
}

#titles p {
	clear:both;
	margin:0;
	padding:10px 0 0 0;
	width:400px;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:39px;
}


h1 {
	font-size: 36px;
	padding: 0;
	margin:0;
	color:#ffa200;
	background:none;
}

h2 {
	text-align: left;
	font-size: 18px;
	padding:0 0 10px 0;
	margin: 20px 0 0 0;
	color:#ffa200;	
	line-height:20px;
}

h3 {
	font-size: 18px;
	padding:0;
	margin:0;
	color:#FFFFFF;
}

h4 {
	font-size: 48px;
	padding: 0;
	margin:0;
	color:#FFFFFF;
	display:block;
}

h5 {
	font-size: 16px;
	color:#ffa200;
}

/* text */

p {
	margin: 10px 0;
}

/* link */

a {
	margin: 0 0 13px 0;
	color: #ffa200;
	text-decoration: none;
}

#footer a {
	color:#646464;
}

#footer a:hover{
	color: #646464;
	text-decoration:underline;
	background:none;
}

/* images */

img.left {
	float:left;
}

/* list */

.listaclienti ul {
	margin: 0;
	padding: 0;
}

.listaclienti li {
	list-style-type:none;
	padding-left:24px;
	margin:10px 0;
	background:url(../img/tick.gif) no-repeat 0 0;
}

ul.listahome  {
 margin: 0;
 padding: 0;
}

.listahome li {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left:24px;
	background:url(../img/tick.gif) no-repeat 0 0;
}

/* ------------ layout divs ------------ */

#frame {
	width: 960px;
	background:#222222;
	margin: 0 auto;
	padding: 0;
}

	#top {
		margin:0;
		padding:0;
		background:url(../img/bg_top.gif) repeat-x;
		height:84px;
		text-align:left;
		position:relative;
	}
	
		#reserved {
			position:absolute;
			top:0;
			right:30px;
			background-color:#ffa200;
			color:#000000;
			width:210px;
			text-align:right;
		}
		
			#reserved img {
				padding:3px 10px 3px 0;	
			}

		#logo {
			background:url(../img/logo.gif) no-repeat 20% 50%;
			width:280px;
			height:80px;
		}
		
		.img_logo {
		 	width:280px;
			height:80px;
		}

	#mainimage {
		margin:0;
		padding:0;
		border-bottom:#ffa200 solid 5px;
		height:290px;
	}
	
	#mainimage a{
		margin:0;
		padding:0;
		color:#000000;
	}
	#subtop {
		margin:0;
		padding:0;
		background:#333333;
		height:10px;
	}

	#maincontent {
		margin:0 auto;
		width:900px;
		padding:0;
		text-align:left;
	}
	
		.box {
			float:left;
			width:275px;
			margin-right:20px;
			padding:20px 0 0 0;
			list-style:none;
		}
		
 		.box6 {
			float:left;
			width:255px;
			margin-left:20px;
			margin-right:20px;
			padding:20px 0 0 0;
			list-style:none;
		}
		
 		.box1 {
			float:left;
			width:490px;
			margin-right:90px;
			padding:20px 0 0 0;
		}
	
	
		.box2 {
			float:left;
			width:270px;
			margin-right:20px;
			padding:0;
		}
		
		.box2 h2 {
			padding-top:15px;
		}
	
		.box3 {
			float:left;
			width:225px;;
			margin-right:0px;
			padding:20px 0 0 0;
		}
	
		.box4 {
			float:left;
			width:430px;
			margin-right:20px;
			padding:20px 0 0 0;
			line-height:1.125em; /* 16×1.125=18 */
			font-family:Tahoma, Arial, Helvetica, sans-serif;
		}

 		.box5 {
			float:left;
			width:500px;
			margin-right:90px;
			padding:20px 0 0 0;
			line-height:1.125em; /* 16×1.125=18 */
			font-family:Arial, Helvetica, sans-serif;
		}

	#footer {
		width:900px;
		margin:0 auto;
		clear:both;
		background:#282828;
		color:#676767;
		text-align:left;
		border-top:30px solid #222;
	}

		#footer p {
			padding:0 10px 10px 10px;
		}
	
		#footer img {
			margin-right:5px;
			float:left;
		}
	
		.policy {
			float:right;
		}


	#menu {
		width:450px;
		height:32px;
		padding:0;
		margin:0;
		float:right;
		margin:50px 18px 0 0;
	}
	
		#menu ul {
			background:url(../img/menu.gif);
			width:450px;
			height:16px;
			margin: 0;
			padding: 0;
			position: relative;
			}
			
		#menu ul li	{
			background:none;
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			top: 0;
			}
			
		#menu ul li, #menu a	{
			height: 16px;
			display: block;
			}
		
		#menu ul li a {
			text-indent: -9999px; 
			text-decoration: none;
			}
		
			#mn1 {left: 0; width: 60px;}
			#mn2 {left: 60px; width: 99px;}
			#mn3 {left: 159px; width: 82px;}
			#mn4 {left: 238px; width: 111px;}
			#mn5 {left: 350px; width: 100px;}
			
			#mn1 a:hover, #mn1 a.on {background: transparent url(../img/menu.gif) 0 -16px no-repeat;}
			#mn2 a:hover, #mn2 a.on {background: transparent url(../img/menu.gif) -60px -16px no-repeat;}
			#mn3 a:hover, #mn3 a.on {background: transparent url(../img/menu.gif) -159px -16px no-repeat;}
			#mn4 a:hover, #mn4 a.on {background: transparent url(../img/menu.gif) -238px -16px no-repeat;}
			#mn5 a:hover, #mn5 a.on {background: transparent url(../img/menu.gif) -350px -16px no-repeat;}
		

/* ------------ classes ------------ */

.grey {
	color:#a8a8a8;
}

.right {
	float:right;
}

/* ------------ for print ------------ */

#printheader {
	display:none;
}

.chisiamo
{
   background-image:url("../img/chisiamo.gif");
   background-repeat:no-repeat;
   height:35px;
}

.contatti
{
   background-image:url("../img/contatti.gif");
   background-repeat:no-repeat;
   height:35px;
}

.clienti
{
   background-image:url("../img/clienti.gif");
   background-repeat:no-repeat;
   height:35px;
}

.casestudies
{
   background-image:url("../img/casestudies.gif");
   background-repeat:no-repeat;
   height:35px;
}

h6 {display:none;} 


ul#portfolio{
	margin:0;
	padding:0;
}

ul#portfolio li{
	list-style-type:none;
	margin:0;
	right:0px;
	padding:0;
	background:none;
}

ul#portfolio img{
	width:960px;
	height:291px;
}

strong {
	color:#ffa200;	
	font-weight:normal;
}

.input {
border:0;
background:#3e3e3e;
color:#ffa200;
font-family:Arial, Helvetica, sans-serif;
width:340px;
}

.textarea {
border:0;
background:#3e3e3e;
color:#ffa200;
font-family:Arial, Helvetica, sans-serif;
width:340px;
height:200px;
}

label {
padding-bottom:10px;
padding-top:10px;

}

.btn-submit {
border:0;
background:#3e3e3e;
color:#ffa200;
font-family:Arial, Helvetica, sans-serif;
width:80px;
height:20px;
}

.aaaa {
position:absolute;
z-index:300;
background-color:#ffa200;
top:271px;
left:720px;
width:210px;
height:20px;
cursor:pointer;
font-weight:bold;
}
/* @import url('jcarousel2.css');*/
.jcarousel-container {
    position: relative;
	list-style: none;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
	list-style: none;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/* ------------------------------------------------------------------------------- */

.jcarousel-skin2 .jcarousel-container {
		list-style: none;
		list-style-image:none;
}

.jcarousel-skin2 ul li{

		list-style-type:none;
}


.jcarousel-skin2 .jcarousel-container-horizontal {
    width: 290px;
}
.jcarousel-skin2 .jcarousel-clip-horizontal {
    width:  290px;
	height: 130px;
}
.jcarousel-skin2 .jcarousel-item {
	width: 290px;
	height: 130px;
	position: relative;
}

.jcarousel-skin2 .jcarousel-item-horizontal {
}
.jcarousel-skin2 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin2 .jcarousel-next-horizontal {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/jcarousel_next.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	bottom: -5px;
	left: 35px;
}

.jcarousel-skin2 .jcarousel-next-horizontal:hover {
    background-position: -30px 0;
}

.jcarousel-skin2 .jcarousel-next-horizontal:active {
    background-position: -60px 0;
}

.jcarousel-skin2 .jcarousel-next-disabled-horizontal,
.jcarousel-skin2 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin2 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

.jcarousel-skin2 .jcarousel-prev-horizontal {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/jcarousel_prev.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	left: 0px;
	bottom: -5px;
}

.jcarousel-skin2 .jcarousel-prev-horizontal:hover {
    background-position: -30px 0;
}

.jcarousel-skin2 .jcarousel-prev-horizontal:active {
    background-position: -60px 0;
}

.jcarousel-skin2 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin2 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin2 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}
#content #news{
	float:left;
	width:280px;
	margin-right:20px;
	padding:20px 0 0 0;
}
#content #newsBox{

}
