/* Casper */

body {
 margin: 0px; 
 font-size: 62.5%;
 background-color: #FFF;
 }

#wrapper {
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0 0 0;
}

h1 { 
	font: bold 2.6em  Verdana, Arial, Helvetica, sans-serif;
   color: #000;  
}

h1.strike { 
	font: bold 2.6em  Verdana, Arial, Helvetica, sans-serif;
   color: #ff0000; 
	text-decoration: line-through;
}

h2 {            
	font: bold 2.0em Verdana, Arial, Helvetica, sans-serif;
   color: #777777; 
}

h3 {            
	font: bold 1.8em Verdana, Arial, Helvetica, sans-serif;
   color: #777777; 
}

h4 { font: bold 1.75em Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900; 
	padding: 2px;
	margin: 5px;
}


h5 {            font: bold 1.05em Verdana, Arial, Helvetica, sans-serif;
                color: #777777; 
}

h6 {            font: bold 80%/1.05em Verdana, Arial, Helvetica, sans-serif;
                color: #777777; 
}


#tophome {
  margin: 0px;
  padding: 0px; 
  background: #FFF;  
  height: 90px; 
  width: 980px;
  color: #663300;
}

#left {
  position: absolute;
  left: 0px;
  top: 90px;  
  width: 175px; /* was 220  */
  background: #FFF;
  padding: 0px;
}


#center {
  margin-left: 175px;   
  margin-right: 175px;
  background: #FFF;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

#right {
  position: absolute;
  right: 0px;
  top: 90px; 
  width: 175px; /* was 120  */
  padding: 0px;
  background: #FFF;
}

#footer {
  background: #FFF;
  margin: 0px;
  color: #000;
  visibility: hidden;
  padding: 0px;
  width: 980px;
  padding: 0px 0px 0px 0px;
  border-bottom: 5px solid #000000;
}

#footlogos {
  position: relative;
  top: -5px;
  left: 320px;
  background:url("images/master-footer-1.gif") no-repeat;
  height: 103px;
  width: 650px;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

