@charset "UTF-8";
/* CSS Document */

body {
	/*background: #fefefe url(../images/bg.gif) repeat-x;*/
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
}
a {
	color: #484848;
	text-decoration: none;
}
a:hover {
	color: #bd0101;
}
h2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h3 {
	padding: 0;
	margin: 0;
	color: #c51814;
}
#container {
	width: 960px;
	margin: 0 auto;
	
}

/*
	header
*/
#header {
	margin: 0;
	padding: 0;
	background:  url(../images/bg.gif) repeat-x;
	position: relative;
}
#logo_dinon {
	top: 4px;
	padding: 0;
	position: absolute;
	width: 190px;
	margin-left: -13px;
	height: 208px;
	z-index: 100;
}
#menus{
	position: relative;
	width: 960px;
	height: 115px;
	margin: 0 auto;
	padding-top: 54px;
}
#menu {

	margin-left: 200px;
	width: 513px;
	height: 49px;
	background: url("../images/menu_bg.png") 410px 0 no-repeat;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	list-style-type: none;
	height: 49px;
}
#menu ul li a {
	float: left;
	text-decoration: none;
	height: 49px;
}
#menu ul li a:hover {
	background-position: 0 0px;
}
#menu ul li span {
	display: none;
}
#menu_home {
	background: url(../images/menu_home.png) no-repeat;
	width: 67px;
	background-position: 0 -59px;
}
#menu_home a {
	background: url(../images/menu_home.png) no-repeat;
	width: 67px;
	background-position: 0 -118px;
}
/*-----------------------------------------*/
#menu_azienda {
	background: url(../images/menu_azienda.png) no-repeat;
	width: 86px;
	background-position: 0 -59px;
}
#menu_azienda a {
	background: url(../images/menu_azienda.png) no-repeat;
	width: 86px;
	background-position: 0 -118px;
}
#menu_prodotti {
	background: url(../images/menu_prodotti.png) no-repeat;
	width: 92px;
	background-position: 0 -59px;
}
#menu_prodotti a {
	background: url(../images/menu_prodotti.png) no-repeat;
	width: 92px;
	background-position: 0 -118px;
}
#menu_download {
	background: url(../images/menu_download.png) no-repeat;
	width: 145px;
	background-position: 0 -59px;
}
#menu_download a {
	background: url(../images/menu_download.png) no-repeat;
	width: 145px;
	background-position: 0 -118px;
}
#menu_contatti {
	background: url(../images/menu_contatti.png) no-repeat;
	width: 73px;
	background-position: 0 -59px;
}
#menu_contatti a {
	background: url(../images/menu_contatti.png) no-repeat;
	width: 73px;
	background-position: 0 -118px;
}
/*-----------------------------------------*/
#menu_azienda_en {
	background: url(../images/menu_aboutus.png) no-repeat;
	width: 86px;
	background-position: 0 -59px;
}
#menu_azienda_en a {
	background: url(../images/menu_aboutus.png) no-repeat;
	width: 86px;
	background-position: 0 -118px;
}
#menu_prodotti_en {
	background: url(../images/menu_products.png) no-repeat;
	width: 92px;
	background-position: 0 -59px;
}
#menu_prodotti_en a {
	background: url(../images/menu_products.png) no-repeat;
	width: 92px;
	background-position: 0 -118px;
}
#menu_download_en {
	background: url(../images/menu_download_en.png) no-repeat;
	width: 169px;
	background-position: 0 -59px;
}
#menu_download_en a {
	background: url(../images/menu_download_en.png) no-repeat;
	width: 169px;
	background-position: 0 -118px;
}
#menu_contatti_en {
	background: url(../images/menu_contact.png) no-repeat;
	width: 73px;
	background-position: 0 -59px;
}
#menu_contatti_en a {
	background: url(../images/menu_contact.png) no-repeat;
	width: 73px;
	background-position: 0 -118px;
}
/*-----------------------------------------*/
#submenu {
	position: relative;
	z-index: 1;
	left: 170px;
	width: 380px;
	margin: 0 0 1px 0;
}
.contatti #submenu {
	margin-left: 170px;
}
#submenu ul {
	position: absolute;
	width: 760px;
	left: 1px;
}
#submenu ul li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
	/*font-weight: bold;*/
	color: #be1714;
}
#submenu ul li a {
	color: #4c4c4c;
	text-decoration: none;
}
#submenu ul li a:hover {
	text-decoration: none;
	color: #cc1c18;
}
/*
	content
*/
#content {
	float: left;
	
	width: 100%;
}
#left {
	float: left;
	width: 187px;
	padding-top: 0px;
	margin: 0;
}
#center {
	float: left;
	width: 419px;
	margin: 3px 0 0 16px;
}
#right {
	float: left;
	width: 308px;
	margin-top: 18px;
	
}
.home #content {
	height: 400px;
}
.home #center {
	position: relative;
}
.home #center p {
	margin: 20px 80px 30px 0;
}
.home #right {
	float: right;
	background: url(../images/homeright_bg.png) no-repeat;
	width: 268px;
	height: 270px;
	position: relative;
	padding: 38px 0 0 40px;
	left: -11px;
	top: -53px;
}
.home #banner {
	position: relative;
}
.home #banner_news {
	margin-left: 10px;
}
.home #acciughe {
	
}
.home #bottom {
	height: 77px;
	clear: both;
	margin: 0;
	padding: 0 0 0 200px;
	/*background: url(../images/home_bottom_bg.gif) no-repeat;*/
}
.chisiamo #content {
	height: 400px;
	/*background: url(../images/chisiamo_bg.jpg) bottom left no-repeat;*/
}
.chisiamo #center {
	
	margin-top: 0px;
}
.dovesiamo #content {
	
	/*background: url(../images/dovesiamo_bg.jpg) right no-repeat;*/
}
.dovesiamo #center {
	margin-top: 0px;
}
.prodotti #center {
	margin-top: 25px;
	height: 250px;
}
.prodotti #bottom {
	float: left;
	width: 100%;
	clear: both;
	position: relative;

	margin: 0;
	padding: 0;
	background: url(../images/home_bottom_bg.gif) no-repeat;
}
.prodotti #banner {
	position: relative;
	margin: -100px 0 0;
	float: left;
}
.prodotti #banner ul li img {
	width: 140px;
	height: 165px;
}
.prodotti #banner ul li a span img {
	width: 4px;
	height: 7px;
}
.prodotti #content ul {
	margin: 0;
	padding: 0;	
	float: left;
}
.prodotti #content ul li {
	float: left;
	list-style-type: none;
	height: 160px;
	width: 145px;
	margin: 0 0 0 0;
}
.prodotti #content ul li span {
	position: relative;
	top: -33px;
	right: 12px;
	float: right;
}
.prodotti #content ul li span img {
	margin-left: 8px;
}
.prodotti #bottom a:hover {

}

