/*
 * ArtPrint Web Application
 * ========================
 * 
 * [ CSS Menu ]
 * Foglio di stile per elementi globali e comuni al layout generico
 * 
 * Versione: 1.01 [24.06.2009]
 * Autore: Enrico Alborali
 * Copyright: ©2007-2009 ArtPrint s.a.s.
 * Ultima modifica: 15/02/2010 - Stefano Rettondini
 * 
 */

/*
 * Struttura
 */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #CCCCCC url(../images/bg_all.gif) top center;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #444444; 
	text-align: center;
	margin: 20px 0;
}

/*
 * Immagini
 */
img {
	background: transparent;
	padding: 5px;
}

img.float-right {
	float: right;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	background: transparent;
}

img.float-left {
	float: left;
	border: none;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	background: transparent;
}

img.no-border {
	border: none;
}

img.no-format {
	border: none;
	padding: 0px; margin: 0px;
	background: transparent;
}

/*
 * Impaginazione
 */
.contorno_apertura {
	position: relative;
	top: 0px;
	margin: 0 auto;
	width: 920px;
	height: 20px;
	background: #FFFFFF url(../images/bg_top.gif) repeat-y center top;	
}

.contorno_centrale {
	position: relative;
	margin: 0px auto;
	width: 920px;
	background: #FFFFFF url(../images/bg_content.gif) repeat-y center top;
	text-align: left;
}

.contorno_chiusura {
	position: relative;
	top: 0px; 
	margin: 0 auto;
	width: 920px;
	height: 20px;
	background: #FFFFFF url(../images/bg_bottom.gif) no-repeat center bottom;
}

/*
 * Menu' di testa e collegamenti
 */
.menu_testa {
	position: relative;
	top: 0px;
    margin: 0px auto;
	width: 852px;
	height: 23px;
	background: transparent;
	padding: 0px;
	color: #FFFFFF;
}

.menu_testa_carrello {
	position: absolute;
	top: 0px;
	left: 0px;	
	color: #FF0000;
	font-size: 10px;
    font-weight: bold;
}

.menu_testa_carrello a {
	color: #000000;
	text-decoration: none;	
}

.menu_testa_carrello a:hover {
	color: #FF0000;		
}

.menu_testa .menu_testa_links {
	position: absolute;
	top: 0px;
	right: 0px;	
	color: #838181;
	font-size: 10px;
}

.menu_testa .menu_testa_links a {	
	color: #838181;
	text-decoration: none;	
}

.menu_testa .menu_testa_links a:hover {
	color: #444444;		
}

ul.menu_testa_nav {
	float: right;
	list-style-type: none;
	line-height: 15px;
}

ul.menu_testa_nav li {
	float: left;
	padding: 0px 5px 0px 5px;
	border-right: 1px dotted;
}

.menu_testa_nav li.ultimo {
	border-right: 0px;
	padding-left: 5px;
	margin-right: 0px;
	padding-right: 0px;
}

/*
 * logo ArtPrint
 */
.artprint_marchio {
	position: absolute;
	top: 55px;
	left: 50px;
	height: 63px;
	width: 231px;
	margin: 0px;
	padding: 0px;
    z-index: 2;
}

/*
 * Skype
 */
div.skype img {
	position: absolute;
	top: 247px;
	left: 45px;
	width: 126px;
	height: 56px;
	padding: 0;
 	margin: 0;
	border: none;
    z-index: 3;
}

/*
 * Banner rotatorio
 */
.banner_testa {
 	margin: 0 auto;
	width: 852px;
	height: 300px;
}

.banner_testa_flash {
	position: absolute;
    top: 70px;
	right: 80px;
	padding: 0;
 	margin: 0;
	width: 508px;
	height: 235px;
	border: none;
}

.banner_testa_img {
	position: absolute;
	right: 80px;
	padding: 0;
 	margin: 0;
	width: 508px; /* 500px; */
	height: 235px; /* 300px;*/
	border: none;
}

div.banner_testa h1 {
	position: absolute;
	top: 141px;
	left: 80px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2.6em;
	color: #ffffff;
	letter-spacing: -0.03em;
	line-height: 1.14em;
}

div.banner_testa_img div, div.banner_testa_flash div {
	position: relative;
	margin: 111px auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: center;
}

/*
 * Sopra menu'
 */
.sopra_menu {
	position: absolute;
	top: 246px;
	left: 34px;
	height: 97px;
	width: 852px;
	margin: 0px;
	padding: 0px;
    background: transparent;
    z-index: 2;
}

