/* CSS RESET FRAMEWORK
versione 1.2 by Nic - http://www.enneb.com

-------------------------------------------------------------
-------------------------------------------------------------

SELETTORI CSS PER IE
	height: 10px;	regola normale
	#height: 10px;	applica a tutti gli IE
	_height: 10px;	applica a IE 6 e precedenti
	*height: 10px;	applica a IE 6 e IE 7

-------------------------------------------------------------

	background-image: url(../img/xxx.png);
	_background-image: url(../common/img/transparent.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/xxx.png", sizingMethod="crop");
	background-repeat: no-repeat;

/* ----- SCALING IMG IE ----- */

img { -ms-interpolation-mode: bicubic; }

/* ----- AZZERARE DIFFERENZE RENDERING ----- */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form,label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}

html {
font-size:100.01%; }

:focus {
outline: 0;
}

blockquote:before, blockquote:after,q:before, q:after {
content: "";
}

blockquote, q {
quotes: "" "";
}

a img, :link img, :visited img {
border: 0;
}

textarea {
	overflow: auto;
}

a:hover {
	cursor: pointer;
}

/* -----CLASSI CUSTOM ----- */

.clearer {
	clear: both;
}

/* ------------------------------- */

#infocontent {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -900px;
	left: -900px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 10px;
}

#infocontent h3 {
	
}

#infocontent h3 a {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#privacySlider {
	background-color: #4C749B;
	color: #fff;
	position: fixed;
	left: 0;
	z-index: 1000;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	bottom: 0;
	height: auto;
	min-height: 30px;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
	font-style: normal;
	line-height: 130%;
	font-size: 13px;
	font-variant: normal;
	display: none;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}

#privacySlider a {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

#privacySlider a:hover {
	text-decoration: none;
}

#privacySlider a#cookieBtn {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	padding: 3px 10px;
	display: inline-block;
	background-color: #669bcf;
	font-size: 12px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	color: #fff;
	margin: 5px;
}

#privacySlider a#cookieBtn:hover {
	background-color: #fff;
	color: #4C749B;
}

/* ------------------------------- */

/* -------- STILI PROGETTO ------- */

html {
	
}

body {
	background: #E5F1FC url(../img/body_bg.jpg) repeat-x 0 0;
	font-family: Arial, sans-serif;
	padding-bottom: 40px;
}

#wrapper {
	width: 1069px;
	height: 778px;
	background: url(../img/world_bg.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: relative;
}

#header {
	position: relative;
	height: 100px;
	margin-bottom: 30px;
}

#header h1 {
	width: 171px;
	height: 64px;
	position: absolute;
	left: 0;
	top: 20px;
}

#header h1 a {
	text-indent: -900em;
	display: block;
	background: url(../img/logo.png) no-repeat 0 0;
	width: 171px;
	height: 64px;
}

#header ul {
	position: absolute;
	top: 0;
	right: 150px;
}

#header ul li {
	float: left;
	border-right: 1px solid #fff;
	padding: 50px 10px 5px 15px;
	display: none;
}

#header ul li a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

#header ul li a:hover,
#header ul li a#current_menu {
	color: #66cfff;
}

#header #login {
	top: 10px;
	right: 0;
	width: 127px;
	position: absolute;
}

#header #login h5 {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	display: none;
}

#header #login .formBlock {
	width: 127px;
	margin-bottom: 3px;
}

#header #login .formBlock input {
	width: 119px;
	background-color: #4C749B;
	padding: 3px;
	height: 14px;
	color: #fff;
	text-decoration: none;
	font: normal normal 11px Arial;
	border: 1px solid #4C749B;
}

#header #login .formBlock input:focus {
	background-color: #42668b;
}

#header #login .formBlock input#password {
	float: left;
	width: 74px;
	margin-right: 3px;
}

#header #login .formBlock input#invia_btn {
	background-color: #293F61;
	border-style: none;
	text-align: center;
	width: 42px;
	height: 22px;
}

#header #login .formBlock input#invia_btn:hover {
	cursor: pointer;
	background-color: #1a9151;
}

#header #login a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: 11px;
}

#header #login a:hover {
	text-decoration: underline;
}

#header #login a#download_link {
	margin-bottom: 3px;
	padding: 3px 6px;
	background-color: #5a8abe;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 10px;
}

#header #login a#download_link:hover {
	text-decoration: none;
	background-color: #659ad1;
}

#header #login a#logout {
	margin-top: 5px;
	color: #ccc;
}

#header #login a#logout:hover {
	
}

/* -------------------------- */

#home_slider {
	width: 980px;
	height: 510px;
	margin-bottom: 20px;
	position: relative;
}

#home_slider #ajax_loader {
	background: url(../img/ajax-loader.gif) no-repeat 0 0;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 180px;
	left: 495px;
}

#home_slider .slide {
	width: 980px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
}

#home_slider .slide .img {
	width: 980px;
	height: 400px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

