/*-------------------------------------------
skemaservice
- - - - - - - - - - - - - - - - - - - - - - -
Description:	Base setup styles
Filename:		skemaservice.css
Theme Name:     
Theme URI:      http://www.intersezione.com
Version:		3 beta
Date:			MAR 19, 2009
Author:         Intersezione srl
Company:        Intersezione srl
Please: 
        
/*=========================================================================================== Global Reset */

* {
	margin:0;
	padding:0;
}

html{
	color:#fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}

html,body{
	margin:0;
	padding:0;
}

body {	
	font-size:12px;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	color:#000;
	background: url(/img/bg-stripe-white.gif) top left #606060;
}

abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}

img {
	border: 0;
}

a:link,a:visited {
	color: #00747d; 
	text-decoration: none;
}

a:hover {
	color:#000;
	text-decoration: none;
}

a:focus{
	outline:0; 
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size:100%;
}

p {
}	

::-moz-selection {
	background:#fff;
	color:#000;
}

::selection {
	background:#fff;
	color:#000;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

cufon cufontext {
	display:none !important;
	visibility:hidden !important;
}

/*=========================================================================================== Layout generale */

div#wrapper-extra{
	width:100%;
	float:left;
	display:inline;
	height:500px;
}

#home div#wrapper-extra{
	background: url(/img/bg-flash-w.png) center 60px no-repeat;
}

#inside div#wrapper-extra{
	background: url(/img/bg-wrapper.gif) center 0 no-repeat;
	margin-top:15px;
}

div#wrapper{
	width:990px;
	margin:0 auto
}

div#container-extra{
	float:left;
	display:inline;
}

div#container{
	float:left;
	position:relative;
	width:990px;
	display:inline;
}

div#header{
	float:left;
	position:relative;
	width:990px;
	height:150px;
	background: url(/img/bg-header.gif) top left no-repeat;
	display:inline;
	clear:both;
}

div#header #logo{
	float:left;
	position:relative;
	width:400px;
	display:inline;
}

div#header #menu{
	float:right;
	position:relative;
	display:inline;
	width:550px;
	font-size:16px;
	text-transform:uppercase;
	background:#00747d;
	padding-top:2px;
}
div#header #menu h2{
	font-size:16px;
}

div#header #menu a{
	color:#efefef;
}

div#header #menu a:hover{
	color:#fff;
}

div#header #menu .on{
	color:#fff;
}

div#header #menu #topmenu{
	float:right;
	position:relative;
	display:inline;
}

div#header #menu #topmenu li{
	float:left;
	display:inline;
	list-style-type:none;
}

div#header #menu #topmenu li a{
	float:left;
	display:block;
	margin-left:5px;
	border-right:1px solid #efefef;
	padding:3px 0;
	padding-right:5px;
}

div#header #menu #topmenu li.menulast a{
	border-right:0;
	padding-right:5px;
}

div#header #menu ul#subul{
	position: absolute;
	right:0;
	float:left;
	width:175px;
	text-align:left;
	top:21px;
	z-index:50;
	
	border:0 none !important;
	clear:both;
	float:left;
	position:absolute;
	background:#006F78;
}

div#header #menu ul#subul li{
	list-style-type:none;
	color:			#ccc;
	float:			left;
	display:		inline;
	background:		none;
	
	border:0 none !important;
	clear:both;
	float:left;
	height:auto !important;
	line-height:20px;
	min-height:20px;
	width:175px;
	padding:0;
	margin:0;

}

div#header #menu ul#subul li a{
	float:			left;
	border-right:	0;
	display:		inline;
	text-transform: uppercase;
	color:			#efefef;
	font-size:		14px;
	border:0 none !important;
	clear:both;
	height:auto !important;
	line-height:14px;
	min-height:14px;
	width:165px;
	padding:3px 5px 2px 5px;
	margin-left:0;
}

div#header #menu ul#subul li a:hover{
	color:#000!important;
	background:#efefef;
}

div#top{
	float:left;
	display:inline;
	width:100%;
}

div#top #menuhome{
	float:right;
	display:inline;
	color:#fff;
	font-size:16px;
	text-align:right;
	text-transform:uppercase;
	background:#00747d;
	margin:0;
	padding-top:3px;
	padding-left:5px;
}

div#top #menuhome a{
	color:#fff;
}

div#top #menuhome a:hover{
	color:#efefef;
}

div#top #menuhome #topmenu{
	float:right;
	display:inline;
}

*:first-child+html div#top #menuhome{
	width:500px;
}