.prodotti_linea #center {
	width: 200px;
	position: absolute;
	margin: 28px 0 30px 206px;
	z-index: 10;
}
.prodotti_linea #content {
	height: 400px;
}
.prodotti_linea #content #left {
	padding: 40px 0 20px 10px;
}
.prodotti_linea .ittico_olio {
	/*background: url(../images/ittico_olio_bg.jpg) 40px right no-repeat !important;*/
}
.prodotti_linea .ittico_atm {
	/*background: url(../images/ittico_atm_bg.jpg) right no-repeat !important;*/
}
.prodotti_linea .verdure_olio {
	/*background: url(../images/verdure_olio_bg.jpg) 20px right no-repeat !important;*/
}
.prodotti_linea .verdure_atm {
	/*background: url(../images/verdure_atm_bg.jpg) 20px right no-repeat !important;*/
}
.prodotti_linea .gastronomia {
	/*background: url(../images/gastronomia_bg.jpg) 20px right no-repeat !important;*/
}
.prodotti_linea .spalmabili {
	/*background: url(../images/spalmabili_bg.jpg) right no-repeat !important;*/
}
.prodotti_linea .sughi_freschi {
	/*background: url(../images/sughi_freschi_bg.jpg) right no-repeat !important;*/
}
.prodotti_linea #content ul {
	margin: 15px 0 0 10px;
	padding: 0;
}
.prodotti_linea #content ul li {
	list-style-type: none;
	margin-top: 5px;
	color: #bb1815;
	position: relative;
	left: -10px;
	padding-left: 10px;
	
}
.prodotti_linea #content ul li a{
	position: relative;
	left: -10px;
	padding-left: 10px;
	background: white;
}
.prodotti_linea #content ul li a:hover{
	background: url(../images/piu.gif) left no-repeat;
}
.prodotti_linea #right {
	background: url(../images/ittico_sfondo.jpg) right no-repeat;
	height: 383px;
	width: 730px;
	float: right;
	overflow: hidden;
	left: 150px;
	position: relative;
	margin: 0;
}
.prodotti_scheda #right{
	background: none;
	left: 0;
	width: 500px;
}
.prodotti_scheda #right div {
	margin-top: 150px;
}
.prodotti_scheda #right img {
	float: left;
	width: 140px;
	height: 165px;
}
.prodotti_scheda #right div div {
	float: left;
	width: 300px;
	margin: 10px 0 0 15px;
}
.prodotti_scheda #right div div img {
	float: none;
	margin-right: 10px;
	width: 12px;
	height: 15px;
}
.download #content {
	margin: 0;
}
.download #center {
	padding: 0px 20px 20px 0;
	width: 140px;
	text-align: right;
	position: relative;
}
.download #center p {
	color: #bb1815;
	font-size: 10px;
}
.download #center ul {
	margin: 0;
	padding: 0;
}
.download #center ul li {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #bb1815;
	background: url(../images/freccia_grigia.gif) right no-repeat;
	position: relative;
	z-index: 10; 
	right: -20px;
	padding-right: 20px;
}
.download #center ul li a {
	text-transform: none;
	position: relative;
	right: -20px;
	padding-right: 20px;
	background: white;
}
.download #center ul li a:hover {
	background: url(../images/freccia_grigia.gif) right no-repeat;
}
.download #right {
	border-left: 1px solid #999;
	width: 350px;
	margin: 0;
	padding-bottom: 0px;
	margin-bottom: 80px;
}
.download #right ul {
	margin: 0;
	padding: 0;	
}
.download #right ul li {
	list-style-type: none;	
	margin: 10px 0 0 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.download #right ul li a {
	display: block;
	width: 420px;
	background: url(../images/bg_lista_download.gif) 0px 0px no-repeat;	
	height: 25px;
	padding-top: 4px;
}
.download #right ul li a:hover {
	text-decoration: none;
	color: grey;
	background: url(../images/bg_lista_download_hover.gif) 0px 0px no-repeat;	
}
.download #right ul li a img {
	width: 140px;
	height: 165px;
}
.pdf {
	margin: 10px -10px 0 20px;
	width: 44px;
	height: 52px;
	position: relative;
	z-index: 10;
}
.download #right ul li span {
	position: relative;
	
	left: 10px;
	font-size: 10px;
}
.download #right ul li span strong {
	font-size: 13px;
}
.download #right ul li span img {
	margin-left: 8px;
}
.downlaod #right ul li a:hover {
	color: #bb1815;
	text-decoration: none;
}
.contatti #content {
	/*background: #fff url(../images/contatti_bg.jpg) 30px right no-repeat;*/
	height: 400px;
}
.contatti #center {
	margin-top: 50px;
}
.contatti #center p {
	margin-top: 15px;
}
.contatti #center p strong {
	color: #bd1714;
}
.contatti #content {
	
}
.mail #content {
	/*background: #fff url(../images/contatti_bg.jpg) 30px right no-repeat;*/
	height: 400px;
}
.mail #center {
	margin-top: 50px;
}

