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

html, body{
	margin:0;
	padding:0;
	background-image:url(img/download.gif);
	/*height:100%;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}

		
.content{
	width:970px;
	/* [disabled]min-height:100%; */
	height:auto !important;
	/*height:100%;*/
	min-height:600px;
	margin:auto;
}

.header{
	width:960px;
	height:135px;
	margin-right: 10px;
}

.logo{
width:312px;
height:135px;
float:left;
}

.contact{
	width:520px;
	height:auto;
	float:right;

}

.form{
	width:100%;
	height:30px;
	font-size:10px;
	text-align: right;
	float: right;
	text-transform: uppercase;
	margin-top: 10px;
}







/*menu orizzontale in alto*/
.menu{
	width:400px;
	height:auto;
	text-align: right;
	margin-top: 70px;
	float: right;
}

ul
{
	height: 16px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

li
{
	float: right;
	display: inline;
	width: auto;
	text-align: right;
	margin-left: 10px;
}

li a
{
color:#000000;
text-decoration:none;
}

li a:hover
{
text-decoration: underline;
}
/*fine menu orizzontale in alto*/









/*menu verticale*/
.menu_list {	
	width: 150px;
}
.menu_head {
	cursor: pointer;
	position: relative;
	margin:1px;
	font-size:16px;
	text-transform: uppercase;
	padding-right: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menu_body {
	display:none;
	margin-bottom:3px;
}
.menu_body a{
	display:block;
	color:#666;
	text-decoration:none;
	font-size: small;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left:8px;
}
.menu_body a:hover{
  color: #000000;
  }
  
  .menu_body2 {
	/*display:none;*/
	margin-bottom:3px;
}
.menu_body2 a{
	display:block;
	color:#666;
	text-decoration:none;
	font-size: small;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left:8px;
}
.menu_body2 a:hover{
  color: #000000;
  }
/* fine menu verticale*/  
  
  
  
  
  
  

.page{
	width:100%;
	height:auto;
	margin-top:40px;
	margin-bottom:10px;
}

.menu-vert{
	width:210px;
	height:auto;
	float:left;
	margin-left:15px;
}

.slide{
	width:720px;
	height:auto;
	float:right;
	margin-left:10px;
	font-size:14px;
}

h1{
	margin:0;
	padding:0;
	font-size:xx-large;
}



/*inizia il catalogo*/
.riga-prodotti{
	width:720px;
	height:189px;
	margin-top:10px;
	margin-bottom: 25px;
}

.prodotto{
	width:350px;
	height:189px;
	margin-right:10px;
	margin-bottom:20px;
	float:left;
}

.img-prodotto{
	width:350px;
	background-color:#FFF;
	height:170px;
	text-align:center;
}

a img{
	border:0px;
}

a:hover img{
	border:0px;
}

.nome-prodotto{
	width:100%;
	height:18px;
	/* [disabled]margin-top:3px; */
	background-color: #D9D0C1;
}

.nome{
	width:300px;
	height:18px;
	float:left;
	padding-left: 5px;
	font-size:small;
}
.freccia{
	width:18px;
	height:18px;
	float:right;
}






/*pagina prodotto*/
.big-img{
	width:390px;
	height:auto;
	float:left;
	}
	
.margin	{
	margin-top:10px;
	}
	

.dettagli{
	width:100%;
	min-height:390px;
	float:left;
	padding-left: 15px;
	}
.descrizione{
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
	margin-bottom:35px;
	font-size: 14px;
	}	
	
.prezzo{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:30px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: left;
	margin-top: 30px;
	}	
		
.info{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:14px;
	/* [disabled]font-weight:bold; */
	text-transform: none;
	text-align: left;
	font-size: 13px;
	}
	
.big{
	font-size:large;
	color:#666;
	}	
	
	
.small{
	font-size: 14px;
	color:#666;
	}	
	
	
.title{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	}	
	
	
	
	
/*inizia il footer*/


#footer-wrap {
	width:100%;
	margin-bottom: 0px;
	height: auto;
	/*[disabled]clear: both; */
	background-color: #D9D0C1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CEC2AE;
	border-right-color: #D9D0C1;
	border-bottom-color: #D9D0C1;
	border-left-color: #D9D0C1;
	margin-top: 30px;
}
#footer {
	width: 960px;
	padding-top: 10px;
	color: #000;
	font-size: 11px;
	margin: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#footer #foot-right {
	float: right;
	font-family: "Century Gothic", sans-serif;
	padding-top: -20px;
	
}

a {
	/* color: #F49F60 ;  */
	color: #c63;
	font-size: 14px; 
	text-decoration:none;
}
a:hover {
	color: #999; 
	font-size: 14px; 
	text-decoration:none;
}
#footer a {
	/* color: #F49F60 ;  */
	color: #c63;
	font-size: 12px; 
	text-decoration:none;
}
#footer a:hover {
	color: #999; 
	font-size: 12px; 
	text-decoration:none;
}

#footer #foot-right P {
	color: #999; font-size: 11px
}





/*.footer, .push {
	height: 55px;
	background-color: #D9D0C1;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer{
	height:auto;
	width: 100%;
	background-color: #D9D0C1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:-10px;
	position: absolute;
	bottom: 0px;
	[disabled]clip: rect(auto,auto,0px,auto); 
	}

.content-footer{
	width:960px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
	
.left{
	width:350px;
	float:left;
	text-align: left;
	}
	
.right{
	width:350px;
	float:right;
	text-align: right;
	}
	
.right a{
    color:#000000;
	text-decoration:none;
	}
*/