div#top #menuhome #topmenu li{
	float:left;
	display:inline;
	list-style-type:none;
}

div#top #menuhome #topmenu li a{
	float:left;
	display:block;
	margin-left:5px;
	border-right:1px solid #efefef;
	padding:3px 0;
	padding-right:5px;
}

div#top #menuhome #topmenu li.menulast a{
	border-right:0;
	padding-right:5px;
}

div#top #menuhome ul#subul{
	position: absolute;
	right:0;
	float:left;
	width:175px;
	text-align:left;
	top:23px;
	z-index:50;	
	border:0 none !important;
	clear:both;
	float:left;
	position:absolute;
	background:#006F78;
}

*:first-child+html div#top #menuhome ul#subul{
	top:24px;
	z-index:100;
}

div#top #menuhome ul#subul li{
	list-style-type:none;
	color:			#ccc;
	float:			left;
	display:		inline;
	background:		none;	
	border:0 none !important;
	clear:both;
	float:left;
	height:auto !important;
	line-height:20px;
	min-height:20px;
	width:175px;
	padding:0;
	margin:0;

}

*:first-child+html div#top #menuhome ul#subul li{
	padding-top:0;
}

div#top #menuhome ul#subul li a{
	float:			left;
	border-right:	0;
	display:		inline;
	text-transform: uppercase;
	color:			#efefef;
	font-size:		14px;
	border:0 none !important;
	clear:both;
	height:auto !important;
	line-height:14px;
	min-height:14px;
	width:165px;
	padding:3px 5px 2px 5px;
	margin-left:0;
}

*:first-child+html div#top #menuhome ul#subul li a{
	padding-top:5px;
}

div#top #menuhome ul#subul li a:hover{
	color:#000!important;
	background:#efefef;
}

div#flash{
	float:left;
	position:relative;
	width:990px;
	display:inline;
	clear:both;
}

div#flash object{
	outline-style:none;
	outline-width:0;
}

div#boxes{
	float:left;
	position:relative;
	width:990px;
	display:inline;
	clear:both;
}

div#boxes #h-allestimenti{
	float:left;
	display:inline;
	width:170px;
}

div#boxes #h-fiere{
	float:left;
	display:inline;
	width:170px;
}

div#boxes .box{
	float:left;
	width:330px;
	height:200px;
	display:inline;
	z-index:200px;
	overflow:hidden;
}

div#boxes .box.allestimenti{
	background: url(/img/box-home-allestimento-w.png) top left no-repeat;
}

div#boxes .box.personalizzati{
	background: url(/img/box-home-allestimento-w2.png) top left no-repeat;
}

div#boxes .box.fiere{
	background: url(/img/box-home-fiere-w.png) top left no-repeat;
}

div#boxes .box.evidenza{
	background: url(/img/box-home-evidenza-w.png) top left no-repeat;
}

div#boxes .box a.all{
	width:330px;
	height:200px;
	display:block;
	float:left;
	position:relative;
	z-index:600px;
	cursor:pointer;
}

div#boxes .box h2{
	display:none;
	visibility:hidden;
}

div#boxes .box .m-allestimenti{
	margin-top:100px;
	text-transform:uppercase;
}

div#boxes .box .m-allestimenti h4{
	margin-bottom:20px;
}

div#boxes .box a.all span{
	display:block;
	width:120px;
	height:50px;
	float:right;
	margin-top:80px;
	margin-right:25px;
	text-align:right;
	font-size:11px;
	display:inline;
}

div#boxes .box .show{
	margin-left:24px;
	margin-top:84px;
	position:relative;
	z-index:610px;
	background:#fff;
	width:200px;
}

div#boxes .box .show ul li{
	width:280px;
	text-align:center;
}

div#content{
	float:left;
	position:relative;
	width:990px;
	display:inline;
	margin-top:20px;
}

div#content #zone{
	float:left;
	position:relative;
	width:354px;
	display:inline;
	border-right:1px solid #777;
	border-top:1px solid #777;
	min-height:450px;
	height:auto!important;
	height:450px;
}

div#content #zone .payoff{
	float:left;
	position:relative;
	width:350px;
	display:inline;
	font-size:11px;
	text-align:right;
}

div#content #zone #frame{
	float:left;
	position:relative;
	width:350px;
	height:250px;
	display:inline;
	margin-top:-40px;
}

div#cont ent #zone #frame.allestimenti{
	background: url(/img/bg-zone-allestimenti.png) top left no-repeat;
}

div#cont ent #zone #frame.fiere{
	background: url(/img/bg-zone-fiere.png) top left no-repeat;
}

