/* Theme Generic */
body {padding-top:0px;}
#header-branding {margin-bottom:0px;} /* This is used to disable header Branding */
#header-logo {display:none;}
#uac-input {margin-top:325px;} /* This is needed when header branding is turned off */
#skinHeader {position:fixed;left:0;right:0;z-index:1030;margin-bottom:0;background:white;}
#welcomeblock { margin-top:10px;}
#tab-links { right:10px;}

/* Theme Specific Overrides */
.navbar-fixed-top {top:54px;}
#skinWrap {padding-top:54px;}

a.chainLogo_pns,
a.chainLogo_copps,
a.chainLogo_metro {display:inline-block; margin:0 10px 0 0; width:160px; height:80px;}
/* a.chainLogo_rainbow */
/* pickNsave */
a.chainLogo_pns {background:url(./v2/pns_logo.jpg) no-repeat 0px 20px; text-decoration:none;}
/* a.chainLogo_pns:hover {background:url(./v2/logo_btn_pns.jpg) no-repeat 0px -80px; text-decoration:none;} */
/* copps */
a.chainLogo_copps {background:url(./v2/copps_logo.jpg) no-repeat 0px 15px; text-decoration:none;}
/* a.chainLogo_copps:hover {background:url(./v2/logo_btn_copps.jpg) no-repeat 0px -80px; text-decoration:none;} */
/* rainbow */
/* a.chainLogo_rainbow {background:url(./v2/logo_btn_rainbow.jpg) no-repeat 0px 0px; text-decoration:none;} */
/* a.chainLogo_rainbow:hover {background:url(./v2/logo_btn_rainbow.jpg) no-repeat 0px -80px; text-decoration:none;} */
/* metro */
a.chainLogo_metro {background:url(./v2/metro_logo.jpg) no-repeat 0px 7px; text-decoration:none;}
/* a.chainLogo_metro:hover {background:url(./v2/logo_btn_metro.jpg) no-repeat 0px -80px; text-decoration:none;} */


a.roundysLogo {display: inline-block; margin: 0 10px 0 0; width:263px; height:54px;}
a.roundysLogo {background:url(./v2/logo_roundys.jpg) no-repeat 0px 0px; text-decoration: none;}

div.brandLogos {float:right;}

a.brandLogos {display:none;}

@media screen and (min-width: 1200px)
{ 
  a.brandLogos {display:inline-block;}
  .navbar-fixed-top {top:80px;}
  #skinWrap {padding-top:120px;}
  a.roundysLogo {position: relative; top:13px;}
}