/*
vieri_main CSS
@Alessandro Rotta, Marzo 2006 per Vieri Niccolini s.r.l.
*/

BODY {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(../graphics/sfondo_02.png);
	background-repeat: repeat;
}

DIV#container {
	margin: 0;
	border: 0;
	padding: 0;
	position: absolute;
	width: 900px;
	left: 50px;
}

DIV.linguetta {
	margin: 0;
	border: 0;
	padding: 0;
	position: absolute;
	width: 30px;
	height: 150px;
	left: 950px;
	background-repeat: no-repeat;
}
DIV.linguetta A {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
}
DIV.linguetta-dida {
	margin: 0 0 0 -150px;
	border: 0;
	padding: 0;
	position: absolute;
	width: 150px;
	height: 150px;
	left: 0;
	top: 0;
	display: none;
}
DIV.linguetta-dida A {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
}
DIV.linguetta:hover DIV { display: block; }

#linguetta1 { top: 230px; background-image: url(../graphics/linguetta1.gif); }
#linguetta2 { top: 380px; background-image: url(../graphics/linguetta2.gif); }
#linguetta3 { top: 530px; background-image: url(../graphics/linguetta3.gif); }
#linguetta1-dida { background-color: #f66148; color: black; background-image: url(../graphics/icona-offerte.png); background-position: center center; background-repeat: no-repeat; }
#linguetta2-dida { background-color: #9de770; color: black; background-image: url(../graphics/icona-usato.png); background-position: center center; background-repeat: no-repeat; }
#linguetta3-dida { background-color: #d55bf4; color: black; background-image: url(../graphics/icona-bacheca.png); background-position: center center; background-repeat: no-repeat; }

DIV#striscione {
	margin: 0;
	border: 0;
	padding: 0;
	width: 900px;
	height: 50px;
	background-image: url(../graphics/striscione.png);
	background-repeat: no-repeat;
}
DIV#striscione A {
	margin: 0;
	border: 0;
	padding: 0;
	width: 900px;
	height: 50px;
	display: block;
	text-indent: -2000px;
	text-decoration: none;
}

DIV#barra {
	margin: 0;
	border: 0;
	padding: 0;
	width: 900px;
	height: 30px;
	background-image: url(../graphics/barra_mod.gif);
	background-repeat: no-repeat;
}

DIV#menu {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #52a2e7;
	color: black;
	height: 150px;
	width: 900px;
	background-image: url(../graphics/sfondo_menu.gif);
	background-repeat: no-repeat;
}

UL#topmenu {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	height: 30px;
	text-align: center;
	display: table-row;
}
UL#topmenu LI {
	margin: 0;
	border: 0;
	padding: 0;
	display: block;
	float: left;
}

UL#topmenu LI A {
	margin: 0;
	border: 0;
	padding: 5px 0 0 0;
	height: 30px;
	width: 149px;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	text-indent: -2000px;
}
UL#topmenu LI H5 {
	margin: 0;
	border: 0;
	padding: 5px 0 0 0;
	height: 30px;
	width: 149px;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	text-decoration: underline;
	text-transform: uppercase;
	overflow: hidden;
}
UL#topmenu LI A:hover {
	text-decoration: underline;
}

UL#topmenu-icone {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	height: 150px;
	display: block;
}
UL#topmenu-icone LI {
	margin: 0;
	border: 0;
	padding: 0;
	height: 150px;
	width: 150px;
	display: block;
	float: left;
}

UL#topmenu-icone LI A {
	margin: 0;
	border: 0;
	padding: 0;
	height: 150px;
	width: 150px;
	display: block;
}
UL#topmenu-icone LI A IMG {
	margin: 0;
	border: 0;
	padding: 0;
	width: 150px;
	height: 150px;
	display: block;
}

DIV#barrabis {
	margin: 0;
	border: 0;
	padding: 0;
	width: 900px;
	height: 30px;
}

DIV#content {
 	position: relative;
	margin: 0;
	border: 0;
	padding: 0 0 10px 0;
	width: 900px;
	min-height: 440px;
	background-image: url(../graphics/sfondo-partitura-opt.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
}

DIV#content-right {
	margin: 0 0 0 10px;
	border: 0;
	padding: 0;
	width: 150px;
	height: auto;
	float: right;
	background-image: url(../graphics/sfondo_04.png);
	background-repeat: repeat;
}
DIV#content-right H5 {
	margin: 0;
	border: 0;
	padding: 5px 0 2px 0;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}