div#cont ent #zone #frame.agenzia{
	background: url(/img/bg-zone-agenzia.png) top left no-repeat;
}

div#conte nt #zone #frame.contatti{
	background: url(/img/bg-zone-contatti.png) top left no-repeat;
}

div#con tent #zone #frame.mission{
	background: url(/img/bg-zone-mission.png) top left no-repeat;
}

div#cont ent #zone #frame.news{
	background: url(/img/bg-zone-news.png) top left no-repeat;
}	

div#content #navigation{
	float:left;
	position:relative;
	width:215px;
	display:inline;
	border-top:1px solid #777;
}

div#content #navigation .othertype{
	float:left;
	position:relative;
	width:215px;
	display:inline;
	border-bottom:1px solid #777;
	font-size:10px;
	text-align:right;
	font-weight:bold;
}

div#content #navigation .payoff{
	float:right;
	position:relative;
	width:200px;
	display:inline;
	margin-top:20px;
	font-size:10px;
	color:#777;
	text-align:right;
}

div#content #sub-section{
	float:right;
	position:relative;
	margin-top:15px;
	padding:10px 0;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
}

div#content .wide #sub-section{
	float:left;
}

div#content #navigation #sub-section{
	width:215px;
}

div#content #zone #sub-section{
	width:354px;
}

div#content #zone #sub-section ul li{
	text-align:right;
}

div#content #zone #sub-section ul li .togglesub{
	padding-right:10px;
}

div#content #ancillary #sub-section{
	width:395px;
	margin-top:0;
	border-bottom:0;
}

div#content #ancillary.wide  #sub-section{
	width:610px;
	border-top:0;
}


div#content #sub-section ul{
	
}

div#content #navigation #sub-section ul{
	width:215px;
}

div#content #zone #sub-section ul{
	width:354px;
}

div#content #ancillary #sub-section ul{
	width:395px;
}

div#content #ancillary.wide #sub-section ul{
	width:610px;
}

div#content #sub-section ul li{
	list-style-type:none;
	display:block-inline;
	padding:5px 0;
	padding-left:20px;
	float:left;
	font-size:20px;
	text-transform:uppercase;
	list-style-type:none;
}

div#content #navigation  #sub-section ul li{
	width:195px;
}

div#content #zone  #sub-section ul li{
	width:334px;
}

div#content #ancillary  #sub-section ul li{
	width:375px;
}

div#content #ancillary.wide  #sub-section ul li{
	width:610px;
}

div#content #sub-section ul li a{
	display:block-inline;
}

div#content #sub-section ul li .detailsub{
	display:block;
	font-size:11px;
	text-transform:lowercase;	
	
}

div#content #navigation  #sub-section ul li .detailsub{
	width:195px;
}

div#content #zone  #sub-section ul li .detailsub{
	width:324px;
}

div#content #ancillary  #sub-section ul li .detailsub{
	width:375px;
}

div#content #sub-section ul li:hover{
	background:#fff;
	color:#000;
}

div#content #sub-section ul li.selected{
	background:#fff;
	color:#c00;
}

div#content #navigation #gallery{
	float:right;
	position:relative;
	width:195px;
	margin-top:15px;
}

div#content #navigation #gallery ul{

}

div#content #navigation #gallery li{
	list-style-type:none;
	float:left;
	display:inline;
	margin-left:5px;
	margin-bottom:5px;
}

div#content #navigation #gallery li a img{
	border:5px solid #ccc;
}

div#content #navigation #gallery li a:hover img{
	border:5px solid #000;
}

div#content #navigation #gallery li.galcur a img{
	border:5px solid #000;
}


div#content #navigation #gallery li.sel img{
	border:5px solid #000;
}

div#content #navigation #gallery-big{
	float:right;
	position:relative;
	width:195px;
	margin-top:15px;
}

div#content #navigation #gallery-big ul{

}

div#content #navigation #gallery-big li{
	list-style-type:none;
	float:left;
	display:inline;
	margin-left:5px;
	margin-bottom:5px;
}

div#content #navigation #gallery-big li a img{
	border:5px solid #ccc;
	width:180px;
	height:50px;
}

div#content #navigation #gallery-big li a:hover img{
	border:5px solid #000;
}


div#content #navigation #gallery-big li.sel img{
	border:5px solid #000;
}

div#content #ancillary{
	float:right;
	position:relative;
	width:395px;
	display:inline;
	border-left:1px solid #777;
	border-bottom:1px solid #777;
	min-height:450px;
	height:auto!important;
	height:450px;
}

