body {
	background:url("../img/bg_body.gif") repeat-x scroll 0 0 #DBDBDB;
	margin:0;
	padding:0;
	width:100%;
	font-family: Arial,Helvetica,sans-serif;
	text-align:center;
}

h1{
	color: #ff6600;
	text-transform: uppercase 1px 1px 0px #fff;
	font-size: 14px;
	font-weight: bold;
}

h2{
	color: #333333;
	text-transform: uppercase 1px 1px 0px #fff;
	font-size: 12px;
	font-weight: bold;
}

a{
	text-decoration: none;
	font-size: 12px;
}

a:hover{
	text-decoration: underline;
}

p{
	color: #666666;
	font-size: 12px;
	margin:0px 0px 20px 0px;
}

#header{
	width: 100%;
	margin: auto;
	text-align: left;
	background-image: url(../img/wood.jpg);
	background-repeat: repeat;
}

.int_header{
	width: 960px;
	padding-top: 30px;
	margin: auto;
	padding-bottom: 20px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 190px;
}

#menu{
	margin:0;
	padding:0;
	text-align: right;
	display: block;
	padding-top: 11px;
	float: right;
}

#menu .int_menu{
	width: 700px;
	margin: auto;
	padding-top: 2px;
	margin-top: 150px;
}

#menu .int_menu a{
	color:#333;
	font-size:12px;
	padding:10px 10px;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 1px 1px 3px #fff;
	margin-right: 12px;
}

#menu .int_menu a:hover{
	background:url("../img/select.png") repeat-x center transparent;
	color:#fff;
	padding-top: 12px;
	text-shadow:0px 0px 0px #000;
}

#menu .int_menu a.select{
	background:url("../img/select.png") repeat-x center transparent;
	color:#fff;
	padding-top: 12px;
	text-shadow:0px 0px 0px #000;
}

#post{
	width: 960px;
	margin: auto;
	display: block;
	text-align: left;
}

.sx{
	width: 600px;
	display: block;
	float: left;
	line-height: 22pt;
	text-align: justify;
}

.sx h1{
	text-transform: uppercase;
}

.sxv{
	float: left;
	line-height: 15pt;
	text-align: justify;
	padding: 10px 0px 20px 0px;
	width: 100%;
}

.sxv h1{
	font-size: 24px;
	text-transform: none;
	margin-bottom: 10px;
	border-bottom:1px solid #D8D8D8;
	padding-bottom: 10px;
}

.sxv a{
	text-decoration: none;
	color: #FF6627;
}

.dx{
	float:right;
	line-height:18pt;
	margin-left:30px;
	text-align:justify;
	width:300px;
	margin-bottom: 20px;
}

.dx a{
	color:#ff6600;
	margin-right: 5px;
	margin-left: 5px;
	
}

.dxv{
	float:left;
line-height:15pt;
margin-left:60px;
padding:20px 0;
text-align:justify;
width:310px;
}

.dxv a{
	color:#ff6600;
	float:right;
	margin-right: 5px;
	margin-left: 5px;
}

.dxv h1{
	font-size: 24px;
	text-transform: none;
	margin-bottom: 10px;
	border-bottom:1px solid #D8D8D8;
	padding-bottom: 10px;
}

.servizi{
	float:left;
	margin:5px 15px;
	padding:10px;
	width:260px;
	height: 258px;
	border:1px solid #ccc;
}

.servizi img{
	width: 260px;
}

.servizi h2 a{
	color:#333333;
	float: left;
}

.servizi h2 a:hover{
	color:#ff6600;
}

.servizi a{
	color:#ff6600;
	float:right;
}

.clear{
	clear: both;
}

#footer{
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat;
	text-align: left;
	width: 100%;
}

#footer .int_footer{
	color: #999999;
	width: 960px;
	margin: auto;
	padding: 10px 0px;
	line-height:20pt;
}

.int_footer table td{
	font-size: 12px;
	vertical-align: top;
}

.border{
	border-top:1px solid #999;
	width: 100%;
	height: 1px;
	margin-top: 20px;
}

.int_footer img{
	padding-top: 0px;
	border: 0px;
	margin: 0px;
}

.int_footer h2 a{
	color: #ff6600;
	margin-bottom: 5px;
}

.int_footer a{
	color: #aaaaaa;
	text-decoration: none;
}

.contatti {
	border:1px solid #DEDEDE;
	padding:10px;
	float: left;
	line-height: 15pt;
	text-align: justify;
	width: 527px;
}

#form_contatti input.text{
	background:none repeat scroll 0 0 #F8F8F8;
	border:1px solid #ccc;
	height:15px;
	margin:5px 0;
	padding:5px 2px;
	width:480px;
}

#form_contatti p {
	color:#666;
	float:left;
	font:12px Arial,Helvetica,sans-serif;
	margin:0;
	padding:5px 0;
	text-transform:capitalize;
	width:100px;
}

.indietro{  
	font-size: 14px;
	font-weight: bold;
	background: #ccc no-repeat 4px 5px;  
	display: inline-block;  
	padding: 5px 20px 6px;  
	color: #333;  
	border:1px solid #ccc;  
	text-decoration: none;  
	line-height: 1.2em;  
	border-radius: 15px;  
	-moz-border-radius: 15px;  
	-webkit-border-radius: 15px;  
	-moz-box-shadow: 0 1px 3px #999;  
	-webkit-box-shadow: 0 1px 3px #999;  
	position: relative;  
	cursor: pointer;  
	outline:none;  
}

.invia{  
	font-size: 12px;
	font-weight: bold;
	background: #ff6600 no-repeat 4px 5px;  
	display: inline-block;  
	padding: 5px 20px 6px;  
	color: #fff;  
	border:1px solid #ccc;  
	text-decoration: none;  
	line-height: 1.2em;  
	border-radius: 15px;  
	-moz-border-radius: 15px;  
	-webkit-border-radius: 15px;  
	-moz-box-shadow: 0 1px 3px #999;  
	-webkit-box-shadow: 0 1px 3px #999;  
	position: relative;  
	cursor: pointer;  
	outline:none;
	float: right;
	margin:20px 70px 20px 0px;
	width: 140px;
}

#twtr-widget-1 .twtr-hd{
	padding:0px;
}