@charset "utf-8";
/* CSS page SuschiCat */

*{margin:0; padding:0;}
alt, title{ background:#97bf0d; padding:5px;}
body{
	margin:0;
	padding:0;
	background:url(../images_pag/bg_body.jpg) top center no-repeat #5c4a3e;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p{
	color:#40342d;
}

.new{ font-size:18px; color:#97bf0d; font-weight:bold;}

img{
	border:0;
	margin:0;
	padding:0;
}

.cheffy{
	color:#b49f5a;	
}

body #header{
	background: url(../images_pag/bg_menu.png) top center no-repeat;
	width:900px;
	height:93px;
	margin:35px auto 15px auto;
}

body #header .linea{
	float:left;
	margin:74px 5px 0 5px;
}

body #header a{
	text-decoration:none;
	color: #f5e6d8;
	float: left;
	margin:69px 7px 0 7px;
	font-size: 14px;
}
body #header a:hover{
	color:#ccb367;
	
}

body #header .linguaon{
	background:url(../images_pag/bg_lingue.jpg) bottom center no-repeat;
	width:54px;
	height:25px;
	color:#322825;
	text-align:center;
	margin:69px 10px 0 0;
}

body #header #logo{
	margin: 5px 30px;
	float:left;
}


/*contenuti*/

body #contenuti{
	background: #FFFFFF;
	border-radius:15px 15px 0 0;
	width:900px;
	margin:0 auto;
	padding:15px 0 0 0;
	display: table;
	text-align:center;
	
}

#contenuti .mascotte_aiko, #contenuti .mascotte_nobu{
	background:url(../images_pag/img_aiko.jpg) top left no-repeat;
	width:210px;
	height:310px;
	display:block;
	padding:0;
	float:left;
	margin:80px 20px 0 20px;
}

#contenuti .mascotte_nobu{
	background:url(../images_pag/img_nobu.jpg) top left no-repeat;
}

#contenuti .mascotte_aiko p{width:80px; margin:20px 0 0 15px;}

#contenuti .mascotte_nobu p {width:80px; margin:20px 0 0 110px;}

#contenuti .mascotte_aiko a, #contenuti .mascotte_nobu a{
	font-size:16px;
	font-weight:600;
	text-align: center;
	width:100%;}

#contenuti .mascotte_aiko a:hover, #contenuti .mascotte_nobu a:hover{
	color:#fff;
}

body #contenuti a{
	text-decoration:none;
	color:#302625;
}

body #contenuti a:hover{
	color:#c6ac91;
}

body #contenuti .punti{
	width:280px;
	min-height:60px;
	float:left;
	text-align:left;
	margin:10px 0 10px 10px;}

body #contenuti .punti h2, body #contenuti .punti p{ width:auto; text-align:left; line-height:14px; color:#604c3f; }
body #contenuti .punti h2{ color:#97bf0d;}

a.link_verde{
	cursor: pointer;
	padding:5px 35px;
	border-radius:15px;
	background:#adcb58;
	color:#302625;
	font-size:18px;
	font-weight:600;
	margin:0 0 0 0;
}

a.link_verde:hover{ background:#302625; color:#97bf0d;}

/** BOX INFO A SCOMPARSA**/

.modalDialog, .modalDialog-ico {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* attivare se si vuole il bg nero background: rgba(0,0,0,0.8);*/
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog-ico{ position:static; width:0; height:0;}

.modalDialog:target, .modalDialog-ico:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog-ico:target{ margin:5px auto; width:auto; height:auto;}

.modalDialog > div, .modalDialog-ico > div {
	width: 400px;
	height: auto;
	position: relative;
	margin: 10% auto;
	padding: 30px;
	border-radius: 15px;
	background: #cbdf86;
	background: -moz-linear-gradient(#cbdf86 50%, #b7ca75 100%);
	background: -webkit-linear-gradient(#cbdf86 50%, #b7ca75 100%);
	background: -o-linear-gradient(#cbdf86 50%, #b7ca75 100%);
}

.modalDialog-ico > div{ background:#f6f6f6; padding:10px 5px; width:250px; position:static; margin:5px 20px;}
.modalDialog-ico > div h2{ font-weight:400; font-size:14px;}

/*BOTTONE DI CHIUSURA DEL BOX*/
a.close {
	background: #cbdf86;
	color:#fff;
	line-height: 30px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 30px;
	height:30px;
	text-decoration: none;
	font-weight: 800;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.modalDialog-ico > div a.close2{text-decoration:none; float:right; font-weight:800; font-size:16px; margin:0 5px;}

a.close:hover { background:#97bf0d; color:#000000; }


body #contenuti .box, body #contenuti .box-linea{
	background-image: url(../images_pag/top_box.jpg) , url(../images_pag/bg_box.jpg);
	background-repeat: no-repeat, repeat-y;
	background-position:left top, left top;
	width:279px;
	padding:0;
	margin: 0 85px;
	float: left;
	text-align:center;
	
}

body #contenuti .box-linea{ margin:0 10px !important;}

body #contenuti .box p, body #contenuti .box-linea p{
	width:259px;
	padding:10px;
	margin:0px;
	color:#302625;
	text-align:center;
	font-size:12px;

}

body #contenuti .box a, body #contenuti .box-linea a{
	font-size:29px;
	color:#302625;
	text-decoration:none;
	text-align:left;
	margin:0;
	padding:0;
}

body #contenuti .box #link, body #contenuti .box-linea #link{
	background:url(../images_pag/bg_box.jpg) left top repeat-y;
	padding:0;
	margin:0;
	text-align:right;
}
body #contenuti .box #link img, body #contenuti .box-linea #link img{
	border:0;
	margin:0;
	padding:0;
}

body #contenuti .box #link a, body #contenuti .box-linea #link a{
	height:18px;
	background:none;
	font-size:16px;
	font-weight:bold;
	color:#302625;
	text-decoration:none;
	text-align:right;
}

body #contenuti .box #link a:hover, body #contenuti .box-linea #link a:hover{
	color:#f3eee9;
}

	

body #contenuti .box .info, body #contenuti .box-linea .info {
	background:url(../images_pag/bg_box.jpg) left top repeat-y;
	font-size:16px;
	width:279px;
	display:block;
	font-weight:bold;
	color:#302625;
	text-decoration:none;
	text-align:right;
	margin:0;
	padding:0;
}


