@charset "UTF-8";
/* 
  CSS Document 
  gannmemorials.com
*/

/*
  Baseline CSS
*/

@import url("baseline.compress.css");

/*
  Layout
*/

body
{
  background: #8c87c1 url('/images/bg.png') repeat-y fixed center;
  color: #1C1C1C;
  font-family: Georgia, "Times New Roman", Times, serif;
}

div#wrap
{
  margin: 0 auto;
  width: 822px;
  padding: 0 18px;
  background-color: transparent;
}

div#page
{
  width: 822px;
  background-color: transparent;
}

.width3				
{ 
  width: 570px;
  background-color: #FFF; 
}

.width3	p.attention
{
  border: 1px dashed #990000;
  padding: 9px;
}

.width4
{
  width: 822px;
  background-color: transparent;
}

div#masthead
{
  background: transparent url('/images/header-bg.png') no-repeat -95px top;
  height: 190px;
  overflow: hidden;
  margin-left: -3px;
  width: 825px;
  position: relative;
}

div#footer
{
  background: transparent url('/images/footer-bg.png') no-repeat -95px top;
  height: 156px;
  overflow: hidden;
  width: 825px;
  position: relative;
  padding: 0;
  margin: 0 0 -18px -3px;
}

.paddingDiv
{
  padding: 18px;
}

/*
  Typography
*/

h2, h3, h4 {
	word-spacing: .1em;
}

h2
{
  color: #415161;
  line-height: 1.4em;
}

h3
{
  color: #605ca8;
  margin-bottom: 9px;
  line-height: 1.4em;
}

h4
{
  margin-bottom: 9px;
  line-height: 1.4em;
}


#nav h4
{
  color: #1C1C1C;
  text-decoration: underline;
}

p, ul, ol, blockquote
{
  margin-bottom: 18px;
}

li
{
  margin-bottom: 6px;
}

blockquote
{
  padding-left: 40px;
  background: transparent url('/images/quote.gif') no-repeat 0 17px;
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
}

blockquote p span
{
  font-style: oblique;
  font-weight: bold;
  display: block;
  text-align: right;
}

strong
{
  color: #556b7f;
  font-weight: bold;
}

small
{
  font-size: 11px;
}

a
{
  color: #0033FF;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.center
{
  text-align: center;
}

.moveRight
{
  float: right;
  margin: 0 0 18px 18px;
}

.moveLeft
{
  float: left;
  margin: 18px 18px 0 0;
}

.attention, .attention strong
{
  color: #990000;
}

p.attention
{
  border: 1px dashed #990000;
  padding: 9px;
}

p.highlight
{
  background-color: #feffea;
  border: 2px solid #ffffcc;
  padding: 9px;
  text-align: center;
}

/*
  Header Logo/Branding
*/

div#masthead h1, div#masthead h1 a, div#masthead h1 span
{
  width: 110px;
  height: 95px;
  margin: 0;
  padding: 0;
  line-height: 110px;
}

div#masthead h1
{
  position: absolute;
  top: 21px;
  left: 66px;
}

div#masthead h1 a
{
  display: block;
  font-size: 12px;
  text-indent: 3px;
  color: #fff;
  text-decoration: none;
}

div#masthead h1 span
{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 500;
  background: transparent url('/images/logo.png') no-repeat;
  text-indent: -1000em;
}

div#masthead h1 span:hover
{
  background: transparent url('/images/logo-active.png') no-repeat;
}

a#quoteRequestBtn
{
  position: absolute;
  top: 0;
  left: 625px;
  width: 130px;
  padding: 3px 5px;
  font-size: 15px;
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

a#quoteRequestBtn:hover
{
  color: #add7ff;
}

/*
  Menu
*/

div#nav
{

}

table.gannMenu
{
  margin: 0 auto;
  vertical-align: top;
  padding: 0;
  background: none !important;
  margin-top: -66px;
  margin-bottom: 18px;
}

table.gannMenu td
{
  background: inherit !important;
  padding: 0 !important; 
}

table.gannMenu td img 
{ 
  display: block; 
}

/*
  Featured Customers Scrollable
*/

/* root element for scrollable */ 
div.scrollable 
{ 	 
  /* required settings */ 
  position:relative; 
  overflow:hidden; 

  /* vertical scrollers have typically larger height than width */ 
  height: 30px; 
  width: 100%;
  padding: 0;
  background-color: #feffea;
  border: 2px solid #ffffcc;
  margin-bottom: 36px;
  margin-top: 18px;
} 
	 
/* root element for scrollable items */ 
div.scrollable div.items 
{ 
  position:absolute; 
	 
  /* this time we have very large space for the height */ 
  height:20000em; 
}

div.scrollable div.items ul
{
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 30px;
}

div.scrollable div.items ul li
{
  display: block;
  float: left;
  width: 190px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}

/*
  Footer
*/

div#footer div.paddingDiv
{
  padding: 18px 135px 0 135px;
}

div#footer p.footerMenu
{
  text-align: center;
  margin-bottom: 5px;
}

div#footer p.footerMenu a
{
  padding: 0 3px;
}

div#footerExtraContent
{
  height: 41px;
  overflow: auto;
  margin-bottom: 0px;
}

div#footerExtraContent p
{
  font-size: 11px;
  text-align: center;
  color: #333;
  margin-bottom: 0;
}

p.footerLegal, p.footerLegal a
{
  color: #333;
  text-align: center;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

/*
  Forms
*/

form
{
  overflow: hidden;
}

fieldset
{
  border: 2px solid #605ca8;
  padding-left: 18px;
  width: 435px; 
  margin-bottom: 36px;
  background-color: #F0F6FF;
}

legend
{
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: -12px;
}

form fieldset input, form fieldset textarea
{
  font-weight: bold;
  padding: 3px !important;
}

form fieldset input:focus, form fieldset textarea:focus 
{
  background-color: #feffea;
}