body {
  background: #ccc url(images/12original.gif) repeat;
  font: 1em/1.5 "Verdana", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
}

#ads {
  border-top: 1px dashed #ccc;
  margin-top: 50px;
  padding: 10px 0;
  text-align: center;
}

/* Thanks: http://www.alistapart.com/articles/cssdropshadows/ */
#content div.img-shadow-center,
#content div.img-shadow-right {
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 20px !important;
  margin: 10px 10px 0 15px;
}

#content div.img-shadow-center {
  float: left;
  max-width: 610px;
}

#content div.img-shadow-right {
  float: right;
  max-width: 230px;
}

#content div.img-shadow-center img, #content div.img-shadow-right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
/* End Thanks :) */

#content div.picture_with_caption {
  background: #eee;
  border: 1px solid #ccc;
  float: right;
  margin: 0 10px 10px 10px;
}

#content div.picture_with_caption p {
  width: 190px;
}

#content div#customer_info_container {
  border-top: 1px dashed #945725;
  margin: 0 10px;
  padding-top: 25px;
}

#content #customer_info_container div#error_box {
  background: #ffffcc;
  border: 1px solid #a97838;
  float: right;
  margin: 0 25px 0 0px;
  width: 300px;
}

#content #customer_info_container div#error_box ul {
  margin: 0; padding: 0;
}

#content #customer_info_container div#error_box ul li {
  margin: 10px;
}

#content div#customer_info_form {
  float: left;
  width: 400px;
}

#content div#customer_info_form p {
  clear: both;
  padding-bottom: 50px;
}

#content div#customer_info_form p label {
  float: left;
}

#content div#customer_info_form p input,
#content div#customer_info_form p textarea {
  float: right;
}

#content div#order_form {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 500px;
}

#content div#order_form a img {
  border: none;
  float: right;
}

#content div#testimonials {
  background: #eee;
  border: 1px solid #ccc;
  margin: 2em 20px;
}

#content div#testimonials p {
  font-size: 1em;
}

#content div#testimonials blockquote p {
  font-size: 0.7em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: right;
}

#content ul#info li {
  background-image: url('images/icons/question-mark.gif');
  background-repeat: no-repeat;
  background-position: top left;
  /*font-weight: bold;*/
  padding-bottom: 0.5em;
}

#content ul#info li.answer,
#content ul#info li.explaination {
  background: none;
}

#content ul#info li.do,
#content ul#info li.dont {
  font-weight: normal;
}

#content ul#info li.do {
  background-image: url('images/icons/checkmark.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

#content ul#info li.dont {
  background-image: url('images/icons/x.gif');
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 2em;
}

#content ul#info li h3 {
  font-size: 1.1em;
  font-weight: bold;
}

#content ul#info li p {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
}

#content h1,
#content h2 {
  color: #945725;
  margin: 0.5em 15px;
  padding: 0;
}

#content h1 a,
#content h2 a {
  color: #9e7340;
  text-decoration: none;
}

#content h1 a:hover,
#content h2 a:hover {
  text-decoration: underline;
}

#content h1 {
  font-size: 1.5em;
}

#content h2 {
  border-bottom: 1px dashed #945725;
  font-size: 1em;
}

#content p {
  color: #333;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 15px;
  padding: 5px 0;
  /*width: 525px;*/
}

#content #photo-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 640px;
}

#content ul {
  list-style-type: none;
}

#content ul li {
  background-image: url('images/icons/arrow-right.gif');
  background-repeat: no-repeat;
  background-position: top left;
  font-size: .7em;
  margin: 5px;
  padding-left: 25px;
}

#content ul li a {
  color: blue;
  text-decoration: none;
}

#content ul li a:hover {
  text-decoration: underline;
}

#ferdog {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 800px;
}

#ferdog a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

#ferdog p {
  color: #fff;
  font-size: 10px;
  margin-bottom: 10px;
}

#footer {
  background: #945725;
  margin-top: 1em;
}

#footer p {
  color: #fff;
  font-size: 10px;
  margin: 0 5px 0 0;
  padding: 2px;
  text-align: right;
}

#footer p a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#footer ul {
  list-style-type: none;
  margin: 0 0 0 5px;
  padding: 2px;
}

#footer ul li {
  background-repeat: no-repeat;
  background-position: top left;
  color: #fff;
  display: inline;
  font-size: .9em;
  margin: 5px;
  padding-left: 25px;
  padding-right: 5px;
}

#header {
  margin: 0;
  padding: 0;
}

#menu {
  background: #fff;
  margin: 0;
  padding: 0;
}

#menu ul {
  list-style: none;
  margin: -3px 10px;
  padding: 0;
  text-align: center;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#menu ul li a {
  color: #666;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu ul li a img {
  border: 0;
  padding: 0 1px 0 0;
}

#wrapper {
  background: #fff;
  background-image: url('images/tree-bg.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}
