@charset "utf-8";
/* CSS Document */

body,
form,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
}

ul { margin-left:60px; font-size:16px; }

li { 
list-style: none;
line-height:120%; 

}

img { 
border: 0; 
}

a { 
text-decoration: none; 
color: #161616;
}
body {
background:#FFFFFF;
color: #161616;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height:18px;

}

#content { 
width:1100px;
height:auto; 
margin:0 auto;
}

h2#contactus{
margin-left:317px;
}

#content li{
	list-style-type:none;
	background:  url("../img/li.jpg") 0px 7px no-repeat;
	line-height:20px;
	padding-left:15px;
}
#content ul{
margin: 10px 10px;
}

#header, #header-mini{
overflow:hidden;
margin:10px 0 8px 0;
padding:0;
width:1100px;
height:230px;
background-color:#0000;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000', endColorstr='#0000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#0000), to(#0000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #0000,  #0000); /* for firefox 3.6+ */ 
}

#header{
text-align:center;
}

#claim{
width:570px; 
height:170px;
margin: 10px 0;
float:left;
}

#claim h2{
color:#ffffff; 
text-align:center; 
margin-top:0px;
display:block;
position:relative;
top:-20px;
}

#header-mini{
height:203px;
}

#header-mini img{
float:left;
display:block;
margin-right:20px;
padding-left:12px;
}

#header-mini h2{
color:#ffffff; 
margin: 35px 0;
}

#menu{
margin:0;
padding:0;
height:34px;
width:540px;
overflow:hidden;
background-color:#f2f1f1;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

.serif, #menu a {
  font-family: 'PT Serif Caption', serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 36px;
}

#menu a {
color:#C40016;
font-size:16px;
}

#menu a:hover {
color:#ec7703;
}


#menu ul {
margin:0 27px;
padding:0;
}

#menu ul li {
display:inline;
background:none;
padding:0;
margin-right:20px;
}


#spot{
width:367px;
height:300px;
float:right;
}

#spot:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#left{ 
float:left;
height:auto; 
width:650px;
margin: 0 50px 0 0;
overflow:hidden;
}

#left-big{ 
height:auto; 
width:700px;
margin:0 auto;
}

#left img{ 
margin:7px 5px 0;
padding:2px;
border:1px solid #e4e4e6;
}

#left h2, #left span, #left-big h2{ 
color:#000;
text-align:center;
}

#left a, #centro a, #left-big a{ 
text-decoration:underline;
}

.alt{ 
background-color:#e6ecf4;
}

#right{ 
float:right;
height:auto; 
width:400px;
margin: 0 0 30px 0;
}

#contact{ 
background: #f8d8d1  url(/img/bg-top.jpg) no-repeat center top; border:2px dashed; margin-top:20px;
}

#footer{ 
height:50px; 
width:1100px;
clear:both;
text-align:center;
color:#333333;
font-size:12px;
background-color:#f5f5f5;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

#footer p{ 
padding:10px;
margin:0;
}

#footer a{ 
text-decoration:underline;
}

#breadcrumb { 
padding:10px 0 0 27px;
font-size:11px;
color:#666666;

}

#breadcrumb a, #breadcrumb a:visited, #breadcrumb a:active, #breadcrumb a:hover{ 
text-decoration:underline;
color:#666666;
}

.gallery{ clear:both; text-align:center;}
.gallery img{
	float:left;
	border: 1px solid #142448;
	margin: 10px 0 10px 10px;
	padding: 3px;
	width: 100px;
	height:100px;
}


.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:8e8e8e;
	}
	
	
.menu ul{
	background:url(http://www.allestimentofierestand.it/menu-bg.gif) top left repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px 8px 0px 8px;
		}
	.menu li a{
		color:#666666;
		display:block;
		font-weight:bold;
		line-height:43px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover{
			color:#000000;
			text-decoration:none;
			}
	.menu li ul{
		background:#e0e0e0;
		border-left:2px solid #0079b2;
		border-right:2px solid #0079b2;
		border-bottom:2px solid #0079b2;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		padding:0px;
		width:225px;
		}
	.menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover{
			background:#949494;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		background:url(http://www.allestimentofierestand.it/current-bg.gif) top left repeat-x;
		color:#ffffff;
		}
		