#home_slider .slide .text {
	background: url(../img/slide_Bg.png) no-repeat right bottom;
	width: 980px;
	height: 400px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}

#home_slider .slide .text h2 {
	color: #fff;
	font-size: 48px;
	font-style: italic;
	text-decoration: none;
	text-align: right;
	position: absolute;
	right: 40px;
	top: 280px;
	display: none;
}

#home_slider .slide .text h3 {
	color: #fff;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	top: 340px;
	right: 40px;
	position: absolute;
	display: none;
}

#home_slider .slide#main {
}

#home_slider .slide#progettazione {
	display: none;
}

#home_slider .slide#gestione {
	display: none;
}

#home_slider .slide#consulenza {
	display: none;
}

#home_slider #slider_btn {
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 935px;
	height: 110px;
	padding-left: 25px;
	padding-right: 20px;
}

#home_slider #slider_btn .btn {
	height: 90px;
	float: left;
}

#home_slider #slider_btn a {
	display: block;
	background-color: #fff;
	width: 270px;
	height: 70px;
	margin-top: 10px;
	padding: 10px 20px;
	border-right: 1px solid #ccc;
	text-decoration: none;
}

#home_slider #slider_btn a .img {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	float: left;
	display: inline;
}

#home_slider #slider_btn a h2 {
	color: #3A72A3;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 8px;
	margin-top: 10px;
	font-weight: bold;
}

*:first-child+html #home_slider #slider_btn a h2 {
	margin-top: 20px;
}

#home_slider #slider_btn a p {
	color: #999;
	font-size: 12px;
	line-height: 120%;
}

#home_slider #slider_btn a:hover {
	background-color: #356EA6;
	text-decoration: none;
	border-right: 1px solid #356EA6;
}

#home_slider #slider_btn a:hover h2 {
	color: #fff;
}

#home_slider #slider_btn a:hover p {
	color: #ccc;
}

#home_slider #slider_btn .btn#progettazione_btn a {
	border-right: 1px solid #ccc;
}

#home_slider #slider_btn .btn#gestione_btn a {
	border-right: 1px solid #ccc;
}

#home_slider #slider_btn .btn#consulenza a {
	border-right-style: none;
}

/* -------------------------- */

#main_content {
	background-color: #fff;
	padding: 0 20px;
	margin-bottom: 10px;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
}

#main_content.col_dx {
	background: url(../img/main_colDx.jpg) repeat-y 0 0;
}

#main_content.col_sx {
	background: url(../img/main_colSx.jpg) repeat-y 0 0;
}

#main_content #ultimi_lavori {
	width: 487px;
	height: 351px;
	background: url(../img/ultimi_lavori_bg.jpg) no-repeat 0 0;
	float: left;
}

#main_content #ultimi_lavori h4 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #356EA6;
	width: 450px;
	padding: 5px 5px 3px;
	margin-top: 15px;
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 20px;
}

#main_content #ultimi_lavori .lavoro {
	margin-left: 10px;
	width: 460px;
	height: 120px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#main_content #ultimi_lavori .lavoro.ultimo {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-style: none;
}

#main_content #ultimi_lavori .lavoro a.img {
	width: 220px;
	height: 120px;
	float: left;
	margin-right: 10px;
}

#main_content #ultimi_lavori .lavoro .text {
	padding-top: 10px;
}

#main_content #ultimi_lavori .lavoro .text h5 {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

#main_content #ultimi_lavori .lavoro .text h3 {
	margin-bottom: 5px;
}

#main_content #ultimi_lavori .lavoro .text h3 a {
	color: #346DA5;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
	text-align: justify;
}

#main_content #ultimi_lavori .lavoro .text h3 a:hover {
	color: #3a92fd;
}

#main_content #ultimi_lavori .lavoro .text p {
	color: #6A6A6A;
	font-size: 11px;
	line-height: 120%;
	text-align: justify;
}

/* -------------------------- */

#main_content #ultime_news {
	width: 430px;
	float: right;
	margin-top: 18px;
}

#main_content #ultime_news h4 {
	color: #346DA5;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #346DA5;
	margin-bottom: 15px;
	padding-bottom: 5px;
	display: none;
}

#main_content #ultime_news .news {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

#main_content #ultime_news .news.ultima {
	padding-bottom: 0;
	border-bottom-style: none;
}

#main_content #ultime_news .news a.img {
	width: 160px;
	height: 70px;
	float: left;
	margin-right: 10px;
}

#main_content #ultime_news .news .text {
	padding-top: 7px;
}

#main_content #ultime_news .news .text h5 {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	margin-bottom: 3px;
}

#main_content #ultime_news .news .text h3 {
	margin-bottom: 3px;
}

#main_content #ultime_news .news .text h3 a {
	color: #346DA5;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
	text-align: justify;
}

#main_content #ultime_news .news .text h3 a:hover {
	color: #3a92fd;
}

