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

/* Tag Reset */

html, body, h1, h2, h3, p, ul, li, input, textarea, label, fieldset, a, img, table, tr, td {
	margin:0;
	padding:0;
	line-height:18px;
}

/* Ridefinizione tag*/

body{
	background:url(../images/bg/body.jpg) center 37px no-repeat #222222;
	margin:0 auto;
	padding:0;
	color:#aaaaaa;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

p{
	padding-bottom:9px;
}

strong{
	color:#EEEEEE;
}

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

ul{
	list-style:none;
	padding-bottom:9px;
}

ul.submenu li a:link, ul.submenu li a:visited, .box2R ul.submenu li a:link, .box2R ul.submenu li a:visited{
	padding:6px;
	border-bottom:1px solid #333333;
	font-weight:bold;
	display:block;
	text-align:left;
	background-image:none;
	text-decoration:none;
}

ul.submenu li a:hover, .box2R ul.submenu li a:hover{
	background-color:#ffffff;
	color:#111111;
	display:block;
}

a:link, a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

h1, h2, h3{
	font-family:Myriad Pro, Arial;
	font-style:italic;
	color:#ffffff;
	font-weight:normal;
	font-size:30px;
	letter-spacing:-1px;
	margin-bottom:6px;
	text-align:left;
}

h1{
}

h1.titol{
	padding:9px;
	margin-bottom:3px;
	float:left;
}

h2{
	font-size:24px;
	line-height:24px;
	letter-spacing:normal;
}

h3{
	font-size:18px;
	letter-spacing:normal;
}

h1 span, h2 span, h3 span{
	font-weight:normal;
	color:#ff8a00;
}

fieldset{
	border:none;
}

label{
	position:relative;
}

label span{
	font-size:27px;
	color:#FF6600;
	position:absolute;
	top:3px;
	right:-15px;
}

input, select, textarea{
	border:2px solid #333;
	width:100%;
	padding:3px;
	background-color:#111;
	color:#AAA;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}

input.little{
	border:1px solid #000000;
	width:15px;
	margin-right:100px;
	float:right;
}

input:hover, select:hover, textarea:hover{
	border:2px solid #FF6600;
	background-color:#000;
}

input:focus, select:focus, textarea:focus{
	border:2px solid #FF6600;
	background-color:#000;
	color:#FFF;
}

fieldset div{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:6px;
}

input.button{
	width:40%;
	background-color:#FF8901;
	border-color:#FF6600;
	color:#ffffff;
}

input.button:hover{
	background-color:red;
	border-color:red;
}

table{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #333333;
}

table td{
	padding:3px 6px;
	border-bottom:1px solid #333333;
}

table td.nome{
	width:20%;
}

table.contatti, table#ym_discl_sect{
	width:98%;
	border-collapse:collapse;
	border:none;
}

table.contatti td, table#ym_discl_sect td{
	padding:3px 6px;
	border:none;
}

table td.contattiSx, table#ym_discl_sect td.contattiSx{
	padding-right:15px;
}

table#ym_discl_sect td.contattiSx input, table#ym_discl_sect td.contattiSx select{
	width:475px;
}

table#ym_discl_sect textarea, table textarea{
	height:100px;
}

.actions input.button{
	width:25%;
}

/* Stili DIV */

#contatti{
	height:36px;
	border-bottom:1px solid #ff8a00;
	background-color:#000000;
	width:100%;
	position:fixed;
	z-index:10000;
}

#contatti div{
	margin:0 auto;
	width:960px;
	line-height:36px;
	height:36px;
	padding-top:9px;
	font-size:11px;
}

#contatti div p strong{
	border:1px solid #333333;
	color:#ffffff;
	padding:3px 6px;
}

#contatti div p strong.italia{
	padding-left:36px;
	background:url(../images/bg/italia-min.gif) left top no-repeat;
}

#contatti div p strong.svizzera{
	padding-left:36px;
	background:url(../images/bg/svizzera-min.gif) left top no-repeat;
}

#container{
	width:960px;
	margin:0 auto;
	padding-top:36px;
}

#header{
	height:115px;
	position:relative;
}

#header img{
	position:absolute;
	top:20px;
	left:12px;
}

#menu{
	height:47px;
	line-height:47px;
	position:absolute;
	font-weight:bold;
	right:0;
	top:36px;
}

#menu ul{
	float:left;
	padding-top:14px;
}

#menu ul li{
	float:left;
	list-style:none;
}

#menu a:link, #menu a:visited{
	padding:16px 6px;
	color:#FFFFFF;
	position:relative;
}

#menu a.contatti:link, #menu a.contatti:visited{
	background:url(../images/bg/bg-menu-contatti.gif) repeat-x top center;
}

#menu a:hover, #menu a.contatti:hover{
	background:url(../images/bg/bg-menu.gif) bottom center repeat-x;
}

