/* CSS Document */
body {
/*	background-color: #fdfceb; */
	background: url(../images/texture_rossa.jpg) repeat 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
.cb { clear: both; }


/* CONTENUTI COMUNI - TOP */
#wrapper_top {
	width: 100%;
	height: 95px;
	background-color: #fff;
	border-bottom: 2px solid #2a0505;
}

#barra-top {
	width: 100%;
	height: 15px;
	background: url(../images/texture_rossa.jpg) repeat-x 0 0;
}

#intestazione {
	background-color: #FFF;
	height: 80px;
	width: 1270px;
	margin: 0 auto;
	text-align: center;
}

/* CONTENUTI COMUNI - CENTRO e MENU */
#wrapper_container {
	width: 100%;
/*	padding-top: 50px;
	padding-bottom: 50px; */
/*	background-color: #fdfceb; */
	background: url(../images/bg_container.jpg) repeat-y 0 0;
}

#container {
	width: 1270px;
	margin: 0 auto;
}

#menu {
	width: 305px;
	padding-top: 50px;
	margin-right: 40px;
	float: left;
}

#menu ul li {
	margin-bottom: 30px;
	box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.75);
	
	-webkit-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.75);
	-khtml-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.75);
	-o-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.75);
}

#menu ul li a {
	display: block;
	width: 300px;
	height: 36px;
	background-color: #5c0303;
	border: 1px solid #5c0303;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0 0 5px;
	font-size: 24px;
	
	letter-spacing: 0.1em;
}

#menu ul li a.attivo {
	width: 280px;
	border-right: 21px solid #5c0303;
	border-left: 1px solid #5c0303;
	border-top: 1px solid #5c0303;
	border-bottom: 1px solid #5c0303;
	color: #5c0303;
	background: #FFF;
	
	letter-spacing: 0.1em;
}

#menu ul li a:hover {
	width: 280px;
	border-right: 21px solid #5c0303;
	border-left: 1px solid #5c0303;
	border-top: 1px solid #5c0303;
	border-bottom: 1px solid #5c0303;
	color: #5c0303;
	background: #FFF;
	
	letter-spacing: 0.1em;
}

#txt_pagina {
	width: 570px;
	float: left;
	border-right: 1px solid #2A0505;
	
/*	-webkit-box-shadow: 10px 0px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 10px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow: 10px 0px 5px rgba(50, 50, 50, 0.5);
	-khtml-box-shadow: 10px 0px 5px rgba(50, 50, 50, 0.5);
	-o-box-shadow: 10px 0px 5px rgba(50, 50, 50, 0.5); */
}

#foto {
	width: 305px;
	float: right;
	padding-right: 10px;
	padding-top: 50px;
}

#foto img {
	box-shadow: 0px 20px 15px rgba(50, 50, 50, 0.50);
	-webkit-box-shadow: 0px 20px 15px rgba(50, 50, 50, 0.50);
	-moz-box-shadow: 0px 20px 15px rgba(50, 50, 50, 0.50);
	-khtml-box-shadow: 0px 20px 15px rgba(50, 50, 50, 0.50);
	-o-box-shadow: 0px 20px 15px rgba(50, 50, 50, 0.50);
}


/* CONTENUTI COMUNI - FOOTER */
#wrapper_footer {
	width: 100%;
	background: url(../images/texture_rossa.jpg) repeat-x 0 0;
}

#footer {
	width: 1270px;
	height: 60px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	padding-top: 10px;
	font-size: 12px;
}

#wrapper_bandapiccola {
	width: 100%;
/*	height: 1px; */
	border-top: 2px solid #2a0505; 
	background-color: #FFF;
	
/*	background: url(../images/puntobianco.jpg) repeat 0 0; */
}

#bandapiccola {
	background: url(../images/puntobianco.jpg) repeat 0 0;
/*    border-top: 2px solid #2A0505; */
    color: #FFFFFF;
    height: 1px;
    margin: 0 auto;
    width: 1270px;
}

/* CONTENUTI HOME */
#testo_home {
	text-align: justify;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 30px;
	background-color: #fdfceb;
}


/* CONTENUTI SERVIZI */
#testo_servizi {
	text-align: justify;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 30px;
	background-color: #fdfceb;
}

#testo_servizi ul {
	padding-left: 30px;
	padding-bottom: 10px;
}

#testo_servizi ul li { list-style-type: square; }


/* CONTENUTI CONTATTI */
#mappa {
	width: 570px;
/*	height: 275px; */
	background-color: #fdfceb;
	padding-top: 50px;
	/*padding-bottom: 70px;*/
}

#testo_contatti {
	text-align: justify;
	padding-bottom: 50px;
	padding-right: 30px;
	background-color: #fdfceb;
	padding-top: 40px;
}

#testo_contatti a {
	color: #5c0303;
}

#form_container {
	margin: 20px 0;
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}

#form_container label {
	display: inline-block;
    margin-top: 12px;
}

#form_container input,
#form_container textarea {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 8px;
}

.form_input {
	width: 350px;
}

#form_container input#isubmit {
	cursor: pointer;
	/*font-weight: bold;*/
	padding: 8px;
	background-image: linear-gradient(#ccc,#ddd);
	float: right;
}

#form_container input#isubmit:focus,
#form_container input#isubmit:hover {
	cursor: pointer;
	padding: 8px;
	background-image: linear-gradient(#ddd,#ccc);
}

#form_container .contactError {
	color: #ff0000;
	display: inline-block;
	padding-left: 3px;
}