#main_content #ultime_news .news .text p {
	color: #999;
	font-size: 11px;
	line-height: 120%;
	text-align: justify;
}

#main_content #ultime_news a#all_news {
	text-align: right;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #E9E9E9;
	display: block;
	width: 420px;
	padding: 5px;
}

#main_content #ultime_news a#all_news:hover {
	color: #666;
}

/* -------------------------- */

#loghi_clienti {
	background-color: #356EA6;
	padding: 20px 13px 20px 17px;
	width: 950px;
	height: 110px;
	margin-bottom: 10px;
}


#loghi_clienti li {
	background-color: white;
	display: block;
	float: left;
	width: 185px;
	height: 110px;
	margin-right: 5px;
}

#loghi_clienti li a {
	height: 110px;
	display: block;
	width: 185px;
}

#loghi_clienti .jcarousel-container {
    position: relative;
	height: 110px;
	width: 940px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#loghi_clienti .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	height: 110px;
	background-color: #fff;
	width: 940px;
}

#loghi_clienti .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
	width: 185px;
	height: 110px;
}

#loghi_clienti .jcarousel-list li,
#loghi_clienti .jcarousel-item {
    list-style: none;
	padding: 0;
	width: 185px;
	background-color: #DFDFDF;
	height: 110px;
	float: left;
	margin: 0 4px 0 0;
}

/* -------------------------- */

#footer {
	width: 940px;
	padding: 20px;
	background-color: #fff;
}

#footer p {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 140%;
	float: left;
	width: 360px;
}

#footer p strong {
	font-weight: bold;
	color: #666;
}

#footer #right {
	float: right;
}

#footer #right ul {
}

#footer #right ul li {
	float: left;
	margin-right: 5px;
}

#footer #right ul li,
#footer #right ul li a {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#footer #right ul li a:hover {
	color: #333;
}

#footer #right #language {
	float: right;
	padding-top: 10px;
}

/* -------------------------- */

#header_sezione {
	width: 980px;
	height: 180px;
	margin-bottom: 10px;
	position: relative;
}

#header_sezione .img {
	width: 980px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
}

#header_sezione h2 {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: capitalize;
	text-align: right;
	display: none;
}

#header_sezione #img_wrapper {
	background: url(../img/sezione_interna_bg.png) no-repeat 0 0;
	width: 980px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* -------------------------- */

#main_content #colSx {
	float: left;
	width: 600px;
}

#main_content #colSx.sidebar {
	float: left;
	width: 320px;
	background-color: #EBEBEB;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main_content #colSx.sidebar .img_side {
	width: 300px;
	margin-left: 10px;
}

#main_content #colSx h4#titolo {
	color: #1C4E7F;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: none;
}

#main_content #colSx h4#sottotitolo {
	text-transform: capitalize;
	color: #1C4E7F;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #1C4E7F;
	margin-bottom: 15px;
	padding-bottom: 5px;
	display: none;
}

#main_content #colSx .lavoro {
	width: 580px;
	margin-bottom: 10px;
	padding: 10px;
}

#main_content #colSx .lavoro.grigio {
	background-color: #F1F1F1;
}

#main_content #colSx .lavoro a.img {
	width: 230px;
	height: 140px;
	float: left;
	margin-right: 15px;
}

#main_content #colSx .lavoro .text {
	padding-top: 10px;
}

#main_content #colSx .lavoro .text h4 {
	color: #4B4B4B;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 8px;
	text-transform: capitalize;
}

#main_content #colSx .lavoro .text h5 {
	color: #4B4B4B;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 5px;
	font-style: normal;
}

#main_content #colSx .lavoro .text h3 {
	margin-bottom: 8px;
}

#main_content #colSx .lavoro .text h3 a {
	color: #25598D;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
	text-transform: uppercase;
	text-align: justify;
	display: none;
}

#main_content #colSx .lavoro .text h3 a:hover {
	color: #3a92fd;
}

#main_content #colSx .lavoro .text p {
	color: #999;
	font-size: 12px;
	line-height: 120%;
	text-align: justify;
}

#main_content #colSx #paginazione {
	height: 20px;
	background-color: #F4F4F4;
}

#main_content #colSx #paginazione ul {
	float: right;
}

#main_content #colSx #paginazione ul li {
	float: left;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
	margin-right: 0;
	margin-bottom: 0;
	text-align: center;
	margin-left: 0;
	line-height: 100%;
}

#main_content #colSx #paginazione ul li#label {
	padding-top: 5px;
	margin-right: 5px;
	display: inline;
}

#main_content #colSx #paginazione ul li a {
	color: #999;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	width: 20px;
	height: 15px;
	display: block;
	border-left: 1px solid #fff;
	padding-top: 5px;
}

#main_content #colSx #paginazione ul li a:hover,
#main_content #colSx #paginazione ul li a#current_page {
	background-color: #23578A;
	color: #fff;
}