#menu div.submenu{
	display:block;
	float:none;
	position:absolute;
	right:0;
	top:47px;
	width:900px;
	height:300px;
	padding:0 0 9px 0;
	border-top:3px solid #ff4801;
	background:url(../images/bg/submenu.gif) repeat-x bottom left;
	z-index:1000;
}

#menu div.submenu div.cols{
	width:300px;
	float:left;
}

#menu div.submenu div.cols ul, #menu div.submenu h3{
	float:none;
	padding-top:0;
}

#menu div.submenu ul li a:link, #menu div.submenu ul li a:visited{
	display:block;
	width:288px;
	height:18px;
	padding:3px 6px;
	font-size:11px;
	color:#aaaaaa;
}

#menu div.submenu ul li a:hover{
	color:#FFFFFF;
}

#menu div.submenu div.cols h3 a:link, #menu div.submenu div.cols h3 a:visited{
	display:block;
	float:left;
	width:240px;
	font-size:16px;
	padding:3px 6px;
	margin:0;
}

#menu div.submenu div.cols h3 a:hover{
}

#cu3er-container{
	float:left;
	margin-right:45px;
}

#slider{
	width:484px;
	height:364px;
	float:left;
	margin-right:45px;
}

#footer{
	clear:both;
	float:left;
	width:942px;
	padding:15px 9px;
	margin-top:18px;
	border-top:1px solid #333333;
}

/* Classi */

.box1{
	padding:9px;
	width:942px;
	text-align:justify;
	float:left;
	margin-bottom:3px;
}

.box1-loghi{
	padding:0 9px;
	width:942px;
	text-align:justify;
	float:left;
	margin-bottom:3px;
}

.box{
	width:960px;
	text-align:justify;
	float:left;
	margin-bottom:3px;
}

.box1 h3.news{
	margin:0;
	padding:0;
	float:left;
	height:18px;
	line-height:16px;
	font-size:18px;
}

.box1 ul li{
	color:#dddddd;
	font-weight:normal;
	padding-left:18px;
	padding-bottom:3px;
	background:url(../images/bg/libox1.gif) left 2px no-repeat;
}

.box1 ul li a:link, .box1 ul li a:visited{
	padding-bottom:3px;
	font-weight:bold;
}

.box1 ul li.frame a:link, .box1 ul li.frame a:visited, .box2L ul li.frame{
	padding-bottom:3px;
	background:none;
	font-weight:bold;
}

.box1 ul li a:hover{
	text-decoration:underline;
}

.box1 ul.news{
	padding-left:55px;
}

.box1 ul.news span{
	color:#616161;
}

.box1 ul.news a:link, .box1 ul.news a:visited{
	color:#ffffff;
	padding:9px 9px 9px 33px;
	background:url(../images/bg/li.gif) no-repeat left;
}

.box1 ul.news a:hover{
	text-decoration:underline;
}

.box1 ul.news li{
	float:left;
	list-style:none;
	background-image:none;
	padding:0;
}

.box1 ul.block li{
	float:left;
	width:220px;
	padding:0 15px 0 0;
	text-align:left;
	background-image:none;
}

.box1 #cu3er-container{
	float:left;
}

.box1 #evidenza{
	float:right;
	width:410px;
}

.box1 #evidenza p{
	padding-right:36px;
}

.box1 p.evidenzia{
	font-size:14px;
	padding-bottom:21px;
	color:#ffffff;
}

.box1 h2{
	padding:0 0 15px 0;
}

.box1 .picleft{
	float:left;
	padding-right:15px;
	padding-bottom:18px;
}

.box1 .picright{
	float:right;
	padding-left:15px;
	padding-bottom:18px;
}

.box1-loghi .cols-sinistra{
	float:left;
}

.box1-loghi .cols-destra{
	float:right;
}

.box1-loghi .cols-sinistra p{
	padding-top:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-right:9px;
	font-size:10px;
}

.box1-loghi .cols-destra p{
	padding-top:21px;
	font-weight:bold;
	color:#FFFFFF;
	padding-right:9px;
	font-size:10px;
}

.box1-loghi .cols-sinistra img, .box1-loghi .cols-destra img{
	padding:3px 9px 0 9px;
	margin:0;
	border:none;
}

.box1.cols{
	background:url(../images/bg/sfondo-due-colonne.png) left top;
}

.box1.cols-menu{
	background:url(../images/bg/sfondo-due-colonne-menu.png) left top;
}

.box1.cols-menu .box2R h2 span{
	color:#000000;
	font-weight:bold;
}

.box2R h2.italia, .box2Rcontatti h2.italia{
	background:url(../images/bg/italia-min.gif) right 4px no-repeat;
}

.box2R h2.svizzera, .box2Rcontatti h2.svizzera{
	background:url(../images/bg/svizzera-min.gif) right 4px no-repeat;
}

