/*
*  CSS: Bembo
*  Data creazione: Luglio 2007
*  Autore: Matteo Ruzza
*  Ultimo editore: Matteo Ruzza
*  Note: 
*/

/*IMPORT SECTION*/
@import url(common.css);
@import url(navigation.css);
@import url(product.css);
@import url(search.css);
@import url(news-events.css);
@import url(recipe-tastespot.css);
@import url(glossary.css);
@import url(web2.css);
@import url(job.css);

/*GENERIC RULES*/
body{
	font:normal 75% Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	color:#000;
	padding:0;
	margin:10px 0 0 0;
	text-align:center
}
p{padding:0;margin:0}
hr{display:none}
h1{display:none}
h1,h2,h3,h4,h5,h6{padding:0;margin:0}
ul,li{padding:0;margin:0}
img{padding:0;margin:0;border:0}
table{font-size:100%}
a,a:hover,a:visited{text-decoration:none}
a{color:#999999}
a:hover{color:#cccccc}
/*utils*/
div{text-align:left}
.hide{display:none}
.hidden{visibility:hidden}
.clear{clear:both}

/*LAYOUT*/
#layout{
	background:url(../img/bglyt.gif) repeat-y top center;
	width:970px;
	margin:0 auto
}
#lyt-header{
	background:url(../img/bghdr.gif) no-repeat top center;
	clear:both;
	overflow:hidden;
	height:122px
}
#lyt-left{
	float:left;
	width:180px;
	margin:10px 0 10px 0;
}
#lyt-center{
	float:left;
	width:498px;
	margin:10px 0 10px 10px;
}
#lyt-right{
	float:right;
	width:272px;
	margin:10px 0 10px 0;
}
#lyt-bottom,#lyt-utils{
	background:url(../img/bgbtm.gif) repeat-y top center;
	clear:both;
	text-align:right
}
#lyt-utils{
	width:970px;
	clear:both;
	overflow:hidden;
	text-align:left;
	border-top:1px solid #666
}
#lyt-footer{
	padding:20px 0 20px 0;
	background:#ffffff url(../img/bgftr.gif) repeat-x bottom center;
	min-height:1px;
	clear:both
}
* html #lyt-footer{height:1px}
