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

*{
	margin: 0px;
	padding:0px;
	border: 0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#f1f1f1;
}

body.halloween{

	background:#000000 url(../img/halloween-pattern.png);
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:2em;
}

p{
font-size:14px;
line-height:25px;	
color:#666666;
padding:0px;
font-weight:normal;
}

h2{
font-size:18px;
color:#b12c1e;
line-height:28px;
font-weight:normal;
}
h3{
	font-size:30px;
	font-weight:normal;
}
h6{
	font-size:20px;
	color:#b18970;
	text-transform:uppercase;
	font-weight:normal;
	line-height:40px;

}
hr{
	display:block;
	clear:both;
	width:90%;
	border:none;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	margin-top:20px;
}

ul#servizi li {
	list-style-type: none;
	margin:5px 0px 5px 0px;
	background:url(../img/star.png) no-repeat top left;
	padding-left:25px;
}

.indirizzo{
	width:960px;
margin:0 auto;
color:#959595;
font-size:12px;
height:30px;
padding-top:10px;
text-align:center;
}

/* menu */.fixed {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	
	padding:2px 0 0 10px;
background:#b12c1e;
height:40px;
z-index:99999;
box-shadow: 0 0 40px #222;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
}
.fixed ul{
	width:960px;
	margin:0 auto;
}


#numero{
	width:300px;
	text-shadow: 1px 1px 1px #000;
display: block;
margin:10px 10px 0px 10px;
text-decoration: none;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
color:#ffffff;
position:relative;
left:40px;
float:left;
}

/* fine menu */
#prezzi ul li{
background:url(../img/bg_list.jpg) 0px 2px  no-repeat;	
padding-left:20px;
line-height:20px;
list-style:none;
margin-left:5px;
}
.header{
	width:660px;
	float:left;
	margin-top:10px;
}

.content{
	padding-left:20px;
	padding-bottom:20px;
}
.dx{
	width:255px;
	position:absolute;
	top:450px;
	right:-18px;
	padding:4px;
}
.clr{
	display:block;
	height:1px;
	clear:both;
}
input{
	border:1px dotted #cccccc;
	height:20px;
	padding:4px;
	width:200px;
	
}

input.data{
	border:1px dotted #cccccc;
	height:20px;
	padding:4px;
	width:50px;
	display:inline;
	margin-right:20px;
}
select{
	border:1px dotted #cccccc;
	height:30px;
	padding:4px;
	width:210px;

	display:block;
}
textarea{
	border:1px dotted #cccccc;
	padding:4px;
	width:200px;
	height:50px;
}
label{
	width:220px;
	display:block;
	clear:both;
	margin-top:10px;
	margin-left:4px;
	font-size:11px;
	text-transform:uppercase;
}
 a.buttonL{
	 text-align:center;
	 text-transform:uppercase;
	 color:#fff;
	 font-weight:bold;
	 padding-top:7px;
	 text-decoration:none;
	 display:block;
		-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
background:#adcf43;
	width:212px;
	height:35px;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.60) ; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.60) ; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.60) ; /* Opera 10.5, IE9, Chrome 10+ */
}

 .halloween .main aside a.buttonL{
	 text-align:center;
	 text-transform:uppercase;
	 color:#fff;
	 font-weight:bold;
	 padding-top:7px;
	 text-decoration:none;
	 display:block;
		-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
background:rgb(247, 170, 0);
	width:212px;
	height:35px;
}
.footer{
		height:10px;
		width:100%;
		background:#333;
		}
