/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 74%;
	background: #ffffff;
	margin: 0;
	padding: 1em;
	width: 120px;
}

#content {
	width: 82em;
	background-color: white;
	padding: .5em 0;
	border: 1px solid #CCCCCC;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

html>body #content {
	width: 82em;
} 

a {
	text-decoration: none;
}

a:link {
	color: #b2d04f;
}

a:visited {
	color: #c8db00;
}

a:active {
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

h2 {
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:#f63234;
	padding:0;
	margin:0;
}

h3 {
	font-weight:bold;
	font-size: 120%;
	margin: 0;
}

h4 {
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
	padding:0;
	margin:0;
}

ul {
	list-style: none;
	padding: .2em 3px;
	margin: 0em;
}

/* main content and images */

div.float {
	float: left;
	background-color:#FFFFFF;
	width: 320px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
  }
  
div.float#logo {
	float: left;
	background-color:#FFFFFF;
	width: 105px;
	height: 375px;
	margin: 0px;
	padding: 0px;
}
  
div.float#first {
	float: left;
	background-color:#FFFFFF;
	width: 300px;
	height: 400px;
	padding: 0px;
}

div.float#map {
	float: left;
	background-color:#FFFFFF;
	width: 400px;
	height: 400px;
	padding: 0px;
}

div.float#square {
	float: left;
	background-color:#FFFFFF;
	width: 400px;
	height: 400px;
	padding: 10px 0px 0px 20px;
}

div.float#second {
	float: left;
	background-color:#FFFFFF;
	width: 430px;
	height: 400px;
	padding: 0px;
}

div.float#third {
	float: left;
	background-color:#FFFFFF;
	width: 440px;
	height: 434px;
	padding: 0px;
}

div.float#center {
	float: left;
	background-color:#FFFFFF;
	width: 175px;
	height: 50px;
	padding: 0px 0px 0px 13px;
	font-size: 95%;
}
  
div.float#main {
	float: left;
	background-color:#FFFFFF;
	width: 605px;
	height: 385px;
	padding: 0px;
}

div.float#home {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

div.float#contact {
	float: left;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 280px;
	height: 380px;
}

  
div.float p {
	text-align: left;
	padding: 2px 0px 0px 10px;
	font-size: 104%;
}
   
div.container {
	float: left;
	width: 860px;
	height: 402px;
	padding: 10px 10px 10px 0px;
	margin: 0px
  }
  
div.containerhome {
	float: left;
	width: 81em;
	height: 400px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
  }

div.spacer {
	clear: both;
}

/* Primary Navigation Tabs */

#nav a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #999999;
	padding: 0.2em 3px;
}

#nav li li a:hover {
	padding: 0.2em 3px;
	border: solid;
	border-width: 0 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FF9900;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

li {
	float: left;
	position: relative;
	width: 7.3em;
	text-align: center;
	cursor: default;
	background-color: white;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-color: #CCCCCC;
	border-right-color: white;
	border-bottom-color: #CCCCCC;
	border-left-color: white;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

li#first {
	border-left-width: 8.5em;
}

li#last {
	border-right-width: .1em;
}

div#navigation{
	padding-top:23px;
}

div#quality {
	background:url(graphic/stampitalia.gif) top no-repeat;
	padding-top:23px;
}

li ul {
	display: none;
	position: absolute;
	top: 3em;
	left: 0;
	font-weight: normal;
	background: url(graphic/wh.gif) bottom left repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #cccccc;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: white;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

p {
	font-size:102%;
	clear: left;
	padding: 0em;
	margin: 0;
}

div.footer {
	background-color: #cccccc;
	height: 11px
}

#footer {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 4px 50px 0px 0px;
	position: relative;
    bottom: 0;
}

