@charset "UTF-8";
/* CSS Document */
body{ font-family: "Times New Roman", Times, serif; font-size:14px;}
img{ border: none;}

#container{ width: 955px; margin: auto;}
#header{ float:left; clear:both; width: 955px; text-align:center; margin-bottom:4px;}
#center{ float:left; clear:both; width:955px; margin-top:30px;}
#footer{float:left; clear:both;}

#scheda{ width:955px; margin-top:40px;}


/*menu principale*/
#menu
#menu ul{ margin: 0px; padding: 0px; float:left; clear:both;}
#menu li { margin: 0px; padding: 0px 10px 0px 10px; list-style-type: none; display:inline;}
#menu li.concept a{}
#menu ul ul{ float:left;margin: -4px 0px 0px 80px;}
/*#menu ul li:hover ul{ visibility:visible; z-index:2;}
#menu li li a{ padding:0px 10px 10px 0px; margin:0px;}
#menu li li a:hover{}
#menu li li a.open{}
#menu ul ul.sezione{ visibility: visible;}*/

#concept{ margin: 0px 216px;line-height:20px; width: 520px; text-align:center; background: url(../images/bck_cornice_big.jpg) no-repeat top center; height:790px;}
#concept p{padding:120px 80px 40px 80px;}
#concept a{ text-decoration:none; color:#000000;}

#eventi{ margin: 0px 216px;line-height:19px; width: 520px; text-align:center; background: url(../images/bck_cornice_big.jpg) no-repeat top center; height:790px;}
#eventi p{padding:105px 80px 40px 80px;}
#eventi a{ text-decoration:none; color:#000000;}

#boutiques{ margin: 0px 216px;line-height:20px; width: 520px; text-align:center; height:790px;}
#boutiques p{padding:105px 80px 40px 80px;}
#boutiques a{ text-decoration:none; color:#000000;}


#contatti{ margin: 0px 216px; width: 520px; text-align:center; background: url(../images/bck_cornice_big.jpg) no-repeat top center; height:790px;}
#contatti p{padding:105px 80px 40px 80px; line-height:18px}
#contatti a{ text-decoration:none; color:#000000;}

#stampa_lista{ width:640px; margin:6px 140px}
#stampa_element{float:left;}
#stampa_element img { border:1px solid #f2f2f2; margin:2px;}

#articoli{float:left; clear:both;}
#articoli ul{ margin: 0px 0px 0px 176px; padding: 0px;}
#articoli li { margin: 0px; padding: 0px; list-style-type: none; display:block;}

#home{ margin: 0px 40px;line-height:20px; width: 720px; text-align:center; height:790px;}

/*#menu ul ul ul li a:hover{ background: none;}
#menu ul ul ul li{ float:left; clear: both; margin:5px 0px 0px 0px; margin-left:300px; display:block;}*/

body{behavior: url(script/csshover2.htc);<!--hack per ie6-->} 

#center.margine{ text-align:center; float:left; clear:both; padding-left:32px;}
#oggetto{float:left; width:220px; height:252px; text-align:center; margin:0px;}
#oggetto img{ margin-top:50px;}
#oggetto:hover{ background:url(../images/bck_articolo.jpg) no-repeat center;}
#oggettovuoto{float:left; width:220px; height:252px; text-align:center; margin:0px;}

#frecce {font-size:52px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#ADB7B7; text-decoration:none; width:120px;margin-right:110px; float:right; line-height: 25px;}
#frecce a{color:#666666; text-decoration:none;}
#frecce a:hover{ color:#333333;}




/*nuovo*/

ul.MenuBarHorizontal
{
	
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	position: relative;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
position:absolute;
width:750px;
padding-top:40px;
	left: -1000em;
	height:30px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: relative;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}



