body {
  background: url('/static/img//bg-2.jpg');
  font-family: 'Ubuntu', sans-serif;
  color: #777777;
  font-size: 14px;
  line-height: 150%;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
p {
  margin: 10px 0 20px;
}
h1 {
  font-family: 'Great Vibes', cursive;
  color: #d2232a;
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px;
}
h1 a {
  color: #d2232a;
}
a {
  color: #ff8399;
}
a.closer {
  float: right;
  color: #ff8399;
  text-decoration: none;
  border-bottom: 1px dashed #ff8399;
  line-height: 100%;
}
h2 {
  font-family: 'Ubuntu', sans-serif;
  color: #ff8399;
  font-size: 18px;
  margin: 10px;
}
h2 a {
  color: #a8a83a;
  text-decoration: none;
}
h2:first-letter {
  font-family: 'Great Vibes', cursive;
  font-size: 30px;
}
#outer {
  width: 1200px;
  margin: 0 auto;
}
#header {
  height: 65px;
  border-bottom: 1px solid #b0b0b0;
}
#logo {
  width: 365px;
  height: 55px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 20px;
}
#header_links {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 810px;
  text-align: right;
  padding-top: 17px;
  text-transform: uppercase;
  font-size: 12px;
}
#header_links a {
  color: #555;
  text-decoration: none;
}
#header_links a:hover {
  text-decoration: underline;
}
#header_links a + a {
  margin-left: 30px;
}
#header_links .greetings {
  text-transform: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin-right: 30px;
}
#top_menu_outer {
  height: 30px;
  background: #fff;
  border-bottom: 1px dotted #d0d0d0;
}
#top_menu {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  text-transform: uppercase;
  color: #ff8399;
  margin: 0 0 0 40px;
}
#top_menu a {
  color: #a8a83a;
  text-decoration: none;
  background: #fff;
  height: 20px;
  padding: 5px 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
#top_menu a + a {
  margin-left: 10px;
}
#top_menu a:hover {
  background: url('/static/img//top_menu_hover.png');
}
#top_menu span {
  height: 20px;
  padding: 5px 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
#top_menu span + a {
  margin-left: 10px;
}
#top_menu a + span {
  margin-left: 10px;
}
#search {
  float: right;
  border: 1px solid #b0b0b0;
  margin-top: 4px;
}
#search input[type="text"] {
  border: 0px;
  background: #fff;
  width: 100px;
  padding: 0 10px;
  height: 20px;
  color: #777777;
}
#search input[type="button"] {
  background: #fff url('/static/img//search_btn.png');
  width: 18px;
  height: 18px;
  border: 0px;
  cursor: pointer;
}
#search input[type="button"]:hover {
  background-position: 0 -18px;
}
#content {
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url('/static/img//top_shadow.png');
  background-position: top;
  background-repeat: no-repeat;
  min-height: 700px;
  padding: 20px 50px 50px;
}
#footer_menu {
  height: 35px;
  background-color: #fff;
  background-image: url('/static/img//footer_bg.png');
  background-position: right;
  background-repeat: no-repeat;
  border-top: 1px dotted #d0d0d0;
  text-align: center;
  text-transform: uppercase;
  color: #ff8399;
  margin: 0 0;
  font-size: 14px;
}
#footer_menu a {
  color: #a8a83a;
  text-decoration: none;
  background: #fff;
  height: 20px;
  padding: 5px 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
#footer_menu a + a {
  margin-left: 10px;
}
#footer_menu a:hover {
  background: url('/static/img//top_menu_hover.png');
}
#footer_menu span {
  height: 20px;
  padding: 5px 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
#footer_menu span + a {
  margin-left: 10px;
}
#footer_menu a + span {
  margin-left: 10px;
}
#footer {
  text-align: center;
  padding: 20px 0 30px;
  color: #777777;
  font-size: 12px;
}
#footer a {
  text-decoration: underline;
  color: #373737;
}
#footer a:hover {
  text-decoration: none;
  color: #6f6f26;
}
#footer p {
  margin: 0;
}
p.collection_empty {
  padding: 100px 0;
  font-size: 150%;
  color: #a8a83a;
  font-style: italic;
  text-align: center;
}
ul#sitemap_outer {
  padding: 0;
}
ul#sitemap_outer li {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}
ul#sitemap_outer li a {
  color: #ff8399;
}
p.quote {
  padding-top: 400px;
  text-align: center;
  color: #a8a83a;
  font-style: italic;
}
