@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#504D45;
	margin-top: 20px;
	padding:0;
	background:#CCCCCC;
	font-size:75%;
}
#wrap {
	width: 760px;
	background: url(../images/taglio/ombra.jpg) repeat-y;
	margin: 0 auto;
}
#content {
	width: 700px;
	padding: 10px;
	margin: 0 auto;
}
#header {
	width: 700px;
	height: 332px;
	background: url(../images/bg_head3.jpg) right no-repeat;
	margin: 0 auto;
}
#footer {
	color: #000;
	font-size: 10px;
	width: 680px;
	clear:both;
	padding: 10px;
	background:#CCC;
	text-align:center;
}
#footer a {
	color: #000;
	text-align: center;
}
#footer ul {
	padding: .2em 0;
	margin: 15px 0 15px 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
}
#footer li {
	display: inline;
}
#footer li a {
	text-decoration: none;
	color:#000;
	padding: .2em 1em;
	border-right: 1px solid #fff;
}
/*logo*/
#logo {
/*	float:left;*/
		}
/*boxmenu*/
#boxmenu {
	margin-top:10px;
	width:244px;
	float:left;
	height:182px;
	background-color:#e7e4d3;
}
#boxmenu ul {
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0px;
	list-style-type: none;
	height:30px;
}
#boxmenu li {
	padding: 0px;
	border-bottom:solid 1px white;
	text-indent:30px;
	display:block;
	/*background-color:#e7e4d3;*/
				background:url(../images/bottone.jpg) repeat-x;
}
#boxmenu a {
	font: normal bold 16px arial, sans-serif;
	text-decoration: none;
	color:#666666;
	display:block;
	height:30px;
	padding:6px 0px 0px 0px;
}
#boxmenu a:hover {
	text-decoration: none;
	/*background-color:#e4f1bc;*/
				background:url(../images/bottone_hover.jpg) repeat-x;
	padding:6px 0px 0px 0px;
	color:#333333;
}
#boxmenu a:active {
	text-decoration: none;
	/*background-color:#e4f1bc;*/
				background:url(../images/bottone_hover.jpg) repeat-x;
	padding:6px 0px 0px 0px;
	color:#FF6600;
}
/*main*/
#main {
	width: 430px;
	padding-right: 10px;
	float:left;
	background:#eee;
}
#main h1 {
	font-size: 130%;
	color: #FFF;
	background:#C00;
	padding: 3px 0 3px 10px;
}
#main h3 {
	padding-left: 10px;
	font-size: 110%;
	color: #000;
}
#main h2 {
	font-size: 120%;
	line-height: 17px;
	color:#C00;
	padding-left: 10px;
}

#main p {
	padding-left: 10px;
}
/*spalla*/
#spalla {
	width: 250px;
	padding-left: 10px;
	float: left;
}
#spalla h1 {
	font-size: 130%;
	color: #FFF;
	padding: 3px 0 3px 10px;
	background-color: #537BB3;
}
/*menu spalla*/
#spalla ul {
	margin: 20px 0 20px 0;
}
#spalla li {
	padding-left: 20px;
	line-height: 25px;
	list-style-type:none;
	background:  url(../images/taglio/bullet.jpg) left no-repeat;
}
#spalla li a {
	color:#333;
	text-decoration:none;
}
#spalla li a:hover {
	color:#333;
	text-decoration: underline;
}
/*call*/
a.call img {
	border: 0;
	margin: 15px 0 15px 0;
}
/*immagini*/
.img_float_sx {
	float:left;
	margin-right:10px;
}
a.img_float_sx  {
	border: 1px solid #C00;
	color: #C00;
}
a:hover.img_float_sx   {
	border: 1px solid #C00;
	color: #333;
}
/*dd*/
dt {
	background: url(../images/taglio/ul.jpg) no-repeat left top;
	padding-left: 20px;
	margin-top: 10px;
	margin-left: 20px;
}
dt a {
	color:#C00;
	margin-top: 20px;
	font-weight:bold;
	text-decoration:none;
}
dt a:hover {
	color:#333;
	text-decoration:underline;
}
/*main ul li*/
#main ul {
	margin:0 0 0 15px;
	padding:0;
}
#main li {
	margin-bottom: 10px;
	padding-left: 20px;
	list-style-type:none;
	background: url(../images/taglio/ul.jpg) no-repeat top left;
}
#main li a {
	color: #C00;
}
/*form*/
.button_form {
	background: url(../images/taglio/invia.jpg) no-repeat;
	width: 83px;
	height: 36px;
	border:none;
	color: #FFF;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;	
	}	
#contact {
	margin-top: 35px;
	padding-left: 10px;
	font-size: 11px;
	color: #000;
	}
#contact a {
	color: #000;
		}
input, textarea, select {
	border: 1 px solid #CCC;			
			}