/* ------------------------------------------------------------------------
 * home.css (Perfect Tribute Home Style Sheet)
 * Copyright (c) Perfect Memorials. All rights reserved.
 * ------------------------------------------------------------------------ */

/*-------------------------------------------	
	Global
-------------------------------------------*/

body { background: url(/images/css/non-tribute/body.jpg) top center no-repeat; }

/*-------------------------------------------	
	Header
-------------------------------------------*/

#header {
  height: 23.23em;
  background: url(/images/css/home/header.jpg) top center repeat-y;
}

#header #intro {
  float: left;
  width: 347px;
  padding: 50px 0 0 58px;
  color: #fff;
  text-align: center;
}

#header #intro h1,
#header #intro h2 {
  font-size: 32px;
  font-family: Georgia, "Times New Roman", serif;
}

#header #intro h1 strong {
  display: block;
  width: 347px; height: 47px;
  margin-top: 7px;
  background: url(/images/css/home/memories-to-last-forver.gif) top center no-repeat;
  text-indent: -1000em;
}

#header #intro h2 em {
  font-size: 20px;
  font-style: italic;
}

#header #intro a {
  display: block;
  width: 347px; height: 39px;
  margin-top: 35px;
  font-size: 131%;
  font-family: "Lucida Grande", Verdana, sans-serif;
  line-height: 39px;
  color: #333C39;
  text-decoration: none;
  background: url(/images/css/home/tribute-button-300.gif) top center no-repeat;
}

#header #intro a:hover {
  background: url(/images/css/home/tribute-button-300.gif) bottom center no-repeat;
}

#header #examples {
  position: relative;
  width: 552px;
  margin-left: 405px;
}

#header #examples li a {
  position: absolute;
  top: 0;
  text-indent: -1000em;
}

#header #examples li#person-example a {
  display: block;
  z-index: 11;
  left: 30px;
  width: 302px; height: 302px;
  background: url(/images/css/home/person-example.png) bottom center no-repeat;
}

#header #examples li#person-example a:hover {
  background: url(/images/css/home/person-example.png) top center no-repeat;
}

#header #examples li#pet-example a {
  z-index: 10;
  display: block;
  left: 252px;
  width: 302px; height: 302px;
  background: url(/images/css/home/pet-example.png) bottom center no-repeat;
}

#header #examples li#pet-example a:hover {
  z-index: 12;
  background: url(/images/css/home/pet-example.png) top center no-repeat;
}

/*-------------------------------------------	
	Main
-------------------------------------------*/

#main {
  padding: 15px 0 30px;
  overflow: hidden;
}

#main #primary {
  float: left;
  overflow: hidden;
  width: 630px;
  padding-left: 9px;
}

#main #secondary {
  float: right;
  width: 300px;
  padding-right: 15px;
}

/* Primary
-------------------------------------------*/

#main #primary .feature {
  float: left;
  width: 180px;
  padding: 0 6px;
  margin-right: 18px;
  background: url(/images/css/home/feature-bg.png) top left no-repeat;
}

#main #primary .feature a img {
  margin: 18px 0 30px 13px;
  border: 0;
}

#main #primary .feature h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 131%;
  color: #354A46;
  margin-bottom: 10px;
}

#main #primary .feature p {
  display: block;
  height: 9.5em;
  color: #444;
  line-height: 150%;
  font-size: 93%;
}

#main #primary .feature a.view-more {
  position: relative;
  display: block;
  width: 180px; height: 28px;
  margin-top: 20px;
  color: #fff;
  font-size: 93%;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-shadow: #354e46 2px 2px 2px;
  background: url(/images/css/home/feature-button.gif) top left no-repeat;
}

#main #primary .feature a.view-more:hover {
  background: url(/images/css/home/feature-button.gif) bottom left no-repeat;
}

/* Secondary
-------------------------------------------*/

#main #secondary .block {
  width: 300px;
  margin-bottom: 15px;
  background: #E2E2D3 url(/images/css/home/block-bottom.gif) bottom left no-repeat;
}

#main #secondary .block h4 {
  display: block;
  padding: 13px 18px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 131%;
  color: #3C3C3E;
  background: url(/images/css/home/block-top.gif) top left no-repeat;
}

#main #secondary .block form {
  padding: 13px 18px 17px;
}

#main #secondary .block ul {
  padding: 13px 18px;
}

#main #secondary .block a.view-more {
  display: block;
  padding: 0 18px 17px;
  font-size: 93%;
  color: #4D4B43;
  text-align: right;
}

#main #secondary .block form input.text {
  width: 251px;
  border: 0;
  padding: 5px;
  color: #444;
  margin-bottom: 10px;
}

#main #secondary .block form label {
  display: block;
  float: left;
  padding-right: 10px;
  color: #444;
  margin-bottom: 10px;
}

#main #secondary .block form label input {
  margin-right: 5px;
}

#main #secondary .block form input.button {
  margin-top: 5px;
}

#main #secondary .block ul li {
  margin: 0 0 5px 15px;
  list-style: disc outside url(/images/css/home/faq-bullet.gif);
}

#main #secondary .block ul li a {
  font-size: 93%;
  color: #4D4B43;
  text-decoration: none;
}

#main #secondary .block ul li a:hover {
  text-decoration: underline;
}

/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer { background: url(/images/css/non-tribute/footer.png) 0 0 no-repeat; }
