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

body {
	margin: 0;
	padding:0;
	font-size:12px;
	color: #4b5862;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../img/bg-pagina.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
}

h1 {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	color:#4b5862;
}

h2 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#4b5862;
}

h3 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#47535c;
}

h4 {
	margin:0;
	padding:0;
	margin-bottom:3px;
	font-size:12px;
	font-weight:bold;
	color:#ae2300;
}

img {
	border:0;
}

a {
	color:#4b5862;
	text-decoration:underline;
}

a:hover {
	color:#ae2300;
	text-decoration:underline;
}

.titolo-pagine {
	font-size:16px;
	color:#fff;
	font-weight:normal;
}

.titolo-categoria {
	font-size:16px;
	color:#fff;
	font-weight:normal;
}

.lv1button {
	display:block;
	width:150px;
	height:34px;
	line-height:31px;
	background-image:url(../img/bg-menu.png);
	background-position:0px 0px;
	margin-bottom:2px;
	color:#454545;
	text-decoration:none;
}	

.lv1button span {
	width:141px;
	display:block;
	text-align:center;
	cursor:default;
}

#dx-interno2 {
	margin-top:32px;
	width:758px;
	float:left;
	background-image:url(../img/bg-dx-interno1px.gif);
	background-repeat:repeat-x;
}	

#container {
	width:948px;
	margin:auto;
	margin-top:18px;
}		

#sx {
	width:150px;
	float:left;
	margin-right:35px;
}

#dx-home {
	margin-top:16px;
	width:760px;
	float:left;
}
		
#dx-interno {
	margin-top:32px;
	width:758px;
	min-height:500px;
	float:left;
}	

.dx-grigio {
	background-image:url(../img/bg-dx-interno1px-grigio.gif);
	background-repeat:repeat-x;
}

.dx-verde {
	background-image:url(../img/bg-dx-interno1px-verde.gif);
	background-repeat:repeat-x;
}

.dx-blu {
	background-image:url(../img/bg-dx-interno1px-blu.gif);
	background-repeat:repeat-x;
}

.dx-rosso {
	background-image:url(../img/bg-dx-interno1px-rosso.gif);
	background-repeat:repeat-x;
}

.dx-nero {
	background-image:url(../img/bg-dx-interno1px-nero.gif);
	background-repeat:repeat-x;
}

#logo {
	margin-left:11px;
	margin-top:8px;
	margin-bottom:15px;
}
		


/* Menu e sottomenu */

#menu {
	margin:auto;
	width:150px;
}

#menu a span {
	width:141px;
	display:block;
	text-align:center;
}
	
#menu .lv1 a {
	display:block;
	width:150px;
	height:34px;
	line-height:31px;
	background-image:url(../img/bg-menu.png);
	background-position:0px 0px;
	margin-bottom:2px;
	color:#FFF;
	text-decoration:none;
}
		
#menu .lv1 a:hover {
	background-image:url(../img/bg-menu.png);
	background-position:0px 34px;
	cursor:pointer;
	color:#757665;
}
		
div.trigger {
	display:block;
	width:150px;
	height:34px;
	line-height:31px;
	background-image:url(../img/bg-menu.png);
	background-position:0px 0px;
	margin-bottom:2px;
	color:#FFF;
	text-decoration:none;
	margin-bottom:-12px;
}

div.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}

div.trigger a:hover { 
	color: #ccc; 
}

.toggle_container {
	margin-top:-12px;
	margin-left:1px;
	margin-bottom:2px;
	width: 150px;
	height: 164px;
	background-image:url(../img/bg-sottomenu.png);
	background-repeat:no-repeat;
}

a#menu-prodotti:hover {
	text-decoration:none;
	color:#ccc;
	cursor:pointer;
}

#sottomenu {
	padding-top:8px;
}

#sottomenu a span {
	width:135px;
	padding-bottom:4px;
	padding-top:4px;
	display:block;
	margin-left:2px;
	margin-right:4px;
	text-align:center;
}

#sottomenu a {
	display:block;
	width:150px;
	height:34px;
	margin-bottom:4px;
	color:#4b565f;
	font-size:12px;
	text-decoration:none;
}

#sottomenu a:hover {
	background-image:url(../img/bg-sottomenu-button-a.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}

#home				#menu-home,
#chisono			#menu-chisono,
#prodotti			#menu-prodotti,
#servizi			#menu-servizi,
#usato				#menu-usato,
#contatti			#menu-contatti,
#links				#menu-links{
	background-image:url(../img/bg-menu.png);
	background-position:0px 34px;
	color:#757665;
}

.supravox			#sottomenu-supravox {
	background-image:url(../img/bg-sottomenu-button-b-verde.gif);
	color:#18610f;
}

.consulting			#sottomenu-consulting {
	background-image:url(../img/bg-sottomenu-button-b-blu.gif);
	color:#445bc3;
}

