/* page layout */
body, html {
margin: 0;
padding: 0;
margin-bottom: 4px;    background: url(images/bg.jpg) repeat-x;
/*background: url(images/blatayellow.jpg) no-repeat;*/
/*background-color: #0c95c9; */
background-color: black;
/*background-color: #F0DEAC;*/
/*background: url(images/bgFlower.jpg) repeat;*/
/*background: url(images/bg.gif) repeat-x;*/
text-align: center; /* IE center bug */
/*min-width:600px;*/
/*width:expression(document.body.clientWidth <= 800? "500px": "auto" );*/
/*width:expression(document.body.clientWidth <= 1024? "1024px": "auto" );*/
}
div#pageFrame {
position: relative;
width: 100%; /* total pagewidth */
/*width:expression(document.body.clientWidth <= 1024? "1024px": "auto" );*/
/*width: 810px;*/
/*width: 960px; */
/*width: 1210px;*/
width: 1024px;
/*width: 1056px; */
margin: 0 auto;
/*background: url(images/back.jpg) repeat-y;*/

/*max-width:1210px;
width:expression(document.body.clientWidth > 1210? "1210px": "auto" ); */
}
div#logoFrame {
/*height: 109px;*/
/*height: 126px; */
height: 700px;
position: relative;
/*background: url(images/back_top.jpg) repeat-x;*/
/*background: url(images/backg.jpg) repeat-y; */
}

div#logoFrame img{/*float: left;margin-left:18px;*/}

div#logo{ position: relative;
width:583px;
height:161px;
left:20px;
top:0px;

}

div#wrapper{
background: url(images/backg_wrapper.jpg) repeat-x;
min-height: 150px;
height: auto !important;
height: 150px;}

div#contenitore{
/*background: url(images/backg_wrapper.jpg) repeat-x;*/
/*position: relative;*/
/*margin:10px;*/
/*background-color:white;
min-height: 450px;
height: auto !important;
height: 450px;*/}

div.navBarFrame {
margin-left: 20px;
margin-right: 20px;
height: 20px; /* prevent collapse ? */
}
div#navBottomFrame {
margin: 10px auto;
}


div#middleFrame {
position: absolute;
/*top: 152px;*/
top:188px;
margin: 0px;
/*min-height: 500px;*/ /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
min-height: 500px;
height: auto !important;
height: 500px;
/*background: url(images/backg_main.jpg) repeat-x;*/
/*background: url(images/backg_main.jpg) repeat; */
 min-width:200px;

/*left: 178px;*//* the fluid content is 100% minus these margins wide */
left: 237px;

/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */
margin-right: 200px;
/*right: 178px;*/
/*right: 200px; */  /*background: url(images/sfumatura.jpg);background-repeat: no-repeat; */
right: 172px;
}
@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */



#middleContent {
width: 100%;  /* prevents IE to jump out of the box! */
text-align: left;
margin-right: 3px;
width:100%;

}

div#manu{position: absolute; top: 162px;left:20px;width:575px;height:23px;display:block;}

div.margine{margin-left:10px;margin-right:10px;background: url(images/sfumatura.jpg);/*background-color:black;*/ background-repeat: no-repeat; }

div.tondo{
/*background: #9DD4FF;*/ background:white;; /* background: url(images/background.jpg) repeat*/;
/*width: 160px;*/
}

div.tondo1{
/*background: #9DD4FF;*/ /* background: url(images/background.jpg) repeat*/ /*background:#EFF8FF*/ background:white;
/*width: 160px;*/
}


div#menu_cat{/*float:right;*/position: absolute; top: 135px;left:180px;width:690px;/*padding:20px 0 0 15px;background: url(navbk.jpg)*/}
div#menu{/*float:right;*/position: absolute; top: 163px;right:80px;width: 700px;/*height:43px;display:block;*//*padding:20px 0 0 15px;background: url(navbk.jpg)*/}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav li{float:left;width:125px;margin-right:2px;text-align: center}
ul#nav a{display:block;text-decoration:none;padding:2px 2px 5px 2px;background: #277B19;
    color: white}
ul#nav li.activelink a,ul#nav a:hover{color: #000}
ul#nav li#home{width:5em;}
ul#nav li#contattaci{width:70px;}
ul#nav li#logoff{width:62px;}
ul#nav li#prodotti{width:66px;}

div.boxesFrames{/*background: #9DD4FF;margin:0px;*/ /*background:white;*/}
div.boxesFramed{/*background: #9DD4FF;*/}
div.boxesFramem{}

/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
position: absolute;
left: 20px;
top: 188px;
/*width: 160px;*/
width: 211px;
/*background: #9DD4FF;*/
/*background: url(images/backg_left.jpg) repeat-y;*/
}


div#boxes2Frame {
position: absolute;
right: 20px;  /* +32 = */
/*right: 52px; */
top: 188px;
/*width: 160px;*/
/*width: 179px;*/  /* -32 = */
width: 150px;
}
div.infoboxContentsFL {
margin: 0px; /* = the padding */
/*width: 146px;*/ /* ???????? needed for IE 160 minus margins and borders ? */
width: 170px;
padding-bottom: 0px; /* IE */
margin-left:2px;
padding-left: 5px;
text-align: left;
}

div#bannerFrame {
height: 60px;
/* margin-top: 10px; */
/* margin-bottom: 10px; */
position: relative;
margin: 0 auto;
}

/* end page layout */

