/* CSS Document - holden art */

/* generali */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #818181;
}

table {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

img {
	border: 0;
	padding: 0;
	margin: 0;	
}


/* link */
a:link
{
	color: #F58026;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}
a:active
{
	color: #F58026;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}
a:visited
{
	color: #F58026;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}
a:hover
{
	color: #F58026;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: underline;
}


/* struttura principale */
.sfondo
{
	background: transparent url(/images/sfondo.jpg) top center no-repeat;
}

.sfondohome
{
	background: transparent url(/images/sfondo_home.jpg) top center no-repeat;
}

.sfondointerne
{
	background: transparent url(/images/sfondo_interne.jpg) top center no-repeat;
}

.sfondodettaglio
{
	background: transparent url(/images/sfondo_dettaglio.jpg) top center no-repeat;
}


/* citazione */
.citazione
{
	color: #F58026;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 7.5pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: -0.5pt;
	text-align: center;
}

.autcitazione
{
	color: #818181;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 7.5pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}


/* contenuti homepage */
.bordoara
{
	border-bottom: 1px solid #F58026;
}

.bordoara2
{
	border-top: 1px solid #F58026;
}

.sezione1
{
	text-align: right;
}
.titolosezione1 
{
	color: #F58026;
	text-align: right;
	font-weight: bold;
}
.titolosezione1 a:link, .titolosezione1 a:visited, .titolosezione1 a:active 
{
	color: #F58026;
	text-align: right;
	font-weight: bold;
}
.titolosezione1 a:hover 
{
	color: #000000;
	text-decoration: none;
}

.sezione2
{
	text-align: left;
}
.titolosezione2
{
	color: #F58026;
	text-align: left;
	font-weight: bold;
}
.titolosezione2 a:link, .titolosezione2 a:visited, .titolosezione2 a:active 
{
	color: #F58026;
	text-align: left;
	font-weight: bold;
}
.titolosezione2 a:hover 
{
	color: #000000;
	text-decoration: none;
}


/* bottom */
.rigabottom
{
	border-top: 1px solid #818181;
}

.vocibottom
{
	color: #818181;
}

.piva
{
	color: #b5b5b5;
	text-align: center;
}



/* varie */
.arancione
{
	color: #F58026;
}
.arancione a:link, .arancione a:visited, .arancione a:active
{
	color: #F58026;
	font-weight: bold;
}
.arancione a:hover
{
	text-decoration: underline;
}

.arancionebold
{
	color: #F58026;
	font-weight: bold;
}
.arancionebold a:link, .arancionebold a:visited, .arancionebold a:active
{
	color: #F58026;
	font-weight: bold;
}
.arancionebold a:hover
{
	text-decoration: underline;
}

.grigio
{
	color: #535353;
}
.grigio a:link, .grigio a:visited, .grigio a:active
{
	color: #818181;
	font-weight: bold;
}
.grigio a:hover
{
	text-decoration: underline;
}

.linknero a:link, .linknero a:visited, .linknero a:active
{
	color: #000000;
}
.linknero a:hover
{
	color: #F58026;
	text-decoration: none;
}

#bottom1_btnLingua
{
	color: #000000;
}
#bottom1_btnLingua:hover
{
	color: #F58026;
	text-decoration: none;
}

.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}