.header-sides {
  background-image: url('../images/layout/black.png');
  height: 120px;
  width: auto;
}

.header-body {
  background-image: url('../images/layout/black.png');
  width: 940px;
  height: 120px;
}

a.header-link, a.header-link:visited {
  color: #ff6600;
  text-decoration: none;
}
a.header-link:hover {
  color: #8bbae2;
}

p.header-welcome
{
  color: #8bbae2;
  text-align: right;
  margin: 2px;
}

.menu-sides {
  background-image: url('../images/layout/menu-bg.png');
  background-repeat: repeat;
  height: 32px;
  border-style: none;
  border-bottom: solid 1px #000000;
}

.menu-body {
  background-image: url('../images/layout/menu-bg.png');
  background-repeat: repeat;
  width: 940px;
  height: 32px;
  border-style: none;
  border-bottom: solid 1px #000000;
}

#user-menu a {
  height: 31px;
  display: block;
  float: left;
  background-position: 0% 0px;
}

a#menu-home, a#menu-home:visited {
  width: 59px;
  background-image: url('../images/layout/menu-home.png');
}
a#menu-home:hover, a.current#menu-home:hover {
  background-position: 0% -31px;
}
a.current#menu-home {
  background-position: 0% -62px;
}

a#menu-store, a#menu-store:visited {
  width: 88px;
  background-image: url('../images/layout/menu-store.png');
}
a#menu-store:hover, a.current#menu-store:hover {
  background-position: 0% -31px;
}
a.current#menu-store {
  background-position: 0% -62px;
}

a#menu-marketing, a#menu-marketing:visited {
  width: 99px;
  background-image: url('../images/layout/menu-marketing.png');
}
a#menu-marketing:hover, a.current#menu-marketing:hover {
  background-position: 0% -31px;
}
a.current#menu-marketing {
  background-position: 0% -62px;
}

a#menu-inventory, a#menu-inventory:visited {
  width: 97px;
  background-image: url('../images/layout/menu-inventory.png');
}
a#menu-inventory:hover, a.current#menu-inventory:hover {
  background-position: 0% -31px;
}
a.current#menu-inventory {
  background-position: 0% -62px;
}

a#menu-transactions, a#menu-transactions:visited {
  width: 122px;
  background-image: url('../images/layout/menu-transactions.png');
}
a#menu-transactions:hover, a.current#menu-transactions:hover {
  background-position: 0% -31px;
}
a.current#menu-transactions {
  background-position: 0% -62px;
}

a#menu-placeorder, a#menu-placeorder:visited {
  width: 112px;
  background-image: url('../images/layout/menu-placeorder.png');
}
a#menu-placeorder:hover, a.current#menu-placeorder:hover {
  background-position: 0% -31px;
}
a.current#menu-placeorder {
  background-position: 0% -62px;
}

a.current {
  background-position: 0% -62px;
}

.content-sides {
  background-color: #ffffff;
}

.content-body {
  background-color: #ffffff;
  width: 940px;
  padding-bottom: 40px;
  border-style: none;
}

.footer-sides {
  background-color: #ffffff;
}

.footer-body {
  color: #999999;
  background-color: #ffffff;
  text-align: center;
}

a.footer-link, a.footer-link:visited {
  color: #333366;
  font-size: 12px;
}

a.footer-link:hover {
  color: #ff6600;
}

.page-title {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #4b5e6d;
 font-weight: bold;
}

.page-subtitle {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 17px;
 color: #4b5e6d;
 font-weight: bold;
}

.rssPanel {
  height: 180px;
  overflow: auto;
  padding-right: 15px;
}

p.store_url {
  font-size: 14px;
  color: #4b5e6d;
  text-align: right;
}
