@charset "UTF-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {  
     margin:0px; padding:0px; border:0px;   
}
html{
	background: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	background:transparent url('/images/bksf2.jpg') bottom repeat-x;
}


body  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	background:transparent url('/images/bksf.jpg') top repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
}


.ATS #wrapper {
	background:transparent url('/images/wrapper.jpg') no-repeat center top;
	width: 100%;
	display: table;
}
.ATS #container { 
	width: 1040px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.ATS #header { 
	background: #FFFFFF;
} 
.ATS #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.ATS #leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 299px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	/*
	margin-left: -741px;
	*/
}
.ATS #mainContent { 
	background-color:#FFFFFF;
	margin: 0px 0px 0px 310px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftColumn div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #leftColumn space when the content in #leftColumn ends. */
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.ATS #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*MENU*/
div#menu_container{
	background:url('/images/bkmenu.jpg') repeat-x;
	height:29px;
	text-align:left;
	margin:0;
	padding:0;
	padding-left:0px;
	}
ul.menu {
	list-style:none; 
	margin:0; 
	padding:0;
	}
ul.menu * {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	margin:0; 
	padding:0
	}
ul.menu a {
	display:block; 
	color:#FFF; 
	text-decoration:none
	}
ul.menu li {
	position:relative; 
	float:left;
	}
ul.menu ul {
	position:absolute; 
	top:29px;
	left:0;
	display:none; 
	opacity:0; 
	list-style:none
	}
ul.menu ul li {
	background:url('/images/bkmenu.jpg') repeat-x;
	height:29px; 
	position:relative; 
	border:1px solid #aaa; 
	border-top:none; 
	width:200px; 
	margin:0;
	color:#FFF;
	}
ul.menu ul li a {
	display:block; 
	padding:5px 7px 5px;
	}
ul.menu ul li a:hover {
	color:#F00;
	}
ul.menu ul ul {
	left:200px; 
	top:0px
	}
ul.menu .menulink {
	border:1px solid #aaa; 
	padding:5px 7px 7px; 
	width:134px;
	}
ul.menu .menulink:hover, ul.menu .menuhover {color:#F00;}
ul.menu .sub {}
ul.menu .topline {border-top:1px solid #aaa;}


.upper{
	text-transform:uppercase;
	}
	
#divisorio{
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	letter-spacing:1px;
	height:45px;
	font-family:Verdana, Geneva, sans-serif;
	}	
	
	
/*Articoli e News*/
#colsx{
	width: 299px;
	clear:both;
    /*height:700px;*/
    margin:0;
	padding:0;
	background:#FFF;
	border-right:#000 1px solid;
	
}

.ColorSelected{
	margin-bottom:5px;
	margin-top:3px;
	padding-top:0px;
	height:29px;
	text-align:center;
	color:#FFF;
	background:#666 url('/images/bkmenu.jpg') repeat-x;
	}
.ATS #container #news{
	width:290px;
	height:130px;
	padding-left:5px;
	font-size:12px;
}


.ATS #container #news a { text-decoration:none; color:#000; }
.ATS #container #news img { border: 2px solid #FFFFFF; }

.ATS #container #news .title {
text-align:center;
font-size:12px;
font-weight:bold;
}

.ATS #container #news .news-carousel { width:290px; padding-left:3px; }
.ATS #container #news .news-carousel ul li{ list-style:none; display:block; padding-bottom:1px;margin-bottom:3px; }
.ATS #container #news .news-carousel .info { float:right; width:190px; }
.ATS #container #news .clear { clear: both; }

.partners{
	list-style:none;
}
.partners li{
	padding-left:10px;
	border-bottom:1px solid #000;
}

/*sc general*/
.ATS div#sc{
	height:380px;
	overflow-x:hidden;
	overflow-y:scroll;
	}

.ATS #container ul#ulsc{
	list-style:none;
	}
.ATS div#container ul#ulsc li{
	margin-bottom:10px;
	}
