/* page layout */
body{
margin: 0;
padding: 0;
width:1000px;
margin:0 auto;

text-align: center; /* IE center bug */
}
html
{
background: #fff url(images/bg.jpg) repeat-x;
}
*
{
margin:0px;
padding:0px;
}
div#pageFrame {
position: relative;
width: 990px; /* total pagewidth */
margin: 0 auto;



}
div.logoFrame {
height: 93px;
margin:5px 0px 0px 0px;
background:url(images/logo.jpg) no-repeat top left;

}
div.navBarFrame {
width:990px;
height:65px;
background:url(images/bgmenu.jpg) no-repeat top left;
 /* prevent collapse ? */
}
div#navBottomFrame {
margin: 0px auto;
width:990px;
background:url(images/bgmenu.jpg) no-repeat top left;
}
div#middleFrame {
width:990px;
background:url(images/pinkbg.jpg) no-repeat top left;
margin:0 auto;
margin:10px 0px 0px 0px!important;
 /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
 /* the fluid content is 100% minus these margins wide */


/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */

}
@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */



#middleContent {
width: 588px;  /* prevents IE to jump out of the box! */
/width:570px;
text-align: left;
float:left;
	
}
div.middleinner
{
width:525px;
margin:0 auto;
/margin:0px 0px 0px 20px;

}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {

width: 195px;
margin:0px 0px 0px 5px;
float:left;
}
div#boxes2Frame {

width: 195px;
margin:0px 5px 0px 0px;
float:right;
}
div.infoboxContentsFL {
margin: 5px; /* = the padding */
width: 146px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 5px; /* IE */
}
tr.infoboxcontents table
{
width:100%;

}
tr.infoboxcontents td
{
padding:5px;
font-weight:bold;
color:#666666;
}

tr.infoBoxContents input
{
}
div#bannerFrame {
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
}
div.clearer
{
clear:both;
}
div.logoholder
{
float:left;
}
form.quick_find
{
background:url(images/formico.jpg) no-repeat top left;
padding:9px 0px 0px 40px;
/padding:5px 0px 0px 0px;
width:450px;
/width:300px;
height:35px;

}
input.search_string
{
background:url(images/srcbg.jpg) no-repeat top left;
border:0px none transparent;
height:22px;
width:181px;
vertical-align:middle;
padding:2px 0px 0px 10px;
}
input.search_submit
{
background:url(images/button_quick_find.gif) no-repeat top left;
height:22px;
width:56px;
border:0px none transparent;
margin:0px 0px 0px -4px;
vertical-align:middle;



}
div.searchcontainer
{
margin:0px 10px 0px 0px;
float:right;
}
a.advsearch {
display:block;
float:right;
width:81px;
height:35px;
background:url(images/advsrc.gif) no-repeat top left;
text-indent:-9999px;
outline:none;
}
div.formel
{
float:left;
width:340px;
/width:250px;



}
div.formlnk
{
width:50px;
float:left;

}
div.breadCrumb
{
width:990px;
height:28px;
line-height:28px;
margin:0px 0px 10px 0px;
text-align:left;
background:url(images/brdcrmb.jpg) no-repeat top left;
padding:0px 0px 0px 10px;
color:#d71d28;
}
div.breadcrumb a
{
color:#d71d28;
font-size:12px;
font-weight:bold;
}
div.screenshotsHeader
{
background:#f2f2f2;
font-family:Tahoma;
padding:3px;

}
div.screenshotsHeaderText
{
color:#bd116d;
font-family:Tahoma;
}
div.screenshotsBlock
{
border:1px solid #bd116d;
}
div.contentsinner
{
width:190px;
margin:0 auto;
}
td.flashheader
{
height:150px;
}
/* end page layout */
