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,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body {	
	background: url(../images/bg2.png);
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Tahoma, sans serif;
	font-size: 13px;
	color: white;
	text-align: center;
	margin: 0px; padding: 0px;
}

a, a:visited, a:active {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted #888;
}

a:hover {
	border-bottom: 1px dotted #fff;
}

#head {
	width: 100%;
	height: 239px;
	background: url(../images/bg_head.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 30px 0px;
}

#head h1 {
	width: 1000px;
	height: 239px;
	margin: 0px auto;
	background: url(../images/head.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#content {
 	width: 800px;
	margin: 10px auto;
}

#content div.column {
	width: 350px;
	margin: 0px;
	margin-bottom: 20px;
	float: left;
	padding-bottom: 20px;
	background: url(..//bg_content.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#content div.left {
 	margin-left: 25px;
	margin-right: 50px;
}

#content div.right {
	margin-right: 25px;
}

#content div.inner {
	margin: 0px;
	margin-right: 50px;
}

#content div.columnbig {
	width: 750px;
	margin: 0px 25px 20px 25px;
	clear: both;
	padding-bottom: 20px;
	
}

#content h2 {
 	width: 100%;
 	height: 33px;
	text-indent: -10000px;
}

#content h2.contatti {
	background: url(../images/h2_contatti.png);
	background-repeat: no-repeat;
}

#content h2.certificazioni {
	background: url(../images/h2_certificazioni.png);
	background-repeat: no-repeat;
}

#content h2.servizi {
	background: url(../images/h2_servizi.png);
	background-repeat: no-repeat;
}

#content h2.dovesiamo {
	background: url(../images/h2_dovesiamo.png);
	background-repeat: no-repeat;
}

p {
	text-align: left;
	letter-spacing: 1px;
	padding: 10px;
	color:white;
}

#credits {
 	width: 750px;
 	margin: 20px auto;
 	margin-bottom: 25px;
	clear: both;
	border-top: 3px solid #ccc;
}

iframe {
	margin: 10px 0px 0px 0px;
}

small {
	margin: 0px;
}

strong {
	font-weight: bold;
	color: #e68a31;
}

strong.servizi {
	color: white;
	font-size: 13px;
}



