html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: #162B48 url('./img_main/background.jpg') no-repeat;
	background-position: 50% 30px;
	font-size: 76%;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9B9B9B;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

a:focus {
	outline: none;
}

img {
	 border: none;
}

.clear {
	clear: both;
}

div#root {
	width: 900px;
	position: relative;
	margin: 0px auto;
	min-height: 900px;
	height: auto !important;
	height: 900px;
}



div#menu {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 4;
	margin-left: -450px;
	width: 900px;
	height: 80px;

}
div#menu_sfondo {
	width: 900px;
	height: 80px;
	background: url('./img_main/menu.png') no-repeat top left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

div#menu h1 {
	width: 205px;
	height: 30px;
	margin: 0px;
	position: absolute;
	top: 22px;
	left: 25px;
	z-index: 5;
}
div#menu h1 a {
	width: 205px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background-image: url('./img_main/h1_hover.png');
	background-position: -100px -100px;
	background-repeat: no-repeat;
}
div#menu h1 a:hover {
	background-position: 0px 0px;
}

div#menu ul {
	position: absolute;
	top: 20px;
	left: 234px;
	width: 641px;
	height: 40px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 6;
}
div#menu li {
	position: absolute;
	height: 40px;
	top: 0px;
}
div#menu li a {
	display: block;
	width: 100%;
	height: 40px;
	text-indent: -9999px;
	background-image: url('./img/menu_hover.png');
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}
li#menu_azienda {
	width: 96px;
	left: 0px;
}
li#menu_azienda a:hover {
	background-position: 1px 10px;
}
li#menu_attivita {
	width: 104px;
	left: 96px;
}
li#menu_attivita a:hover {
	background-position: -95px 10px;
}
li#menu_lavori_in_corso {
	width: 168px;
	left: 200px;
}
li#menu_lavori_in_corso a:hover {
	background-position: -199px 10px;
}
li#menu_lavori_eseguiti {
	width: 168px;
	left: 368px;
}
li#menu_lavori_eseguiti a:hover {
	background-position: -367px 10px;
}
li#menu_qualita {
	width: 104px;
	left: 536px;
}
li#menu_qualita a:hover {
	background-position: -535px 10px;
}

div#menu li div.tendina {
	width: 150px;
	position: absolute;
	top: 37px;
	left: 0px;
	background: #162B48;
	display: none;
}
div#menu li.hover div.tendina {
	display: block;
}
div#menu li div.tendina ul {
	width: 150px;
	height: auto;
	left: auto;
	position: static;
	padding-bottom: 5px;
}
div#menu li div.tendina li {
	width: 150px;
	height: auto;
	position: static;
}
div#menu li div.tendina a {
	width: 100%;
	height: auto;
	display: block;
	padding: 3px 5px;
	text-indent: 0px;
	background: none;
	text-decoration: none;
	color: inherit;
}
div#menu li div.tendina a:hover {
	background: none;
	color: #FFFFFF;
}


div#body {
	padding-top: 90px;
	position: relative;
	z-index: 1;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	width: 900px;
	float: left;
}
div#topimages {
	width: 900px;
	height: 350px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #162B48;
}
div#topimages_images {
	height: 350px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
div#topimages_images div.top-image {
	width: 900px;
	height: 350px;
	position: absolute;
	top: 0px;
	text-align: center;
}

div#topimages_bottom {
	width: 900px;
	height: 90px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
div#topimages_left {
	width: 50px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background: url('./img_main/left_arrow.png') no-repeat top left;
}
div#topimages_right {
	width: 50px;
	height: 90px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background: url('./img_main/right_arrow.png') no-repeat top right;
}
div#topimages_thumbs {
	width: 100%;
	clear: both;
	float: left;
}
div#topimages_thumbs div {
	float: right;
	position: relative;
	right: 50%;
}
div#topimages_thumbs ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	left:  50%;
	position: relative;
}
div#topimages_thumbs ul li {
	width: 80px;
	padding: 5px;
	float: left;
}
div#topimages_thumbs ul li img {
	border: 2px solid #FFFFFF;
}

div#topimages.article {
	clear: both;
}
div#topimages.article div#topimages_left,
div#topimages.article div#topimages_right {
	display: none;
}

div#topimages.article div#topimages_images img {
	max-width: 890px;
	max-height: 340px;
	border: 5px solid #FFFFFF;
}


div#vetrina {
	height: 140px;
	background: url('./img_main/sub_visual.png') no-repeat top center;
	clear: both;
}
div#vetrina_static {
	height: 140px;
	position: relative;
}
div#vetrina_static div.vetrina {
	width: 300px;
	height: 140px;
	position: absolute;
	top: 0px;
}
div#vetrina_static div.vetrina a {
	display: block;
	width: 250px;
	height: 138px;
	padding: 2px 0px 0px 50px;
	text-decoration: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
