/* ********** home *************/
@import "menunav.css";
@import "footer.css";
html, body {
	width: 100%;
	background-color: #fff;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color: #000;
}
/*
html {
  overflow-y: scroll;
}
*/

body, form {
	margin: 0px;
	padding: 0px;
}

div#pagina {
	position: relative;
	width: 980px;
	margin: 0px auto 0px;
}
div#testata {
	position: relative;
  float: left;
  width: 980px;
  height: 127px;
  background: #fff url(../images/testata.jpg) top left no-repeat;
}
div#content {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 978px;
  background: #fff;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
div#colsx {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 223px;
  overflow: hidden;
}
div#barraimg {
  position: relative;
  float: left;
  width: 223px;
  height: 28px;
  margin-top: 15px;
}
div#lavorazione {
  position: relative;
  float: left;
  width: 223px;
	height: 310px;
	overflow: hidden;
}
div#lavorazione .paginaLav {
	height: 310px;
	width: 223px;
}
#barranavDati {
	display: inline;
	float: left;
  width: 223px;
  max-width: 213px;
	height: 28px;
	height: 21px;
	background: url(../images/barranavdati.jpg) no-repeat;
  padding-top: 7px;
  padding-right: 10px;
}
#barranavDati .btnPagLavoraz {
	display: inline;
	float: right;
}
#nextLav, #prevLav {
	cursor: pointer;
	display: inline;
	float: left;
  width: 18px;
	height: 16px;
	margin: 0px 2px;
}
#prevLav {
  border: none;
	background: url(../images/prev.gif) no-repeat;
	margin-left: 10px;
}
#nextLav {
  border: none;
	background: url(../images/next.gif) no-repeat;
}
div#colcnt {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 526px;
  background: #fff;
  padding-left: 10px;
  padding-top: 15px;
}
div#coldx {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 219px;
  background: #fff url(../images/topdx.jpg) right top no-repeat;
  padding-top: 15px;
}
.boxpp {
  width: 208px;
  height: 55px;
  background: url(../images/boxpp.gif) top right no-repeat;
  margin-top: 5px;
  padding: 5px 5px 5px 10px;
	font: bold 10px tahoma,arial,helvetica,sans-serif;
	line-height: 11px;
	color: #444;
}
.boxpp img {
  margin-right: 5px;
  height: 54px;
  border: none;
}
div#barraflash {
	position: relative;
  float: left;
  padding-top: 10px;
  left: 0px;
  width: 978px;
  background: #fff;
  text-align: center;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
div#boxtop {
  position: relative;
  float: left;
  width: 525px;
  height: 365px;
/*  background: url(../images/fondobox.jpg) top left no-repeat;   */
}
div#cerca {
  position: relative;
  float: left;
  width: 218px;
  height: 30px;
  background: transparent;
}
.f125 {
  width: 125px;
  height: 16px;
  border: 1px #ccc solid;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
  background: #eee;
}
.cerca {
  background: url(../images/cerca.jpg) top left no-repeat;
  width: 60px;
  height: 20px;
  border: none;
  margin: 0 5px;
}
.boxsefit {
  position: relative;
  float: left;
  width: 213px;
  height: 70px;
	font: normal 10px tahoma,arial,helvetica,sans-serif;
	color: #444;
	text-align: justify;
	margin-bottom: 10px;
	padding-right: 5px;
}
.boxsefit img {
 margin: 2px 5px 0 0;
}
.boxsefit h1 {
	font: bold 11px tahoma,arial,helvetica,sans-serif;
	color: #333;
	margin: 0 0 3px 0;
}
.boxsefit a {
	font: bold 11px tahoma,arial,helvetica,sans-serif;
	color: #333;
	margin: 0;
  text-decoration: none;
}
.boxsefit a:hover {
	color: #a33;
  text-decoration: none;
}
#boxhomedx {
  position: relative;
  float: left;
  width: 218px;
	font: normal 10px tahoma,arial,helvetica,sans-serif;
	color: #444;
}
#boxhomedx img {
  margin-top: 5px;
}
.boxnews {
  position: relative;
  float: left;
  width: 203px;
  height: 65px;
	font: normal 10px tahoma,arial,helvetica,sans-serif;
	color: #444;
  background: url(../images/boxnov.gif) top left no-repeat;
	margin-top: 5px;
  padding: 5px 5px 5px 10px;
  overflow: hidden;
}
.boxnews a {
	font: normal 10px tahoma,arial,helvetica,sans-serif;
	color: #444;
	text-decoration: none;
}
.boxnews a:hover {
	color: #a33;
  text-decoration: none;
}
div#testobarra {
	font: normal 10px tahoma,arial,helvetica,sans-serif;
	color: #444;
  text-align: left;
  padding-left: 20px;
}
div#testobarra a {
	color: #444;
  text-decoration: none;
}
div#testobarra a:hover {
	color: #944;
  text-decoration: underline;
}
div#showreel {
  display: inline;
  position: relative;
  float: right;
  width: 200px;
  text-align: right;
  margin-right: 40px;
}
div#showreel a {
	font: bold 11px tahoma,arial,helvetica,sans-serif;
	color: #a00;
  text-decoration: none;
}