/*
 * Menu' principale - contenitore barra
 */
.contenitore_barra_menu {
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 853px;
	height: 26px;
	background: #000000;
} 

/*
 * Contenitore menu' utente
 */
.menu_utente {
  	position: absolute;
	top: 0px;
	left: 2px;
	float: left;
 	width: 530px;
	height: 25px;
	text-align: left;
} 

/*
 * Contenitore menu' principale
 */
.menu_principale {
  	position: absolute;
	top: 0px;
	right: 2px;
	float: left;
 	width: 323px;
	height: 25px;
	text-align: right;
}

/*
 * Banner visualizzazione messaggi
 */
.contenitore_barra_messaggio {
	position: relative;
	margin: 0px auto;
	width: 853px;
	height: 38px;
	background: transparent;
} 

.messaggio0 {
	position: absolute;
	bottom: 0px;
	left: 0px;
 	width: 851px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #000000;
	background: #CCFFCC;
	padding: 6px 0px 6px 0px; 
	border: #BBEEBB 1px solid;
}

.messaggio1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
 	width: 851px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #000000;
	background: #FFFFCC;
	padding: 6px 0px 6px 0px; 
	border: #eeeebb 1px solid;
}

.messaggio2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
 	width: 851px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #000000;
	background: #FFCCCC;
	padding: 6px 0px 6px 0px; 
	border: #EEBBBB 1px solid;
}

/*
 * Contenitore testo scorrevole
 */
.testo_scroll {
	margin: 0px auto;
	width: 840px;
	height: 20px;
	overflow: hidden;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #FF0000;
	background: transparent;
	cursor: default;
} 

/*
 * Contenitore testo descrittivo
 */
.testo_descrittivo {
	position: relative;
	top: 0px; 
	margin: 0px auto;
	border-top: 1px solid #CCCCCC;
 	border-bottom: 1px solid #CCCCCC;
 	width: 845px;
	padding: 2px 5px 3px 5px;
	text-align: justify;
} 

.testo_descrittivo a, .testo_descrittivo a:visited, .testo_descrittivo a:link {	
	color: #838181;
	cursor: text;
	text-decoration: none;
}
.testo_descrittivo a:hover {
	cursor: text;
	text-decoration: none;
}

.testo_descrittivo h2 {
	font: 90%/1.3em Verdana, Tahoma, arial, sans-serif;
	color: #838181; 
} 

/*
 * Contenitore piede W3C, CACert, Carte Cr, Indirizzo, Copyright
 */
.piede_intestazione {
	position: relative;
	top: 0px;
	margin: 0 auto;
 	width: 880px;
	height: 98px;
	color: #444444; 
}

.w3c-marchi {
	position: absolute;
	top: 11px;
	left: 18px;
	font: 6.4pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	width: 115px;
	height: 80px;
}

.ssl-marchio {
	position: absolute;
	top: 7px;
	left: 147px;
	border-left: 1px dotted;
	padding-left: 4px;
	font: 6.4pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	width: 140px;
	height: 80px;
}

.pagamento_carte_marchi {
	position: absolute;
	top: 7px;
	left: 473px;
	border-left: 1px dotted;
	padding-left: 4px;
	font: 6.4pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	width: 180px;
	height: 80px;
}

.piede_indirizzo {
	position: absolute;
	top: 7px;
	left: 672px;
	font: 8pt/1.4em Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;	
	border-left: 1px dotted;
	padding-left: 4px;
	width: 190px;
	height: 80px;
}

.piede_indirizzo a, .piede_indirizzo a:visited, .piede_indirizzo a:link {	
	cursor: text;
	color: #444444;
	text-decoration: none;
}

.piede_indirizzo a:hover {
	cursor: text;
	text-decoration: none;
}

/*
 * Riga copyright
 */
.piede_copyright {
	position: absolute;
	bottom: 15px !important;
	bottom: 13px;
	left: 0px;
	width: 920px;
	height: 10px;
	font: 7pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #838181;
	text-align: center;
	letter-spacing: 1px;
}

.piede_copyright a, .piede_copyright a:visited, .piede_copyright a:link {	
	cursor: text;
	color: #838181;
	text-decoration: none;
}

.piede_copyright a:hover {
	cursor: text;
	text-decoration: none;
}

.sfondo_infopic {
	background-color: #e9eaec;
}