.progetti			#sottomenu-progetti {
	background-image:url(../img/bg-sottomenu-button-b-rossa.gif);
	color:#ab3131;
}

.accessori			#sottomenu-accessori {
	background-image:url(../img/bg-sottomenu-button-b-nera.gif);
	color:#403f3f;
}

.dx-verde a:hover {
	color:#18610f;
}

.dx-blu a:hover {
	color:#445bc3;
}

.dx-rosso a:hover {
	color:#ab3131;
}

.dx-nero a:hover {
	color:#000;
}

.supravox #sottomenu-supravox, .consulting #sottomenu-consulting, .progetti	#sottomenu-progetti, .accessori	#sottomenu-accessori {
	background-repeat:no-repeat;
	text-decoration:none;
}

a#sottomenu-supravox:hover {
	color:#fff;
}

a#sottomenu-consulting:hover {
	color:#fff;
}

a#sottomenu-progetti:hover{
	color:#fff;
}

#sottomenu-accessori:hover {
	color:#fff;
}



/* Fine menu e sottomenu */


#container-slogan-home {
	height:109px;
	width:758px;
}

#slogan {
	width:474px;
	height:109px;
	padding:5px 0 20px 0;
}

#container-box-home {
	margin-top:35px;
}

.box-home {
	width:188px;
	float:left;
	line-height:20px;
}

.first-box {
	width:150px; 
	height:140px; 
	position:relative;
	margin-left:20px;
}

.box-home h2 {
	height:30px;
}

.spacer-box-home {
	float:left;
	width:2px;
	height:188px;
}

.trigger_box1, .trigger_box2, .trigger_box3, .trigger_box4 {
	background-image:url(../img/boxhome-apri.gif);
	height: 16px;
	line-height: 16px;
	width: 40px;
	position:absolute;
	bottom:3px;
	right:0px;
}

.trigger_box1 a, .trigger_box2 a, .trigger_box3 a, .trigger_box4 a {
	display: block;
	width:40px;
	height:16px;
}

.toggle_box1, .toggle_box2, .toggle_box3, .toggle_box4 {
	width:150px; 
	margin-left:20px;
}

.active2 { background-image:url(../img/boxhome-chiudi.gif); }

#container-titolo-prodotti {
	height:54px;
	width:700px;
	margin-bottom:25px;
	line-height:54px;
	padding-left:25px;
	position:relative;
}

#container-megabutton, #container-minibutton {
	width:721px;
	margin-left:18px;
}

#container-minibutton {
	padding-top:10px;
}

#container-megabutton a, #container-megabutton a:hover, #container-minibutton a, #container-minibutton a:hover {
	text-decoration:none;
	cursor:pointer;
}

.megabutton {
	width:721px;
	height:115px;
	background-image:url(../img/bg-megabott-a.png);
	margin-bottom:10px;
}

.minibutton {
	width:312px;
	height:115px;
	background-image:url(../img/bg-minibott-a.png);
	margin-bottom:10px;
}

.megabutton:hover {
	background-image:url(../img/bg-megabott-b.png);
}

.minibutton:hover {
	background-image:url(../img/bg-minibott-b.png);
}

.contenuto-megabutton {
	height:86px;
	width:500px;
	padding-top:11px;
	padding-left:16px;
}

.contenuto-minibutton {
	height:86px;
	width:238px;
	padding-top:11px;
	padding-left:16px;
}

.contenuto-megabutton-large {
	height:86px;
	width:550px;
	padding-top:11px;
	padding-left:16px;
}

.miniatura-megabutton, .miniatura-minibutton {
	width:86px;
	height:86px;
	float:left;
	margin-right:15px;
}

.miniatura-megabutton img, .miniatura-minibutton img {
	border:1px solid #dbdcdf;
}

.descrizione-megabutton {
	float:left;
	width:398px;
}

.descrizione-megabutton-large {
	float:left;
	width:440px;
}

.descrizione-megabutton h3, .descrizione-minibutton h3 {
	height:25px;
}

#torna-indietro, #torna-indietro-bianco {
	position:absolute;
	top:-30px;
	right:0px;
	height:18px;
	border-bottom:1px solid #cecece;
}

#torna-indietro a {
	display:block;
	height:18px;
	/*background-image:url(../img/bg-back-a.gif);
	background-repeat:no-repeat;*/
	line-height:16px;
	color:#777;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

#torna-indietro a:hover {
	/*background-image:url(../img/bg-back-b.gif);
	background-repeat:no-repeat;*/
	color:#efefef;
}

#torna-indietro-bianco a {
	display:block;
	height:18px;
	/*background-image:url(../img/bg-back-a.gif);
	background-repeat:no-repeat;*/
	line-height:16px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

#torna-indietro-bianco a:hover {
	/*background-image:url(../img/bg-back-b.gif);
	background-repeat:no-repeat;*/
	color:#efefef;
}

#container-prodotto {
	width:721px;
	margin-left:25px;
	padding-bottom:25px;
}