body #contenuti p{
	width:525px;
	font-size:14px;
	line-height:16px;
	text-align:center;
	float:left;
	margin:20px 0 10px 0;
	padding:0;
}

body #contenuti ul{
	width: 525px;
	float:left;
	margin:0 0 0 20px;
	
}


body #contenuti ul li{
	list-style:url(../images_pag/bg_li.jpg) outside;
	text-align:left;
	font-size:16px;
	color:#5e4b3f;
	line-height: 26px;
	margin:0;
	padding:0;
}

body #contenuti ul li a{
	text-decoration:none;
	color:#5e4b3f;
	font-weight:600;	
	
}

body #contenuti ul li a:hover{
		color:#c6ac91;
}

body #contenuti h3{
	font-weight:200;
	text-align:left;
	font-size: 22px;
	color:#5e4b3f;
	margin:0 0 20px 0;
	padding:0;
	
}

body #contenuti h3 a{
	background:url(../images_pag/img_download_depl.png) right center no-repeat;
	color:#5e4b3f;
	font-size:18px;
	text-decoration:none;
	padding: 40px 80px 40px 30px;
	float:left;
}

body #contenuti h3 a:hover{
	color:#302824;	
}

body #contenuti .cottura{
}

body #contenuti .cottura a{
	background: url(../images_pag/bg_cotture.jpg) no-repeat top center;
	width: 155px;
	height:40px;
	font-size:17px;
	display: block;
	float:left;
	margin:0 10px 15px 10px;
	padding:8px 0 0 0;
	text-align:center;
	
}

.in_water, body #contenuti .cottura a.in_water{
	color:#008bd2;	
}

.in_cream, body #contenuti .cottura a.in_cream{
	color:#fbb900;	
}

.in_soft_jelly, body #contenuti .cottura a.in_soft_jelly{
	color:#ee7f00;	
}

.in_salsa, body #contenuti .cottura a.in_salsa{
	color:#5f4b3e;
}

.in_brodo, body #contenuti .cottura a.in_brodo{
	color:#009d97;
	
}


body #contenuti .cottura a:hover{
		font-weight:bold;
	
}

body #contenuti .cottura img{
	float:left;
	margin:30px 15px;
}

body #contenuti .cottura p{
	font-size:12px;
	text-align:left;
	width:460px;
	margin:40px 20px;
	
}

body #contenuti #prodotto{
		clear:both;
}

body #contenuti #prodotto .imgprodotto{ margin:0 auto;}


body #contenuti #prodotto #cartellino{
	background: #f6f6f6;
	width:567px;
	color:#302625;
	float:right;
	text-align:justify;
	margin:0 10px 20px 10px;
}

body #contenuti #cartellino h4{
	background:url(../images_pag/bg_cartellini_top.jpg) no-repeat top left;
	font-size:16px;
	padding:10px;
	margin:0;
	font-weight:lighter;
}

body #contenuti #cartellino p{
	text-align:justify;
	margin:5px 20px;
	font-size:12px;
}

body #contenuti #prod_linea{
	clear:both;
	margin:0 20px 20px 20px;
	
}

body #contenuti #prod_linea p{
	font-size:16px;
	background: url(../images_pag/bg_lista_prod.jpg) top center no-repeat;
	width:277px;
	height:37px;
	display:block;
	padding-top:10px;
	margin:10px 0 10px 0;
}

body #contenuti #prod_linea a{
	text-decoration:none;
	font-size:12px;
	margin:6px 10px;
	min-width: 150px;
	width: auto;
	display:block;
	float:left;
	padding:51px 0 0 0;
}

/*FORM PER INVIO NOMI DEI MAESTRI DI SUSHI*/
#contenuti	#sushi-form{ float: right; width:500px; margin:20px 60px 0px 0; text-align:left;}
#contenuti	#sushi-form label, #contenuti #sushi-form input, #contenuti #sushi-form textarea, #contenuti #sushi-form select{ margin:6px;}
#contenuti	#sushi-form label,{color:#5e4b3f; font-size:16px;}
#contenuti #sushi-form input, #contenuti #sushi-form textarea, #contenuti #sushi-form select{ border: none; background:#ddd0c3; padding:5px; border-radius: 5px;}
#contenuti #sushi-form #invia:hover{background:#cebba7;}	
#contenuti #privacy p{ text-align:justify;}
#contenuti	#sushi-form #risposta{
display: none;
border: 1px solid #ccc;
padding: 10px;
margin-bottom: 10px;
}

/*footer*/

body #footer{
	background:url(../images_pag/bg_footer.png) left top repeat-x;
	margin:0 auto;
	padding:0;
	width:900px;
	height:111px;
	border-top:#3e322c solid 1px;
	text-align:center;
	font-size:10px;

}

body #footer p{
	color:#FFFFFF;
	
}

body #footer p a{
	text-decoration:none;
	color:#FFF;
}

body #footer p a:hover{
	color: #CCC;
}

.trasparenza{ behavior: url('../iepngfix.htc'); }