html {

}


body{
    text-align: center;   /*centra in IE 5.x */
    background-image:url(../../images/pages/global/sf_page.gif);
	padding:0;
	margin:0;
	border:none;
}

#PageContainer{
	 width: 770px;
	 padding:0;
	 margin: 0px auto;   /*centra negli altri browsers*/
	 text-align: left;   /*ripristina l' allineamento a sinistra all'interno*/
} 

#Header
{	
	width:770px;
	height:186px;
	overflow:hidden;
	background-image:url(../../images/pages/global/sf_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#Center
{
	width:770px;
	height:auto !important;
	min-height:280px;
	height:280px;
	background-color:#bdbdbd;
	margin:0;
	padding:0;
}

#Footer
{	
	width:770px;
	height:38px;
	background-image:url(../../images/pages/global/sf_footer.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#InfoCartContainer{	
	width:170px;
	height:149px;
	float:right;
}

#CreditsContainer{	
	width:770px;
	padding-top:10px;
}

#Indirizzo{	
	padding-left:5px;
	color:#fff;
	float:left;
	font-size:110%;
}

#Indirizzo a 
{
	 text-decoration:none;
	 margin:0;	  
	 height:auto!important;
	 height:0;
	 color:#f9c801;
}

#Indirizzo a:hover
{
	 text-decoration:underline;
     color:#f9c801;
     
}

#Firma
{
	float:right;
	padding-right:5px;
	color:#fff;
	font-size:110%;
}

#Firma a 
{
	 text-decoration:none;
	 margin:0;	  
	 height:auto!important;
	 height:0;
	 color:#dadada;
}

.Foto{	
	padding:1px;
	border:solid 1px #d8ad01;
}

#Firma a:hover
{
	 text-decoration:underline;
}


/* Menu */
.MenuSpacer{   
	height:17px;
	width:1px;
	border-right:1px dashed #ccc;
}

#Menu
{
	margin:0;
	padding-top:8px;
	display:block;
	clear:both;
}

#Menu ul
{
	list-style:none;
	margin:0;
	padding:0;
	font-weight:bold;
	
}
#Menu li
{
	 display:inline;
     margin:0;
     float:left;
}

#Menu a 
{
	 text-decoration:none;
	 margin:0;	  
	 height:auto!important;
	 height:0;
	 font-size:120%;
	 color:#f6f6f6;
	 padding:0 12px;
	 
}
#Menu a:link, 
#Menu a:visited{
	 
}
#Menu a:hover, 
#Menu a:focus,
#Menu a:active,
#Menu selezionato a {	
    text-decoration:underline;
    color:#f9c801;
}


.BtCartOpen
{
	font-family: Arial,Tahoma,Helvetica,Verdana;
    font-size: 100%;  
    font-weight: bold; 
    border: solid 1px #0d202f;	
	background-color: #fff;	 
	color: #38383b;
    
	text-align:center;	
	vertical-align:middle;	

	font-size: 100%;
	font-family: arial,helvetica;
	font-weight:bold;	
	
	
	padding:1px 15px;
	width:110px;
    overflow:visible;
	-moz-box-sizing: content-box;
	
	display:inline;
	margin:1px 0 1px 10px;
}

*html .BtCartOpen
{
	width:145px;
}