/* CSS Document */

body, html {
	margin  : 0;
	padding  : 0;
	height  : 100%;
	background-color: #fff;
	color: #a5a39b;
}

img {
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757778;
}
	
#layoutgrid{
 display  : table;
 height  : 100%;
 width  : 100%;
}
#layoutgrid td {
 vertical-align : middle;
 text-align:center;
}

#wrapper {
	margin: 0 auto;
	margin-top:20px;
	width: 991px;
	text-align:left;
	background-image: url(../img/sfondo_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 63px;	
}
#header {
	 width: 991px;
	 color: #333;
	 padding: 0px;
	 margin: 0px 0px 0px 0px;
	 height:118px;
	 margin-left:21px;
}

#boxmenu {
	padding-left:24px;
	width: 698px;
	float:left;
	padding-top:43px;
	background-color: #FFFFFF;
}
.logo {
	height:63px;
	width: 268px;
	float: left;
	background-color: #FFFFFF;
	padding-top:2px;
}


#sottoMenu {
	padding-left:25px;
	margin-top:178px;
	width:219px;
	float:left;
	font-family: Times, "Times New Roman", serif;
	color: #8A8880;
	font-size: 13px;
	line-height: 31px;
}
#bottoni {
	float:left;
	margin-top:246px;
	font-family: Times, "Times New Roman", serif;
	color: #A5A39B;
	font-size: 13px;
}
.titolo {
	font-family: Times, "Times New Roman", serif;
	color: #C43453;
	font-size: 13px;
	line-height: 20px;
}

.boxHome {
	height:519px;
	float:left;
	width:991px;
}


#crossfade {
	position: absolute;
	left: 887px;
	height: 300px;
	width: 599px;
	float: right;
	overflow: hidden;
	top: 168px;
}


/*  MENU PRINCIPALE   */


ul#menu { margin:0px; padding: 0; list-style: none; }
ul#menu li { float: left;  }
ul#menu li a { display: block;  }
ul#menu li a:hover { background: none; }
ul#menu li a span { display: none; }

ul#menu .lara a { width:49px; height: 21px; background: url(../img/link/lara_off.gif)}
ul#menu .lara { width:49px; height: 21px;  background: url(../img/link/lara_on.gif) }

ul#menu .laraCollection a { width:146px; height: 21px; background: url(../img/link/lara_collection_off.gif)}
ul#menu .laraCollection { width:146px; height: 21px; background: url(../img/link/lara_collection_on.gif) }

ul#menu .privateLabel a { width:125px;  height: 21px; background: url(../img/link/private_label_off.gif)}
ul#menu .privateLabel { width:125px;  height: 21px; background: url(../img/link/private_label_on.gif)}

ul#menu .news a { width:150px; height: 21px;  background: url(../img/link/events_news_off.gif)}
ul#menu .news { width:150px; height: 21px; background: url(../img/link/events_news_on.gif) }

ul#menu .info a { width:66px; height: 21px; background: url(../img/link/info_off.gif)}
ul#menu .info { width:66px; height: 21px; background: url(../img/link/info_on.gif) }

ul#menu .contact a { width:90px; height: 21px; background-image: url(../img/link/contact_us_off.gif);}
ul#menu .contact { width:90px; height: 21px; background: url(../img/link//contact_us_on.gif) }

ul#menu .home a { width:90px; height: 21px; background: url(../img/link/home_off.gif)}
ul#menu .home { width:90px; height: 21px; background: url(../img/link/home_on.gif) }

ul#menu .selezionato a { background: none; }
ul#menu li a:hover, ul#menu li.over a {background:transparent none repeat scroll 0%;}

ul#menu li a span { display: none;  }
ul#menu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

ul#menu li.over ul { display: block; }











/* SOTTO MENU */



a:link {
	color: #8A8880;
	text-decoration: none;
}
a:visited {
	color: #8A8880;
	text-decoration: none;
}
a:hover {
	color: #42413E;
	text-decoration: none;
}
a:active {
	color: #8A8880;
	text-decoration: none;
}