.box1 .box2L{
	width:659px;
	margin-right:21px;
	float:left;
}

.box1 .box2L-riga{
	width:659px;
	margin-right:21px;
	float:left;
	border-bottom:24px solid #222222;
	margin:0 -9px;
	padding:9px;
}

.box1 .box2L-riga.last{
	width:659px;
	margin-right:21px;
	float:left;
	border-bottom:none;
	margin:0 -9px;
	padding:9px;
}

.box1 .left{
	float:left;
	width:100%;
}

.box1 .box2R{
	width:240px;
	float:right;
}

.box2R ul li{
	background-image:none;
	padding:0;
}

.box2R img{
	padding-bottom:15px;
}

.box2Lcontatti{
	width:550px;
	float:left;
	padding:9px;
}

.box2Rcontatti{
	width:350px;
	float:right;
	padding:9px;
}

.box2Rcontatti #map, .box2Rcontatti #map1{
	width:100%;
	height:220px;
	margin-bottom:12px;
	z-index:0;
}

.box3content{
	background:url(../images/bg/sfondo-6box.jpg) top left no-repeat;
	float:left;
	width:100%;
}

.box3, .mosaic-block{
	width:314px;
	height:236px;
	margin-right:9px;
	margin-bottom:9px;
	float:left;
	text-align:left;
}

.mosaic-block p, .mosaic-block h1{
	padding:9px;
}

.box3 img.right{
	padding:0 0 12px 12px;
}

.box3 img.left{
	padding:0 12px 12px 0;
}

.box4{
	width:204px;
	height:500px;
	padding:9px;
	margin-right:24px;
	margin-bottom:21px;
	float:left;
	text-align:justify;
}

.box4.last{
	margin-right:0;
}

.box2-gallery{
	width:450px;
	height:330px;
	padding:9px;
	margin-right:24px;
	margin-bottom:3px;
	float:left;
}

.box2-gallery img, .box4 img{
	padding-bottom:12px;
}

.box3.last, .mosaic-block.last, .box2-gallery.last{
	margin-right:0;
}

.box3 h1, .mosaic-block h1{
	font-size:24px;
	letter-spacing:normal;
	padding-bottom:12px;
}

.mosaic-block h1{
	font-size:24px;
	letter-spacing:normal;
	margin-bottom:0;
	float:left;
}

.mosaic-block p{
	clear:both;
	height:75px;
}

.box3 h1 a:hover, .box3 h1 a:hover span, .mosaic-block h1 a:hover, .mosaic-block h1 a:hover span{
	text-decoration:underline;
}

.box3 h1 span, .mosaic-block h1 span{
	display:block;
}

.box3 ul{
	padding-left:6px;
	padding-right:6px;
}

.box3 li{
	list-style:none;
	border-bottom:1px solid #111111;
}

.box5{
	clear:both;
	float:left;
	padding:9px;
	font-size:11px;
}

.box5 div{
	width:181px;
	height:190px;
	float:left;
	padding-right:9px;
}

.box5 div.last{
	padding-right:0;
	width:182px;
}

.box5 div h3{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:3px;
}

.box5 div h3 a:link, .box5 div h3 a:visited{
	font-size:11px;
	margin-bottom:0;
	color:#999999;
	line-height:14px;
}

.box5 div li a:link, .box5 div li a:visited{
	line-height:14px;
	padding-bottom:6px;
}

.box5 div ul{
	padding-bottom:6px;
}

.box5 a:link, .box5 a:visited{
	display:block;
	padding:0;
	color:#666666;
}

.box5 a:hover{
	text-decoration:underline;
}

.closure{
	margin-bottom:21px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.social{
	float:right;
	padding:0 0 0 12px;
}

.cleared{
	clear:both;
}

a.buttons:link, a.buttons:visited{
	background:url(../images/bg/pulsante.gif) top left repeat-x;
	color:#FFFFFF;
	padding:4px 10px;
	float:right;
	font-weight:bold;
	-moz-border-radius: 12px; /* Firefox */
	-webkit-border-radius: 12px; /* Safari, Chrome */
	border-radius: 12px; /* CSS3 */
}

a.buttons:hover{
	background:url(../images/bg/pulsante.gif) bottom left repeat-x;
	color:#FFFFFF;
}

/* Trasparenza */

#menu, .box1, .box1-loghi, .box2, .box2Lcontatti, .box2Rcontatti, .box3, .box2-gallery, .box4, h1.titol, #news{
	background-image:url(../images/bg/nero.png);
	}
	
.warning, #frmError{
	padding:9px 15px;
	border:1px solid #FF0000;
	background-color:#ffcccc;
	color:#000000;
	display:none;
}

.leader{
	border:1px solid #333333;
	padding:6px;
	float:right;
	width:340px;
}
