body {
	font-family: verdana, sans-serif;
	font-size: 1em;
	background-color: #ececec;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/bg.gif');
	background-repeat: repeat-x;
	_background-position: 0 24px;
}


ul.lista-quadrato {
	list-style-image: url('/images/quadratino.gif');
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	vertical-align: top;
}

img.no-border {
	border: none;
}
ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top:15px;
	float: left;
	width: 970px;
	font-size: 0.7em;
	font-family: verdana, sans-serif;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /* --Declare X and Y axis base for sub navigation-- */
	/*border-bottom: 10px solid #003d75;*/
	/*height: 30px;*/
	min-height:20px;
	cursor: pointer;
}
/*.highlightmenu { border-bottom: 10px solid #000000; }*/
ul.topnav li a {
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
/*ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}*/
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
																																									 
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -17px; top: 20px;
	/*background: #003d75;*/
	background-image: url('/images/menu-bg.png');
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 185px;
	padding-top: 13px;
	padding-bottom: 5px;
}


ul.topnav li ul.subnav li {
	margin: 0; padding: 0;
	clear: both;
	width: 100%;
	font-weight: bold;
	border: none;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 170px;
	font-size: 0.9em;
	background: transparent;
	padding: 3px;
	padding-left: 10px;
}
html ul.topnav li ul.subnav li img { float:left }

ul.topnav li ul.subnav-first { left:0px; width:280px}
ul.topnav li ul.subnav-first li { width:280px  }
html ul.topnav li ul.subnav-first li a { width:265px; padding: 1px;padding-left:10px}

ul.topnav li ul.subnav-second { width:245px}
ul.topnav li ul.subnav-second li { width:245px }
html ul.topnav li ul.subnav-second li a { width:230px  }

html ul.topnav li ul.subnav li a table{border-collapse:collapse}

