body {
	margin: 0;
	/*background: transparent url('./images/bg1.png') repeat-x;*/
	/*background-color: #ffffff;*/
	background: #94ff9c url('./images/green_bg.png') repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#wrap{
	/*width: 988px;  */
	width: 980px;
	margin: 0 auto;
	border-left: 2px solid #00ED00;
	border-right: 2px solid #00ED00;
	/* background: transparent url('./images/wrapsidebg6.png') repeat-x; */
}

/*#wrap{
  background: url('./images/wrapbg2.png') repeat-y scroll center top transparent;
	width: 1000px; 
	margin: 0 auto;
}*/


#divup0 {
  height: 0px;
  border-top: 2px solid #00ED00;
}

#divup1{
	position:relative;
	/*overflow: hidden;*/
	margin: 0px;
	/* height: 194px; */
	height: 240px;
	width: 980px;
}

#divup1a{
  width: 194px;
  height: 194px;
  margin: 0px;
  float: left;
}

#divup1b{
	background: none;
	margin: 0px;
	height: 240px;
	width: 980px;
  float: left;
}

#titleheader1{
	position: absolute;
	top: 140px;
	left: 460px;
	font-family: Garamond, sans-serif;
	font-size: 32px;
	font-style: italic;
	color: white;
	z-index: 5000;
	display: none;
}
#titleheader2{
	position: absolute;
	top: 180px;
	left: 650px;
	font-family: Garamond, sans-serif;
	font-size: 32px;
	font-style: italic;
	color: white;
	z-index: 5000;
	display: none;
}

#divup1c{
  width: 223px;
  height: 194px;
  margin: 0px;
  float: left;
}

#divup1c.img {
  width: 223px;
  height: 194px;
}

#divup2{
	margin: 0px;
	padding: 0;
/*	border-top: 1px solid blue;
	border-bottom: 1px solid blue;*/
	/*height: 49px;*/
	/*background: transparent url('images/nuvole5down.jpg');*/
	/*background: transparent url('images/menubutton4.png') repeat-x;*/
	width: 980px;
	border-top: 1px solid #00ED00; /* 008000 */
	border-bottom: 1px solid #00ED00; /* 008000 */
}

div#menu1 {
	width: 980px;
	height: 46px; /* 22px */
	margin: 0px;
	padding: 0px;
	/*background-color: #1DDD57;*/
	/*background: url(./images/header_bg_green_2.png) repeat-x;*/
	background: url(./images/green_menu.png) repeat-x;
  font-weight: bold;
  font-size: 12px;
}

div#menu1 ul{
	padding: 7px 0px 0px 0px;
	margin: 0px;
	list-style: none outside;
}

div#menu1 li {
	display: inline;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	float: left;
	list-style: none;
	position: relative; /*--Important--*/
	text-shadow: 1px 1px 2px #399f1b;
}

div#menu1 a:link,
div#menu1 a:visited {
  display: block;
	line-height: 16px;
	padding: 3px 20px;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	
}
div#menu1 ul li a.selected {
	line-height: 16px;
	padding: 3px 20px;
	color: #DBFFDE;
	text-decoration: none;
	white-space: nowrap;
	/*background: url("images/menubutton4.png") repeat-x scroll 0 0 transparent;*/
	/*background-color: #008000;*/
	text-shadow: 0px 0px 4px #399f1b;
}
div#menu1 a:hover {
  /*color: #ffffff;*/
	padding: 4px 20px;
	text-shadow: 1px 0px 1px #399f1b;
}

/******* SECOND LEVEL MENU - BEGIN ******/
/* http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/ */
div#menu1 ul li .sub {
	position: absolute; /*--Important--*/
	width: 100%;
	top: 22px; left: 15px;
	z-index: 99999;
	/*background: #344c00 url('/megadropdownmenu/sub_bg.png') repeat-x; /*--Background gradient--*/
	background: #baffba url('/images/green_rx.png') repeat-y;
	padding: 5px 5px 5px 5px;
	float: left;
	border: 1px solid #00ED00;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
div#menu1 ul li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
div#menu1 ul li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
div#menu1 ul .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
div#menu1 ul .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
div#menu1 ul .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
div#menu1 ul .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	/*background: url('/megadropdownmenu/navlist_arrow.png') no-repeat 5px 12px;*/
	/*background: url('/megadropdownmenu/arrow_1.jpg') no-repeat 5px 12px;*/
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
div#menu1 ul .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}
/****** SECOND LEVEL MENU - END ******/


#content {
  margin: 0px;
  overflow: hidden;
  width: 980px;
  background: #daffdc url('./images/green_bg_content.png') repeat-x;
}

div#col1 {
	width: 756px;
	float:left;
/*	height: 400px;*/
}


div#col1 p {
	margin: 20px 40px 10px 40px;
	text-align: justify;
}

div#col1 ul {
	margin: 0px 60px;
	list-style-type: square;
}

div#col1 img{
	border: 2px solid #1DDD57;
	/*padding: 1px;*/
}

table#table_x4 {
	/*width: 600px;*/
	margin: 20px auto 20px auto;
	padding: 0px;
	border: 1px solid #008000; /* 00ED00 */
	background-color: black;
	border-collapse: collapse;
}

