/* ------------------------------------------------ */
/* Elemenit corpo principale ---------------------- */
html, body { 
    width: 100%; 
    height: 100%;
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: black;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
img {
	padding: 0px; 
	border: 0px;
}
h1, h1 a:link, h1 a:active, h1 a:visited {
    font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #6d276e;
	margin: 5px auto;
	text-decoration: none;
}
h1 a:hover {
    text-decoration: underline;
}
h2, h2 a:link, h2 a:active, h2 a:visited {
    font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #FF3300;
	margin: 5px auto;
	text-decoration: none;
}
h2 a:hover {
    text-decoration: underline;
}
h3{
    font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #939598;
	margin: 5px auto;
}
h4{
    font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: white;
	margin: 10px auto;
}
hr {
	color: #0096d4;
	background-color: #0096d4;
	width: 100%;
	height: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    margin-bottom: 0;
}
form {
    margin-bottom: 0;
	border: 0;
	vertical-align: middle;
}
a:link, a:active, a:visited {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* Form */

textarea, input, select {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: normal;
	padding: 0;
}
/* Paginazione ------------------------------------ */
#top {
	margin: auto;
	padding: 0px;
	width: 812px;
	height: 7px;
	/*text-align: center;*/
	vertical-align:bottom;
}
#center {
	margin: auto;
	padding: 0px;
	width: 812px;
	/*text-align: center;*/
	background-image:url(../paginazione/fondi/center.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#bottom {
	margin: auto;
	padding: 0px;
	width: 812px;
	/*text-align: center;*/
	vertical-align: top;
}
#menuTop {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
#flashcontent {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #FF3300;
	color: white;
}
#breadcrumb {
	border-bottom: 1px dotted #FF3300;
	width: 780px;
	/*height: 20px;*/
	margin: auto;
	margin-bottom: 5px;
	text-align: left;
	color: black;
	text-decoration: none;
	vertical-align:middle;
}
#presentazione {
	padding: 0px;
	width: 780px;
	margin: auto;
	text-align: center;
}
#titoloPagina {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 780px;
	margin: auto;
	text-align: left;
	
}
#corpoPagina {
    clear: both;
	width: 780px;
	overflow:auto;
	margin: auto;
	padding-bottom: 5px;
	padding-top: 0px;
	background-color:white;
	text-align:left;
}
#corpoPagina {
    position:relative;
}

/* Navigazione */
#topsubmenu {
	width: 200px;
	float:left;
	margin: 0;
	padding-top: 10px;
	background-color: #FF3300;
	background-image:url(../paginazione/fondi/bottomsubmenu.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#bottomsubmenu {
	width: 200px;
	height: 20px;
	float:left;
	margin: 0;
	padding-bottom: 10px;
	background-image:url(../paginazione/fondi/bottomsubmenu.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#subMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	float:left;
	margin: 0;
	padding: 0;
	margin-left: 0;
	color:#FFFFFF;
}

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

#subMenu ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 0;
	display: block;
}
#subMenu li {
	margin: 0;
	list-style-type: none;
	display: block;
	color: #FFFFFF;
}
#subMenu a {
    line-height: 1;
    position: relative;
	display: block;
	color: white;
	background-color: #FF3300;
	width: auto;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
	border-bottom: 1px solid #FF3300;
}
#subMenu a:hover {
	background-color: #ffcc66;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
#subMenuActive {
	background-image:url(../icone/sub_white.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1;
	display: block;
	color: #FFFFFF;
	background-color: #ffcc66;
	width: auto;
	padding: 5px 12px 5px 12px;
	border-bottom: 1px solid #FFFFFF;
	background-position: left center;
}
#subMenu li li a {
	display: block;
	color: #FFFFFF;
	background-color: #FF3300;
	width: auto;
	padding: 3px 3px 3px 25px;
	text-decoration: none;
	border-bottom: 1px solid #ffcc66;
	font-weight: normal;
	background-image:url(../icone/sub_sub_white.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#subMenu li li a:hover {
	background-image:url(../icone/sub_sub_white.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #ffcc66;
	border-bottom: 1px solid white;
}
#subMenuActiveLi {
    line-height: 1;
    display: block;
	width: auto;
	padding: 3px 3px 3px 25px;
	text-decoration: none;
	border-bottom: 1px solid white;
	color: white;
	background-color: #ffcc66;
	font-weight: normal;
	background-image:url(../icone/sub_sub_white.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
/* --- */
/* -------------------------------------- */
#corpoContenuto {
	width: 570px;
	float:right;
	padding-left: 9px;
}
#contarchivio{
    clear: both;
	background-image:url(../paginazione/fondi/fondo_index_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 780px;
	height: 200px;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 5px;
}
#ricettemain {
	margin-left: 150px;
	margin-top: 70px;
	width: 380px;
	text-align:left;

}
#contcase {
    float:right;
    width: 350px;
	padding-right: 20px;
}
#contnews  {
    float:left;
    width: 350px;
	padding-left: 20px;
}
#menuBottom {
	font-size: 11px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 780px;
	margin: auto;
	text-align: center;
	color: #6d276e;
	border-top: 1px dotted #FFFFFF;
	/*border-bottom: thin dotted #000000;*/
	font-weight: bold;
}
#menuBottom a:link, #menuBottom a:visited, #menuBottom a:active {
    color: #6d276e;
	text-decoration: none;
}
#menuBottom a:hover {
    text-decoration:underline;
}
#menuBottom {
    position:relative;
}
#fasciaBottom, #fasciaBottom a:link, #fasciaBottom a:active, #fasciaBottom a:visited {
    clear: both;
	color: #939598;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 780px;
	margin: auto;
	text-decoration: none;
}
#fasciaBottom a:hover {
    text-decoration: underline;
}
#fasciaBottom a:hover {
    position: relative;
}
#navflash {
    margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	text-align:center;
	background-color: #0096d4;
	color: white;
}
#callcenter {
    float: left;
	margin: 0px;
	padding: 0px;
	width: 280px;
	text-align: center;
	text-align:center;
	color: black;
}
#filmato {
	margin: auto;
	padding: 0px;
	width: 780px;
	text-align: center;
	background-color: white;
	color: black;
}
#prodotti_flash {
	padding: 0px;
	width: 570px;
	text-align: center;
	background-color: white;
	color: black;
}
.lista, .lista li{
    font-size: 11px;
	/*font-weight: bold;*/
    color: #4d4e50;
    list-style-type:square;
    padding-bottom: 5px;
    
}
.lista li a {
    text-decoration: none;
}
.lista li a:hover {
    text-decoration: none;
}