#main_content #colSx {
	color: #666;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
}

#main_content #colSx p {
	color: #666;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 15px;
	text-align: justify;
}

#main_content #colSx p strong {
	font-weight: bold;
}

#main_content #colSx p a {
	color: #25598D;
	text-decoration: underline;
}

#main_content #colSx p a:hover {
	color: #3a92fd;
}

#main_content #colSx strong {
	font-weight: bold;
}

#main_content #colSx a {
	color: #25598D;
	text-decoration: underline;
}

#main_content #colSx a:hover {
	color: #3a92fd;
}

#main_content #colSx ul {
	margin-bottom: 10px;
}

#main_content #colSx ul li {
	color: #666;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 7px;
	text-align: justify;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 10px;
}

#main_content #colSx #gallery {
	margin-top: 40px;
}

#main_content #colSx #gallery h4 {
	color: #666;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
	margin-left: 0;
	display: none;
}

#main_content #colSx #gallery #gallery_bg {
	background: url(../img/gallery_bg.gif) no-repeat 0 0;
	width: 600px;
	padding-top: 10px;
	height: 100px;
	position: relative;
}

#main_content #colSx #gallery .jcarousel-container {
    position: relative;
	height: 110px;
	width: 600px;
	margin: 0;
	padding: 0;
}

#main_content #colSx #gallery .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0 0 0 55px;
    overflow: hidden;
    position: relative;
	height: 90px;
	width: 490px;
}

#main_content #colSx #gallery .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	width: 490px;
	height: 90px;
	float: left;
}

#main_content #colSx #gallery .jcarousel-list li,
#main_content #colSx #gallery .jcarousel-item {
    float: left;
    list-style: none;
	margin: 0 3px 0 0;
	padding: 0;
	width: 120px;
	height: 90px;
}
#main_content #colSx #gallery .jcarousel-next {
   z-index: 3;
    display: none;
}

#main_content #colSx #gallery .jcarousel-prev {
    z-index: 3;
    display: none;
}

#main_content #colSx #gallery .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

#main_content #colSx #gallery .jcarousel-next-horizontal {
    position: absolute;
    right: 18px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(../img/news_next_hori.jpg) no-repeat -2px 0;
	z-index: 10;
	top: 44px;
}

#main_content #colSx #gallery .jcarousel-next-horizontal:hover {
    background-position: -68px 0;
}

#main_content #colSx #gallery .jcarousel-next-horizontal:active {
    background-position: -2px 0;
}

#main_content #colSx #gallery .jcarousel-next-disabled-horizontal,
#main_content #colSx #gallery .jcarousel-next-disabled-horizontal:hover,
#main_content #colSx #gallery .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -40px 0;
}

#main_content #colSx #gallery .jcarousel-prev-horizontal {
    position: absolute;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(../img/prev_next_hori.jpg) no-repeat -3px 0;
	top: 44px;
	z-index: 10;
	left: 15px;
}

#main_content #colSx #gallery .jcarousel-prev-horizontal:hover {
    background-position: -69px 0;
}

#main_content #colSx #gallery .jcarousel-prev-horizontal:active {
    background-position: -69px 0;
}

#main_content #colSx #gallery .jcarousel-prev-disabled-horizontal,
#main_content #colSx #gallery .jcarousel-prev-disabled-horizontal:hover,
#main_content #colSx #gallery .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -35px;
}

#main_content #colSx .scheda_tecnica {
background: #d1e2f1 url("../img/scheda_line.gif") repeat-y scroll center 0;
margin-bottom:20px;
margin-top:20px;
padding:15px 15px 5px;
width:570px;
}

#main_content #colSx .scheda_tecnica h5 {
	color: #205386;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 15px;
	border-bottom: 1px solid #205386;
	padding-bottom: 5px;
}
#main_content #colSx .scheda_tecnica ul {
float:left;
}
#main_content #colSx .scheda_tecnica ul.left {
float:left;
}
#main_content #colSx .scheda_tecnica ul.right {
float:right;
}
#main_content #colSx .scheda_tecnica ul li {
color:#666666;
font-size:12px;
font-style:normal;
font-weight:normal;
line-height:120%;
margin-bottom:10px;
text-decoration:none;
width:260px;
}
#main_content #colSx .scheda_tecnica ul li strong {
color: #205386;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

/* -------------------------- */

#main_content #colSx {
	
}

#main_content #colSx #img_sezione {
	width: 280px;
	margin-left: 20px;
}

#main_content #colSx .btn {
	height: 90px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

#main_content #colSx .btn a {
	display: block;
	background-color: #356EA6;
	width: 240px;
	height: 70px;
	margin-top: 10px;
	padding: 10px 20px;
	text-decoration: none;
	border: 2px solid #356EA6;
}

#main_content #colSx .btn a .img {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	float: left;
	display: inline;
}

#main_content #colSx .btn a h2 {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 8px;
	margin-top: 10px;
	font-weight: bold;
}


