/*  */




@import "reset.css";


body{
  color:    #1C5BA2;
  font-family:  arial, helvetica, sans-serif;
  text-align:   center;
  background:   #fff url(images/page-bg.gif) repeat-x top left;
  margin:   0 0 20px 0;
}

a,
a:hover,
a:visited,
a:link,
a:active{
  color:    #1C5BA2;
}

#page-outer{
  width:    900px;
  margin:   0 auto;
  text-align:   left;
}

#menu{
  margin-left:  143px;
}


#content{
    margin: 20px 143px 10px 143px;
}

#content p{
  font-size:    1.3em;
  line-height:  1.4em;
  margin:   0 0 1em 0;
}

#content h1{
    font-size:  3em;
    margin: 1em 0 0.6em 0;
}

#content h2{
    font-size:  1.8em;
    line-height:    2em;
}

#content h3{
    font-size:  1.4em;
}





#footer{
  margin-left:  143px;
  margin-right: 143px;
  border-top:   1px solid #C9E5F7;
  padding-top:  5px;
}

#footer p{
  line-height:  1.3em;
}


p#title{
  text-align:   right;
  background:   transparent url(images/sarahs-shop.gif) no-repeat top right;
  height:   103px;

}

p#title span{
  display:  none;
}

#menu ul{
  height:   30px;
  margin-top:   5px;
}


#menu li{
    float:  left;
  padding:  0 20px 0 0;
}


#menu li a{
  color:    #fff;
  text-decoration:  none;
  font-size:    1.3em;
  height:   30px;
  display:  block;
}

#menu li a span{
  display:  none;
}

a#menu-home{
  background:   transparent url(images/menu-home.gif) no-repeat top left;
  width:    42px;
}
a#menu-about-shop{
  background:   transparent url(images/menu-about-shop.gif) no-repeat top left;
  width:    102px;
}
a#menu-about-sarah{
  background:   transparent url(images/menu-about-sarah.gif) no-repeat top left;
  width:    83px;
}
a#menu-whats-new{
  background:   transparent url(images/menu-whats-new.gif) no-repeat top left;
  width:    84px;
}
a#menu-whats-on{
  background:   transparent url(images/menu-whats-on.gif) no-repeat top left;
  width:    68px;
}






table.shop{

}

table.shop td{
  margin:   0;
  padding:  5px;
  vertical-align: top;

}

table.shop td h2{
  margin-top:0;
  padding-top:  0;
  line-height:  1em;
}