/* center */
a.linkclass {text-decoration:none; color:#FF9900; font-weight:bold; }
a.linkclass:visited {text-decoration:none; color:#0003FF; font-weight:bold; }
a.linkclass:active {text-decoration:none; color:#000000; font-weight:bold; }
a.linkclass:hover {text-decoration:underline; color:#FF9900; font-weight:bold; }

/* Footer */
a.linkclass1 {text-decoration:none; color:#FFF; font-weight:bold; }
a.linkclass1:visited {text-decoration:none; color:#07df0b; font-weight:bold; }
a.linkclass1:active {text-decoration:none; color:#568C57; font-weight:bold; }
a.linkclass1:hover {text-decoration:underline; color:#FFF; font-weight:bold; }


p,ul,ol {
   font: 1.3em Verdana, Arial, Helvetica, sans-serif; /* was 1.2 */
	margin:  0px;
	padding: 0px 0px;
	}
	
	p.white,ul.white,ol.white {
   font: 1.3em Verdana, Arial, Helvetica, sans-serif; /* was 1.2 */
	margin:  0px;
	padding: 0px 10px 0px 10px;
	color: #FFF;
	}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

ul.star{
	list-style-image: url(/images/soil-hill-bullet-point-1.gif);
	margin-left: 40px;
}

ul.lawn{
	list-style-image: url(/images/lawn-roll-1.gif);
	margin-left: 20px;
}

ul.white{
	list-style-image: url(/images/white-bullet.gif);
	margin-left: 20px;
}

/*
ul.left{
	list-style-image: url(/images/singleton-bullet.gif);
	margin-left: 40px;
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
   padding: 0px 10px 0px 10px; 
	color: #FFF;
	vertical-align: bottom;
}


.bulletpoints ul {
list-style-type:none;
margin-left:10px;
text-align:left;
color: #FFF;
font: 1.3em Verdana, Arial, Helvetica, sans-serif;
}
.bulletpoints ul li {
list-style-image:  url(/images/singleton-bullet.gif);
margin-left:35px;
}
*/
/*
.bulletpoints ul {
list-style-type:none;
margin-left:10px;
text-align:left;
color: #FFF;
}
*/

/*
ul.bulletpoints {
list-style-image: url(/images/singleton-bullet.gif);
margin-left:35px;
color: #FFF;
font: 1.4em Verdana, Arial, Helvetica, sans-serif;
}
*/

ul.bulletpoints li {
list-style-image: none;
background-image: url(/images/singleton-bullet.gif);
background-repeat: no-repeat;
background-position: left;
padding-left:35px;
margin: 5px;
color: #FFF;
font: 1.4em Verdana, Arial, Helvetica, sans-serif;
}

/* Horizontal navigation */
#nav {
  position: absolute;
  top:   95px; 
  left: 0px;
  margin: 0;
  padding: 0;
  background: #777777;
  list-style-type: none;
  width: 980px;    
  float: left; /* Contain floated list items */
  color: #000;
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a {
  float: left;
  width: 140px; 
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  line-height: 23px;  
/*  line-height: 2.5; */
  text-align: center;
 /* border-right: 1px solid #FFF; */
/*  background: url(/images/tabx11.gif) no-repeat; */
  background: #777777;
  color: #ff9900;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {
background-color: #777777;  /* was  4f4532*/
background-position: -140px 0; 
color: #FFFFFF;
}

#body_hom #nav_hom a, 
#body_abo #nav_abo a,
#body_con #nav_con a,
#body_del #nav_del a,
#body_faq #nav_faq a,
#body_sit #nav_sit a,  
#body_ter #nav_ter a {
 background-color: #777777;  /* was bed06f */
 background-position: -280px 0; 
 font-weight: bold;
 color: #000;
}

/* survey button */
#snavlists {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.3em;
    font-weight:bold;
    list-style:none;
	 color: #FFF;
}
#snavlists a {
    display:block;
    width:237px;
	 height: 60px;
    color:#000;
    text-decoration:none;
    background:url("images/tab8.gif") no-repeat;
    padding:25px 6px 5px 0px;;
}
#snavlists a:hover { 
    background-position:0 -100px; 
    color: #1e5ebd;
	  text-decoration:none;
}
#snavlists a:active {
    background-position:0 -100px;  
    color:#1e5ebd;
	 text-decoration:none;
}

/* end of survey button */

#footadd {
  position: relative;
  left: 30px;
  top:   0px;
}

#footeagle {
  position: relative;
  left: 300px;
  top:   0px;
}


/* left hand navigation in left column */
#leftnav {
  margin: 0;    
  padding: 0;
  background: #FFF;  
  list-style-type: none;
  width: 175px; 
  float: left; 
}
#leftnav li {
  margin: 0;  /* was 0 */
  padding: 1px 2px; /* was 10 lines the navigation up against the left hand edge  then 0 2px */
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#leftnav a {    
  display: block;  
  color: #000;
  text-decoration: none;
  padding: 0 0 0 5px;  /* was 0 0 0 48 */
  line-height: 1.1em;  /* was 2.5 */
/*  border-bottom: 1px solid #FFF;  */
  font-weight: bold;
/*   background: url(/images/taby9.gif) no-repeat; */
background: #FFF;
   background-position: 0 2px; 
}
#leftnav #leftnav_con a {
  border: none;
}
#leftnav a:hover {  
/*  background: yellow;  */ /* 4F4532  */
  color: #000;
  text-decoration: underline;
}
	 #body_001 #leftnav_001 a,
	 #body_002 #leftnav_002 a,
	 #body_003 #leftnav_003 a,
	 #body_004 #leftnav_004 a,
	 #body_005 #leftnav_005 a,
	 #body_006 #leftnav_006 a, 
	 #body_007 #leftnav_007 a,
	 #body_008 #leftnav_008 a,
	 #body_009 #leftnav_009 a,
	 #body_010 #leftnav_010 a,
	 #body_011 #leftnav_011 a, 
	 #body_012 #leftnav_012 a,
	 #body_013 #leftnav_013 a,
	 #body_014 #leftnav_014 a,
	 #body_015 #leftnav_015 a,
	 #body_016 #leftnav_016 a, 
	 #body_017 #leftnav_017 a,
	 #body_018 #leftnav_018 a,
	 #body_019 #leftnav_019 a,
	 #body_020 #leftnav_020 a
   {
	 	
    color: #FF0000;
    background-color: #FFF;
    font-weight: bold;
}

#leftnavposition {
  position: relative;
  left: 0px;  /* was 30 */
  top:   0px;
}

.leftnavposition {
  position: relative;
  left: 0px;  /* was 30 */
  top:   0px;
}


#logo1 {
  position: absolute;
  right: 0px;
  top:   0px;
}

#leftimage {
  position: absolute;
  right: 0px;
  top:   0px;
}

#logocenter {
  position: absolute;
  right: 440px;
  top:   0px;
}