#main_content #colSx .btn a p {
	color: #ccc;
	font-size: 12px;
	line-height: 120%;
}

#main_content #colSx .btn a:hover {
	background-color: #fff;
	text-decoration: none;
	border-right: 2px solid #356EA6;
}

#main_content #colSx .btn a:hover h2 {
	color: #3A72A3;
}

#main_content #colSx .btn a:hover p {
	color: #999;
}

/* -------------------------- */

#main_content #colDx {
	float: right;
	width: 320px;
	background-color: #EBEBEB;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main_content #colDx.main {
	background-color: #fff;
	float: right;
	width: 600px;
}

#main_content #colDx #filtro_lavori {
	background: transparent url(../img/filtro_lavori_bg.jpg) no-repeat scroll 0 bottom;
	width: 280px;
	height: 231px;
	padding: 15px 10px 10px;
	border: 1px solid #fff;
	margin-left: 10px;
	margin-bottom: 20px;
}

#main_content #colDx #filtro_lavori h3 {
color: #fff;
font-size: 17px;
margin-bottom: 20px;
width: 270px;
	background-color: #205386;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px 1px;
	display: none;
}

#main_content #colDx #filtro_lavori .formBlock {
width: 280px;
	margin-bottom: 10px;
}

#main_content #colDx #filtro_lavori .formBlock.button {
background-color:transparent;
border-style:none;
padding: 10px 0 0;
width:auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin: 0;
}

#main_content #colDx #filtro_lavori .formBlock label {
color: #4B4B4B;
display:block;
font-size:12px;
font-weight:bold;
margin-bottom: 4px;
text-decoration:none;
}

#main_content #colDx #filtro_lavori .formBlock select {
width: 280px;
}

#main_content #colDx #filtro_lavori .formBlock input#cerca {
background: transparent url(../img/filtro_btn.jpg) no-repeat scroll 0 0;
border-style:none;
color:#FFFFFF;
display:block;
font-size:11px;
font-variant:small-caps;
font-weight:bold;
height:26px;
text-decoration:none;
text-transform:uppercase;
width:85px;
	float: right;
	text-align: center;
}

#main_content #colDx #filtro_lavori .formBlock input#cerca:hover {
background-position:0 bottom;
cursor:pointer;
}

#main_content #colDx #ultime_news {
	width: 300px;
	margin-left: 10px;
	float: none;
}

#main_content #colDx #ultime_news h5 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
	border-bottom-style: none;
}

#main_content #colDx #ultime_news .news {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#main_content #colDx #ultime_news .news.ultima {
	padding-bottom: 0;
	border-bottom-style: none;
}

#main_content #colDx #ultime_news .news a.img {
	width: 120px;
	height: 80px;
	float: left;
	margin-right: 10px;
}

#main_content #colDx #ultime_news .news .text {
	padding-top: 4px;
}

#main_content #colDx #ultime_news .news .text h5 {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	margin-bottom: 3px;
}

#main_content #colDx #ultime_news .news .text h3 {
	margin-bottom: 3px;
}

#main_content #colDx #ultime_news .news .text h3 a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
}

#main_content #colDx #ultime_news .news .text h3 a:hover {
	color: #3a92fd;
}

#main_content #colDx #ultime_news .news .text p {
	color: #999;
	font-size: 11px;
	line-height: 120%;
	text-align: justify;
}

#main_content #colDx #img_sezione {
	margin-left: 10px;
	margin-bottom: 20px;
}

#main_content #colDx ul#sezioni {
	width: 300px;
	margin-left: 10px;
	margin-bottom: 30px;
}

#main_content #colDx ul#sezioni li {
}

#main_content #colDx ul#sezioni li a {
	color: #999;
	display: block;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#main_content #colDx ul#sezioni li a:hover,
#main_content #colDx ul#sezioni li a#current_section {
	background-color: #fff;
	color: #666;
	border-bottom: 1px solid #fff;
}

#main_content #colDx #allegati {
	width: 280px;
	margin-left: 10px;
	background-color: #fff;
	padding: 15px 10px 10px;
}

#main_content #colDx #allegati h4 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
	padding-bottom: 0;
	text-transform: uppercase;
	border-bottom-style: none;
}

#main_content #colDx #allegati ul {
	padding: 10px 10px 8px 0;
	width: 280px;
	overflow: auto;
	margin-left: 0;
}

#main_content #colDx #allegati ul li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #ccc;
}

#main_content #colDx #allegati ul li a {
	display: block;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-left: 22px;
	height: 13px;
	padding-top: 3px;
}

#main_content #colDx #allegati ul li a:hover {
	color: #015BB3;
}

#main_content #colDx #allegati ul li a.pdf {
	background: url(../img/pdf_ico.gif) no-repeat 0 0;
}

#main_content #colDx #allegati ul li a.zip {
	background: url(../img/zip_icon.gif) no-repeat 0 0;
}

