html {
}
body {
  font-family: Georgia, "Times New Roman", serif;
}
p { 
  font-size: small;
  color: #523b3c;
  line-height: 1.5em;
}
h1 {
  color: #523b3c;
  font-size: x-large;
  font-family: Georgia, "Times New Roman", serif;
  padding-bottom: 10px;
}
h2 {
  color: #523b3c;
  font-size: large;
  font-family: Georgia, "Times New Roman", serif;
  padding-bottom: 10px;
}
h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", serif;
}
a:link, a:visited {
  color: #851417;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
.clear {
  clear: both;
}
em, dfn {
  background: none;
}
/* General Layout */
#logo {
  float: left;
  display: inline;
}

#subnav {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
}
#footer {
  text-align: center;
  font-size: smaller;
  color: #2a1919;
  padding-top: 50px;
}

/* Navigation */

ul#nav {
  float: left;
  display: inline;
  margin: 0;
  padding: 70px 0 0 48px;
  height: 30px;
}
ul#nav li {
   float: left;
   list-style-type: none;
}
ul#nav a:link,
ul#nav a:visited {
   display: block;
   height: 30px;
   background-position: 0; 
   background-position: top left;
   padding: 0;
   margin: 0;
   clear: both;
}
ul#nav a:link:hover,
ul#nav a:visited:hover,
ul#nav a:link:active,
ul#nav a:visited:active {
   display: block;
   height: 30px;
   background-position: -30px 0;  
   background-position: bottom left;
 }
a span {
   display: none;
 }
#shop a {
   width: 67px;
   background: url(../images/nav-shop.gif) no-repeat;
}
#about a {
   width: 147px;
   background: url(../images/nav-about.gif) no-repeat;
}
#news a {
   width: 72px;
   background: url(../images/nav-news.gif) no-repeat;
}
#press a {
   width: 75px;
   background: url(../images/nav-press.gif) no-repeat;
}
#talk a {
   width: 113px;
   background: url(../images/nav-talk.gif) no-repeat;
   }
#cart a {
   width: 145px;
}

/* Sub-Navigation */

/* Navigation */

ul#subnav {
  float: left;
  display: inline;
  margin: 0;
  padding: 0 0 0 25px;
  height: 30px;
}
ul#subnav li {
   float: left;
   list-style-type: none;
}
ul#subnav a:link,
ul#subnav a:visited {
   display: block;
   height: 30px;
   background-position: 0; 
   background-position: top left;
   padding: 0;
   margin: 0;
   clear: both;
}
ul#subnav a:link:hover,
ul#subnav a:visited:hover,
ul#subnav a:link:active,
ul#subnav a:visited:active {
   display: block;
   height: 30px;
   background-position: -30px 0;  
   background-position: bottom left;
 }
a span {
   display: none;
 }
#picks a {
   width: 93px;
   background: url(../images/sub-nav-picks.gif) no-repeat;
}
#gorgeous a {
   width: 150px;
   background: url(../images/sub-nav-gorgeous.gif) no-repeat;
}
#bliss a {
   width: 141px;
   background: url(../images/sub-nav-bliss.gif) no-repeat;
}
#gifts a {
   width: 151px;
   background: url(../images/sub-nav-give.gif) no-repeat;
}
#ingredients a {
   width: 101px;
   background: url(../images/sub-nav-ingredients.gif) no-repeat;
}

/* Product Overview */
.cat-drop {
  width: 150px;
}
.add-to-cart {
}
#title {
}
#title h1 {
  margin-left: 40px;
}
#description {
  margin-right: 20px;
}
#description p,
#single-image img {
  margin-left: 40px;
}
#line-products {
}
.product-overview {
  width: 200px;
  display: inline;
  float: left;
  text-align: center;
}
.product-overview img,
#single-image img  {
  border: 2px solid #d4d5d5;
}
.product-overview p {
    color: #851417;
}
.product-overview .overview-description p {
  font-size: small;
  color: #523b3c;
  line-height: 1.5em;
}
#single-description {
}
#add-to-cart {
  display: inline;
  float: right;
}
#price {
  padding-top: 15px;
  display: inline;
  float: left;
  color: #851417;
  font-size: large;
}
/* Text Pages */

#title-image img{
  float: left;
}
#page-text {
  padding-top: 100px;
}
.pressheader {
  color: darkred;
  padding-bottom: 0;
  margin-bottom: 0;
}
.subtext {
  float: left;
  width: 250px;
}