
p.homePage {
  font-size: 16px;
	font-family: cursive;
  color: #006300;
}	

p.homePageBorder {
  font-size: 16px;
	font-family: cursive;
  color: #006300;
	border: 1px solid #000000;
	text-align: center;
	margin-right: 15px;
}	

p.quotation {
  font-family: "Times New Roman",Times,serif;
	font-weight: bold;
	color: #006300;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 1px;
}
p.reference {
  font-family:  "Times New Roman",Times,serif;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 1px;
}

p.quotation2col {
  font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #006300;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 1px;
}
p.reference2col {
  font-family:  "Times New Roman",Times,serif;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 1px;
}


p.bodyText {
  font-family: "Times New Roman",Times,serif;
	font-size: 17px;
	color: #000000;
}

p.bodyCenter {
  font-family: "Times New Roman",Times,serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}

.pageTitle {
  font-weight: bold;
	font-family: cursive;
	font-size: 24px;
	color: #006300;
	text-align: center;
}

.bookTitle {
  font-weight: bold;
	font-size: 24px;
}

.bookSubtitle {
  font-style: italic;
	font-size: 20px;
}

.author {

}

.illustrator {

}

.publisher {

}

.isbn {

}

.ages {

}

.price {

}

.limited {
  font-size: 16px;
	font-family: cursive;
  color: #ffff00;
	background-color: #000000;

}

.cartButton {
  float: right;
	text-align: right;
	font-size: 12px;
}

.blueRibbon {
  font-weight: bold;
	font-size: 12px;
}
.blueRibbon img {
  float: left;
}

.acceleratedReader {
  font-weight: bold;
	font-size: 12px;
}
.acceleratedReader img {
  vertical-align: middle;
  float: left;
}

.bookDesc {
  font-style: italic;
}

.caption {
  font-size: 12px;
	font-family: "Bell MT",serif;
}

.calYear {
  background-color: #006300;
  font-size: 24px;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	color: #FFFFFF;
}

.calDate {
  font-size: 20px;
	font-weight: bold;
	color: #006300;
}

.calText {
  font-family: Bookman,serif;
	color: #000000;
}
	 
/* Header menu */
ul#headermenu {
  margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 36px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: transparent url("images/site/bgOFF.gif") repeat-x top left;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	border-bottom: 4px solid #336666;
	border-top: 1px solid #C0E2D4;
}
ul#headermenu li {
  display: block;
	float: left;
	margin: 0;
	pading: 0;
}
ul#headermenu li a {
  display: block;
	float: left;
	color: #874B46;
	text-decoration: none;
	padding: 12px 15px 0 15px;
	height: 24px;
	background: transparent url("images/site/bgDIVIDER.gif") no-repeat top right;
}
ul#headermenu li a:hover {
  background: transparent url("images/site/bgHOVER.gif") no-repeat top right;
}
ul#headermenu li a.current,ul#headermenu li a.current:hover {
  color: #fff;
	background: transparent url("images/site/bgON.gif") no-repeat top right;
}
/* End Header menu */

/* Start Books Gallery */
#bookGallery {
  width: 850px;
}

#bookList {
  height:133px;	/* Image height + 2 + 2*max border around images(6)*/
	position:relative;
	overflow:hidden;
	padding:1px;
		
	/* CSS HACK */
	height: 135px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/133px;	/* Other browsers */
	height: /**/133px;
}
	
#bookLeft {
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFFFFF;
	padding:1px;
}
#bookRight {
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFFFFF;
	padding:1px;		
}

#theBooks {
  position:absolute;
  height:125px;
  left:51px;
  width:100000px;
}

#theBooks #bookEnd {
  float:left;
}

#theBooks img {
  float:left;
  padding:1px;
  cursor:pointer;
	border:1px solid #000000;
}
#theBooks img:hover {
  float:left;
  padding:1px;
  cursor:pointer;
	border:3px solid #006300;
}

#bookWindow {
  margin-left: 52px;
  margin-top: 10px;
	margin-bottom: 10px;	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
  width: 720px;
	text-align: left;
	border:1px solid #CCCCCC;
}

#bookWindowEnd {
  float: left;
}

#bookWindow h1 {
  text-align: center;
	font-size: 36px;
	font-family: cursive;
  color: #006300;
}

#bookWindow p.bodyText {
  font-family: "Times New Roman",Times,serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

#bookWindow p.teacherGuide {
  font-family: "Times New Roman",Times,serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
#bookWindow p.teacherGuide a {
  text-decoration: none;
  font-family: "Times New Roman",Times,serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
#bookWindow p.teacherGuide a:hover {
  text-decoration: none;
  font-family: "Times New Roman",Times,serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
#bookWindow p.teacherGuide a:visited {
  text-decoration: none;
  font-family: "Times New Roman",Times,serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

/* End Books Gallery */

.footer {
  text-align: center;
	font-size: 12px;
}
	