/* page layout */

.prodlisttop
{

width:310px;
float:none;

}

.prodlistimagetop
{

padding-top:4px;


}

.prodlistpriceinfotop{
float:right;

}


.prodlistdesciptiontop
{
padding-top:3px;
}

body, html {
margin: 0;
padding: 0;
margin-bottom: 4px;

text-align: center; /* IE center bug */
background-image:url(images/top.jpg);
background-repeat:repeat-x;
background-position: 0px -30px;
}
div#pageFrame {
position: relative;
width: 850px; /* total pagewidth */
margin: 0 auto;

}
div#logoFrame {
height: 90px;
position: relative;
margin-top:5px;
margin-left:-20px;

}
div.navBarFrame {
margin-left: -420px;
margin-right: 5px;
position:absolute;
left:50%;
top:70px;
height: 30px; /* prevent collapse ? */
width:823px;
}


div.rotatinggirls
{
position:absolute;
top:-126px;
width:850px;
left:50%;
margin-left:-320px;
}
div#navBottomFrame {
margin: 10px auto;
}
div#middleFrame {
position: absolute;
top: 125px;
margin: 0px;
min-height: 500px; /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
left: 0px; /* the fluid content is 100% minus these margins wide */


/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */
margin-right: 210px;
right: 210px;
}
@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */



#middleContent {
width: 100%;  /* prevents IE to jump out of the box! */
text-align: left;
}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
position: absolute;
left: 7px;
top: 140px;
width: 165px;
}
div#boxes2Frame {
position: absolute;
right: 7px;
top: 125px;
width: 195px;
}
div.infoboxContentsFL {
margin: 5px; /* = the padding */
width: 185px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 5px; /* IE */

}

div#bannerFrame {
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
}

/* end page layout */

