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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
/*
table {
	border-collapse:collapse;
	border-spacing:1px;
}
*/
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body{
	background-color: #ed720b;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial;
	color: #666;
	font-size: 12px;
}
#container{
	background-image: url(../images/bg_container.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#header{
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 158px;
}
#navigation{
	height: 50px;
	background-color: #74a921;
	text-align: center;
}

#menu li{
	display: inline;
	color: white;
}
#menu a:link{
	display: block;
	height: 50px;
	text-indent: -9999px;
}
#menu a:visited{
	display: block;
	height: 50px;
	text-indent: -9999px;
}
#menu li.home{
	background-image: url(../images/btn_home.jpg);
	overflow: hidden;
}
#menu li.prodotti{
	background-image: url(../images/btn_prod.jpg);
	overflow: hidden;
}
#menu li.azienda{
	background-image: url(../images/btn_azienda.jpg);
	overflow: hidden;
}
#menu li.contatti{
	background-image: url(../images/btn_contatti.jpg);
	overflow: hidden;
}
#content{
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: white;
	overflow: hidden;
}
#toolbar{
	background-color: #e5e5e5;
	height: 30px;
	margin-bottom: 20px;
}
#breadcumb{
	line-height: 30px;
	height: 30px;
}
.bc_site{
	color: #ec710c;
	margin-left: 10px;
}
.bc_site a{
	color: #ec710c;
}
.bc_site a:visited{
	color: #ec710c;
}
.section{
	background-image: url(../images/bg_bread.jpg);
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
}
.section a{
	color: #666666;
}
.section a:visited{
	color: #666666;
}
#search_box{
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.title_box{
	display: block;
	height: 44px;
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	text-indent: -99999px;
}
.cosa_offriamo{
	background-image: url(../images/cosa_offriamo.jpg);
}
.cosa_offriamo{
	background-image: url(../images/la_nostra_azienda.jpg);
}
.contatti{
	background-image: url(../images/contatti.jpg);
}

.vetrina{
	background-image: url(../images/vetrina.jpg);
}
.img_vetrina{
	padding: 10px;
}
.img_box{
	padding: 10px 0 10px 0;
	margin-left: 10px;
}
.content_box{
	display: block;
	margin-top: 1px;
	background-color: #e5e5e5;
}
.text_box{
	padding: 10px 20px 20px 20px;
}
.text_box p{
	line-height: 18px;
	margin-bottom: 5px;
	text-align: justify;
}
.text_box a{
	color: #ff7100;
	text-decoration: underline;
}
.text_box a:hover{
	color: #ff7100;
	text-decoration: underline;
}
.text_box a:visited{
	color: #ff7100;
	text-decoration: underline;
}
.text_box li{
	line-height: 19px;
}
.tb_vetrina{
	width: 280px;
	margin: 0 10px 10px 10px;
	border: 1px;
}
.tb_vetrina td{
	width: 50%;
	height: 22px;
	background-color: #cecece;
	line-height: 22px;
	padding: 5px;
}
.label{
	text-align: right;
	padding-left: 5px;
	color: #999999;
}
.voce{
	text-align: left;
	padding-left: 5px;
	color: #666666;
}
.leggi_tutto{
	height: 27px;
	margin-top: 1px;
	background-color: #e5e5e5;
	line-height: 27px;
	text-align: right;
	padding-right: 26px;
	background-image: url(../images/bg_leggi.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#menu_footer a{
	color: #FFFFFF;
}
#menu_footer a:visited{
	color: #FFFFFF;
}
.leggi_tutto a{
	color: #666666;
}
.leggi_tutto a:hover{
	color: #ff7100;
}
.leggi_tutto a:visited{
	color: #666666;
}
#footer{
	height: 70px;
	background-color: #74a921;
	color: white;
	padding-top: 10px;
}
.text_information{
	margin-top: 18px;
}
#menu_footer{
	margin-top: 25px;
	text-align: right;
}
#subfooter{
	height: 30px;
	background-color: white;
}
#sidebar{
	background-color: #e5e5e5;
}
.menu_categorie li{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	border-bottom: 1px solid #FFFFFF;
}
.title{
	padding-left: 11px;
	color: #ec710c;
}

.categoria{
	padding-left: 24px;
	background-image: url(../images/point_li_cat.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#cont_elenco_prodotti{
	background-color: #f2f2f2;
	padding-left: 10px;
	padding-bottom: 10px;
}
.prodotto{
	width: 610px;
	height: 93px;
	background-image: url(../images/bg_prodotto.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 10px;
}
.img_prodotto_elenco{
		border: 1px solid #c4c4c4;
}
.f_left{
	float: left;
}
#elenco_label_prodotto{
	margin-left: 10px;
}
.label_prodotto{
	height: 27px;
	width: 125px;
	line-height: 27px;
	text-align: right;
	padding-right: 5px;
	background-color: #d9d9d9;
	border-bottom:1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
}
.info_prodotto{
	height: 27px;
	width: 125px;
	line-height: 27px;
	padding-left: 5px;
	background-color: #d9d9d9;
	border-bottom:1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	color: #999999;
}
.toolbox{
	background-color: #e6e6e6;
	width: 245px;
	height: 83px;
	margin-left: 10px;
}
.action{
	width: 220px;
	height: 27px;
	line-height: 27px;
	display: block;
	margin-left: 0px;
	padding-left: 26px;
}
.dettagli{
	background-image: url(../images/icon_dettagli.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.info{
	background-image: url(../images/icon_info.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.info_detail{
	background-image: url(../images/icon_info_detail.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#prodotti a{
	color: #666666;
}
#prodotti a:visited{
	color: #666666;
}
#prodotti a:hover{
	color: #999999;
}

#cont_img_prodotto{
	width: 300px;
}
.img_prodotto_detail{
	margin-left: 7px;
	margin-right: 18px;
}
.tb_detail{
	width: 280px;
	margin: 0 10px 10px 10px;
	border: 1px;
}
.tb_detail td{
	width: 50%;
	height: 22px;
	background-color: #d9d9d9;
	line-height: 22px;
	padding: 5px;
}
.grigio_chiaro{
	background-color: #e7e7e7;
}
#cont_detail_prodotti{
	background-color: #f2f2f2;
	padding-left: 10px;
	padding-bottom: 10px;
}
h3{
	font-size: 24px;
	padding: 10px;
}
.arancio{
	color: #ec710c;
}


























