body {
	background-color: #e1e1e1;
	font-family: Arial;
	font-size: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

strong {
	color: rgb(226, 0, 26);
	font-weight: bold;
}

a {
	color: rgb(226, 0, 26);
}

:focus {
	outline: none;
}

.error {
	color: rgb(226, 0, 26) !important;
}

#bg {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 115px;
	border-bottom: 2px solid #dcdcdc;
}

	.home {
		background-image: url('../img/bg_home.jpg');
	}
	
	.servizi {
		background-image: url('../img/bg_servizi.jpg');
	}
	
	.case_histories {
		background-image: url('../img/bg_case.jpg');
	}
	
	.chi_siamo {
		background-image: url('../img/bg_chisiamo.jpg');
	}
	
	.settori {
		background-image: url('../img/bg_settori.jpg');
	}
	
	.features {
		background-image: url('../img/bg_features.jpg');
	}

#wrapper {
	width: 880px;
	
	margin: auto;
	padding: 20px 0;
}

#content {
	margin-left: 20px;
	width: 880px;
	padding-bottom: 100px;
}

#header {
	line-height: 0.001px;
	position: relative;
	top: 0;
	left: 0;
	height:72px;
}
	
	#header h1 {
		margin: 0;
	}
	
	#header ul {
		position: absolute;
		bottom: -3px;
		right: 85px;
	}
	
	#header ul li {
		float: left;
		margin-right: 40px;
	}
	
	#header ul li.last {
		margin-right: 0px;
	}
	
	#langswitch {
		position: absolute;
		top: 10px;
		right: 0;
		display: block;
		line-height: 20px;
		color: #353535;
		text-decoration: none;
		font-size: 70%;;
	}
	
		#langswitch:hover {
			color: rgb(226, 0, 26);
			text-decoration: underline;
		}
	
#footer {
	background-color: #e1e1e1;
	overflow: auto;
	font-size: 9px;
	color: #A2A2A2;
	padding-bottom: 10px;
	border-top: 5px solid #dfdfdf;
}
	#footer .content {
		width: 860px;
		margin: auto;
		padding: 10px 0px 0px 20px;
	}
	
	#footer .info {
		float: left;
		width: 300px;
	}
	
	#footer .info p {
		margin: 10px 0;
	}
	
	#footer .sezioni {
		overflow: auto;
		width: 525px;
		margin-left: 35px;
		float: left;
	}
	
	#footer .sezione {
		float: left;
		width: 95px;
		padding-right: 10px;
	}
	
	#footer h2 {
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#footer a {
		color: #aaa;
		text-decoration: none;
		line-height: 14px;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
#bgzone {
	height: 340px;
	position: relative;
	top: 0;
	left: 0;
}

#mailto {
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

#icone {
	margin-top: 20px;
}

#icone img {
	margin-right: 10px;
}

#columns {
	/*overflow: auto;*/
	width: 100%;
	position: relative;;
}

	#columns .left {
		width: 315px;
		position: absolute;
		top: 0;
		left: 0px !important;
		left: 10px;
	}
	
	#columns .right {
		margin-left: 335px;
		margin-right: 20px;
		padding-bottom: 50px;
		min-height: 260px;
		background: transparent url("../img/page_end.gif") no-repeat scroll bottom right;
		
		position: relative;
		top: 0;
		left: 0;
	}
	
	#columns .right h1 {
		color: rgb(102, 102, 102);
		padding-bottom: 9px;
		margin-bottom: 10px;
		border-bottom: 1px solid #e2001a;
		font-weight: normal;
	}
	
		#columns .right h1 span {
			color: rgb(226, 0, 26);
			font-weight: bold;
		}
		
		#columns .right p {
			margin: 10px 0;
			line-height: 18px;
		}
		
		#columns .right .title {
			margin-bottom: 20px;
		}
		
		#columns .right .who {
			text-align:right;
			margin:0;
			padding:0;
			font-size:11px;
			line-height:14px;
		}
		
.form {
	background-color: #e1e1e1;
	padding: 10px;
	width: 280px;
}

.form h2 {
	margin-top: 10px;
	color: rgb(226, 0, 26);
	font-weight: bold;
}

.form p {
	color: rgb(102, 102, 102);
}


.form label {
	display: block;
	margin-top: 10px;
}

.form input {
	width: 270px;
	padding: 5px;
	border: 0px;
}

.form .submit {
	margin-top: 25px;
	width: 130px;
	padding: 5px;
	background-color: #fff;
	color: rgb(226, 0, 26);
	font-weight: bold;
}

.form .submit:hover {
	background-color: rgb(226, 0, 26);
	color: #fff;
	cursor: pointer;
}

.sidemenu ul {
	display: block;
	height: 300px;
	overflow: hidden;
}

.sidemenu li {
	width: 278px;
	height: 78px;
	padding: 10px;
	border: 1px solid #fff;
}

.sidemenu li:hover {
	border: 1px solid #CCC;
}

.sidemenu h2 {
	color: rgb(226, 0, 26);
	font-weight: bold;
	margin: 0px 0px 2px;
}

.sidemenu h2 a {
	color: rgb(226, 0, 26);
	text-decoration: none;
}

.sidemenu p a {
	text-decoration: none;
	color: #000;
}

.sidemenu li img {
	float: left;
	margin-left: 1px;
	margin-right: 10px;
}

.sidemenu .selected {
	background-color: #eee;
}

.sidemenu .up {
	margin-right: 9px;
}

.easy {
	float: right;
	margin-top: 40px;
	margin-right: 15px;
}

.easy h2 {
	color: rgb(226, 0, 26);
	font-weight: bold;
	
	margin-bottom: 5px;
	
	border: 1px solid #e1e1e1;
	
}

.easy h2 a {
	color: rgb(226, 0, 26);
	width: 150px;
	padding: 10px;
	display: block;
	text-decoration: none;
}

.easy .selected, .easy a:hover {
	background-color: #f2f2f2;
}

#map {
	position: absolute;
	top: 105px;
	right: 20px !important;
	right: 40px;
}