/* Eric Meyer CSS Reset Reload */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,
kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol,ul {
	list-style: none;
}
caption,th,td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote,q {
	quotes: "" "";
}
/* Fine Eric Meyer CSS Reset */

/* Stili base */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #670909;
}

img {
	display: block;
}

strong {
	font-weight: bold;
}

a,
a:hover,
a:visited,
a:active
{
	color: #27a9cd;	
}


#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#header {
	background: url(img/header-bottom.png) no-repeat bottom left;
}


	h1#logo {
		display: block;
		text-indent: -9999px;
		background: url(img/logo.png) no-repeat top left;
		width: 267px;
		height: 134px;
		margin-top: 5px;
	}

#wrapper {
	width: 882px;
	float: left;
	overflow: hidden;
	padding-left: 6px;
	background: url(img/fade-left.png) repeat-y top left;
}

	.header {
		width: 876px;
		height: 274px;
		background: url(img/banner-bottom.png) no-repeat bottom left;
		padding-bottom: 5px;
	}

	#content {
		width: 876px;
		overflow: hidden;
		padding: 0 4px 0 0;
		background: url(img/fade-right.png) repeat-y top right;
		position: relative;
	}


#navigation {
	width: 110px;
	float: right;
}

	#mainmenu {
		padding: 0;
		margin: 0;
		list-style: none;
	}

		#mainmenu li,
		#mainmenu li a {
			display: block;
			width: 110px;
			height: 110px;
		}

		#mainmenu li {
			background: url(img/background-menubutton.png) no-repeat top left;
			padding: 3px;
		}

		#mainmenu li.first {
			background: url(img/background-menubutton-top.png) no-repeat top left;
			padding: 0 3px 3px 3px;
		}

			#mainmenu li a {
				background: url(img/menu_110x110_sprite.png) no-repeat;
				text-indent: -9999px;
			}

			#mainmenu li#menu_home a {
				background-position: 0 0;
			}

				#mainmenu li#menu_home a:hover {
					background-position: -110px 0;
				}

			#mainmenu li#menu_servizi a {
				background-position: 0 -110px;
			}

				#mainmenu li#menu_servizi a:hover {
					background-position: -110px -110px;
				}

			#mainmenu li#menu_portfolio a {
				background-position: 0 -220px;
			}

				#mainmenu li#menu_portfolio a:hover {
					background-position: -110px -220px;
				}

			#mainmenu li#menu_clienti a {
				background-position: 0 -330px;
			}

				#mainmenu li#menu_clienti a:hover {
					background-position: -110px -330px;
				}

			#mainmenu li#menu_contatti a {
				background-position: 0 -440px;
			}

				#mainmenu li#menu_contatti a:hover {
					background-position: -110px -440px;
				}

.maincontent {
	background-color: #fff;
}

#followus {
	overflow: hidden;
	position: relative;
}

	#followus li {
		float: left;
		margin: 2px;
		display: block;
		width: 25px;
		height: 25px;
	}

		#followus li a {
			display: block;
			width: 25px;
			height: 25px;
			text-indent: -9999px;

		}

			#followus li.twitter a {
				background: url(img/icon_twitter.png) no-repeat top left;
			}

			#followus li.facebook a {
				background: url(img/icon_facebook.png) no-repeat top left;
			}

#footer {
	clear: left;
	width: 876px;
	padding: 1px 5px 6px 6px;
	background: url(img/fade-footer.png) no-repeat bottom left;

}

	#footer h6 {
		height: 12px;
		margin: 10px 0;
		background: url(img/footer-nostriclienti.png) no-repeat top center;
		text-indent: -9999px;
	}

	#footer .client-logos {
		padding: 10px 10px;
		overflow: hidden;
		position: relative;
		width: 856px;
		height: 35px;
	}

		#footer .client-logos li {
			float: left;
			padding: 5px 18px;
		}

	#footer .footerinfo {
		clear: both;
		padding: 20px 5px;
		text-align: right;
	}

