body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: uppercase;
	letter-spacing: .15em;*/
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

a {
	text-decoration: underline;
	color:#333;
}

a:hover {
	background: none;
	color:#F60;
}

/*---------------------------------*/
/* UTILITY */
/*---------------------------------*/

.left {
	float: left;
}
.right {
	float: right;
}
.hr {
	margin: 0px 0px;
	padding: 0px;
	border-bottom:1px solid #cccccc;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height: 1px;
	font-size: 0px;
	display:block;
}
.hrlight {
	margin: 0px 0px;
	padding: 0px;
	border-bottom: 1px dashed #cccccc;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	font-size: 0px;
	display:block;
}
.white {
	border-color: #ffffff;
}
.dark {
	border-color: #999999;
}
.red {
	border-color: #ff3300;
}
.big {
	border-bottom-width: 2px;
}

.clearer {
	line-height: 0px;
	height: 0px;
	margin: 0;
	font-size: 0;
	clear: both;
}
.spacer {
	margin: 0;
	font-size: 0;
	clear:none;
}
.five {
	line-height: 5px;
	height: 5px;
}
.ten {
	line-height: 10px;
	height: 10px;
}
.twenty {
	line-height: 20px;
	height: 20px;
}
.thirty {
	line-height: 30px;
	height: 30px;
}
.forty {
	line-height: 40px;
	height: 40px;
}
/* Header */

#header {
	height: 293px;
	background: #ffffff url(/images/bg_header.jpg) repeat-y center center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#header #content {
	width: 970px;
	height: 293px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	position: relative;
}

#logo {
	display: block;
	background: transparent url(/images/logo.png) repeat-y center center;
	width: 468px;
	height: 243px;
	text-indent: -1000em;
	
}

#secondary_menu {
	position: absolute;
	left: 550px;
	top: 0px;
}

#secondary_menu ul {
	padding: 0px;
	margin: 0px;
}

#secondary_menu ul li {
	background: url(/images/secondary_menu_divider.png) no-repeat top right;
	list-style-type: none;
	float:left;
	margin: 0px;
	padding: 0px;
}
#secondary_menu ul li a:link, #secondary_menu ul li a:visited {
	background: url(/images/orange_dot.png) no-repeat left 9px;
	font-size: 12px;
	color: #666;
	display: block;
	padding: 8px 15px 8px 15px;
	margin: 0px 15px 0px 25px;
	text-decoration:none;
}
#secondary_menu ul li a:hover, #secondary_menu ul li a.active {
	background: url(/images/orange_dot.png) no-repeat left -14px;
	color: #333;
	text-decoration:underline;
}
#primary_menu {
	position: absolute;
	top: 250px;
}
#primary_menu ul {
	padding: 0px;
	margin: 0px;
}

#primary_menu ul li {
	background: url(/images/menu_divider.png) no-repeat top right;
	list-style-type: none;
	float:left;
	margin: 0px;
	padding: 0px;
}
#primary_menu ul li a:link, #primary_menu ul li a:visited{
	background: url(/images/menu_hover.jpg) repeat-x 0px -30px;
	background: none;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	display: block;
	padding: 12px 24px 7px 23px;
	text-decoration:none;
}
#primary_menu ul li a:hover, #primary_menu ul li a.active{
	background: url(/images/menu_hover.jpg) repeat-x 0px 0px;
	padding: 12px 22px 7px 23px;
	margin-right: 2px;
	color: #fff;
	text-decoration:none;
}
#primary_menu ul li.last {
	background: none;
}


/* BODY */

#body {
	background: #ffffff url(/images/bg_body.png) repeat-y center center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#body #content {
	width: 910px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 30px;
	font-size: 13px;
}

.bacheca {
	display: block;
	background: url(/images/bg_bacheca.png) no-repeat 0 0;
	width: 400px;
	height: 140px;
	position: relative;
	padding:20px;
}

.title{
	display: block;
	height: 90px;
	width: 440px;
	text-indent: -1000em;
	position: absolute;
	background: transparent;
	left: -15px;
	top: -15px;
}

.promo {
	background: url(/images/titolo_promo.png) no-repeat 0 0;	
}
.assistenza {
	background: url(/images/titolo_assistenza.png) no-repeat 0 0;	
}
.consulenza {
	background: url(/images/titolo_consulenza.png) no-repeat 0 0;	
}
.usato {
	background: url(/images/titolo_usato.png) no-repeat 0 0;	
}
.catalogo {
	background: url(/images/titolo_catalogo.png) no-repeat 0 0;	
}
.noleggio {
	background: url(/images/titolo_noleggio.png) no-repeat 0 0;	
}

.contatti {
	background: url(/images/titolo_contatti.png) no-repeat 0 0;	
}

