@charset "utf-8";
/* CSS Document */
img, div, table div{
	behavior: url("iepngfix.htc");
}
a img{
	border:none;
}
* {
	margin:0;
	border:0;
	padding:0;
}
:focus {
	outline: 0;
}
html {
	height:100%;
}
body {
	text-align:center;
	padding:0;
	margin:0;
	background:#000;
	font-family:arial, Helvetica, sans-serif;
	font-size:12px;
	color:#241a0d;
}
a {
	color:#241a0d;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size:24px;
	font-weight:normal;
	color:#e8d5ac;
	margin:0;
	padding-left:20px;
}
h2{
	font-size:18px;
	font-weight:normal;
	display:inline;
}
/*classi utilizzate*/
.clear {
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.pulsante a{
	background: url(../images/bg_menu.jpg) repeat-x;
	display:block;
	height:19px;
	padding:8px 0;
	font-weight:bold;
	text-decoration:none;
	color:#241a0d;
	font-size:14px;
	text-align:center;
}
.pulsante a:hover{
	color:#e8cc90;
}
.pulsante a.selected {
	color:#e8cc90;
}
.pulsanteStondato{
	background:url(../images/pulsante.png) no-repeat top;
	width:150px;
	height:41px;
}
.pulsanteStondato a{
	display:block;
	width:146px;
	height:31px;
	padding:10px 2px 0 2px;
	font-weight:bold;
	text-decoration:none;
	color:#241a0d;
	font-size:18px;
	text-align:center;
}
.pulsanteStondato a:hover{
	color:#e8cc90;
}
.noPaddingBottom{
	padding-bottom:0;
}
.paginazione{
	color:#e8d5ac;
	padding:2px 20px 0 0;
	font-weight:bold;
	text-align:center;
	clear:both;
}
.paginazione a{
	color:#e8d5ac;
}
.brown{
	height:20px;
	display:block;
	margin-top:20px;
	background:#241A0D;
	color:#e8d5ac;
}
.brown a{
	color:#e8d5ac;
}
/*-------------------------------------struttura sito*/
#top{
	padding:0;
}
#MainBox {
	width:956px;
	margin:auto;
	padding:0 0 10px 8px;
	background:#241a0d;
	border:#625133 1px solid;
	border-top:none;
}
#pagina{
	width:758px;
	background:url(../images/bg_page.jpg) repeat-y;
	margin:0px 20px 20px 20px;
}
#pagina ul{
	list-style-position:inside;
	padding-left:5px;
}
#boxLeft{
	width:150px;
	float:left;
	background:url(../images/bg_left.jpg) no-repeat;
	padding:0;
}
#logo {
	margin:0;
	padding:0;
}
#boxRight{
	width:798px;
	float:right;
	text-align:left;
}
#flash{
	width:798px;
	height:200px;
}
#txtBox{
/*	background: url(../images/bg_txtBox.jpg) repeat-y right #e8ddc6;*/
	width:440px;
	float:left;
	padding:30px;
}
#fotoBox{
	width:258px;
	float:right;
	background:url(../images/bg_foto.jpg) repeat-y;
	height:281px;
	overflow:hidden;
	display:block;
}
#fotoBox p{
	padding:20px;
}
#fotoBox h3{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
	border-bottom:#23190D 1px solid;
}
.bottomBox{
	background:url(../images/txtBox_bottom.png) no-repeat;
	text-align:right;
	margin-top:24px;
	height:32px;
}
/*-------------------------------------inizio menu principale*/
#menu {
	text-align:center;
	padding:0;
	font-size:14px;
}
#menu ul {
	list-style-type:none;
}
#menu li {
	height:35px;
	width:131px;
	float:left;
	margin:2px 1px;
	background:url(../images/bg_menu.jpg) repeat-x;
}
#menu li a {
	display:block;
	height:19px;
	width:125px;
	padding:8px 2px;
	font-weight:bold;
	text-decoration:none;
	color:#241a0d;
}
#menu li a:hover {
	color:#e8cc90;
}
#menu li a.selected {
	color:#e8cc90;
}
/*-------------------------------------inizio footer*/
#footer {
	width:964px;
	margin:auto;
	margin-top:8px;
	color:#e8d5ac;
}
#footer a{
	color:#e8d5ac;
}
#footer a:hover{
	text-decoration:none;
}	
/*----------------------------------------------------------- homepage */
#homeBox{
	width:550px;
	float:left;
	margin:20px 0 0 20px;
}
#homeBox h1, #homeBox p{
	display:inline;
}
#txtBoxHome{
	background: url(../images/bg_txtBox.jpg) repeat-y;
	width:232px;
	float:left;
	padding:30px;
}
#newsBox{
	width:155px;
	height:299px;
	float:right;
	background:url(../images/bg_newsBox.jpg) repeat-y;
	padding:20px 20px 0 0;
	margin:5px 7px 7px 0;
	color:#e8d5ac;
}
#newsBox h1{
	margin:0;
	padding:0;
}
.bottomNewsBox{
	background:url(../images/newsBox_bottom.png) no-repeat -10px;
	text-align:right;
	margin-top:30px;
}
.dataNewsBox{
	margin-top:30px;
}
.titleNewsBox a{
	color:#e8d5ac;
	font-weight:bold;
}
.txtNewsBox{
	margin-top:10px;
}
/*------------------------------------------ pagina contatti*/
input{
	color:#e8ddc6;
	background:#241a0d;
	width:200px;
	padding:2px;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
}
textarea{
	color:#e8ddc6;
	background:#241a0d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	width:295px;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
}
.pulsanteModulo {
	background: url(../images/bg_menu.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	height:34px;
	width:100px;
	padding:8px 2px;
	font-weight:bold;
	text-decoration:none;
	color:#241a0d;
	font-size:14px;
	text-align:center;
	cursor:pointer;
	border:none;
}
.pulsanteModulo:hover{
	color:#e8cc90;
}

/*------------------------------------------------- news*/
.boxNotizia{
	margin-bottom:10px;
}
.antNewsTxt{
	background: url(../images/bg_txtBox.jpg) repeat-y right #e8ddc6;
	width:460px;
	height:70px;
	float:left;
	padding:20px;
}
.antNewsTxt h2 a{
	font-size:16px;
}
.txtAntNews{
}
.dataNews{
	margin-bottom:10px;
}
.indietro{
	border-bottom:#330000 1px solid;
	margin-bottom:10px;
}
.indietro a{
	text-decoration:none;
}
.indietro a:hover{
	color:#D17100;
}
.antNewsFoto{
	width:258px;
	height:110px;
	float:right;
	background:url(../images/bg_foto.jpg) repeat-y;
	overflow:hidden;
}
.antFoto{
	height:80px;
	width:110px;
	overflow:hidden;
	margin:15px;
	float:left
}
.pulsanteNews{
	margin:60px 0 0 0;
	width:100px;
	float:left;
}
.dettaglio{
	margin-left:20px;
	width:370px;
}
.fotoDettaglio{
	float:left;
	width:200px;
	height:200px;
	overflow:hidden;
	border:#CCCCCC 1px solid;
}
.testoDettaglio{
	margin-top:20px;
}

/*----------------------------------------------------- catalogo prodotti*/
#menuCatalogo {
	background:#423522;
	margin:140px 0 0 0;
	padding:0;
	text-align:left;
	width:150px;
}
ul#nav{
	min-height:120px;
	list-style-position:inside;
	list-style-type:none;
	margin-top:10px;
}
ul#nav li a {
	background:url(../images/pallino.jpg) no-repeat;
	display:block;
	padding:1px 0 1px 20px;
	width:100px;
	color:#E8D5AC;
	font-weight:bold;
	text-decoration:none;
}
ul#nav a:hover {
	color:#D17100;
}
ul#nav li {
	padding:2px 0 0 10px;
}
/*fine menu catalogo*/
.categorie{
	float:left;
	width:100px;
	margin:3px;
	background:#241A0D;
/*	text-align: center;*/
}
.fotoProdotto{
	width:100px;
	height:100px;
	border:#241A0D 1px solid;
	overflow:hidden;
	background:#241A0D;
}
.nomeProdotto{
	display:block;
	width:98px;
	background:#241A0D;
	padding:2px;
	text-align:center;
}
.nomeProdotto a{
	color:#FFFFFF;
	text-decoration:none;
}
.nomeProdotto a:hover{
	color:#D17100;
}
/*------------------------------------------ gallery */
#txtBoxGallery{
	background: url(../images/bg_txtBox.jpg) repeat-y right #e8ddc6;
	min-height:221px;
	padding:30px;
}
.boxProdotto{
	float:left;
	width:100px;
	margin:8px;
	text-align: center;
}
.descrizioneProdotto{
	display:block;
	color:#FFFFFF;
	font-size:10px;
	background:#241A0D;
	margin-right:2px;
	padding:2px;
	text-align:left;
	width:98px;
	overflow:hidden;
}