DIV#content-right A {
	margin: 0;
	border: 0;
	padding: 0 0 2px 0;
	background-color: transparent;
	color: #52a2e7;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	display: block;
}
DIV#content-right A:hover {
	text-decoration: underline;
}

DIV#menu-overlay {
	margin: 0;
	border: 0;
	padding: 0;
	height: 100px;
	width: 600px;
	position: absolute;
	top: 150px;
	left: 200px;
}

DIV#footer {
	margin: 0;
	border: 0;
	padding: 0;
	width: 900px;
	height: 30px;
 	background-image: url(../graphics/footer_mod.gif);
	background-repeat: no-repeat;
}

DIV#content P {
	margin: 0;
	width: 730px;
	left: 0;
	padding: 5px 0 2px 10px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
}

DIV#content P.table {
	margin: 0;
	width: auto;
	left: 0;
	padding: 5px 0 2px 5px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
}

DIV#content UL {
	border: 0;
	margin: 0;
	list-style-position: inside;
}
DIV#content LI {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 2px 0 0 20px;
}

DIV#content IMG {
	margin: 0;
	padding: 0;
	border: 0;
}

DIV#content H3 {
	margin: 2px 0 0 5px;
	left: 0;
	padding: 0;
	font-family: "Verdana", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	height: 30px;
}
DIV#content H3#esposizione_vendita { background-image : url(../graphics/text_01.gif); }
DIV#content H3#noleggio { background-image : url(../graphics/text_02.gif); }
DIV#content H3#trasporto { background-image : url(../graphics/text_03.gif); }
DIV#content H3#accordatura { background-image : url(../graphics/text_04.gif); }
DIV#content H3#nostra_azienda { background-image : url(../graphics/text_1_01.gif); }
DIV#content H3#spazio_espositivo { background-image : url(../graphics/text_1_02.gif); }
DIV#content H3#cenni_storici { background-image : url(../graphics/text_1_03.gif); }
DIV#content H3#orario_apertura { background-image : url(../graphics/text_1_04.gif); }
DIV#content H3#contatti { background-image : url(../graphics/text_6_01.gif); }
DIV#content H3#cristiana { background-image : url(../graphics/text_2_01.gif); }
DIV#content H3#federico { background-image : url(../graphics/text_2_02.gif); }
DIV#content H3#david { background-image : url(../graphics/text_2_03.gif); }
DIV#content H3#prodotti { background-image : url(../graphics/text_3_01.gif); }
DIV#content H3#punto_vendita { background-image : url(../graphics/text_3_02.gif); }
DIV#content H3#corsi { background-image : url(../graphics/text_5_01.gif); }

DIV#content H3#offerte { background-image : url(../graphics/text_7_01.gif); }
DIV#content H3#usato { background-image : url(../graphics/text_8_01.gif); }
DIV#content H3#bacheca { background-image : url(../graphics/text_9_01.gif); }

DIV#hp-banner H3#notizie { background-image : url(../graphics/text_0_01.gif); }
DIV#hp-banner H3#mappa { background-image : url(../graphics/text_0_02.gif); }

DIV#footer-sotto {
	margin: 0;
	border: 0;
	padding: 0;
	width: 900px;
	height: 30px;
}

DIV#footer P {
	padding: 5px 0 0 0;
	margin: 0;
	border: 0;
	text-align: center;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	width: 900px;
	display: block;
}

DIV#footer-sotto P {
	padding: 5px 0 0 0;
	margin: 0;
	border: 0;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	width: 900px;
	display: block;
}

DIV#hp-banner {
 	position: relative;
	margin: 0;
	border: 0;
	padding: 0;
	width: 900px;
	height: 450px;
	background-repeat: repeat-y;
	background-image: url(../graphics/sfondo-partitura-opt.jpg);
	max-height: 450px;
	overflow: hidden;
}
DIV#hp-banner-column {
 	position: relative;
	margin: 0;
	border: 0;
	padding: 0 10px 0 0;
	width: 440px;
	max-height: 450px;
	overflow: hidden;
	float: right;
	background-image: url(../graphics/sfondo_04.png);
	background-repeat: repeat;
}

DIV#hp-banner P {
	margin: 0;
	width: 440px;
	left: 0;
	padding: 5px 0 2px 10px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
}
DIV#hp-banner H3 {
	margin: 2px 0 0 5px;
	left: 0;
	padding: 0;
	font-family: "Verdana", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	height: 30px;
}
