@charset "utf-8";
/* CSS Document */
	#hd{background: url(../images/HP-3A-header.jpg) no-repeat; height:13.361em;}
	#ft{background: url(../images/HP-3A-footer.jpg);height:3.384em;text-align:center;color:#fff; font-size:0.7em;margin-top:1.2em;}
	
/* fonts */
	h1{
		font-family:Times New Roman, Times, serif;
		font-size:1.23em;
		text-transform:uppercase;
		font-weight:bold;
		line-height: 2em;
		padding-top:1em;
		padding-bottom: 2.2em;
		padding-left:0.5em;
		/*background: url(../images/head-bullet41.gif) bottom no-repeat;
		background-position: 0em 0.6em; */
	}

	h2{
		font-family:Times New Roman, Times, serif;
		font-size:1em;
		text-transform:uppercase;
		font-weight:bold;
		line-height: 2em;
		padding-top:1em;
		padding-bottom: 2.2em;
		padding-left:0.5em;
		background: url(../images/head-bullet41.gif) bottom no-repeat;
		background-position: 0em 0.6em; 
	}
	h3{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.9em;
		font-weight:bold;
		padding-bottom: 0.5em;
	}
	p{
		padding-bottom: 0.8em;
	}
	em{
font-style:italic;
}
/*  nav list */	
	ul li
	{
  /* position each item absolutely */
  position: absolute;

  /* Stipulate the height of each item so that 
  vertical return = items * height */
  line-height: 4em;

  /* Clear the default margins & padding 
  so we can style the list from scratch */
  margin: 0;
  padding: 0;
  color:#00CC00;
	}
	#navwrap{
		margin-left:9em;
		
	}
	/* new horizontal position of each item */
	ul li.home{margin-left: 0em;}
	ul li.curr{margin-left: 2em;}
	ul li.fort{margin-left: 4em;}
	ul li.arch{margin-left: 6em;}
	
	ul li.sama{margin-left: 12em;}
	ul li.subm{margin-left: 14em;}
	ul li.subs{margin-left: 16em;}
	ul li.cont{margin-left: 18em;}
	
	/* vertical position of each row */
	ul li.home,
	ul li.sama{
	margin-top: 0em;}
	
	ul li.curr,
	ul li.subm{
	margin-top: 2.5em; /* 1.2em */
	}
	
	ul li.fort,
	ul li.subs{
	  margin-top: 5em; /* 2.4em */
	}
	
	ul li.arch,
	ul li.cont{
	  margin-top: 7.5em; /* 3.6em */
	}
	
	/* anchor styling */
	ul li a{
	  display: block;
	  width: 14em;
	  color: #666;
	  font-family: Times New Roman, Times, serif;
	  text-decoration: none;
	  text-transform:uppercase;
	  font-weight:bold;
	  padding-left:1em;
	  font-size:0.7em;
	}
	
	ul li a:hover{
	  color: #000; /* grey */
	 
	  /* background-color: #f8f8f8;  */
	}
	
	li{
		list-style: none;
		list-style-type: none;
		background: url(../images/menu-bullet1.gif) bottom no-repeat;
		background-position: 0.2em 0.8em; 
	}
	#logo{
		float:right;
		margin-top:3.3846em;
	}
	.thumb{
		margin-right:0.2em
	}
	.review-sample{
		padding-right:2em;
		
	}
	.review-sample-text{
		
		width:14em;
	}
	.cover{
		/*width:33%;*/
	}
	.purchase{
		display:block;
		font-family: Times New Roman, Times, serif;
		text-decoration: none;
		text-align:right;
		text-transform:uppercase;
		color: #666;
		font-weight:bold;
		font-size:0.8em;
		background: url(../images/purchase-bullet.gif) bottom no-repeat;
		background-position: 17em 0.7em; 
		line-height: 2em;
		padding-top:0.8em;
		padding-bottom: 2em;
		padding-left:0em;
		padding-right:3em;
	}
ul.lista{
		list-style: none;
		list-style-type: none;
		background:none;
		
	}