#main_content #colDx #fotogallery {
	width: 280px;
	margin-left: 10px;
	background-color: #fff;
	padding: 15px 10px 10px;
	margin-bottom: 20px;
}

#main_content #colDx #fotogallery h4 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
	border-bottom-style: none;
}

#main_content #colDx #fotogallery ul {
	background-color: #ECECEC;
	padding: 10px 10px 8px 11px;
	width: 260px;
	overflow: auto;
}

#main_content #colDx #fotogallery ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 60px;
	height: 60px;
	display: block;
}

#main_content #colDx #fotogallery ul li a {
	width: 60px;
	height: 60px;
	display: block;
}

/* -------------------------- */

#main_content #colDx.main h4#sottotitolo {
	text-transform: capitalize;
	color: #1C4E7F;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #1C4E7F;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#main_content #colDx.main .news {
	width: 580px;
	margin-bottom: 10px;
	padding: 10px;
}

#main_content #colDx.main .news.grigio {
	background-color: #F1F1F1;
}

#main_content #colDx.main .news a.img {
	width: 230px;
	height: 140px;
	float: left;
	margin-right: 15px;
}

#main_content #colDx.main .news .text {
	padding-top: 10px;
}

#main_content #colDx.main .news .text h4 {
	color: #4B4B4B;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	text-transform: capitalize;
}

#main_content #colDx.main .news .text h3 {
	margin-bottom: 5px;
}

#main_content #colDx.main .news .text h3 a {
	color: #25598D;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
	text-transform: uppercase;
	text-align: justify;
	display: none;
}

#main_content #colDx.main .news .text h3 a:hover {
	color: #3a92fd;
}

#main_content #colDx.main .news .text p {
	color: #999;
	font-size: 12px;
	line-height: 120%;
	text-align: justify;
}

#main_content #colDx.main #paginazione {
	height: 20px;
	background-color: #F4F4F4;
}

#main_content #colDx.main #paginazione ul {
	float: right;
}

#main_content #colDx.main #paginazione ul li {
	float: left;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#main_content #colDx.main #paginazione ul li#label {
	padding-top: 5px;
	margin-right: 5px;
	display: inline;
}

#main_content #colDx.main #paginazione ul li a {
	color: #999;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	width: 20px;
	height: 15px;
	display: block;
	border-left: 1px solid #fff;
	padding-top: 5px;
}

#main_content #colDx.main #paginazione ul li a:hover,
#main_content #colDx.main #paginazione ul li a#current_page {
	background-color: #23578A;
	color: #fff;
}


/* -------------------------- */

#main_content #colSx.sidebar #ultime_news {
	width: 280px;
	margin-left: 10px;
	float: none;
	background-color: #fff;
	padding-top: 10px;
	padding: 10px;
	margin-top: 0;
}

#main_content #colSx.sidebar #ultime_news h5 {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

#main_content #colSx.sidebar #ultime_news .news {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 12px;
	margin-bottom: 12px;
	width: 280px;
}

#main_content #colSx.sidebar #ultime_news .news.ultima {
	padding-bottom: 0;
	border-bottom-style: none;
}

#main_content #colSx.sidebar #ultime_news .news a.img {
	width: 120px;
	height: 80px;
	float: left;
	margin-right: 10px;
}

#main_content #colSx.sidebar #ultime_news .news .text {
	padding-top: 4px;
}

#main_content #colSx.sidebar #ultime_news .news .text h5 {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	margin-bottom: 3px;
	padding-bottom: 0;
	border-bottom-style: none;
}

#main_content #colSx.sidebar #ultime_news .news .text h3 {
	margin-bottom: 3px;
	text-align: left;
}

#main_content #colSx.sidebar #ultime_news .news .text h3 a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
	text-align: left;
}

#main_content #colSx.sidebar #ultime_news .news .text h3 a:hover {
	color: #3a92fd;
}

#main_content #colSx.sidebar #ultime_news .news .text p {
	color: #999;
	font-size: 11px;
	line-height: 120%;
	text-align: justify;
}

#main_content #colSx.sidebar #ultime_news a#tutti_lavori {
	color: #205386;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background-color: #efefef;
	display: block;
	padding: 5px;
}

#main_content #colSx.sidebar #ultime_news a#tutti_lavori:hover {
	color: #3a92fd;
}

#main_content #colSx ul#lista_clienti {
	float: left;
	margin-bottom: 20px;
}

#main_content #colSx ul#lista_clienti li {
	display: block;
	float: left;
	margin-right: 8px;
	width: 142px;
	height: 102px;
	margin-bottom: 8px;
	margin-left: 0;
}

#main_content #colSx ul#lista_clienti li a {
	display: block;
	width: 140px;
	height: 100px;
	background-color: #fff;
	border: 2px solid #ccc;
	filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;

}

#main_content #colSx ul#lista_clienti li a:hover {
	filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
	border: 2px solid #3a92fd;
}

