/*
  ----------------------------------------------------------
  look: don't copy !
  ----------------------------------------------------------
  Copyright (c) 2000-2008
  The Rubycon Information Design Copyright (c) 2008
  http://www.therubycon.com/
  ----------------------------------------------------------
  Yes, we're using tables for layout. Eeek. It's not a technique
  that we advocate, and always strongly advise against.
  In the end it comes down to price, time, and client demands.
  ----------------------------------------------------------
  site:          English Rose
  designer:      Mark Jackson
  creation:      May 2008
  modified:      19 June 2008
  scheme:        grey
  layout:        fixed-width; centred
  background:    #ff9977
  font-family:   verdana, sans-serif;
 */
body {
    margin-top:50px;
    font: normal 16px verdana, arial, sans-serif;
    color:#333;
    background-color:#ff9977;
}
h1 {
    margin:0;
    font-size:30px;
    color:#333;
}
.noLink {
    text-decoration: none;
        color:#333;
}

strong {
    font-weight:bold
}
p {
    padding:5px 10px 5px 10px;
}
img {
    display:inline;
    padding:0;
}
h2 {
    padding:10px 0 0 0;
    font-size:18px;
    color:#333;
}
table.wrapper {
    margin:auto;
    border:1px solid #333;
    width:900px;
    background-color:#FFCBB9;
}
table.products {
    background-color:#FFCBB9;
    width:900px;
}
td.product {
    padding:10px 0;
    background:#fff;
}
table.navigation {
    width:900px
}
td.order, td.contact, td.shop, td.about, td.home {
    padding:10px 0;
}
td.logo {
    width:84px;
    Height:83px;
}
td.logo img {
    display:block;
    padding:0;
}
td.headline {
    width:732px;
        text-decoration: none;
       
}
td.quality p, td.quality h2 {
    padding:10px 0;
    background:#FFCC99;
}
td.copyright p {
    padding:10px 0;
    font-size:12px;
    background:#fff;
}
.counter {
    padding:5px 0 0 0
}