html ul.topnav li ul.subnav li a img {border: none;}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #0d263e;
}
#main_container{ margin-left:auto;margin-right:auto;min-height:500px; overflow:hidden; width:1000px; background-color:white; padding-top:20px  }
#header_top { padding:0; margin:0; margin-left: 20px; width: 200px; top:0px}
#immagine_testata { border-top: 10px solid #003d75; _margin-top:9px;}
.trattino{ font-size:0.8em; color: #0060af; font-weight: bold}
.selected{ font-weight:bold; color: #0060af}
#content{padding:5px; padding-left:15px; padding-right:15px}


ul.leftnav{ list-style:none; float:left; 	padding: 0; margin: 0;  display: table-cell; vertical-align:middle; padding-top:20px }
ul.leftnav li { float:left; margin-left: 0px }
ul.leftnav li img { padding-right: 10px; }
ul.leftsubnav { margin: 0px; padding: 0px; list-style: none; padding-top:20px; }
ul.leftsubnav li { float: none; font-weight: bold; margin-bottom:15px}


ul.leftnav-services{  list-style:none; float:left; 	padding: 0; margin: 0;  display: table-cell; vertical-align:middle; padding-top:20px; padding-left: 18px; }
ul.leftnav-services li { float:left; margin-left: 0px }
ul.leftnav-services li img { padding-right: 10px; }

ul.leftsubnav-services { margin: 0px; padding: 0px; list-style: none; float:left; margin-top:5px; width: 100% }
ul.leftsubnav-services li { float: none; margin-bottom:2px}
ul.leftsubnav-services li.fl{ float: left; width: 15px; margin:0px;height: 5px}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1, 
.col2, 
.col3, 
.col_2_1, 
.col_2_2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
}
.threecol .col1{
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	font-size: 0.7em;
}

.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:24%;			/* Width of right column content (column width minus padding on either side) */
	left:83%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* Footer styles */




div.services-list {border-bottom: 1px dashed #c3d1df; margin-bottom: 0px}
div.col1 ul.services-list { padding-top: 20px }
div.col1 ul.services-list li.first { width:40px; padding-top:3px }
div.col1 ul.services-list li.second { width:370px }
div.col1 p.service-index-text { padding-top: 5px }
div.col1 p.service-index-text a { color:black; font-weight:normal }

ul.box-general-1 li img {	padding:10px;	padding-top:15px }
ul.box-general-1 { width: 100%;	list-style-type: none;	margin: 0;	padding: 0; margin-top:25px }
ul.news-list { width: 100%;	list-style-type: none;	margin: 0;	padding: 0; margin-top:25px; border-bottom: 1px dashed #c3d1df;padding-bottom:20px}
ul.news-details img { border-bottom: 1px dashed #c3d1df; border-top: 1px dashed #c3d1df; margin-top:20px}
ul.news-details { width: 100%;	list-style-type: none;	margin: 0;	padding: 0; padding-bottom:20px}

ul.box-general-1 li.head {
	width: 100%;
	height: 20px;
	background-color: #0060af;
	color: white;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	padding:0px;
}
ul.box-general-1 li {
	border-left: 1px dashed #c3d1df;
	border-right: 1px dashed #c3d1df;
	font-size: 0.65em;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
}
div.box-general-2 {
	font-size: 0.7em;
	margin-top: 20px;
	background-color: #edeeee;
	padding:  8px;
	border: 1px solid #a5a6a6;
	overflow: auto;
}

#footer p {	padding:10px;	margin:0 }
#footer img {	float:left }
#footer {
	background-image: url('/images/footer/bg.gif');
	padding:0px;
	margin: 0px;
	margin-top:15px;
	width: 100%;
	background-repeat: repeat-x;
	vertical-align: middle;
	color: white;
	clear:both;
	float:left;
}
div.box-general-4 {
	color: white;
	font-size: 0.7em;
	margin-top: 20px;
	background-color: #8ca8c1;
	padding:  8px;
	border: 1px solid #627587;
}
.right { float: right }
a img{ border:none }
#foot-menu { margin:13px;	font-size:0.7em }
div.box-general-3 { font-size: 0.7em;font-weight:bold; border-left: 1px dashed #c3d1df; border-right: 1px dashed #c3d1df; margin-top:25px; margin-bottom: 50px }
div.box-general-3 table tr td { text-align: center }

div.related_products { border: 1px solid #A5A6A6 ; margin-top: 20px; width: 231px }

#hometable { margin-top:20px }
#hometable, #hometable tr, #hometable td{ vertical-align:top }
.long { width: 157px; padding: 5px; padding-top: 10px }
#hometable tr td p { margin-left:10px;margin-right:10px; }
#specialista {
	font-size: 0.9em;
	border: 1px solid #7fafd7;
	background-image: url('/images/specialista-bg.png');
	height:290px;
	width:200px;
	float:left;
	margin: 0px;
	padding:0px;
	margin-top:25px;
	background-repeat: no-repeat;
}
#specialista p { margin-left:60px }
#specialista p#specialista-title { margin-top: 0px }
#specialista p#specialista-form { margin-top:75px }
#specialista p#specialista-info { margin:0; padding:0; padding-left:5px; padding-right:5px }

.twocol .col_2_1 {
	width:75%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}

.twocol .col_2_2 {
	width:24%;			/* Width of right column content (column width minus padding on either side) */
	left:100%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

.twocol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.twocol .colleft {
	right:75%;			/* width of the middle column */
}

.flashnews { margin-top:13px; padding:0px; height: 22px; padding-left:15px; vertical-align:middle; width:93%; background-color:#79a9cf; color: white; font-size:0.7em; padding-top:8px }
div.certificazioni { margin-top:20px; padding:0px; vertical-align:middle; font-size:0.7em }
div.certificazioni ul li { line-height: 2.2em; padding-left: 7px }
ul.box-evidenza li img { /*border: 1px solid #79a9cf;*/ margin-top: 10px  }
ul.box-evidenza { width: 100%;	list-style-type: none;	margin: 0;	padding: 0; margin-top: 25px; *:margin: 6px 0 0 0; }

ul.box-evidenza li.head {
	width: 100%;
	height: 20px;
	background-color: #0060af;
	color: white;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	padding:0px;
}
ul.box-evidenza li {
	font-size: 0.55em;
	color: #686868;
}
.breadcrumbs {
	font-size: 0.7em;
	margin-left:25px;
}


.only_event {
	display: none;
}
.margin {
	margin-top:10px;
	margin-bottom: 10px;
}
.flashnews a {
	color: white;
}
ul.topnav li a.main_links_menu {
	color: black;
	padding: 0;
	float: inherit;
}
ul.t-ul { width: 100%; }
ul.topnav li ul.t-ul li { float:left; padding:0px }
ul.topnav li a.selected{
	color: black;
	padding: 0;
	float: inherit;
	font-weight:bold;
	color: #0060af;
}
#test-list{
	list-style: none;
	margin:5px;
}
ul.services-title {list-style:none; float:left; margin: 0px;padding:0; margin-top:20px; margin-bottom: 20px}
ul.services-title li{float: left; margin:0px;left:0px; font-size:1.2em}
ul.services-title li.first { margin-left:0px;width:50px }

div#services-text-content{ padding-top:5px; float:left; width:400px }

#omino { float:right; clear: right; padding-top:20px }
.pushbottom { width: 10px; float:right; height:200px; clear: right}
#tabs{ float:left; width:400px }
div#form-input{ padding-top:5px; float:left; width: 300px }
p.in-evidenza-title{ padding:0;margin:0;padding-top:5px;padding-left:10px; width:190px }


#tabs a.link-piccoli {
	color: #003d75;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-left:8px;
	margin-top:4px;
}

#tabs a:focus { outline: none; }
.ui-tabs-nav{
	float:left;
	/*background-repeat: repeat-x;
	background-position: 0px 1px;
	background-image: url(/images/tab-bg.gif);*/
	border-bottom:1px solid #cdced0;
}
#tabs .ui-tabs-panel {
	margin: 0;
	padding: 0;
	padding-left:10px;
	padding-top: 50px;
	width: 350px;
}
.ui-state-default, .ui-state-selected {
	width: 108px;
	/*height:19px;*/
}
.ui-tabs-nav li {
	margin:0px;
	padding:0px;
	width: 90px;
}
.ui-state-default {
	background-image: url(/images/tab-default.gif)
}
.ui-state-active {
	background-image: url(/images/tab-selected.gif)	
}
#ProductsInfoAddForm label, #InfoAddForm label {
	width: 100px;
	color: #003d75;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
#ProductsInfoAddForm .input, #InfoAddForm .input{
	margin-top: 20px;
}
.generic-form label {
	width: 100px;
	color: #003d75;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
.generic-form .input {
	margin-top: 20px;
}
.generic-table td{ width: 150px }
ul.ui-tabs-nav{ width: 380px }
#footer a { color: white }

ul.lista-affiancata{  float:left; list-style: none;clear:none; }
ul.lista-affiancata li { float:left }
ul.box-general-1 li ul li { border: none }
.box-general-1 span.arrowlist	ul li { padding-left: 3px }
.box-general-1 span.squarelist	ul li { padding-left: 3px }
#InfoRichiesta { border: 1px solid #7f9db9  }
#asmContainer0 { width: 360px }
#asmSelect0 { width: 360px }
.asmListItemLabel { width: 300px }
.services-menu-links { padding-left:10px;float:left; width:220px; cursor:pointer}
.menu-separator{ border-top:1px dashed #c3d1df }

div.col3 ul.box-dx { margin-bottom: 10px }
div ul.spaced { margin-top: 10px }

ul#headernav { list-style:none; float:right; padding:0px; margin:0px; padding-right: 5px; font-size: 0.6em }
ul#headernav li { float:left ; padding-right: 10px }
ul#headernav input { margin-left: 5px; line-height:16px; height:16px }

ul#headernav input.search_key {
	color: #000;
	font-size: 0.9em;
	width: 149px;
	height: 16px;
	text-decoration: none;
	border: 1px solid #aaaaaa;
	/*background: transparent url(/images/input-search.gif) no-repeat;*/
}
p.title_padding{ padding-top: 5px }
div#home-page-text{ padding-right: 15px }
#flashbox{ font-size: 0.7em; margin-left:auto; margin-right:auto; margin-top: 200px; text-align: center; margin-left:35% }
#tabwrapper{
    background: #003d75;
    height: 25px;
}

#tabmenu{
    margin-left:auto;
    margin-right:auto;
    overflow:hidden; 
    width:1000px;
    min-height:25;
}

#tabmenu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0.7em;
    font-family: verdana, sans-serif;
}

#tabmenu ul li{
    float: left;
    color: #FFFFFF; 
    display: block;
    width: 130px;
    text-align: center;
    border-left: 1px solid #fff;
}

#tabmenu ul li a{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px;
}

#tabmenu ul li a:hover {
    display: block;
    text-decoration: underline;
    padding: 6px;
}
#tabmenu ul li a.selected {
    background: #fff;
    color: #003d75;
    text-decoration: none;
}
ul.lista-quadrato {
	list-style-image: url('/images/quadratino.gif');
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	vertical-align: top;
}
#top_header {
    height: 16px;
    width: 100%;
    background-color: #0060af;
    overflow: hidden;
}
#top_header_content a {
    float: right;
    color: white;
    font-size: 0.7em;
    text-decoration: none;
    padding-right: 17px;
}
#top_header_content a:hover {
    text-decoration: underline
}

#top_header_content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#WebToLeadForm label {
  display:block;
float:left;
margin-bottom: 10px;
width: 165px;
padding-right: 10px;
}
#WebToLeadForm label.long {
  width: 75%;
}