#tele1 {
  position: absolute;
  left: 55px;
  top:  30px;
  font: bold 2.6em  Verdana, Arial, Helvetica, sans-serif;
  color: #FFF;
}

#surveybuttontext {
  position: absolute;
  left:  78px;
  top:   105px;  
  font: bold 1.3em  Verdana, Arial, Helvetica, sans-serif;
  color: #000;
}

#surveybutton {
  position: absolute;
  left:  41px;
  top:   80px; 
}

.captioned_photo {
	position: relative;
	float: left;
	display: block;
	margin: 0em 2.25em .5em 0;
	padding: 1em;
	border: 1px solid #663300;
	background: url(/images/bg.gif) bottom left repeat-x;
	line-height: 1em;
	}
.captioned_photo p {
	position: absolute;
	bottom: 2.25em;
	left: 1.375em;
	display: block;
	width: 272px; 
	margin: 0;
	padding: 0;
	background: url(/images/caption-black.png) top left repeat-y;
	font: 1.25em Verdana, sans-serif;
	letter-spacing:.05em;
	color: #fff;
	}
.captioned_photo p span {
	display: block;
	padding: .5em;
	}
.captioned_photo img {
	margin: 0 0 -.0625em 0;
	padding: 0;
	}
	
.captioned_photo_r {
	position: relative;
	float: right;
	display: block;
	margin: .0em 0em .5em .5em;
	padding: 1em;
	border: 1px solid #663300;
	background: url(/images/bg.gif) bottom left repeat-x;
	line-height: 1em;
	}
.captioned_photo_r p {
	position: absolute;
	bottom: 2.25em;
	left: 1.375em;
	display: block;
	width: 272px; 
	margin: 0;
	padding: 0;
	background: url(/images/caption-black.png) top left repeat-y;
	font: 1.25em Verdana, sans-serif;
	letter-spacing:.05em;
	color: #fff;
	}
.captioned_photo_r p span {
	display: block;
	padding: .5em;
	}
.captioned_photo_r img {
	margin: 0 0 -.0625em 0;
	padding: 0;
	}
	
	.grey{
		background: #663300;
		color: #FFF;
		font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	}

.righttext
{
	position: relative;
	float: left;
}


#feature {
background: #96BF55 url(/images/bottom_left.gif) no-repeat bottom left; 
width: 20em;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}
	

#feature dl 
{
background: url(/images/top_left.gif) no-repeat;
}

#feature dt {
background: url(/images/top_right.gif) no-repeat top right; 
padding: 1.17em 1.17em 0; 
font-size: 170%; 
color: #FFF; 
line-height: 1;
}


#feature dd {
background: url(/images/bottom_right.gif) no-repeat bottom right;
padding: 1em 2em 1em 1em;
color: #1B220F; 
line-height: 1.3;
}

/* 160 wide box */
	.boxtop {
		display:block;
		width:160px;
	   height:48px; 
		background-position:left top;
		background-repeat:no-repeat;
		background-image:url(images/top160.gif);
	}


	.maincontent{
		color:white;
      font: .9em Verdana, Arial, Helvetica, sans-serif;
		display:block;
		background-color: #663300;
		padding-left:20px;
		padding-bottom:40px;
		padding-right:30px;
	}

/* 320 wide box */
	.boxtop320{
		display:block;
		width:272px;
		height:48px;
		background-position:left top;
		background-repeat:no-repeat;
		background-image:url(/images/272top.gif);
	}
	.topcontent320{
		font-family:arial;
		font-size:16pt;
	   color:white;
		padding-top:10px;
		text-align:center;
	}
	.boxbottom320{
		display:block;
		width:272px;
		background-position:left bottom;
		background-repeat:no-repeat;
		background-image:url(/images/272bottom.gif);
      font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	}
	.maincontent320{
		color:white;
		font-family:arial;
		font-size:12pt;
		display:block;
		background-color: #663300;
		padding-left:20px;
		padding-bottom:40px;
		padding-right:30px;
/* 		width: 272px;  */
	}
	
.lefttext
{
	position: relative;
	float: left;
	margin-right: 50px;
}	

hr.line {
	width: 90%;
	height: 2px;
	color: #663300;
}

ul.delivery{
	list-style-type:  none;
	margin-left: 20px;
}

ul.delivery li{
float: left;
margin-right: 10px;
}

ol.terms li {
padding-left:30px;
margin: 25px;
color: #000;
font: .9em Verdana, Arial, Helvetica, sans-serif;
}

ul.red {
list-style-image: url(images/osb.gif);
padding-left:30px;
margin: 25px;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}