/* Classi ----------------------------------------- */
#liquid-round {
    width:100%;
    margin:0px auto;
    background:#fff url(../tabella_5/leftside.gif) repeat-y left top;
	text-align: left;
}
.topdue {
    width:100%;
    height:20px;
    background:url(../tabella_5/top.gif) no-repeat left top;
}
.topdue span {
    display:block;
    position:relative;
    height:20px;
    background:url(../tabella_5/top-right.gif) no-repeat right top;
}
.center-content {
	position:relative;
	background:url(../tabella_5/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
	text-align: left;
}
.bottomdue {
    width:100%;
    height:60px;
    background:url(../tabella_5/bottom.gif) no-repeat left bottom;
}
.bottomdue span {
    display:block;
    position:relative;
    height:60px;
    background:url(../tabella_5/bottom-right.gif) no-repeat right top;
}
.contenutodue {
    margin:0 0 1em 0;
	text-align: left;
}

/* Form Classi */
/**/
.search {
	border: 0px;
	padding: 4px;
	background-image: url(../paginazione/form/fondo_login.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
    }
/**/
.login {
	border-top: 1px solid #0073A1;
	border-bottom: 1px solid #80DAFF;
	border-left: 1px solid #0073A1;
	border-right: 1px solid #80DAFF;
	background-image: url(../paginazione/fondi/ombra_box.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;    
	color: black;
	font-weight : normal;	   
	text-decoration: none;
	padding: 0;
}
.logindue {
	border-top: 1px solid #939598;
	border-bottom: 1px solid #DCDDDE;
	border-left: 1px solid #939598;
	border-right: 1px solid #DCDDDE;
	background-image: url(../paginazione/fondi/ombra_box.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;    
	color: black;
	font-weight : normal;	   
	text-decoration: none;
	padding: 0;
}

/* Testi - Classi */

.giustificato{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
    margin: 1.5em 0;
    padding: 0;
    line-height: 1.4em;
    text-align: justify;
    letter-spacing: .1em;
}
.grassetto{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #750465;
}
.grassetto a{
	font-family: Verdana;
	font-size: 11px;
	color: #750465;
	font-weight: bold;
	text-decoration: underline;
}
.grassetto a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #750465;
	font-weight: bold;
	text-decoration: underline;
}
.grassettobianco{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.grassettobianco a{
	font-family: Verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.grassettobianco a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
.testobianco {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.testobianco a {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.testobianco a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

.testoFondo {
    line-height: 1;
    position: relative;
	display: block;
	font-family: Verdana;
	font-size: 10px;
	color: white;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	background-color: black;/*#939598 */
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0;
	margin-left: 0;
}
.corpo9 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;    
	color: black;
	font-weight : normal;	   
	text-decoration: none;
}
.Stile1 {
	color: #0096D4;
	font-weight: bold;
}	
/* News ------------------------------------------- */

.mainnews {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	padding: 3px;
	text-align: left;
	border-right: 1px dashed #939598;
	letter-spacing: normal;
	white-space: normal;
	position: relative;
	}
.mainnews a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #939598;
	text-decoration: none; 
}
.mainnews a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #939598;
	text-decoration: underline; 
}

/* Immagini e Cornici ----------------------------- */

.cornice {
	padding: 4px;
	border:1px dotted #939598;
	margin:3px 5px 7px 0;
}
.cornice a {
	padding: 4px;
	border:1px solid #939598;
	margin:3px 5px 7px 0;
}
.cornice a:hover {
	border:1px solid #939598;
}
/* Gallery */
img.gallery {
	border:1px solid #FF3300;
	padding: 0px;
	margin: 4px;
	padding: 4px;
	vertical-align: middle;
}

/* Immagine con didascalia */

.postit {
   width: auto;
   margin: 2px 4px;
   background: white;
   color: #000;
   padding: 4px;
   text-align: center;
   border: none;
   position: relative;
}
.postit img {
   border: 0;
   display: block;
   margin: 0px;
   padding: 2px;
}
.postit p {   
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #0096d4;
   margin: 2px;
   padding: 0;
   padding-top: 0px;
}
.Stile2 {color: #939598}
.Stile4 {color: #939598; font-weight: bold;}
.Stile6 {color: #FFFFFF; font-size: 9px; }
.Stile7 {font-size: 9px}