body  {
	margin: 0px;
	font-size: 9pt;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333333;
}
h1 { display: none; }
a:link, a:visited {
	color: #7E92A7;
	text-decoration: none;
}
a:hover, a:active { text-decoration: underline; }
.clear {
	height: 0px;
	clear: both;
}
.floatright { float: right; }
.floatleft { float: left; }

/* ###################################### */
/* ############### HEADER ############### */
/* ###################################### */
#header {
	background: #4D637A url("images/header_bg.gif") no-repeat;
	height: 142px;
}
#header ul {
	width: 420px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header ul li {
	float: left;
}
#header ul li a {
	display: block;
	background: transparent url("images/menu.gif");
	text-indent: -5000px;
	text-decoration: none; /* Firefox ugly underline removal */
	height: 25px;
}
#header ul li#lazienda a { width: 92px; }
#header ul li#stampadigitale a { width: 115px; background-position: -92px 0px; }
#header ul li#provecolore a { width: 95px; background-position: -207px 0px; }
#header ul li#controlloqualita a { width: 118px; background-position: -302px 0px; }
#header ul li#downloads a { width: 92px; background-position: 0px -25px; }
#header ul li#formazione a { width: 115px; background-position: -92px -25px; }
#header ul li#eventi a { width: 95px; background-position: -207px -25px; }

#header ul li#lazienda a:hover { width: 92px; background-position: 0px -50px;  }
#header ul li#stampadigitale a:hover { width: 115px; background-position: -92px -50px; }
#header ul li#provecolore a:hover { width: 95px; background-position: -207px -50px; }
#header ul li#controlloqualita a:hover { width: 118px; background-position: -302px -50px; }
#header ul li#downloads a:hover { width: 92px; background-position: 0px -75px; }
#header ul li#formazione a:hover { width: 115px; background-position: -92px -75px; }
#header ul li#eventi a:hover { width: 95px; background-position: -207px -75px; }

h2 {
	margin: 38px 0px 0px 20px;
	font-size: 18pt;
	color: #FFFFFF;
	text-shadow: #333333 0px 1px 4px;
	letter-spacing: -0.05em;
}
h3 {
	font-size: 8pt;
	color: #FFFFFF;
	margin: 4px 0px 0px 40px;
	text-shadow: #333333 0px 1px 4px;
}
#container { width: 760px;  border-top: 1px solid #CCCCCC;}

/* ###################################### */
/* ############## CONTENT ############### */
/* ###################################### */
#content { width: 540px; float: left; }
#content h4 {
	font-size: 12pt;
	font-weight: normal;
	color: #4D637A;
	margin: 20px 0px;
	padding: 0px 0px 2px 20px;
	border-bottom: 1px solid #4D637A;
	background: transparent url("images/content_h4.gif") repeat-x bottom;
}
#content h5 {
	width: 200px;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 1px dotted #CCCCCC;
	border-left: none;
	padding: 0px 0px 0px 20px;
	background: #4D637A url("images/content_h5_bg.gif") no-repeat right center;
}
#content p { padding: 0px 20px; }
#content p.readevent {
	display: block;
	text-align: right;
}
#content p.readevent a:link,
#content p.readevent a:visited {
	background-color: #F0F0F0;
	color: #4D637A;
	padding: 2px 3px;
	font-weight: bold;
}
#content p.readevent a:hover,
#content p.readevent a:active {
	background-color: #4D637A;
	color: #FFFFFF;
}
#content blockquote {
	padding: 7px 10px;
	margin: 0px 40px;
	font-style: italic;
	border: 1px dashed #CCCCCC;
	line-height: 130%;
	text-align: justify;
	font-size: 8pt;
}
#content p img.floatright, #content p img.floatleft { margin: 10px; }
#content ul {
	padding-right: 20px;
	list-style-image:  url("images/content_ul.gif");
}
#content div.productlist { padding: 20px; }
#content div.productlist h6 {
	color: #CC9933;
	font-size: 9pt;
	margin: 0px;
}
#content div.productlist img {
	float: right;
	margin-left: 10px;
	border: 0px;
}
#content div.productlist p {
	padding: 0px;
	margin: 0px;
}
#content div.productlist2 {
	background-color: #E2E6EA;
}

#content table {
	font-size: 8pt;
	width: 498px;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
}
#content table th, #content table td.label {
	width: 70px;
	color: #4D637A;
	background-color: #E2E6EA;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#content table th { text-align: center; width: inherit; }
#content table.product-specs td.label { width: 180px; }
#content table td.label span{
	font-weight: normal;
	color: #333333;
}
#content table td.desc2 { background-color: #FFFDDD; }
#content table td.desc,
#content table td.desc2 { border-bottom: 1px solid #CCCCCC; }

a.brochure:link, a.brochure:visited {
	display: block;
	font-size: 8pt;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background: transparent url("images/icon_pdf.gif") no-repeat left center;
	padding: 2px 0px 2px 20px;
}
a.brochure:hover, a.brochure:active {
	text-decoration: underline;
}

/* ###################################### */
/* ################ MENU ################ */
/* ###################################### */
#menu {
	float: right;
	width: 218px;
	background-color: #FFFDDD;
	color: #666666;
	border: 1px dashed #CCCCCC;
	border-top: none;
}
#menu h4 {
	font-size: 8pt;
	text-transform: uppercase;
	color: #CC9933;
	border: 1px dotted #CCCCCC;
	padding: 1px 0 0 5px;
	margin: 20px 20px 5px 20px;
	background: #FFFFFF url("images/menu_h4_bg.gif") no-repeat right center;
}
#menu h5 {
	font-size: 8pt;
	text-align: center;
	color: #CC9933;
	border: 1px dotted #CCCCCC;
	margin: 5px 20px 1px 20px;
	padding: 1px 0 0 5px;
}
#menu p {
	font-size: 8pt;
	padding: 0px 20px;
}
#menu form {
	font-size: 8pt;
	padding: 0px 20px 10px 20px;
}
#menu form input { width: 168px; }
#menu form textarea { width: 168px; height: 60px; }
#menu form input.button { width: 85px; float: left; }
#menu ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 20px;
	list-style-type: none;
}
#menu ul li a:link, #menu ul li a:visited {
	display: block;
	width: 174px;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	padding: 1px;
}
#menu ul li a:hover, #menu ul li a:active {
	background-color: #FFFFFF;
}

/* ###################################### */
/* ############### FOOTER ############### */
/* ###################################### */
#footer {
	clear: both;
	width: 700px;
	color: #666666;
	font-size: 8pt;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 10px 30px;
}