/* CSS Document */
/* -----------------------------------*/
/* ---------->>> BODY <<<-----------*/
/* -----------------------------------*/
body {
   margin: 0;
   padding: 0;
   background: #f4f4f4 url(../immagini/bgpage.jpg) repeat-x left top;
   font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   list-style: none;
}

/* -------------------------------------------*/
/* ---------->>> MAIN CONTAINER <<<-----------*/
/* -------------------------------------------*/
#maincontainer{
	width: 918px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	height: 100% !important;
	height /**/: 100%;
	height: 100%;
	background-color: transparent;
	border-top: 3px solid #99bade;
	background: #FFFFFF url(../immagini/ondabg2.gif) no-repeat left top;
}

/* -------------------------------------------------*/
/* ---------->>> MAIN CONTAINER ADMIN <<<-----------*/
/* -------------------------------------------------*/
#maincontainer_admin{
	width: 918px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	height: 100% !important;
	height /**/: 100%;
	height: 100%;
	background-color: transparent;
	border-top: 3px solid #FF0000;
	background: #FFFFFF url(../immagini/ondabg2_admin.jpg) no-repeat left top;
}


/* --------------------------------------------*/
/* ---------->>> PARTE SUPERIORE <<<-----------*/
/* --------------------------------------------*/
#topsection{
	width: 875px;
	margin: 0 auto;
   height /**/: 110px;
   height: 110px !important;
	height: 110px;
	background-color: transparent;
}

#contentTop{
	width: 875px;
	margin: 0 auto;
   height /**/: 110px;
   height: 250px !important; /* for ie7 */
	height: 110px;
	background-color: transparent;
	margin-top: -20px;
}

#contentClip{
	float: left;
	margin: 0 0 0 0;
	background-color: transparent;
	width: 656px;
   height /**/: 260px;
   height: 250px !important;
	height: 260px;
}

#rightMenu{
	float: right;
	width: 219px; /*Width of right column*/
	height /**/: 260px;
   height: 260px !important;
	height: 260px;
	background: #1B1A1B;
}


/* --------------------------------------------*/
/* ---------->>> ELEMENTI <<<------------------*/
/* -------------------------------------------*/
/* Link styles */
a:link {
	color:#333;
	font-weight: 700;
	text-decoration: none;
	}

a:visited {
	color:#333;
	font-weight: 700;
	text-decoration: none;
}
	
a:hover {
	color:#2765aa;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/*line style */
hr.line {
	width:100%;
	height:1px;
	border:#E5E5E5 solid 1px;
}

/* form styles */
form {
	margin: 0;
	padding: 0;
}

form label {
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

form input {
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}


/* --------------------------------------------------*/
/* ---------->>> NAVIGAZIONE PRIMARIA <<<-----------*/
/* -------------------------------------------------*/
#contentNav {
   height /**/: 52px;
   height: 52px;
}


/* Primary Nav styles */
#primaryNav {
   clear: both;
   width: 875px;
   height: 3.6em !important;
   height /**/: 3.6em;
   height: 3.6em;
   margin: 0 auto;
   padding: 0 0 0 0;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   background: #1B1A1B url(../immagini/bgNav.gif) repeat-x left top;
}

#primaryNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#primaryNav li {
	display: inline;
	margin: 0;
}

#primaryNav a {
	float: left;
	font-size: 1.1em;
	line-height: 3.0em;
	font-weight: bold;
	padding: 0px 36px 0px 36px;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #666;
}

#primaryNav a:hover {
	border-top: 2px solid #2765aa;
	color: #2765aa;
	background-color: Black;
}

body#home li#home_link a, body#chisiamo li#chisiamo_link a, body#prodotti li#prodotti_link a, body#network li#network_link a, body#contatti li#contatti_link a {
	border-top: 2px solid #FF0000;
	background-color: #000000;
	color: #FFFFFF;
}


/* -----------------------------------------------*/
/* ---------->>> CONTENT PRINCIPALE <<<-----------*/
/* -----------------------------------------------*/
/* Content Main Styles*/
#contentMain {
   margin: 0 auto;
   width: 875px;
   height: 99% !important;
   height /**/: 99%;
   height: 99%;
   /*background: transparent url(../immagini/bgMain.gif) repeat-x left bottom;*/
   background-color: #FFFFFF;
}

#contentSxMain {
	float: left;
	width: 630px !important;
	width /**/: 630px;
	width: 630px;
	padding: 0;
	font-size:1.1em;
}

#contentDxMain {
	float: right;
	width: 220px;
   padding: 0;
}

#contentSxMain h1 {
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	letter-spacing:0.1em;
	color: #000000;
	line-height: 25px;
	background: transparent url(/immagini/bg_sfumato.gif) repeat-y 0px 30px;
	margin-top: 0px;
	padding-left:5px;
}

#contentSxMain img {
	border:#CCCCCC solid 1px;
	margin-right: 5px;
	margin-bottom: 3px;
}


#contentSxMain dl {
	background-color: transparent;
}

