body
{
  background: url(images/body_bg.jpg) top left no-repeat;
  background-attachment: fixed;
}

.alignleft
{
  float: left;
  text-align: left;
  margin: 0 20px 10px 0;
}

.alignright
{
  float: right;
  text-align: right;
  margin: 0 0 10px 20px;
}

.aligncenter
{
  text-align: center;
}

#sidebar h2
{
  margin-bottom: 0;
}

#sidebar ul
{
  list-style-type: none;
}


/* Boxes */

#logo
{
  width: 418px;
  height: 154px;
  background: url(images/logo.png) no-repeat;
}

#content_top
{
  width: 100%;
  height: 128px;
  background: url(images/scroll_top.png) no-repeat;
}

#content
{
  width: 100%;
  background: url(images/scroll_bg.png) repeat-y;
}

#content_bottom
{
  width: 100%;
  height: 128px;
  background: url(images/scroll_bottom.png) no-repeat;
}

#footer
{
  margin-top: 10px;
  padding: 0 15px;
  font-size: 12px;
}

#footer p
{
  float: right;
}

#footer ul
{
  list-style-type: none;
  float: left;
}


/* Store */

#products_page_container img
{
  border: 1px solid black;
}

.productdisplay
{
  margin-left: 15px;
}

.breadcrumb
{
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 15px;
}


/* Navigation */

#nav
{
  text-align: center;
}

#nav ul
{
  list-style-type: none;
}

#nav ul li
{
  display: inline;
}

#nav ul li a
{
  padding: 0 7px;
}