div#content #ancillary.wide{
	float:right;
	position:relative;
	width:610px;
	display:inline;
	border-left:0;
	border-bottom:1px solid #777;
	min-height:450px;
	height:auto!important;
	height:450px;
}

div#content #ancillary #blocck{
	float:left;
	position:relative;
	width:355px;
	display:inline;
	padding: 0 20px;
	margin-top:-30px;
	margin-bottom:30px;
}

div#content #ancillary.wide #blocck{
	float:left;
	position:relative;
	width:590px;
	display:inline;
	padding: 0 20px;
	padding-left:0;
	margin-top:0;
}

div#content #ancillary #blocck #namesection{
	text-align:right;
}

div#content #ancillary #blocck #namesection h3{
	font-size:26px;
	color:#777;
}

div#content #ancillary #blocck #namesection h3.nameh3{
	visibility:hidden;
}

div#content #ancillary.wide #blocck #namesection h3{
	display:none;
	visibility:hidden;
}

div#content #ancillary.wide #blocck #namesection h3.news{
	display:block;
	visibility:visible;
	text-align:left;
}

div#content #ancillary #blocck #thumb{
	margin:4px 0 10px 0;
}

div#content #ancillary #blocck #thumb img{
	border:5px solid #fff;
}

div#content #ancillary #blocck #explain{
	font-size:12px;
	li ne-height:1em;
}

div#content #ancillary.wide #blocck #explain{
	font-size:12px;
	li ne-height:1em;
}

div#footer{
	float:left;
	position:relative;
	width:990px;
	display:inline;
	clear:both;
	text-align:center;
	font-size:10px;
	margin-top:10px;
}

#container #intersezione{
	position:absolute;
	width:5px;
	height:78px;
	bottom:22px;
	left:997px;
	z-index:300;
}

* html #container #intersezione{
	position:relative;
	width:5px;
	height:78px;
	bottom:120px;
	left:990px;
	z-index:300;
}

#home #container #intersezione{
	bottom:40px;
	left:990px;
}

#container #intersezione a{
	background: url(/img/intersezione.gif) top left no-repeat;
	display:block;
	width:5px;
	height:78px;
}

#container #intersezione a:hover{
	background: url(/img/intersezione-on.gif) top left no-repeat;
}

#container #intersezione a span{
	display:none;
	visibility:hidden;
}

#title .name h2{
	text-align:right;
	width:570px;
	text-transform:uppercase;
	font-size:40px;
	font-weight:400;
}

#title.wide .name h2 {
	width:990px;
}

ul#inevidenza li{
	list-style-type:none;
}

#ancillary {
	position:relative;
}

#ancillary div.backtop{
	position:absolute;
	bottom:0;
	right:0;
}

#ancillary div.backtop a{
	display:block;
	float:left;
	font-size:10px;
	color:#fff;
	padding:3px;
	background:#00747D;
	font-weight:bold;
}

#ancillary div.backtop a:hover{
	color:#00747D;
	background:#fff;
}

ul#inevidenza{
	width:180px;
}

ul#inevidenza li{
	width:180px;
}


/* blocck classe */
div#content #ancillary .blocck{
	float:left;
	position:relative;
	width:355px;
	display:inline;
	padding: 0 20px;
	margin-top:-30px;
	margin-bottom:30px;
}

div#content #ancillary.wide .blocck{
	float:left;
	position:relative;
	width:590px;
	display:inline;
	padding: 0 20px;
	padding-left:0;
	margin-top:0;
}

div#content #ancillary .blocck .namesection{
	text-align:right;
}

div#content #ancillary .blocck .namesection h3{
	font-size:26px;
	color:#777;
}

div#content #ancillary .blocck .namesection h3.nameh3{
	visibility:hidden;
}

div#content #ancillary.wide .blocck .namesection h3{
	display:none;
	visibility:hidden;
}

div#content #ancillary.wide .blocck .namesection h3.news{
	display:block;
	visibility:visible;
	text-align:left;
}

div#content #ancillary .blocck .thumb{
	margin:4px 0 10px 0;
}

div#content #ancillary .blocck .thumb img{
	border:5px solid #fff;
}

div#content #ancillary .blocck .explain{
	font-size:12px;
	li ne-height:1em;
}

div#content #ancillary.wide .blocck .explain{
	font-size:12px;
	li ne-height:1em;
}

.facebook {
	background:url("/img/fb-logo.gif") no-repeat scroll right top transparent;
	font-weight:bold;
	padding-right:20px;
}