.ATS div#container ul#ulsc li div.scCont{
	height:120px;
	}
.sctextCont{
	float:left;
	margin-left:5px;
	margin-top:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	}
/*sc main*/
#colsx ul li div#fCont p{
	padding-left:10px;
	font-size:12px;
	}
#colsx ul li div#fCont p a{
	text-decoration:none;
	color:#000;
	}
#colsx ul li div#fCont p a:hover{
	color:#900;
	}
/*
p#foto{
	width:90px;
	overflow:hidden;
	}
p.desc{
	padding-left:10px;
	font-size:13px;
	color:#333;
	}
*/
.plus{
	margin:3 0 3 0;
	}
.plus a{
	color:#900;
	}

div#newsLetter{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	width:299px;
	padding:5px 0 0 5px;
	height:25px;
	vertical-align:middle;
	text-align: left;
	
	}

/*Footer*/
.ATS div#footer { 
	padding: 0 10px 0 20px; 
	background-color:#000;
	font-size:11px;
	color:#FFF;
	height:170px;
}
.ATS #footer div{
	font-size:11px;
	color:#FFF;
}
.ATS #footer a{
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}
.ATS #footer a:hover{ 
	color:#F00;
	text-decoration:underline;
}

/*prodotti*/
ul#prodotti{
	list-style:none;
	
	}
ul#prodotti li{
	float:left;
	display:block;
	text-align:center;
	margin-left:2px;
	margin-bottom:2px;
	height:200px;
	width:200px;
	/*background-color:#CCC;*/
	}
ul#prodotti li:hover{
	background-color:#E3E3E3;
	}
	
ul#prodotti li a{
	color:#000;
	}
.prodottiClick{
	color:#000;
	display:block;
	text-decoration:none;
	text-align:center;
	height:200px;
	width:200px;
	}
.prodottiClick span{
	color:#333;
	text-decoration:none;
	font-size:12px;
	}
.detProdotti{
	
	}
	
/*sitemap*/
div#sitemap a{
	color:#000;
	text-decoration:none;
	}
div#sitemap a:hover{
	text-decoration:underline;
	}
div#sitemap ul li a{
	color:#000;
	text-decoration:none;
	}
div#sitemap ul li a:hover{
	text-decoration:underline;
	}
	
.toggleSegue{
	cursor:pointer;
	cursor:hand;
	color:#201944;
	background:#C00;
	margin-bottom:5px;
	width:500px;
	padding:5px;
	font-weight:bold;
	}
	
/*modulo iscrizioni*/
#iscrizione {
	margin:auto;
	margin-left:10px;
	padding:0;
	width:400px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px
	}
#iscrizione input{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px
	}
.obbligatorio{
	color:#900;
	}
	
/*Team*/
ul#ulteam{
	margin:0;
	margin-left:100px;
	padding:0;
	list-style:none;
	}
div.teamCont{
	height:250px;
	/*
	border-bottom:1px #000 dashed;
	background:#999;
	*/
	}
.imgCont{
	/*background:#333;*/
	width:150px;
	float:left;
	}
.textCont{
	/*background:#AAA;*/
	width:400px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	}
.distretto{
	margin:0;
	margin-left:100px;
	margin-bottom:20px;
	padding:0;
	font-weight:bold;
	font-size:14px;
	border-bottom:dashed 1px #333;
	width:400px;
	}
	
#social ul{
	list-style:none;
	}
#social ul li{
	float:left;
	margin-left:20px;
	}
#social ul li a:hover{
	background-position:0px -45px;
	}

#tw{
	width:45px;
	height:45px;
	display:block;
	background-image: url('../social/tw_mini.jpg');
	}

#in{
	width:45px;
	height:45px;
	display:block;
	background-image:url('../social/in_mini.jpg');
	}
#fb{
	width:45px;
	height:45px;
	display:block;
	background-image:url('../social/fb_mini.jpg');
	}
#so{
	width:45px;
	height:45px;
	display:block;
	background-image:url('../social/so_mini.jpg');
	}
