.foo{}

#mainbg
{
/*background: #ffffff url('/Styles/Kappa4Team/images/masterpage/main-background.jpg') repeat scroll left top; /*also in base.css.body*/
padding-bottom: 2px;
}


#nestedbg
{
text-align: center; /* IE-Win hack */
background-image: url('/Styles/Kappa4Team/images/masterpage/fadestrip2.png');
background-repeat: repeat-x;
background-position: left top;
}

#postition-center
{
margin: 0 auto;
width: 1038px;
}
#main-top
{
height: 147px;
background: transparent url('/Styles/Kappa4Team/images/masterpage/main-top.png') top left no-repeat;
}
#top-content
{
padding: 46px 20px 0px 34px;
text-align: left;
width: 960px;
}
#logo
{
display: block;
float: left;
margin: 0px 10px 0px 10px;
height: 20px;
}
#main-menu
{
height: 32px;
background: transparent url('/Styles/Kappa4Team/images/masterpage/main-menu.png') no-repeat scroll top left; /*TAG:TOPMENU_BACKGROUND*/
/*overflow: hidden; <- this cocks up the menu if it has submenu items*/
}
#main-middle
{
background: transparent url('/Styles/Kappa4Team/images/masterpage/main-middle.png') top left repeat-y;
text-align: left;
}
#main-middle-content
{
padding-left: 29px;
padding-top: 10px;
padding-right: 29px;
min-height: 600px;
}
#main-bottom
{
height: 60px;
background: transparent url('/Styles/Kappa4Team/images/masterpage/main-bottom.png') top left no-repeat;
}

.rotatorButton
{
cursor: pointer;
margin: 0px;
padding: 0px;
position: relative;
z-index: 998;
top: -30px;
left: 710px;
}

#topCategoryMenu
{
width: 1040px;
height: 32px;
background: transparent url('/Styles/Kappa4Team/images/masterpage/main-menu.png') no-repeat scroll top left;
}

#topCategoryMenuInside
{
float: left;
width: 980px;
margin-left: 30px;
background-color: white;

}
/*************************************************************************

ClearFix hack

**************************************************************************/

/* slightly enhanced, universal clearfix hack */
/* Ref: http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ or google "clearfix hack" */
/* Ref: http://www.pathf.com/blogs/2007/09/developers-note-2/ */
/* Method 1
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
*/

/* Method 2 */
/* float clearing for IE6 */
* html .clearfix{
height: 1%;
overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
clear: both;
content: " ";
display: block;
height: 0;
visibility: hidden;
height: 0;
}

/* PROCESSED BY CssHttpHandler on 2025/12/13 04:30:20. FilePath=C:\Websites\Kappa4Team\Styles\MasterPage.css */