

#printLink
{
    display: none;
}

body
{
    
    background-color: #2b2b58;
    
}

.headerBg
{
    background-image: url(../images/body-bg.png);
    background-repeat: repeat-x;
    background-color: #f3f3f3;
}

.search
{
    background-image: url(../images/search-box.png);
    border: 0px;
    width: 241px;
    height: 20px;
    padding-top: 7px;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0px;
    color: #4e4e4e;
    padding-left: 30px;
}

#topNav
{

}

#topNav a
{
    display: block;
    float: left;
}

.navHome
{
    background-image: url(../images/nav-home.png);
    background-repeat: no-repeat;
    width: 56px;
    height: 41px;
}

.navHome:hover, .navHomeActive
{
    background-image: url(../images/nav-home-hover.png);
    background-repeat: no-repeat;
    width: 56px;
    height: 41px;
}

.navProducts
{
    background-image: url(../images/nav-products.png);
    background-repeat: no-repeat;
    width: 175px;
    height: 41px;
}

.navProducts:hover, .navProductsActive
{
    background-image: url(../images/nav-products-hover.png);
    background-repeat: no-repeat;
    width: 175px;
    height: 41px;
}

.navOrdering
{
    background-image: url(../images/nav-ordering.png);
    background-repeat: no-repeat;
    width: 215px;
    height: 41px;
}

.navOrdering:hover, .navOrderingActive
{
    background-image: url(../images/nav-ordering-hover.png);
    background-repeat: no-repeat;
    width: 215px;
    height: 41px;
}

.navFundraising
{
    background-image: url(../images/nav-fundraising.png);
    background-repeat: no-repeat;
    width: 183px;
    height: 41px;
}

.navFundraising:hover, .navFundraisingActive
{
    background-image: url(../images/nav-fundraising-hover.png);
    background-repeat: no-repeat;
    width: 183px;
    height: 41px;
}

.navCompany {
	background: url(../images/nav-company.png) no-repeat;
	width: 99px;
	height: 41px;
}

.navCompany:hover, .navCompanyActive {
	background: url(../images/nav-company-hover.png) no-repeat;
	width: 99px;
	height: 41px;
}

.navContact
{
    background-image: url(../images/nav-contact.png);
    background-repeat: no-repeat;
    width: 106px;
    height: 41px;
}

.navContact:hover, .navContactActive
{
    background-image: url(../images/nav-contact-hover.png);
    background-repeat: no-repeat;
    width: 106px;
    height: 41px;
}

.navSend
{
    background-image: url(../images/nav-send.png);
    background-repeat: no-repeat;
    width: 125px;
    height: 41px;
}

.navSend:hover, .navSendActive
{
    background-image: url(../images/nav-send-hover.png);
    background-repeat: no-repeat;
    width: 125px;
    height: 41px;
}

#topBanner
{
    padding-right: 6px;
}

.loginBg
{
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    width: 270px;
    height: 270px;
}

.loginWrapper
{
    padding-top: 65px;
    padding-left: 20px;
}

.loginTextBox
{
    background-image: url(../images/input-bg.gif);
    border: 0px;
    width: 215px;
    height: 22px;
    padding-top: 7px;
    font-family: sans-serif;
    font-size: 13px;
    letter-spacing: 0px;
    color: #4e4e4e;
    padding-left: 7px;
    padding-right: 7px;
}

#loginButtons
{
    float: right;
    padding-right: 20px;
}

.servicesBg
{
    background-image: url(../images/services-bg.png);
    background-repeat: repeat-x;
    background-color: #4850a7;
}

.servicesItemBg
{
    background-image: url(../images/services-item-bg.png);
    background-repeat: repeat-x;
    height: 246px;
    width: 306px;
}

.servicesTextWrapper
{
    padding-left: 60px;
    padding-top: 20px;
    padding-right: 20px;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}

#productsTopBg
{
    background-image: url(../images/products.png);
    background-repeat: no-repeat;
    height: 78px;
    width: 306px;
}

#suppliesTopBg
{
    background-image: url(../images/supplies.png);
    background-repeat: no-repeat;
    height: 78px;
    width: 306px;
}

#mailTopBg
{
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    height: 78px;
    width: 306px;
}

.footerNav, .footerNav a
{
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 11.7px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
}

.footerNav a:hover
{
    text-decoration: underline;
}

#catSectionTop
{
    background-image: url(../images/section.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 270px;
}

#catSectionMid
{
    background-color: #F7F7F7;
    width: 268px;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
}

#catSectionBot
{
    background-image: url(../images/section-bottom.gif);
    background-repeat: no-repeat;
    width: 270px;
    height: 23px;
}

.cat
{
    background-image: url(../images/section-item-bg.png);
    background-repeat: no-repeat;
    padding-top: 7px;
    padding-left: 10px;
    margin: 0px auto;
    width: 229px;
    height: 28px;
    font-family: tahoma;
    text-decoration: none;
    font-size: 14px;
    color: #9C9B9B;
}

.cat:hover
{
    background-image: url(../images/section-item-bg-hover.png);
}

.uiCatPageHeaderRow
{
    display: none;
}