/* Strutture principali pagina
==========================================
*/

img{
	border: none;
}


body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	
	
	}
	
body hr{
	display: none;
}

#container{
	
	width: 760px;
	margin: auto;
	text-align: left;


}

#main{
	width: 760px;
	margin: auto;
	text-align: left;
	float: left;
}

/* Testata
==========================================
*/

#testata{
	text-align: center;
	margin: auto;
	padding-bottom: 5px;
}

#testata h1{
	display: none;
}

.logo{
	background-image: url(../images/main/tricebi_header.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 100px;
	margin: auto;
}


/* 	index
==========================================
*/

.logo_index{
	background-image: url(../images/main/tricebi_logo.gif);
	background-repeat: no-repeat;
	width: 219px;
	height: 100px;
	margin: auto;
}


#main_index{
	width: 760px;
	text-align: center;
	margin: auto;
}

#piede{
	width: 760px;
	height: 25px;
	text-align: center;
	margin: auto;
	background-color: #000000;
	color: #FFFFFF;
	
}

#piede p{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 25px;
}

#piede a{
	text-decoration: none;
	color: #FFFFFF;
}

#piede a:hover{
	color: #E53B21;
	font-weight: bold;
}


/* 	menu
==========================================
*/


#menu{
	width: 168px;
	float: left;
	text-align: right;
	padding-right: 12px;
	
	/* formattazione links testuali */
	
	font-family: "Courier New", Courier, monospace;
	/*font-weight: bold;*/
	font-size: 16px;
	line-height: 24px;
}


#menu a {
	display: block;
	text-decoration: none;
	color: #000000;
}

#menu a:hover, a#active{
	font-weight: bold;
	color: #E53B21;
}



#menu img{
	border: none;
	margin-top: 84px;
}


/* 	contenuti
==========================================
*/

#contenuti{

	width: 580px;
	float: left;
}

#contenuti_1{
	width: 400px;
	float:left;
	text-align: center;

}

#contenuti_2{  /* contiene le aree di descrizione */
	width: 168px;
	padding-left: 10px;
	float: left;
}


#contenuti_2  p{
	font-size: 11px;
}

#contenuti_2 a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#contenuti a:hover{
	color: #E53B21;
}


#contenuti_3{
	width: 578px;
	height: 300px;
	overflow: hidden;
	float: left;
	/*background-color: #FF00FF;*/
}

/* Testate interne
==========================================
*/

#testata_interna{
	text-align: center;
	margin: auto;
	padding-bottom: 5px;
}

#testata_interna h2{
	display: none;
}


/* home
================
*/

.title_home{
	background-image: url(../images/home/title_home.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 51px;
	margin: auto;
}

/* negozio
================
*/



.title_negozio{
	background-image: url(../images/negozio/title_negozio.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 51px;
	margin: auto;	
	
}

/* cose
================
*/


.title_cose{
	background-image: url(../images/cose/title_cose.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 51px;
	margin: auto;	
	
}


/* artisti
================
*/

.title_artisti{
	background-image: url(../images/artisti/title_artisti.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 51px;
	margin: auto;	
	
}

/* contatti
================
*/

.title_contatti{
	background-image: url(../images/contatti/title_contatti.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 51px;
	margin: auto;	
	
}



/* Home
==========================================
*/

.slide_img object{   /* dimensioni swf immagni */
	width: 400px;
	height: 300px;
}


.slide_txt object{	/* dimensioni swf txt */
	width: 400px;
	height: 130px;
}



/* Le cose
==========================================
*/
/* prodotti tn
================
*/


.prodotti_tn_area{
	margin: auto;
	padding: 0px;
	/*width: 386px;*/
	/*background-color: #FF00FF;*/
	
}

.prodotti_tn img{
	padding: 1px;
	width: 89px;
	height: 89px;
	border: 0px;
}

.prodotti_tn{
	background-color: #ffffff; /* per rollover in ie7 e firefox */
	width: 91px;
	height: 91px;
	margin: auto;
	float: left;
}

.prodotti_tn:hover{
		background-color: #000000; /* per rollover in ie7 e firefox */

}

.prodotti_tn a{
	background-color: #FFFFFF; /* per rollover in ie6 */
	color: #000000;
	text-decoration: none;
}

.prodotti_tn a:hover{
	background-color: #000000; /* per rollover in ie6 */
	color: #FFFFFF;
}

.prodotti_tn_spacer{
	width: 12px;
	height: 1px;
	float: left;
	color: #FFFFFF;
}

.prodotti_tn_no {
	width: 91px;
	height: 91px;
	float: left;
}

/* prodotti 
================
*/
.dettaglio_prodotto_img{
	width: 400px;
	height: 290px;
	margin-top: 8px;
	/*margin-left: auto;
	margin-right: auto;*/
	float: left;
	
}

.dettaglio_prodotto_txt{
	background-color: #FFFFFF;
	margin-top: 40px;
	width: 178px;
	height: 192px;
	float: left;
	text-align: left;
	color: #000000;
}

.dettaglio_prodotto_txt h4{
	color: #E53B21;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
}



.dettaglio_prodotto_txt p{
	color: #000000;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


/* frecce -navigazione prodotti- 
================
*/

.navigazione_prodotti{
	
}

.navigazione_prodotti img{
	float: left;
}

.navigazione_prodotti_spacer{
	color: #FFFFFF;
	width:340px;
	height: 1px;
	float: left;
}



/* Gli artisti
==========================================
*/

.elenco_artisti{
	text-align: left;
}

.elenco_artisti h4{
	font-size: 11px;
	color: #E53B21;
	margin: 0px;
}

.elenco_artisti a{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.elenco_artisti a:hover{
	color: #E53B21;
}


/* Il negozio
==========================================
*/

.qt_negozio object{
	width: 400px;
	height: 300px;
}