table#table_x4 tbody {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table#table_x4 tr {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table#table_x4 tr td {
	border: 1px solid #008000;
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 226px;
}

table#table_x4 tr td img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}



div.prodcontent {
  display: none;
}

div#col2 {
	width: 223px;
	height: 750px;
	float:left;
/*	height: 400px;*/
	text-align:center;
/*	background-color: #1DDD57;*/
  background: url('images/green_rx.png') repeat-y;
	border-left: 1px solid #00ED00; /* 008000 */
	border-bottom: 1px solid #00ED00;
}

div#col2 img{
	margin: 20px 0px;
	/*border: 1px solid #3fc7f9;*/
	border: 1px solid #00ED00;  /* 008000 */
	
}

div#certif{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #fe120c;
	background: url('images/grey_gradient.png');
	padding: 5px;
}

div.subcontent {
  width: 740px;
  margin: 10px auto;
}

div#inverters fieldset {
  margin: 0px 30px;
}


ul#productList{
	list-style-type: none;
	/*list-style-image: url('images/arrowrightlittle.png');*/
	margin-left: 0px;
	padding-left: 0px;
}

ul#productList li{
	list-style-type: none;
	/*list-style-image: url('images/arrowrightlittle.png');*/
	vertical-align: top;
	margin: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

ul#productList p {
	margin: 10px 40px 20px 40px;
}

.trigger {
	font-weight: bold;
	cursor:pointer;
}

.collapsed {
	display: block;
}

div#col1 p.question {
	font-weight: bold;
	margin: 20px 40px 0px 40px;
}
div#col1 p.answer {
	font-weight: normal;
	margin: 0px 40px 20px 40px;
}

table.tablerealiz {
  width: 700px;
  margin: 10px auto;	
}

table.tablerealiz tr {
  padding-bottom: 30px;
/*  background-color: #F5F5F5;
  border: 1px solid #c3c3c3; */
}

table.tablerealiz td {
  text-align: center;
  width: 220px;
  height: 200px;
}

/*
Snow  	#FFFAFA
WhiteSmoke  	#F5F5F5

*/

div.prodelem {
/*	float: left;*/
  position: relative; /* for absolute-positioning the specialoffer div! */
	vertical-align: middle;
	height: 175px;
	background-color: #F5F5F5;
  border: 1px dotted #c3c3c3; 
	text-align: center;
	padding-bottom: 5px;
}

div.prodlabel {
	width: 100%; 
  margin: 0 auto;
  padding: 2px 0px;
  /*font-family: Garamond, sans-serif;Verdana,Arial,Helvetica,sans-serif */
  letter-spacing: 1px;
}

div#prodvaso table.tablerealiz div.prodelem img {
  border: 1px solid #c3c3c3;
}
div#prodcampo table.tablerealiz div.prodelem img {
  border: 1px solid #c3c3c3;
}
div#prodofferte table.tablerealiz div.prodelem img {
  border: 1px solid #c3c3c3;
}

div.specialofferdiv{
	position: absolute;
	top: 16px;
	right: 18px;
	width: 40px;
	height: 38px;
	z-index: 100;
	background: transparent url('./images/special_offer.png') no-repeat;
	border: 0px;
	padding: 0px;
}

div#prodvaso div.specialofferdiv div {
	width: 100%;
	height: 100%;
}

div#descmap{
	width: 700px;
	margin: 40px 20px;
}

div#descmapsub{
	width: 500px;
	margin: 40px 120px;
}

/* google map */
div#map{
	width: 500px;
	height: 300px;
	margin: 40px 120px;
}

div#vivistats{
	display: none;
}

table#contact {
  width: 600px;
  margin: 20px auto 0px auto;
}

table#contact td.col1 {
  width: 40%;
  text-align: right;
  font-weight: bold;
  padding: 10px 20px;
}

table#contact td.col2 {
  width: 60%;
  text-align: left;
  padding: 20px 20px;
  font-size: 20px;
}

div#mailResponseDiv {
	display: none;
	width: 600px;
	margin: 5px auto;
	background-color: #7fff84;
	border: 1px solid #0be90b;
	padding: 30px 20px;
	text-align: center;
}

form#mailform {
	width: 600px;
	margin: 5px auto;
}

#mailformtable{
	width: 600px;
	background-color: #7fff84;
	border: 1px solid #0be90b;
}
#mailformtable  td{
	text-align: left;
	margin-top: 5px;
}
#mailformtable  td.col1{
	text-align: right;
	width: 40%;
}

#mailformtable  td.col2{
  width: 60%;
}

a#mailref{
  color: #AAFFFF;
}


/* div footer */
#footer{
	/*position:relative;*/
	/*float: left;*/
	margin: 0px;
	padding-top: 10px;
  border-bottom: 2px solid #00ED00;
	/*background: transparent url('images/footerbg.png') repeat-x;*/
	background-color: #1bca50; /*#008000;  */
	text-align: center;
	color: #dbffde;
	font-family: verdana, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	width: 980px;
	height: 70px;
} 	