/* -------------------------- */

#main_content #contatti,
#main_content #reclami {
}

#main_content #contatti .formBlock,
#main_content #reclami .formBlock {
	float: left;
	width: 240px;
	margin-bottom: 10px;
	margin-right: 15px;
	display: inline;
	padding: 5px;
}

#main_content #contatti .formBlock.large,
#main_content #reclami .formBlock.large {
	width: 510px;
}

#main_content #contatti .formBlock.large.check input,
#main_content #reclami .formBlock.large.check input {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	display: inline;
	border-style: none;
}

#main_content #contatti .formBlock.large.check small,
#main_content #reclami .formBlock.large.check small {
	color: #bfc1c1;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: block;
	float: left;
	margin: 3px 0 0;
}

#main_content #contatti .formBlock label,
#main_content #reclami .formBlock label {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

#main_content #contatti .formBlock input,
#main_content #contatti .formBlock textarea,
#main_content #reclami .formBlock input,
#main_content #reclami .formBlock textarea {
	padding: 4px;
	border: 1px solid #ccc;
	width: 227px;
	height: 14px;
	color: #999;
	font: 11px Arial, sans-serif;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

#main_content #contatti .formBlock input:focus,
#main_content #contatti .formBlock textarea:focus,
#main_content #reclami .formBlock input:focus,
#main_content #reclami .formBlock textarea:focus {
	color: #333;
}

#main_content #contatti .formBlock.large textarea,
#main_content #reclami .formBlock.large textarea {
	width: 500px;
	height: 100px;
}

#main_content #contatti .formBlock small,
#main_content #reclami .formBlock small {
	font-size: 11px;
	color: #999;
	margin-top: 20px;
	display: block;
}

#main_content #contatti .formBlock input#invia,
#main_content #reclami .formBlock input#invia {
	float: right;
	border: 1px solid #007100;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	display: block;
	font: bold 11px Arial;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	background-color: #009600;
	padding: 5px 15px;
	width: auto;
	height: auto;
}

#main_content #contatti .formBlock input#invia:hover,
#main_content #reclami .formBlock input#invia:hover {
	cursor: pointer;
	border: 1px solid #009600;
	background-color: #00c100;
}

#main_content #contatti .formBlock input#reset,
#main_content #reclami .formBlock input#reset {
	float: right;
	border: 1px solid #5e5e5e;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-right: 0;
	font: bold 11px Arial;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	background-color: #797979;
	padding: 5px 15px;
	display: block;
	width: auto;
	height: auto;
}

#main_content #contatti .formBlock input#reset:hover,
#main_content #reclami .formBlock input#reset:hover {
	cursor: pointer;
	background-color: #5e5e5e;
	border: 1px solid #424242;
}

#main_content #colSx.sidebar #mappa {
	width: 300px;
	height: 420px;
	margin-left: 10px;
	border: 1px solid #fff;
	margin-bottom: 10px;
}

#main_content #colSx.sidebar p.contatti {
	color: #999;
	font-size: 12px;
	line-height: 140%;
	width: 300px;
	margin-left: 10px;
	text-align: left;
}

#main_content #colSx.sidebar p.contatti strong {
	font-weight: bold;
	color: #666;
}

#main_content #colSx.sidebar p.contatti a {
	text-decoration: underline;
	color: #999;
	font-weight: normal;
	font-style: normal;
}

#main_content #colSx.sidebar p.contatti a:hover {
	text-decoration: none;
	color: #666;
}

#main_content #contatti .formBlock input.no_border {
	margin-right: -1px;
	float: right;
}

#main_content #contatti .formBlock.large.cv {
	padding: 10px;
	background-color: #efefef;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	margin: 0 0 15px 5px;
	width: 484px;
}

#main_content #contatti .formBlock.large.cv small.info_cv {
	width: 220px;
	float: right;
	margin: 0;
}

#main_content #contatti .formBlock.large.cv input.file {
	height: auto;
	float: left;
}

#main_content #contatti .formBlock.large.cv input {
	width: 218px;
}

#main_content #contatti .formBlock #posizione_cv {
	width: 226px;
	margin-right: 20px;
	margin-top: 4px;
}

#main_content #contatti .formBlock #posizione_cv_dettaglio {
	
}

#main_content #contatti .formBlock label.error {
	color: #f00;
	font-size: 10px;
	font-weight: bold;
	margin-top: 4px;
}

#main_content #contatti .formBlock.large.check {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
}

/* -------------------------- */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox.png);
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox.png);
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(http://www.ssmsrl.it/common/img/fancy_title_over.png);
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox.png);
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox-x.png);
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox.png);
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url(http://www.ssmsrl.it/common/img/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(http://www.ssmsrl.it/common/img/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(http://www.ssmsrl.it/common/img/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox-x.png);
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox.png);
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox-y.png);
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox.png);
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox-x.png);
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox.png);
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox-y.png);
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(http://www.ssmsrl.it/common/img/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ssmsrl.it/common/img//fancy_shadow_nw.png', sizingMethod='scale'); }

/* ----- TABS ----- */

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    min-width: 84px;
	position: relative;
}

