/* CSS Document */
body {
	margin: 0;
	padding:0;
	text-align:center;
	background-color:#1075a0;
	background-image:url(../img/sfondo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

body,td,th {
	font-size: 10px;
	color: #000000;
	font-family: Arial;
	font-weight: normal;
}

form {
	margin:0;
	padding:0;
}

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

#container {
	width:949px;
	margin: 16px 0 0 0;
	padding:0 0 0 0;
	/*display:table;*/
	position:relative;
}

#contenuti{
	width:969px;
	background-image:url(../img/sfondo_contenuti.png);
	background-repeat:repeat-y;
	/*display:table;
	position:relative;*/
	float:left;
	margin:0;
	padding:0 0 0 0;

}

#contenuti_inner {
	padding:0 0 0 10px;
	margin:0;
}

/*#ancora {
	width:131px;
	float:right;
	padding:0;
	
}

#ancora img {
	position:absolute;
	top:946px;
	right:959px;
}*/

#testata {
	width:969px;
	height:110px;
	margin: 0;
	padding:12px 0 0 0;
	background-image:url(../img/testata.png);
	background-repeat:no-repeat;
	color:#1b5d8d;
	font-family:Trebuchet MS;
	font-size:10px;
	font-weight:bold;
	text-align:left;
}

#menu {
	width:951px;
	height:32px;
	margin: 0 0 4px 3px;
	z-index: 100;
	position: relative;
} 

#sx {
	width:825px;
	margin:0;
	padding:0;
	float:left;
}

#dx {
	width:120px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

#bottom {
	width:959px;
	height:128px;
	float:left;
	padding:0;
	margin:0;
	text-align:left;
}

#footer {
	width:934px;
	height:20px;
	background-color:#1b5d8d;
	color:white;
	float:left;
	padding:5px 4px 0 4px;
	margin:0 0 10px 0;
	border-left:4px solid white;
	border-right:4px solid white;
	font-weight:normal;
	font-size:11px;
}

#footer a {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

#flash_testata {
	width:924px;
	height:318px;
	padding:0 0 0 4px;
	margin:0;
	float:left;
}

#testata_sapori {
	width:932px;
	height:368px;
	padding:0 0 0 4px;
	margin:0;
	float:left;
}

.flash_home {
	width:520px;
	height:332px;
	float:left;
	padding:0;
	margin:0;
}

.cena_da_vip {
	width:300px;
	height:330px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

.banner_dx {
	width:120px;
	height:531px;
	padding:0;
	margin:5px 0 0 0;
	float:left;
	color:white;
	font-size:12px;
	text-transform:Uppercase;
	background-image:url(../img/banner_dx.jpg);
	background-repeat:no-repeat;
	line-height:20px;
	font-weight:bold;
}

.banner_dx a {
	color:white;
	text-decoration:none;
}

.banner_dx a:visited {
	color:white;
	text-decoration:none;
}

.banner_dx_1 {
	padding:0 0 0 7px;
	margin:0;	
	position:relative;
}

.banner_dx_2 {
	width:120px;
	height:60px;
	padding:0;
	margin:0;
	position:relative;
}

.ricettario {
	width:213px;
	height:273px;
	margin:0 0 0 2px;
	padding:0;
	float:left;
	position:relative;
}

.multimedia {
	width:209px;
	height:265px;
	padding:0;
	margin:0;
	float:left;
	position:relative;
}

.multimedia_no_concorsi {
	width:422px;
	height:269px;
	padding:0;
	margin:0;
	float:left;
}

.ricette_votate {
	width:396px;
	height:259px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

/*IE PNG FIX*/
* html #testata    { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/testata.png',sizingMethod='scale'); }
* html #contenuti    { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/sfondo_contenuti.png',sizingMethod='scale'); }

