/* --------------- ( Reset ) --------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #930;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
} 




.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 




/* --------------- ( General ) --------------------------------------------- */
body {
  background: url(../images/bg.jpg);
  font: 12px Arial, Helvetica, sans-serif;
  position: relative;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
}
#top-bg {
  background: url(../images/bg-header.png);
  height: 464px;
  width: 100%;
}
#pans {
  background: url(../images/pans.jpg);
  height: 199px;
  position: absolute;
  right: 78px;
  top: -29px;
  width: 108px;
}
#wrapper-outer {
  margin-top: -417px;
  position: relative;
}
#wrapper-inner {
  margin: 0px auto;
  position: relative;
  width: 906px;
}
#tea-towel {
  position: absolute;
  background: url(../images/bg-tea-towel.png);
  width: 859px;
  height: 720px;
  bottom: -15px;
  right: 0px;
}
a {
  color: #900;
}
a:active { color: red; }
.top { display: block; }
.curve-bottom { *margin-top: -12px; }




/* --------------- ( Top Nav ) --------------------------------------------- */
#top-nav-left {
  position : relative;
  float : left;
  background: url(../images/bg-top-nav-left.jpg);
  height: 84px;
  left: 179px;
  top: -29px;
  width: 21px;
}

#top-nav {
  position : relative;
  float : left;
  background: url(../images/bg-top-nav-mid.jpg);
  height: 84px;
  margin-left:179px;
  top: -29px;
}

#top-nav-right {
  position : relative;
  float : left;
  background: url(../images/bg-top-nav-right.jpg);
  height: 84px;
  top: -29px;
  width: 21px;
}

  #top-nav ul {
    margin: 42px 12px 0px 0px;
  }
    #top-nav ul li {
      display: inline;
    }
      #top-nav ul li a {
        color: black;
        float: left;
        height: 28px;
        line-height: 28px;
        padding: 0px 22px 0px 22px;
        text-decoration: none;
        background: url(../images/top-nav-divider.jpg) right no-repeat;
      }
        #top-nav ul li a:hover {
          text-decoration: bold;
        }
      


/* --------------- ( Header ) --------------------------------------------- */
#header h1 a {
  display: block;
  height: 116px;
  margin-left: 24px;
  text-indent: -9999px;
  width: 128px;
  background-image: none;
}




/* --------------- ( Logo ) --------------------------------------------- */
#logo {
  height: 310px;
  position: absolute;
  right: 729px;
  top: -28px;
  width: 303px;
  background-image: url(../images/logo.png);
}


/* --------------- ( Content ) --------------------------------------------- */
#content {
  float: right;
  margin-top: -43px;
  width: 724px;
}

#inner-content {
  background: white;
  padding: 18px 25px 25px 25px;
  min-height: 350px;
  _height: 350px;
}

h1 {
	font-size : 18pt;
}

h2 {
	font-size : 12pt;
}


/* --------------- ( Footer ) --------------------------------------------- */
#footer {
  float: right;
  width: 722px;
  margin: 15px 0px 10px 0px;
  *margin: 10px 0px 15px 0px;
  text-align: right;
  font-size: 12px;
  color: #fff;
}
  #footer p {
  float: left;
  padding: 3px 5px;
  font-weight: bold;
  color: #FFF;
  }
  #footer a {
    color: #fff;
  }
