/*CSS Document
----  Mulicar ---*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
}
#see
{
	/*[disabled]position:absolute;*/
	color: #E6D67E;
	top: 221px;
	left: 103px;
	position: absolute;
	z-index: 9999;
	font-weight: bold;
	font-size: 12pt;
}
BODY
{
	color: #666;
	background: #DEDEDE url(../images/taglio/sfo_body.png) repeat-x 0 70px;
	margin: 0px 0;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
/*---- Tipografia  -----------------------------------------------------------------------------------------------------------------------*/
H1, H2, H3
{
	clear: both;
}
H1
{
	font-size: 170%;
	color: #A04C5D;
	line-height: 1.2em;
	margin: 5px 0px 10px;
	padding: 0px 10px 0px 0px;
}
H2
{
	color: #000;
	margin: 15px 0px 10px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2em;
}
H3
{
	color: #069;
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0px 5px;
}
H4
{
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	padding: 5px 5px 10px 0px;
}
P
{
	padding: 0px 0px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
UL
{
	margin: 5px 0 5px 20px;
	padding: 10px 0px 5px;
}
LI
{
	list-style: circle;
	padding: 0px 10px 10px;
	margin: 0 0 0 10px;
}
/*---- immagini  ---------------------------------------------------------------------------------------------------------------------*/
IMG
{
	margin: 0px;
}
IMG.img_left
{
	margin: 0px;
	border: 1px solid #FFF;
	float: left;
	margin: 5px 10px 10px 0;
}
IMG.img_shadow
{
	float: left;
	margin: 5px 10px 10px 0;
}
.evidenzia
{
	padding: 10px;
	float: left;
	margin: 0;
	background: #F9FDFF;
	border: 1px solid #EEE;
	width: 370px;
}
.img-servizi
{
	position: relative;
	padding: 0 0 20px;
}
.img-servizi IMG
{
	position: absolute;
	right: 0;
	top: 20px;
}
/*---- link  -----------------------------------------------------------------------------------------------------------------------*/
A:link, A:visited
{
	color: #046E96;
	text-decoration: none;
}
A:hover
{
	color: #046E96;
	text-decoration: underline;
}
/*Wrap contenitore pagina-------------------------------------------------------------------------------------------------------------------*/
#wrap
{
	text-align: left;
	width: 900px;
	margin: 0 auto;
	position: relative;
}
/*-----------------header--------------------------------------------------------------------------------------------------------------------------*/
#header
{
	background: url(../images/taglio/header.jpg) no-repeat 0 0;
	width: 900px;
	height: 303px;
	position: relative;
	margin: 0;
}
#logo
{
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*-----------------NAV--------------------------------------------------------------------------------------------------------------------------*/
#nav
{
	float: left;
	margin: 0 0 20px -20px;
	padding: 0 0 0px 20px;
	border-bottom: 1px solid #046E96;
	width: 609px;
}
#nav LI
{
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
}
#nav LI A:link, #nav LI A:visited
{
	color: #006699;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	height: 18px;
	display: block;
	float: left;
}
#nav LI A:hover
{
	text-decoration: none;
	border-bottom: 2px solid #006699;
}
/*---- Content  ----------------------------------------------------------------------------------------------------------------------*/
#content-wrap
{
	width: 890px;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0 0 20px;
}
/*---- BOX  ----------------------------------------------------------------------------------------------------------------------*/
.box
{
	margin: 0 0 10px;
	width: 410px;
	height: 270px;
	float: left;
	padding: 10px;
	background: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.box-video
{
	position: absolute;
	top: 33px;
	right: 18px;
	width: 380px;
	height: 250px;
}
/*---- main  ----------------------------------------------------------------------------------------------------------------------*/
#main
{
	margin: 0 10px 10px 0;
	width: 589px;
	float: left;
	padding: 10px 20px;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#main UL LI
{
	font-size: 14px;
	color: #333;
}
/*---- sidebar  ----------------------------------------------------------------------------------------------------------------------*/
.sidebar-call
{
	margin: 0 0 10px;
	width: 181px;
	float: left;
	padding: 10px 20px;
	background: #F2FAFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid #006699;
	color: #333;
}
.sidebar-call:hover
{
	background: #00293E;
	color: #FFF;
}
.sidebar-call A:link, .sidebar-call A:visited
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 5px 20px 5px 10px;
	background: url(../images/taglio/frecc.gif) no-repeat right;
}
.sidebar-call:hover A:link, .sidebar-call:hover A:visited
{
	color: #FFF;
}
.sidebar
{
	margin: 0 0 10px;
	width: 209px;
	float: left;
	padding: 40px 10px 10px;
	background: #F2FAFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCCCCC;
	color: #333;
	position: relative;
}
.sidebar H3
{
	margin: 0;
	padding: 5px 20px;
	color: #FFF;
	background: #006699;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: -9px;
}
.sidebar-dx
{
	position: absolute;
	right: -9px;
	top: 5px;
}
.sidebar UL
{
	margin: 15px 0 0 10px;
}
.sidebar LI
{
	background: url(../images/taglio/li_sidebar.png) no-repeat 0 0;
	padding: 0 0 15px 25px;
	font-size: 14px;
	list-style: none;
}
/*---- ---- footer  ----------------------------------------------------------------------------------------------------------------------*/
#footer
{
	color: #333;
	clear: both;
	margin: 0 auto;
	width: 870px;
	text-align: center;
	padding: 0;
}
#footer_link
{
	border-top: 1px dotted #666;
	clear: both;
	margin: 0;
	width: 870px;
	text-align: center;
	padding: 0;
}
#footer_link UL
{
	margin-left: 40px;
}
#footer_link LI
{
	width: 240px;
	float: left;
	background: none;
	text-align: left;
	padding: 0px 5px 5px 10px;
	margin: 0 20px 0 0;
	font-size: 10px;
	list-style: none;
}
#footer_link UL LI A:link, #footer_link UL LI A:visited
{
	text-align: center;
	margin: 0 auto;
	display: block;
	color: #333;
}
#footer_link UL LI A:hover
{
	color: #069;
	text-decoration: none;
}
#footer P A:link, #footer P A:visited
{
	color: #FFCC00;
	font-weight: bold;
	display: inline;
}
#footer P A:link, #footer P A:visited
{
	color: #F60;
}
#footer P A:hover
{
	color: #E19A32;
}
#footer SPAN
{
	color: #FF9900;
	font-weight: bold;
}
/*----CALLTOACTION  ----------------------------------------------------------------------------------------------------------------------*/
A:link.calltoaction, A:visited.calltoaction
{
	color: #FFF;
	background: url(../images/taglio/call.png) no-repeat 0 0;
	height: 23px;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 12px 0 0 15px;
	float: right;
	display: block;
	width: 218px;
	font-size: 16px;
}
A.calltoaction:hover
{
	text-decoration: none;
	background: url(../images/taglio/call.png) no-repeat bottom left;
}
/*EXPOPAGE MYCONTACT
#tob-bg utile per aggiungere un immagine di sfondo sopra #header-photo*/
#top-bg
{
	background: #FFF;
	width: 100%;
	height: 70px;
	z-index: 4;
	position: relative;
}
.expo_header3
{
	margin: 0 auto;
	background: url(../images/dot.jpg) repeat-x bottom left;
	height: 70px;
	position: relative;
	display: block;
	padding-top: 0px;
	z-index: 999;
}
.expo_header3 IMG
{
	border: none;
	padding: 0;
	margin: 0;
}
/*---- altre classi  ----------------------------------------------------------------------------------------------------------------------*/
.clear
{
	clear: both;
}
.floatl
{
	float: left;
}
.floatr
{
	float: right;
}
.sep
{
	height: 10px;
	margin: 5px 0;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #666;
}
/*----- #NOMESIA FORM --------------------------------------------------------------------------------------------------------------------------*/
#nomesia_form
{
	font-size: 11px;
	margin: 15px 0 0 30px;
	clear: both;
}
#nomesia_form DIV
{
	padding-bottom: 10px;
	margin: 0px 0;
	float: left;
	width: 47%;
}
#nomesia_form #tipologia_lead_container
{
	visibility: hidden;
	display: none;
}
#nomesia_form LABEL
{
	display: block;
	width: 150px;
	float: left;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}
#nomesia_form TEXTAREA, #nomesia_form INPUT, #nomesia_form SELECT
{
	color: #000;
	border: 1px solid #999;
	background-color: #CDE1EA;
	border: 2px solid #666;
	font-size: 15px;
	width: 200px;
	padding: 3px 5px;
	margin-bottom: 10px;
}
#nomesia_form TEXTAREA:focus, #nomesia_form INPUT:focus, #nomesia_form SELECT:focus
{
	color: #000;
	border: 2px solid #FFF;
	font-size: 15px;
	padding: 3px 5px;
	margin-bottom: 10px;
}
#nomesia_form TEXTAREA
{
	height: 100px;
}
#nomesia_form #privacy_container
{
	border: none;
	float: left;
	width: 500px;
}
#nomesia_form #privacy_container INPUT
{
	margin: 10px 20px 0 0;
	padding: 0;
	background: none;
	border: none;
	width: 15px;
	float: left;
}
#nomesia_form #privacy_container LABEL
{
	float: left;
	display: block;
	width: 400px;
	font-size: 11px;
}
#nomesia_form #submit_container
{
	width: 480px;
}
#nomesia_form .button_form
{
	background: #F90;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	width: 92px;
	display: block;
	margin: 20px auto;
	padding: 0;
	height: 29px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#nomesia_form .button_form:hover
{
	cursor: pointer;
	background: #F60;
	color: #FFF;
}
H1 SPAN, H2 SPAN, H3 SPAN, LEGEND SPAN, #gallery A SPAN
{
	position: relative;
	z-index: -1;
}
#gallery
{
	position: absolute;
	top: 26px;
	right: 20px;
	width: 380px;
	height: 250px;
	border: 2px solid #B3B5B6;
	background: #131F27;
}
#gallery #thumbnail
{
	width: 380px;
	height: 210px;
	float: left;
	overflow: hidden;
}
#gallery #thumbnail A
{
	display: block;
	width: 380px;
	height: 210px;
	float: left;
}
#gallery #thumbnail IMG
{
	float: left;
	border: 0;
}
#gallery #comandi
{
	background: #131F27;
	float: left;
	width: 360px;
	padding: 6px 10px;
	color: #C3C4C4;
	font-size: 10px;
	font-weight: bold;
}
#gallery #comandi UL
{
	margin: 0;
	padding: 0;
	position: relative;
}
#gallery #comandi UL LI, #gallery #comandi SPAN
{
	list-style: none;
	float: left;
}
#gallery #comandi UL LI A#prev, #gallery #comandi UL LI A#next
{
	display: block;
	width: 15px;
	height: 12px;
	background: url(../images/gallery_nextprev.png) no-repeat left top;
	margin: 0 2px;
}
#gallery #comandi UL LI A#prev
{
	position: absolute;
	left: 0;
	top: 10px;
}
#gallery #comandi UL LI A#next
{
	position: absolute;
	right: 0;
	top: 10px;
}
#gallery #comandi UL LI A:hover#prev, #gallery #comandi UL LI A:hover#next
{
	text-decoration: none;
}
#gallery #comandi UL LI A#next
{
	background: url(../images/gallery_nextprev.png) no-repeat left bottom;
}
#gallery #comandi UL LI.nojs A
{
	display: block;
	color: #FFF;
	margin: 0 2px;
}
/*************LIGHTBOX******************/
#jquery-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox A IMG
{
	border: none;
}
#lightbox-container-image-box
{
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image
{
	padding: 10px;
}
#lightbox-loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box>#lightbox-nav
{
	left: 0;
}
#lightbox-nav A
{
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
	width: 49%;
	height: 100%;
/*zoom: 1;*/
	display: block;
}
#lightbox-nav-btnPrev
{
	left: 0;
	float: left;
}
#lightbox-nav-btnNext
{
	right: 0;
	float: right;
}
#lightbox-container-image-data-box
{
	font: 10px Verdana, Helvetica, sans-serif;
	background: #FFF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px;
}
#lightbox-container-image-data
{
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details
{
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption
{
	font-weight: bold;
}
#lightbox-image-details-currentNumber
{
	display: block;
	clear: left;
	padding-bottom: 1em;
}
#lightbox-secNav-btnClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

