a:visited {
	color: #009ee0;
}

a {
	color:#009ee0;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}



body {
	background-color: #888;
	margin: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#666;
	line-height:1.5;
	margin-top:0px;
	}
.menu {
	background-color: #009ee0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:8px;
	}
	
	
.menu a {
	color: #fff;
	text-decoration:none;

}

.menu a:hover {
	color: #ccc;
	text-decoration:none;

}




.trvideo
{
		cursor: pointer;
}


.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:700;
}

.footer {
	background-color: #FFFFFF;
	color: #aaa;
	padding: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 800;
	margin-bottom:20px;
}


.footer a {
		color: #aaa;
		text-decoration:none;
}

.footer a:hover {
		color: #009ee0;
		text-decoration:none;
}




.ing {
	color: #777;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:20px;
				font-weight: 600;

}


.ing a {
		color: #777;
		text-decoration:none;

}

.ing a:hover {
		color: #009ee0;
		text-decoration:none;
}





.lineasotto {
	background:url(img/lineasotto.png);
	width:1010px;
	height:10px;
}



#elenco_ricette {
	width:450px;
	height:105px;	
	margin:15px;
	float:left;
}

#elenco_ricette2 {
	width:200px;
	height:105px;	
	margin:20px;
	float:left;
}

#elenco_ricette3 {
	width:300px;
	height:105px;	
	margin:5px;
	float:left;
}


#elenco_ricette_small {
	width:300px;
	margin:7px;
	float:left;
}

#header {
	background-image:url(img/sfondo_head_1.jpg);
	margin-top:0px;
	width:990px;
	height:197px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	padding-left:30px;
	padding-top:30px;

}

#el07 {font-family:"arial","helvetica"}

#ricerca {
	padding-left:600px;
	padding-top:-80px;

}

#barramenu {
	margin-top:30px;
color:fff;
	width:990px;
	height:20px;
}

.linea {
	background-color: #009ee0;
	height: 3px;

}

.lineasmall {
	background-color: #009ee0;
	height: 1px;

}

.lineavert {
	background-color: #009ee0;
	height: 800px;;
	width: 1px;

}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#009ee0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#009ee0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#009ee0;
}

.titblu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#009ee0;
}


ul{
margin-left: 10;
padding-left: 10;
list-style-image: url(img/li_ing.jpg);
}

li 
{
padding-left: 10px;
margin-bottom:10px;
background-repeat: no-repeat;
background-position: 0 .5em;
font-size:12px;
}

i {
	font-size:12px;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:970px;
	 background-color:#FFF;
}


#bigcontainer {
	margin-left:auto;
	margin-right:auto;
	width:1010px;
	background:url(img/sfondobig.png)}




/** 
 * nutrition.css
 * The following code formats a table for a nutrition label. Feel free to use it as you wish.
 * Crediting the author is always appreciated.
 * Jonathon Eric Cihlar, January 2007
 */

/**
 * Define the table to be of the class "nutrition"
 */
table.nutrition {
	width : 275px;
	margin-top : 10px;
	margin-left : 0;
	margin-right : 0;

	border : 1px solid black;
	border-collapse : collapse;
	table-layout : auto;

}

/**
 * Format the caption at the top of the table
 */
.nutrition caption {
	font-family : Arial;
	font-size : small;
	font-style: italic;
}

/** 
 * Format the tr ids 
 */
.nutrition tr#calories td {
	border-bottom : 4px solid black;
}

.nutrition tr#servings td {
	border-bottom : 6px solid black;	
}

.nutrition tr#minerals td {
	border-top : 4px solid black;
}

 /**
  * Format the header, which is basically the text "Nutrition Facts"
  */
.nutrition th {
	background-color : transparent;
	padding : 3px;
	border : 0;
	font-family : Arial;
	font-size : large;
	font-weight : bolder;
}	

 /**
  * Define the baseline style for cells
  */
.nutrition td {
	padding : 3px;
			
	font-family : Arial;
	font-size : 11px;
	border : 0;
	border-bottom : 1px solid black;
	
	text-align : left;
}

 /**
  * Define the cell for Daily Values
  */
.nutrition td.dv {
	font-weight : bold;
	text-align : right;
}

 /**
  * Set an indent for subordinate nutrients
  */
.nutrition td.sub {
	text-indent : 10px;
}

 /**
  * Set the style of the disclaimer text
  */
.nutrition td.disclaimer {
	font-size : 9px;
}

 /**
  * Use the strong tag to set emphasis on particular text
  */
.nutrition strong {
	font-weight : x-bolder;
}