#prodotto-sx {
	width:350px;
	float:left;
	position:relative;
	margin-right:38px;
}

#prodotto-dx {
	width:315px;
	float:left;
	position:relative;
}

.prodotti-title {
	display:block;
	color:#47535c;
	font-size:20px;
	margin-bottom:20px;
	font-weight:600;
}

.miniatura-prodotto {
	width:152px;
	height:152px;
	border:1px solid #dbdcdf;
	margin-right:3px;
	margin-bottom:3px;
	float:left;
}

#prodotto-sx ul {
	margin:0;
	padding:0;
	margin-left:15px;
}

.download-button {
	margin-top:20px;
}

.download-button .divisorio {
	width:5px;
	height:1px;
	float:left;
}

.download-button a, .listino a {
	display:block;
	float:left;
	width:152px;
	height:34px;
	background-image:url(../img/bg-largebutton-a.gif);
	background-repeat:no-repeat;
	line-height:32px;
	color:#efefef;
	text-decoration:none;
	text-align:center;
}

.dx-verde .download-button a:hover, .dx-verde .listino a:hover {
	color:#18610f;
	background-image:url(../img/bg-largebutton-b.gif);
	background-repeat:no-repeat;
	text-decoration:none;
}

.dx-blu .download-button a:hover, .dx-blu .listino a:hover {
	color:#445bc3;
	background-image:url(../img/bg-largebutton-b.gif);
	background-repeat:no-repeat;
	text-decoration:none;
}

.dx-rosso .download-button a:hover, .dx-rosso .listino a:hover {
	color:#ab3131;
	background-image:url(../img/bg-largebutton-b.gif);
	background-repeat:no-repeat;
	text-decoration:none;
}

.dx-nero .download-button a:hover, .dx-nero .listino a:hover {
	color:#000;
	background-image:url(../img/bg-largebutton-b.gif);
	background-repeat:no-repeat;
	text-decoration:none;
}

.input-form {
	width:313px;
	height:14px;
	padding:2px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	border:1px solid #dbdcdf;
}

.input-form-err {
	width:313px;
	height:14px;
	padding:2px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	background-color:#ffbcbc;
	border:1px solid #f00;
}

.textarea-form {
	width:313px;
	height:100px;
	padding:2px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	border:1px solid #dbdcdf;
}

.listino {
	width:152px;
	height:34px;
	position:absolute;
	right:0px;
	top:11px;
}

#logo-consulting {
	position:absolute;
	left:160px;
	top:9px;
}

#logo-consulting-links, #logo-supravox-links, #logo-mantrasound-links {
	float:right;
	margin-left:40px;
}

#logo-mantrasound-links a {
	display:block;
	width:121px;
	height:70px;
	padding:2px;
	background-color:#f1f1f2;
	border:1px solid #CCC;
}

#logo-consulting a, #logo-consulting-links a {
	display:block;
	width:150px;
	height:30px;
	padding:2px;
	background-color:#f1f1f2;
	border:1px solid #CCC;
}

#logo-supravox {
	position:absolute;
	left:195px;
	top:7px;
}

#logo-supravox a, #logo-supravox-links a {
	display:block;
	width:95px;
	height:35px;
	padding:2px;
	background-color:#f1f1f2;
	border:1px solid #CCC;
}


#logo-consulting a:hover, #logo-consulting-links a:hover, #logo-supravox a:hover, #logo-supravox-links a:hover, #logo-mantrasound-links a:hover {
	border:1px solid #e57f66;
}



#footer {
	margin-top:30px;
	width:948px;
}

#footer a img {
	border:1px solid #CCC;
	padding:1px;
}

#footer a:hover img {
	border:1px solid #e57f66;
	padding:1px;
}

#contenuto-footer {
	width:888px;
	margin-left:30px;
	margin-right:30px;
	border-top:1px solid #c0c5c8;
	font-size:11px;
	padding-top:10px;
	text-align:center;
	position:relative;
	height:40px;
}

#footer-1 {
	position:absolute;
	left:90px;
	top:15px;
}

#footer-2 {
	position:absolute;
	left:573px;
	top:10px;
}

a.audio-consulting-mini {
	display:block;
	width:120px;
	height:24px;
	background-image:url(../img/logo-audio-consulting-mini-a.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	padding:1px;
	border:1px solid #ccc;
}

a.audio-consulting-mini:hover {
	background-image:url(../img/logo-audio-consulting-mini-b.jpg);
	border:1px solid #e57f66;
}
	
a.supravox-mini {
	display:block;
	width:65px;
	height:24px;
	background-image:url(../img/logo-supravox-mini-a.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	padding:1px;
	border:1px solid #ccc;
}

a.supravox-mini:hover {
	background-image:url(../img/logo-supravox-mini-b.jpg);
	border:1px solid #e57f66;
}

#toscroll {
	padding-top:15px;
	position:absolute;
}