.mail ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.mail ul li{
	margin-top: 16px;
	
	font-weight: bold;
}
.mail ul li a{
	margin-left: 10px;
}
.mail ul li em{
	font-weight: normal;
}
/*	footer */
#footer_container {
	margin: 0;
	padding: 0;
	background: #ffffff url("../images/footer_bg.gif") repeat-x;
	height: 50px;
	width: 100%;
	padding-top: 5px;
	z-index: 1000;
	position: fixed;
	bottom: 0;
	left: 0;
}
#footer {
	margin: 0 auto;
	padding: 0;
	width: 960px;

}
#footer p {
	position: relative;
	margin-top: 18px;
}
#footer_left {
	float: left;
}
#footer_left img {
	float: left;
}
#footer_left p {
	float: left;
	margin-left: 8px;
}
#footer_right {
	color: #c70000;
	float: right;
}
#footer_right img {
	position: relative;
	top: 3px;
}
#footer_right p {
	position: relative;
	top: -5px;
}
#footer_right p a {
	font-weight: bold;
	text-decoration: none;
}
#footer_right p a:hover {
	color: #ccc;
}
.button_download{
	margin: 8px 0 0 -10px;
	width: 133px;
	height: 100px;
	background: url(../images/quadro.jpg) 0 0 no-repeat;
	padding-left: 20px;
	padding-top: 110px;
	font-style: oblique;
	color: #bd0101;
}
#home_flash{
	/*display: none;*/
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
#cat{
	position: relative;
	left: -230px;
	top: -70px;
	overflow: hidden;
	width: 390px;
	z-index: 2;
}
#form{
visibility: hidden;
}
#eng{

}