@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/sfondo.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.termos {
	color: #E40E62;
}
#header {
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	height: 93px;
}
#navigazione {
	height: 39px;
}
#ombra {
	float: left;
	height: 39px;
	width: 338px;
	background-image: url(../img/ombra-nav.png);
}
/*Barra di navigazione*/

#nav {
	margin: 0;
	padding: 0;
	height: 39px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav a {
	float: left;
	padding: 39px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:39px; /* for IE5/Win only */
}
#nav a:hover {
	background-position: 0 -78px;
}
#nav a.select {
	background-position: 0 -78px;
}
/*Tab di navigazione*/	
	
#chisiamo a {
	width: 126px;
	background-image: url(../img/tchisiamo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#prodotti a {
	width: 120px;
	background-image: url(../img/tprodotti.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#assistenza a {
	width: 120px;
	background-image: url(../img/tassistenza.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#listino a {
	width: 119px;
	background-image: url(../img/tlistino.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contatti a {
	width: 137px;
	background-image: url(../img/tcontatti.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*Resto*/	
	
#cornice {
	background-image: url(../img/sfondo_cornice.png);
	padding-top: 24px;
	padding-right: 26px;
	padding-bottom: 24px;
	padding-left: 26px;
}
#content {
	background-color: #EBEBEB;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	padding: 20px;
	text-align: justify;
}
#content h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
}
#content h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}
#content a {
	color: #333;
}
#elenco-prodotti {
	width: 250px;
}
#elenco-prodotti ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#elenco-prodotti li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
#elenco-prodotti img {
	margin-right: 6px;
}
#elenco-prodotti a {
	text-decoration: none;
	color: #E40E62;
	font-weight: bold;
}
#footer {
	height: 64px;
	background-image: url(/new/img/footer.jpg);
	text-align: left;
	font-size: 9px;
	padding-left: 130px;
	line-height: 14px;
}
#footer a {
	color: #333;
}
#scheda-prodotto {
	width: 584px;
	float: left;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	line-height: 1.8em;
}
#nav-prodotti {
	width: 250px;
	float: right;
	margin-top: 10px;
}
#nav-prodotti li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#nav-prodotti a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #E40E62;
}