.wrevbha
 {background: #eeeeee;
	/*color: #FFFFFF;*/
	font-family: Verdana,sans-serif;
	font-size:	 14px;
	font-weight: bold;
	margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	max-width: 570px; /*readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
	width: auto;
}

.wrevbhq {
	background: #777777;
	color: #FFFFFF;
	font-family: Verdana,sans-serif;
	font-size:	 14px;
	font-style: italic;
	font-weight: bold;
	margin-left:   0px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	max-width: 570px; /*readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
	width: auto;
}


/* new */

#leftnav2 {
  margin: 0;    
  padding: 0;
  background: #777777;  
  list-style-type: none;
  width: 171px; 
  float: left; 
}
#leftnav2 li {
  margin: 0;  /* was 0 */
  padding: 0 2px; /* was 10 lines the navigation up against the left hand edge */
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#leftnav2 a {    
  display: block;  
  color: #FF9900;
  text-decoration: none;
  padding: 0 0 0 5px;  /* was 0 0 0 48 */
  line-height: 2.5;
/*  border-bottom: 1px solid #FFF;  */
  font-weight: bold;
/*   background: url(/images/taby9.gif) no-repeat; */
background: #777777;
   background-position: 0 2px; 
}
#leftnav2 #leftnav2_con a {
  border: none;
}
#leftnav2 a:hover {  
/*  background: yellow;  */ /* 4F4532  */
  color: #FFF;
  background-position: 0 -37px; 
}
   
	   
	
    #body_bed #leftnav2_bed a,#body_ML01 #leftnav2_ML01 a,
	 #body_ML01 #leftnav2_ML01 a,
	 #body_ML02 #leftnav2_ML02 a,
	 #body_din #leftnav2_din a {
	 	
/*    background: #BEB06F; this is the page we are on */
    color: #000;
    font-weight: bold;
	 background-position: 0 -72px;
}

/* new 02-04-2009 */

/* left hand navigation in left column */
#leftnavsum {
  margin: 0;    
  padding: 0;
  background: #777777;  
  list-style-type: none;
  width: 171px; 
  float: left; 
}
#leftnavsum li {
  margin: 0;  /* was 0 */
  padding: 10px 2px; /* was 10 lines the navigation up against the left hand edge  then 0 2px */
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#leftnavsum a {    
  display: block;  
  color: #FF9900;
  text-decoration: none;
  padding: 0 0 0 5px;  /* was 0 0 0 48 */
  line-height: 1.1em;  /* was 2.5 */
/*  border-bottom: 1px solid #FFF;  */
  font-weight: bold;
/*   background: url(/images/taby9.gif) no-repeat; */
background: #777777;
   background-position: 0 2px; 
}
#leftnav #leftnav_con a {
  border: none;
}
#leftnavsum a:hover {  
/*  background: yellow;  */ /* 4F4532  */
  color: #FFF;
  background-position: 0 -37px; 
}
    #body_mat #leftnav_mat a,
	 #body_pinebed #leftnav_pinebed a,
	 
    #body_bed #leftnav_bed a,
	 #body_sto #leftnav_sto a,
	 #body_dinsto #leftnav_dinsto a,
	 #body_din #leftnav_din a {
	 	
/*    background: #BEB06F; this is the page we are on */
    color: #000;
    font-weight: bold;
	 background-position: 0 -72px;
}

	p.white,ul.white,ol.white {
   font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin:  0px;
	padding: 0px 10px 0px 10px;
	color: #FFF;
	}
	
#freedelivery{
  position: absolute;
  top: 0px;
  left: 0px;
	}

#delivery {
  position: absolute;
  top: 16px;
  right: 21px;
	}

.strikethrough{
	tex
}

.adcopy { 
	font: bold 1.6em  Verdana, Arial, Helvetica, sans-serif;
   color: #000000; 
}

.adcopystrike { 
	font: bold 1.6em  Verdana, Arial, Helvetica, sans-serif;
   color: #ff0000; 
	text-decoration: line-through;
}


blockquote.style1 {
  font: italic 1.3em Verdana, Arial, Helvetica, sans-serif;
  padding: 8px;
  background-color: #B5D1E8;
  width: 95%;  /* was 225 */
  border-top: 1px solid #0002BF;
  border-bottom: 1px solid #0002BF;
  margin: 5px;
  background-image: url(/images/openquote.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  
  blockquote.style1 span {
  display: block;
  width: 93%;  /* 215px */
  background-image: url(/images/closequote.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
   }

