html,body {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #666666;
	overflow: auto;
}
body a { color: #017F98; text-decoration: underline; }
body a:hover { color: #D41527; text-decoration: underline; }
ul {}
li {}
h1, h2, h3, h4, h5, h6 {}
input, textarea {}
p {}
em {}

/* ------------------------------------------------------------------------------------- */

.hide-me { display: none; }
.clear { clear: both; }

a.skip-to-content { position: absolute;	left: -9999px; }
a:active.skip-to-content, a:focus.skip-to-content {	color: aqua; position: absolute;	left: 1em; top: 0; background: black; padding: 3px; }
a.jump-to-top {}

/* ------------------------------------------------------------------------------------- */

#wrapper {
	margin: 0 auto auto auto;
	width: 820px;
	background: #efefef;
}
#logo {
	float: left; display: inline;
	width: 210px; height: 100px;
	background: url(edilbreda_logo.jpg) top left no-repeat;
}
#logo h1, #logo h1 a {
	float: left; display: inline;
	width: 210px; height: 100px;
}
#logo h1 a span {
	display: none;
}
#gallery {
	float: right; display: inline;
	width: 610px; height: 300px;
	background: url(gallery.jpg) top left no-repeat;
	text-align: left;
}
#gallery span {
	display: block;
	width: 570px; height: 190px;
	margin-left: 15px;
	margin-top: 95px;
}
/* ---------------------------------------------- */
#nav {
	float: left; display: inline;
	width: 210px; height: 270px;
	background: url(nav.jpg) top left no-repeat;
}
#nav ul {
	float: left; display: inline;
	width: 200px; height: 120px;
	margin-top: 30px; margin-left: 10px;
	text-align: left;
}
#nav ul li {
	float: left; display: inline;
	clear: both;
	width: 200px; height: 30px; line-height: 30px;
	text-align: left;
}
#nav ul li a {
	float: left; display: inline;
	width: 200px; height: 30px;
}

a.nav { background: url(nav_menu.jpg); }

a.company { background-position: -10px -30px;}
a:hover.company {background-position: -220px -30px;}
a.info { background-position: -10px -60px; }
a:hover.info { background-position: -220px -60px;}
a.location { background-position: -10px -90px; }
a:hover.location { background-position: -220px -90px;}
a.certification { background-position: -10px -120px; }
a:hover.certification { background-position: -220px -120px; }

#nav span {	display: none; }
/* ---------------------------------------------- */
#company {
	float: right; display: inline;
	width: 610px; height: 70px;
	background: url(company.jpg) top left no-repeat;
}
#company h2 {
	color: #017F98;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
#evidence {
	float: left; display: inline;
	width: 820px; height: 230px;
	background: url(evidence.jpg) top center repeat-y;
}
.box {
	float: left; display: inline;
	width: 200px;
	background: url(box.jpg) top center no-repeat;
	text-align: left;
	color: #666666;
}
.first-box {
	margin-left: 10px;
}
.box img {
	margin-top: 23px;
	margin-left: 18px;
}
.box b {
	color: #017F98;
}
.box p {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
.read-more {
	display: block;
	margin-top: 5px;
}
#footer {
	float: left; display: inline;
	clear: both;
	width: 820px; height: 80px;
	background: url(footer.jpg) bottom left no-repeat;
	font-size: 10px;
	color: #cccccc;
}
#footer a {
	display: block;
	margin-top: 10px;
	color: #ffffff;
}
#footer p {
	margin-top: 30px;
}