#contentSxMain dt {
	padding-left: 20px;
	margin-bottom: 2px;
	background: transparent url(/immagini/bullet.gif) no-repeat 0 2px;
}

#contentSxMain dt .titolo {
	font-weight: 600;
	font-size: 1.2em;
	color: #2765aa;
}

#contentSxMain dt a:link, #contentSxMain dt a:visited {
	font-weight: 600;
	color: #2765aa;
}

#contentSxMain dd {
	margin-left: 0px;
	font-size: 1.1em;
}

#contentSxMain dd .txt1 {
	padding-left: 5px;
}

#contentSxMain dd .txt2 {
	padding-left: 5px;
	color: #2765aa;
}

#contentHalf1, #contentHalf2 {
	width: 280px;
	height: 220px;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

#contentHalf1 {;
	float: left;
}

#contentHalf2 {
	float: right;
}

#contentHalf1 h2, #contentHalf2 h2 {
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #2765aa;
	margin-bottom: 2px;
	padding-left: 20px;
	background: transparent url(/immagini/bullet.gif) no-repeat 0 2px;
}

#contentHalf1 a:link, #contentHalf1 a:visited, #contentHalf2 a:link, #contentHalf2 a:visited  {
	color: #2765aa;
	text-decoration: underline;
	font-weight: 600;
}

#contentHalf1 a:hover, #contentHalf2 a:hover  {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}

#contentHalf1 .modulo, #contentHalf2 .modulo {
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	display:block;
	margin: 5px 0 0 0;
	padding:0 0 0 20px;
}

#contentHalf1 .txt, #contentHalf2 .txt {
	display:block;
	margin: 5px 0 0 0;
	padding:0 0 0 20px;
}

/* Box Dx */
#contentDxMain .box1 {
	width: 216px;
	float: right;
	background: transparent url(../immagini/ico_chiave.gif) no-repeat 0 6px;
	margin-bottom: 10px;
}

#contentDxMain .box1 h1 {
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: 600;
	color: #2765aa;
	line-height: 35px;
	background: transparent url(../immagini/bgDotLine.gif) repeat-x 0 30px;
	margin-top: 0px;
	padding-left: 25px;
}


#contentDxMain .box2 {
	width: 220px;
	float: right;
	background: transparent url(../immagini/ico_vero.gif) no-repeat 0 6px;
	margin-bottom: 10px;
}

#contentDxMain .box2 h1 {
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: 600;
	color: #2765aa;
	line-height: 35px;
	background: transparent url(/immagini/bgDotLine.gif) repeat-x 0 30px;
	margin-top: 0px;
	padding-left: 25px;
}


#contentDxMain  .box2 ul, #contentDxMain  .box1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentDxMain .box2 li, #contentDxMain  .box1 li {
	margin: 0;
	display: block;
}

#contentDxMain .box2 a, #contentDxMain  .box1 a {
	font-size: 1.1em;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid Black;
}

#contentDxMain .box2 a:hover, #contentDxMain  .box1 a:hover {
	border-bottom: 2px solid #2765aa;
	color: #2765aa;
}


#menutree { 
	width:220px;
	float: right;
	background: transparent url(../immagini/ico_vero.gif) no-repeat 0 6px;
	margin-bottom: 5px;
}

#menutree h1 {
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: 600;
	color: #2765aa;
	line-height: 35px;
	background: transparent url(/immagini/bgDotLine.gif) repeat-x 0 30px;
	margin-top: 0px;
	padding-left: 25px;
}

#menutree .miomenufolder {
	width:210px;
	padding:5px 0 5px 0px;
}

#menutree .menuopen {
	padding-bottom:5px;
}

#menutree .miomenufolder a:link, #menutree .miomenufolder a:visited {
	color: #2765aa;
	text-decoration:none;
}
#menutree .miomenufolder a:hover {
	color: #2765aa;
	text-decoration:underline;
}

#menutree .miomenufolder img {
	padding-right:4px;
	vertical-align:middle;
}
#menutree .linkmenudocument { 
	width:auto;
	padding:1px;
}

#menutree .linkmenudocument a:link, #menutree .linkmenudocument a:visited { 
	color: #000000;
}

#menutree .linkmenudocument img { 
	vertical-align:middle;
	padding-right:2px;
}
/*************** *** ************* */



/* --------------------------------------------*/
/* ---------->>> PARTE INFERIONE <<<-----------*/
/* --------------------------------------------*/
/* Close Img */
#closeMain {
   margin: 0px auto;
   width: 875px;
   clear: both;
   padding: 0;
   border-bottom: 1px solid #D3D3D3;
}

#footer{
	clear: both;
	width: 100%;
	font-size: 0.9em;
	background-color: transparent;
	color: #cccccc;
	text-align: center;
	padding: 4px 0;
}

#footer a{
	color: #cccccc;
}



/* --------------------------------------------*/
/* ---------->>> CLASSI <<<--------------------*/
/* --------------------------------------------*/
.clear {
   clear: both;
}

.logo{
	width: 720px;
	float: left;
	background-color: transparent;
}