.dove_siamo {
	background: url(/images/titolo_dove_siamo.png) no-repeat 0 0;	
}
.storia {
	background: url(/images/titolo_storia.png) no-repeat 0 0;	
}
.bacheca p {
	position: absolute;
	width: 400px;
	left: 20px;
	top: 60px;
	_top: 70px;
}

*:first-child+html .bacheca p{
	top: 70px;
}
.bacheca a.scopri:link, .bacheca a.scopri:visited {
	display: block;
	height: 41px;
	width: 149px;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background: url(/images/scopri.png) no-repeat 0px 0px;
	right: 10px;
	bottom: -15px;	
}


.bacheca a.scopri:hover, .bacheca a.scopri:active {
	background: url(/images/scopri.png) no-repeat 0px -41px;
}



.bacheca_full {
	display: block;
	background: url(/images/bg_bacheca_full.png) no-repeat 0 0;
	width: 872px;
	height: 140px;
	position: relative;
	padding:20px;
	text-align: justify;
}
.interna {
	background: url(/images/bg_bacheca_full_interna.png) no-repeat 0 0;
	height: 100%;
	padding-top: 60px;

}
.title_big{
	display: block;
	height: 90px;
	width: 912px;
	text-indent: -1000em;
	position: absolute;
	background: transparent;
	left: 15px;
	top: -10px;
}
.welcome {
	background: url(/images/titolo_welcome.png) no-repeat 0 0;	
}

.bacheca_full p {
	position: absolute;
	width: 872px;
	left: 20px;
	top: 30px;	
	_top: 50px;
}

.interna p {
	position: relative;
	left: 0px;
	top: 0px;
	margin-: 0px;
	padding: 0px;
}
*:first-child+html .bacheca_full p{
	top: 50px;
}


#col_sx {
	float: left;
	width: 180px;
	padding: 0px;
	
}

#col_dx {
	float: right;
	width: 690px;
	padding: 0px 0px 0px 30px;
	border-left: dotted 1px #CCC;
}

#col_sx_bacheca {
	float: left;
	width: 160px;
	padding: 0px 20px 0px 0px;
	
}

#col_dx_bacheca {
	float: right;
	width: 670px;
	padding: 0px 0px 0px 20px;
	border-left: dotted 1px #CCC;
}

/* LISTA CATALOGO */