div#vetrina_static div.container {
	position: absolute;
	top: 24px;
	left: 45px;
	z-index: 2;
	width: 217px;
	height: 99px;
	overflow: hidden;
}
div#vetrina_static div.title {
	text-indent: -9999px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 217px;
	height: 47px;
}
div#vetrina_static div.bg {
	display: block;
	width: 280px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 1;
}

div#vetrina_ccl {
	left: 0px;
}
div#vetrina_ccl div.bg {
	background: url('./img_main/vetrina_ccl.png') no-repeat top left;
}
div#vetrina_ccl div.title {
	background: url('./img_main/vetrina_ccl_hover.png') no-repeat top left;
}


div#vetrina_aec {
	left: 300px;
}
div#vetrina_aec div.bg {
	background: url('./img_main/vetrina_aec.png') no-repeat top left;
}
div#vetrina_aec div.title {
	background: url('./img_main/vetrina_aec_hover.png') no-repeat top left;
}

div#vetrina_pqa {
	left: 600px;
}
div#vetrina_pqa div.bg {
	background: url('./img_main/vetrina_pqa.png') no-repeat top left;
}
div#vetrina_pqa div.title {
	background: url('./img_main/vetrina_pqa_hover.png') no-repeat top left;
}


div#contents {
	width: 560px;
	float: left;
	margin: 50px 300px 50px 0px;
	padding: 0px 0px 5px 40px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}

div#contents h2 {
	color: #FFFFFF;
}

div#contents div.image {
	float: left;
	margin: 0px 10px 5px 0px;
}
div#contents div.image img {
	border: 2px solid #FFFFFF;
}

div#right {
	width: 300px;
	margin: 50px 0px 50px -300px;
	float: left;
	position: relative;
}
div#right_bg {
	width: 280px;
	height: 150px;
	background: url('./img_main/right.png') no-repeat top left;
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 1;
}
div#right_contents {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	padding: 10px 0px;
}

div#right_search {
	position: relative;
	height: 30px;
}
div#right_search form,
div#right_search fieldset {
	margin: 0px;
	border: none;
}
input#search_input {
	position: absolute;
	width: 186px;
	left: 40px;
	margin: 0px;
	border: none;
	background: transparent;
	padding: 2px 4px;
	color: #FFFFFF;
}
button#search_send {
	position: absolute;
	left: 250px;
	border: none;
	background: transparent;
	padding: 0px 3px;
	margin: 0px;
	color: #FFFFFF;
}

div#right_contacts {
	padding: 15px 20px 10px 45px;
	height: 50px;
}
div#right_contacts h3 {
	color: #FFFFFF;
	margin: 0px;
	font-size: 1.1em;
	font-weight: normal;
}
div#right_contacts p {
	margin: 0px;
}
div#right_tags {
	padding: 7px 5px 0px 45px;
}
div#right_tags h3 {
	color: #FFFFFF;
	margin: 0px 0px 3px 0px;
	font-size: 1.1em;
	font-weight: normal;
}
div#right_tags a {
	text-decoration: none;
	color: inherit;
}




/* Listati home sezione */
div.list {
	padding: 15px 0px;
	clear: both;
}
div.item {
	width: 100%;
	padding: 15px 0px;
	clear: both;
	float: left;
}
div.item  h3  {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
div.item  h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
div.item div {
	float: left;
	margin: 0px 10px 0px 0px;
}
div.item div img {
	border: 3px solid #FFFFFF;
}
div.item  p {
	line-height: 1em;
	margin: 0px;
	text-align: justify;
	/*height: 1em;
	overflow: hidden;*/
}
div.item  p a {
	color: #000000;
	text-decoration: none;
}



div#loading {
	width: 100%;
	height: 100%;
	background: #162b48 url('./img/loading_lights.gif') no-repeat center center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 25;
}
div#loading div {
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	padding: 30px 0px;
	color: #FFFFFF;
	text-align: center;
}



#nl_form {
	margin: 20px 0px;
}
#nl_form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#nl_form fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
}
#nl_form div.field-row {
	clear: both;
	float: left;
	width: 100%;
	padding: 2px 0px;
}
#nl_form div.field-label {
	display: block;
	padding: 0px 0px;
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#nl_form div.field-data input.text,
#nl_form div.field-data textarea {
	background: #FFFFFF;
	border: none;
	padding: 2px;
	font-family: inherit;
	font-size: inherit;
	width: 400px;
}
#nl_form div.field-data {
	padding-left: 110px;
}

div#footer {
	clear: both;
	height: 100px;
	text-align: center;
	margin-top: 60px;
	color: inherit;
}


h3#news_title {
	clear: both;
	font-size: 1.4em;
	color: #FFFFFF;
	margin: 30px 0px 10px 0px;
}
ul#news_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#news_list li {
	padding: 2px 0px;
}


ul.gallery {
	list-style: none;
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
}
ul.gallery li {
	float: left;
	padding: 5px;
	margin: 0px;
	width: 84px;
	height: 84px;
	text-align: center;
}
ul.gallery li img {
	border: 2px solid #FFFFFF;
}