.contact {
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E5E5E;
	padding-top: 40px;
}

.contact a:link, .contact a:visited {
	text-decoration: underline;
	color: #5E5E5E;
	font-weight: 600;
}
.contact a:hover {
	color: #2765aa;
	text-decoration: none;
}


.contact_admin {
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	padding-top: 40px;
}

.contact_admin a:link, .contact a:visited {
	text-decoration: underline;
	color: #FF0000;
	font-weight: 600;
}
.contact_admin a:hover {
	color: #000000;
	text-decoration: none;
}

.clip {
	background-color: transparent;
}

.menuFlag {
	height: 52px;
	text-align: center;
	background-color: transparent;
	border-bottom: 1px solid #FFFFFF;
}

.menuTop {
	border-bottom: 1px solid #FFFFFF;
	height: 68px;
	background: transparent url(/immagini/bgBtnMenuTop.gif) repeat-x left top;
}


/* --------------------------------------------*/
/* ---------->>> PARTE SINISTRA <<<-----------*/
/* --------------------------------------------*/
/* messaggio contentSxMain */
#contentSxMain .messaggio {
	margin-top: 10px;
	border: 3px solid #FF4500;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 1.1em;
	font-weight: 600;
	padding: 5px 5px;
}


/* form contentSxMain */
#contentSxMain .boxForm1 {
	margin-left: 10px;
}

#contentSxMain #BloccoForm1 {
	margin-top: 0.5em;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	padding-left: 5px;
	height: 25px !important;
	height /**/: 25px;
	height: 25px;
}

#contentSxMain #BloccoForm2 {
	margin-top: 0.5em;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	padding-left: 5px;
	height: 75px !important;
	height /**/: 25px;
	height: 25px;
}

#contentSxMain #BloccoForm1 label, #contentSxMain #BloccoForm2 label {
	font-size: 1.1em;
	float: left;
	padding-top: 0.5em;
	width: 130px;
}

#contentSxMain #BloccoForm1 .campo1 {
	float: left;
}

#contentSxMain #BloccoForm1 .txt1 {
	float: left;
	font-size: 1.2em;
	padding-top: 5px;
}

#contentSxMain #field1 {
	border: 1px inset #BFBFBF;
	background: #dadada;
	color: #313131;
	width: 300px;
}

#contentSxMain #field2 {
	border: 1px inset #BFBFBF;
	background: #dadada;
	color: #313131;
	width: 100px;
}

#contentSxMain #field3 {
	border: 1px inset #BFBFBF;
	background: #dadada;
	color: #313131;
	width: 50px;
}

#contentSxMain #field4 {
	border: 1px inset #BFBFBF;
	background: #dadada;
	color: #313131;
	width: 200px;
}

#contentSxMain #select1 {
	border: 1px inset #BFBFBF;
	background: #dadada;
	color: #313131;
	width: 300px;
}

#contentSxMain #select2 {
	border: 1px inset #BFBFBF;
	background: #dadada;
	color: #313131;
	width: 100px;
}

#contentSxMain #textarea1 {
	border: 1px inset #BFBFBF;
	background: #dadada;
	color: #313131;
	width: 600px;
}


#contentSxMain #button1 {
   border: 0;
   margin: 5px 0 5px 0;
   padding: 0;
   width: 83px;
   height: 21px;
   height: 21px !important;
   height /**/: 21px;
   background: transparent url(../immagini/btn_invia.gif) no-repeat left top;
   color: #FFFFFF;
   font-weight: 600;
   font-size: 1.0em;
   letter-spacing: 0.1em;
   float: right;
}

#contentSxMain #spazio1 {
	margin: 10px 0 10px 0;
}


/* form contentDxMain */
/* box1 */
#contentDxMain .box1 label {
	display: block;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2765aa;
	font-weight: 600;
	
}

#contentDxMain .box1 .field1 {
	border: 1px inset #BFBFBF;
	background: #dadada;
	color: #313131;
	width: 100%;
}

#contentDxMain .box1 .button1 {
	border: 0;
	padding: 0;
	width: 83px;
	height: 21px;
	background: transparent url(../immagini/btn_invia.gif) no-repeat left top;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.0em;
	letter-spacing: 0.1em;
}


/* --------------------------------------------*/
/* ---------->>> TABELLE VARIE <<<-------------*/
/* --------------------------------------------*/

#tabella1 {
   table-layout: fixed;
   width: 100% !important;
   width: 100%;
   border-collapse: collapse;
}

#tabella1 th {
	padding: 0px;
	text-align: left;   
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: 600;
	color: #2765aa;
	line-height: 35px;
	background: transparent url(../immagini/bgDotLine.gif) repeat-x 0 30px;
	margin-top: 0px;
}

#tabella1 td {
   padding: 8px 0 8px 5px;
   border-bottom: 1px solid #DFDFDF;
}

#tabella1 tr.alterna td{
   background-color: #ffc;
}

#tabella1 a:link, #tabella1 a:visited {
   text-decoration: none;
}

#tabella1 a:hover {
   text-decoration: underline;
}