ul.categoria {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.categoria h3 {
	margin: 10px 0px 2px 0px;
	/*padding: 0px;*/
	/*background: url(images/orange_dot.png) no-repeat left 2px;*/
	font-size: 14px;
	color: #666;
	/*padding-left: 15px;*/
	padding-bottom: 10px;
}
ul.categoria li {
	border-bottom: dotted 1px #ccc;
}
ul.categoria li h3 a:link, ul.categoria li h3 a:visited {
	background: url(/images/orange_dot.png) no-repeat left 2px;
	color: #999;
	text-decoration:none;
	padding-left: 15px;
	
}
ul.categoria li h3 a:hover, ul.categoria li h3 a.active {
	background: url(/images/orange_dot.png) no-repeat left -21px;
	color: #333;
	text-decoration:underline;
}


ul.sottocategoria {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.sottocategoria li {
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(/images/orange_dot_small.png) no-repeat left 2px;
	font-size: 12px;
	color: #666;
}

ul.single li{
	background: url(/images/orange_dot_small_single.png) no-repeat left 2px;
}

ul.lista_servizi li{
	padding-bottom: 10px;
	font-size: 16px;
	text-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}
ul.sottocategoria li a:link, ul.sottocategoria li a:visited{
	background: url(/images/orange_dot_small.png) no-repeat left 2px;
	font-size: 12px;
	color: #999;
	padding-left: 15px;
}
ul.sottocategoria li a:hover, ul.sottocategoria li a.active{
	background: url(/images/orange_dot_small.png) no-repeat left -25px;
	color: #333;
}

ul.lista_servizi li{
	padding-bottom: 10px;
	font-size: 16px;
	text-weight: bold;
	font-style: italic;	
}

/* LISTA PRODOTTI */

.articolo {
	padding: 10px;
	border: solid 1px #ccc;
	position: relative;
	background: url(/images/bg_scheda.jpg) repeat-x 0px 0px;
}
.articolo img{
	border: solid 1px #ccc;
	padding: 2px;
	margin-right: 10px;
	background: #fff;
	
}

.articolo p{
	text-align: justify;
}
.articolo table{
	border: solid 1px #ccc;
	padding: 2px;
	font-size: 10px;
}
.articolo table tr.grey{
	background: #efefef;
}
.articolo table tr.header{
	background: #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}


/* SCHEDA TECNICA */

.scheda_tecnica {
	position: relative;
}

.scheda_tecnica img{
	border: solid 1px #999;
	padding: 2px;
	margin-left: 10px;
}

.scheda_tecnica a.image {
	position: relative;
	display: block;
}
.scheda_tecnica .lens {
	position:absolute;
	right: 2px;
	top: 2px;
	border: none;
	background: none;
	
}
.scheda_tecnica p{
	text-align: justify;
}
.scheda_tecnica table{
	border: solid 1px #ccc;
	padding: 2px;
	font-size: 10px;
}
.scheda_tecnica table tr.grey{
	background: #efefef;
}
.scheda_tecnica table tr.header{
	background: #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

 a.torna:link, a.torna:visited {
	display: block;
	height: 27px;
	width: 201px;
	text-indent: -1000em;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	position: absolute;
	background: url(/images/torna_lista_prodotti.png) no-repeat 0px 0px;
	right: 0px;
	top: -25px;	
}


a.torna:hover,  a.torna:active {
	background: url(/images/torna_lista_prodotti.png) no-repeat 0px -27px;
}
a.scopri:link, a.scopri:visited {
	display: block;
	height: 34px;
	width: 198px;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background: url(/images/scheda_prodotto.png) no-repeat 0px 0px;
	right: 10px;
	bottom: -10px;	
}


a.scopri:hover,  a.scopri:active {
	background: url(/images/scheda_prodotto.png) no-repeat 0px -34px;
}

input.richiedi_preventivo {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 27px;
	width: 201px;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
	background: url(/images/richiedi_preventivo.png) no-repeat 0px 0px;
	border: none;
	cursor:pointer;
}

input.richiedi_preventivo:hover {
	background: url(/images/richiedi_preventivo.png) no-repeat 0px -27px;
}

input.inserisci_altri_prodotti {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 27px;
	width: 201px;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
	background: url(/images/inserisci_altri_prodotti.png) no-repeat 0px 0px;
	border: none;
	cursor:pointer;
}

input.inserisci_altri_prodotti:hover {
	background: url(/images/inserisci_altri_prodotti.png) no-repeat 0px -27px;
}

input.completa_preventivo {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 27px;
	width: 201px;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
	background: url(/images/completa_preventivo.png) no-repeat 0px 0px;
	border: none;
	cursor:pointer;
}

input.completa_preventivo:hover {
	background: url(/images/completa_preventivo.png) no-repeat 0px -27px;
}

input.invia_la_richiesta {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 27px;
	width: 201px;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
	background: url(/images/invia_la_richiesta.png) no-repeat 0px 0px;
	border: none;
	cursor:pointer;
}

input.invia_la_richiesta_disabled {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 27px;
	width: 201px;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
	background: url(/images/invia_la_richiesta.png) no-repeat 0px -54px;
	border: none;
	cursor:pointer;
}


input.invia_la_richiesta:hover {
	background: url(/images/invia_la_richiesta.png) no-repeat 0px -27px;
}


input.invia_preventivo {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 27px;
	width: 161px;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
	background: url(/images/invia_preventivo.png) no-repeat 0px 0px;
	border: none;
	cursor:pointer;
}

input.invia_preventivo_disabled {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 27px;
	width: 161px;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
	background: url(/images/invia_preventivo.png) no-repeat 0px -54px;
	border: none;
	cursor:pointer;
}

input.invia_preventivo:hover {
	background: url(/images/invia_preventivo.png) no-repeat 0px -27px;
}
a.marchi:link, a.marchi:visited {
	float: left;
	background: url(/images/button_frame.png) no-repeat 0px 0px;
	display: block;
	height: 140px;
	width: 160px;
	text-align: center;
	margin: 1px;
	padding: 20px 0px 0px 0px;
}

a.marchi:hover, a.marchi:active {
	background-position: 0px -160px;
}

a.marchi img {
	display: inline-block;
	border: none;
	padding: 0px;
	margin: 0px;
}


/* FOOTER */

#footer {
	height: 122px;
	background: #ffffff url(/images/bg_footer.jpg) repeat-y center center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#footer #content {
	width: 970px;
	height: 125px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}

#footer_menu {
	float: none;
	width: 100%;
}

#footer_menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footer_menu ul li {
	float:left;
	margin: 0px;
	padding: 0px;
}
#footer_menu ul li a:link, #footer_menu ul li a:visited{
	background: url(/images/orange_dot_small.png) no-repeat left 10px;
	font-size: 12px;
	color: #999;
	display: block;
	padding: 8px 12px 8px 12px;
	margin: 10px 0px 10px 15px;
	text-decoration:none;
}
#footer_menu ul li a:hover, #footer_menu ul li a.active{
	background: url(/images/orange_dot_small.png) no-repeat left -17px;
	color: #333;
	text-decoration:underline;
}
#credits {
	width: 100%;
	margin: 20px 0px 0px 0px;
	text-align: center;
	color: #999;
}