@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/*********************** BASE & RESET *********************/
{
  position: relative;
  font: 1.25em/1em 'arial', sans-serif;
  color: #fff;
  /* IE6 */
  /* IE7 */
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
a, a:link, a:visited {
  text-decoration: none;
  color: #fff;
}
.display-none {
  display: none !important;
}
.css-reset {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}
.wrapper {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
.htl {
  /* Links with hidden text */
  font: 0/0 a;
  color: transparent;
  text-indent: -999;
  overflow: hidden;
}
.htl a {
  display: block;
  width: 100%;
  height: 100%;
}
.shop-now, .add-to-cart {
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
body#body .pagewidth .pageminwidth .pagelayout .pagecontainer > table {
    background: #fdfcfb url("../images/bg.jpg") no-repeat scroll center top;
    clear: both;
    font: 12px/15px Arial,Helvetica,sans-serif;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.custom-page table{width:100%}