.tabs-nav li:hover {
	cursor: pointer;
}

.tabs-nav li .arrow {
	background: url(../img/tab_arrow.png) no-repeat 0 0;
	width: 15px;
	height: 14px;
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 10;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0;
	text-align: center;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    color: #d4d4d4;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
	font-style: normal;
	display: block;
	height: 25px;
	text-align: center;
}
.tabs-nav .tabs-selected a {
	text-align: center;
	border-top: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	color: #999;
	z-index: 10;
	border-bottom-style: none;
	height: 26px;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0;
	text-align: left;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
	text-align: left;
}
.tabs-nav a span { /* IE 6 treats width as min-width */
    min-width: 64px; /* IE 6 treats height as min-height */
    min-height: 18px;
	display: block;
	width: 140px;
	 background: url(../img/tab_bg.jpg) repeat-x 0 0;
	padding: 6px 12px 2px;
	height: 5px;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
    /*background: url(../img/tab_selected_bg.jpg) repeat-x 0 0; */
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
 
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-nav a:hover span {
	background: #eef1f1 repeat-x 0 0;
	color: #b4b6b6;
	border-bottom-style: none;
}

.tabs-nav .tabs-selected a:hover span {
	color: #999;
	border-bottom-style: none;
	 background: url(../img/tab_bg.jpg) repeat-x 0 0;
	 cursor: pointer;
}

.tabs-container {
    padding: 45px 20px 0;
	overflow: auto;
	width: 540px;
	margin-left: 2px;
	margin-top: 0;
	border-top: 1px solid #d0d0d0;
	z-index: 5;
	position: relative;
	background: url(../img/tabs_Bg.jpg) no-repeat 0 0;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../img/loader.gif) no-repeat 0 50%;
}

/* ------------------- */

#main_content #colDx.main #download {
	
}

#main_content #colDx.main #download .allegato_box {
	background-color: #fff;
	height: 40px;
	position: relative;
	margin-bottom: 10px;
	border: 5px solid #efefef;
	width: 590px;
}

#main_content #colDx.main #download .allegato_box.fondo_pagina {
	margin-bottom: 30px;
}

#main_content #colDx.main #download .allegato_box h4 {
	color: #325D32;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: inline;
	margin-top: 8px;
	float: left;
	clear: left;
	margin-left: 8px;
	margin-bottom: 4px;
}

#main_content #colDx.main #download .allegato_box h5 {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: inline;
	float: left;
	clear: left;
	margin-left: 8px;
}

#main_content #colDx.main #download .allegato_box a.donwload_link {
	border-left: 1px solid #eee;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -900em;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/allegati_btn.jpg) no-repeat center 10px;
}

#main_content #colDx.main #download .allegato_box a.donwload_link:hover {
	background-position: center -29px;
}

/* ------------------- */

#colDx #intro {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	color: #666666;
    font-size: 12px;
    line-height: 150%;
    text-align: justify;
}

#colDx #intro p {
	color: #666666;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 10px;
    text-align: justify;
}

#colDx #intro p:last-child {
	margin-bottom: 0;
}

#colDx #posizioni_aperte {
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	background-color: #e8f4fd;
	padding: 15px 15px 5px;
	margin-bottom: 20px;
}

#colDx #posizioni_aperte h5 {
	border-bottom: 1px solid #1C4E7F;
    color: #1C4E7F;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-decoration: none;
    text-transform: capitalize;
	display: none;
}

#colDx #posizioni_aperte ul {
	
}

#colDx #posizioni_aperte ul li {
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	margin-bottom: 10px;
	background-color: #d9e3ec;
	padding: 6px;
	font: 11px/120% Arial;
	border: 1px solid #c3ccd5;
}

#colDx #posizioni_aperte ul li strong {
	font-weight: bold;
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}

#main_content #contatti.invio_cv {
	padding: 15px 0 15px 15px;
	background-color: #efefef;
}

#main_content #contatti.invio_cv .formBlock {
	width: 265px;
}

#main_content #contatti.invio_cv .formBlock.large {
	width: 530px;
}

#main_content #contatti.invio_cv .formBlock.cv {
	background-color: transparent;
	background-image: none;
	padding: 15px 0 0;
	border-top: 1px dotted #999;
	margin-top: 5px;
}

#main_content #contatti.invio_cv .formBlock.cv #posizione_cv {
	width: 238px;
	margin-right: 48px;
	margin-top: 0;
}

#main_content #contatti.invio_cv .formBlock.large.cv .info_cv {
	width: 240px;
}

#main_content #contatti.invio_cv .formBlock.large textarea {
	width: 517px;
}

 





