/*
Description: Custom CSS for Hagen's of Blaine (c) 2010
Author: Meyer Professional
*/

* { padding: 0; margin: 0; }

html, body {
  color: #333;
  font-family: Palatino, "Palatino Linotype", "Hoefler Text", Georgia, "Book Antiqua", Times, "Times New Roman", serif;
  font-size: 14px;
  background-color: #c6c6c6;
  background-image:url('../images/corrugate-texture-bg.jpg');
  background-repeat: repeat;
  background-position: top left;
  text-align: center;
}

img { border: 0; }

#stripe {
  width: 100%;
  height: 30px;
  background-image:url('../images/service-stripe-bg.gif');
  background-repeat: repeat-x;
  background-position: top left;
}

#wrapper {
  z-index: 3000;
  margin: 0 auto;
  text-align: left;
  width: 726px;
  position: relative;
}

#logoWell {
  z-index: 1000;
  width: 344px;
  height: 83px;
  position: relative;
  top: -36px;
  left: 50px;
}

#header {
  border: 0;
  margin-top: 36px;
  width: 726px;
  height: 74px;
  background-image:url('../images/header-bg.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

#nav {
  z-index: 5000;
  border: 0;
  width: 726px;
  background-image:url('../images/content-bg.gif');
  background-repeat: repeat-y;
  background-position: left;
  text-decoration: none;
  text-align: center;
}

#nav a {
  color: #333;
  font-family: Palatino, "Palatino Linotype", "Hoefler Text", Georgia, "Book Antiqua", Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

#nav a:hover {
  color: #6e2d3a;
  font-family: Palatino, "Palatino Linotype", "Hoefler Text", Georgia, "Book Antiqua", Times, "Times New Roman", serif; 
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

#content {
  border: 0;
  width: 576px;
  padding: 0 75px;
  background-image:url('../images/content-bg.gif');
  background-repeat: repeat-y;
  background-position: left;
}

#content a {
  color: #6e2d3a;
  font-weight: bold;
  text-decoration: none;
}

#content img {
  display: block;
  margin: 15px auto 0 auto;
}

h1 {
  color: #6e2d3a;
  margin: 10px 0;
  font-family: Palatino, "Palatino Linotype", "Hoefler Text", Georgia, "Book Antiqua", Times, "Times New Roman", serif; 
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  color: #333;
  margin: 15px 0 0 0;
  font-family: Palatino, "Palatino Linotype", "Hoefler Text", Georgia, "Book Antiqua", Times, "Times New Roman", serif; 
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

p { margin: 15px 0 0 0; }

#footer {
  border: 0;
  width: 726px;
  height: 74px;
  font-family: Palatino, "Palatino Linotype", "Hoefler Text", Georgia, "Book Antiqua", Times, "Times New Roman", serif;
  font-weight: normal;
  font-size: 12px;
  background-image:url('../images/footer-bg.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
  text-align: center;
}

#footer a {
  color: #333;
  font-style: italic;
  text-decoration: none;
}
