@charset "utf-8";
/* CSS Document */

body {
	font-size:70%;
	font-family:arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color: #990505;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	color: #999999;
	background-attachment: scroll;
}
body * {
	font-size:1em;
	margin:0px;
	padding:0px;
}
* html body {
	width:100%;
	text-align:center;
	position:relative;
}
#container {
	text-align:left;
	width:770px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
* html #container {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#pagehead {
	background-image: url(images/ourBooks.gif);
	background-repeat: no-repeat;
	z-index: 3;
	height: 181px;
	width: 193px;
	top: 7px;
	right: 561px;
	position: absolute;
}

#authorshead {
	background-image: url(images/ourauthors.gif);
	background-repeat: no-repeat;
	z-index: 3;
	height: 181px;
	width: 230px;
	top: 7px;
	right: 556px;
	position: absolute;
}
#about_us_head {
	background-image: url(images/boy-tv.gif);
	background-repeat: no-repeat;
	z-index: 3;
	height: 208px;
	width: 264px;
	top: 3px;
	position: absolute;
	left: -60px;
}

#for_teachers_head {
	background-image: url(images/clock.gif);
	background-repeat: no-repeat;
	z-index: 3;
	height: 201px;
	width: 125px;
	top: -1px;
	position: absolute;
	left: 30px;
}
#contact_us_head {
	background-image: url(images/contact_us_head.gif);
	background-repeat: no-repeat;
	z-index: 3;
	height: 201px;
	width: 125px;
	top: -1px;
	position: absolute;
	left: 30px;
}
#background {
	position:relative;
	margin-right: 7px;
	margin-left: 7px;
}
/* ********************************************************* */
/* Top */
/* ********************************************************* */
#top {
	margin-top:6px;
	height:67px;
	background-color: #CC0000;
}
#top #logo {
	margin-left:190px;
	margin-top:7px;
	float:left;
}
#top #logoprint {
	display:none;
}
/* ********************************************************* */
/* Nav */
/* ********************************************************* */
#nav {
	top:53px;
	left:205px;
	width:534px;
	height:30px;
	position: absolute;
}
#nav ul {
	margin-left:30px;
}
#nav ul li {
	float:left;
	list-style-type:none;
	padding-bottom:10px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #666;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	background-image: url(images/tab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}
#navigation a:link span, #navigation a:visited span, #navigation a:active span {
	padding-right: 10px;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	background-image: url(images/tab-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation a:hover {
	color: #C00;
	text-decoration:none;
}
.on {
	color: #873f36;
}
#main/* ********************************************************* */ /* Body & backgrounds */ /* ********************************************************* */
 {
	background-color: #FFFFFF;
	width: 100%;
	background-image: url(images/container-top.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
/* ********************************************************* */
/* Content */
/* ********************************************************* */
#content {
	float:left;
	clear:both;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 13px;
}
* html #content {
	padding:0px 13px 20px 13px;
	
}
.banner {
}
#col2   .item img {
	border:0px solid #cccece;
	margin-right:1em;
	margin-bottom:1em;
	margin-top: 1px;
	margin-left: 0px;
}
/* ********************************************************* */
/* Col1(Left) */
/* ********************************************************* */
#col1 {
	float:left;
	width:180px;
}
#sitesearch {
	height: 80px;
	width: 168px;
	background-color: #f7f1ef;
	border: 1px solid #e0ccc5;
	margin-top: 71px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
#sitesearch h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #853D33;
	padding: 2px;
}



#sitesearch input.text {
	border:1px solid #AE996E!important;
	background-color:#FFFFFF!important;
	color:#333333!important;
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:1em!important;
	width:94px;
	margin-left:2px;
}
#sitesearch input.long {
	width:135px;
}
#sitesearch input.submit {
	margin-left:1px;

}
#sitesearch #txtKeyword {
	margin-bottom:3px;
	padding: 1px;
}
* html #sitesearch #txtKeyword {
	padding: 1px;
	margin-bottom:3px;
}
/* ********************************************************* */
/* col2 */
/* ********************************************************* */
#col2 {
	margin-left:10px;
	float:left;
	width:380px;
	left: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #853D33;
	padding-right: 10px;
}
#col2 ul#breadcrumb {
	list-style-type:none;
}
#col2 ul#breadcrumb li {
	float:left;
	font-size:0.9em;
	color:#999;
	border-bottom:1px solid #e1e1e1;
}
#col2 ul#breadcrumb li a {
	color:#c00;
	text-decoration:none;
}
#col2 ul#breadcrumb li a:hover {
	text-decoration:underline;
}
#col2 ul#breadcrumb li.last {
	padding-right:40px;
}
#col2 ul#breadcrumb li.last a {
	color:#333;
}
#col2 h2 {
	margin-top:2px;
	margin-bottom:15px;
}
#col2    p  {
	font-size:1.1em;
	margin-bottom:0.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}
#col2 p img {
	border:1px solid #cccece;
	margin-right:1em;
	margin-bottom:1em;
	margin-top: 1px;
	margin-left: 0px;
}
#col2 p img.noborder {
	border:0px;
}
#col2 ul {
	list-style-type:disc;
	margin-bottom:1em;
}
#col2 ul li {
	font-size:1.1em;
	line-height:1.6em;
	float:none;
}
#col2 h2.pageHeader {
	margin-top:-4px;
	font-family:arial, helvetica, verdana, sans-serif;
	color:#853D33;
	font-weight:bold;
	font-size: 1.5em;
}
#col2 h3 a {
	color: #c00;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.8em;
}
#col2 h3 a:hover {
	text-decoration: underline;
}
#col2 a {
	color: #c00;
	text-decoration: none;
}
#col2 a:hover {
	text-decoration: underline;
}
#col2 .item {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-right: 15px;
}
/* ********************************************************* */
/* Sidebar (Right) */
/* ********************************************************* */
#sidebar {
	float:right;
	width:138px;
	padding:0px 10px 20px 10px;
}
* html #sidebar {
	width:158px;
}
#sidebar h2 {
	margin-top:5px;
	font-family:arial, helvetica, verdana, sans-serif;
	color:#853D33;
	font-weight:bold;
	font-size: 1em;
}
#sidebar h2 .subheading {
	margin-top:20px;
	margin-bottom:6px;
}
#sidebar p {
	font-size:1.1em;
	margin-bottom:0.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}
#sidebar a {
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
	padding-top: 3px;
}
#sidebar a:hover {
	text-decoration: underline;
}
/* ********************************************************* */
/* Footer */
/* ********************************************************* */
#footer {
	width: 100%;
	
	align: center;
	background-color: #FFFFFF;
	height: 60px;
}

#cb {
	clear:both;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #853D33;
	margin-right: 20px;
	margin-left: 20px;
}
#footer   p     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	margin-left:180px;

	line-height: 110%;
}

/* ********************************************************* */
/* Extra  images*/
/* ********************************************************* */

#extraimg1{
	background-image: url(images/catimg.gif);
	background-repeat: no-repeat;
	z-index: 12;
	height: 230px;
	width: 205px;
	top: 756px;
	position: absolute;
	left: 602px;
}
#extraimg2{
	background-image: url(images/boy.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 250px;
	width: 230px;
	top: 455px;
	position: absolute;
	left: -20px;
}
#extraimg3{
	background-image: url(images/dog.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 247px;
	width: 176px;
	top: 562px;
	position: absolute;
	left: 681px;
}
#extraimg4{
	background-image: url(images/goodbye.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 104px;
	width: 141px;
	top: 430px;
	position: absolute;
	right: 14px;
}
#extraimg5{
	background-image: url(images/koreanboy.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 179px;
	width: 159px;
	position: absolute;
	left: -30px;
	top: 441px;
}
#extraimg6{
	background-image: url(images/kangaroo.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 98px;
	width: 186px;
	position: absolute;
	left: 10px;
	top: 457px;
}
#extraimg7{
	background-image: url(images/paravionkiss.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 133px;
	width: 234px;
	position: absolute;
	left: 634px;
	top: 403px;
}
#extraimg8{
	background-image: url(images/legs.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 133px;
	width: 226px;
	position: absolute;
	left: 9px;
	top: 459px;
}
#extraimg9{
	background-image: url(images/girl-stepdad.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 122px;
	width: 123px;
	position: absolute;
	left: 461px;
	top: 69px;
}
#extraimg10{
	background-image: url(images/enemy4.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 147px;
	width: 74px;
	position: absolute;
	left: 738px;
	top: 94px;
}

#extraimg11{
	background-image: url(images/enemy3.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 212px;
	width: 158px;
	position: absolute;
	left: 664px;
	top: 477px;
}
#extraimg12{
	background-image: url(images/cartwheel.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 146px;
	width: 455px;
	position: absolute;
	left: 103px;
	top: 729px;
}

#extraimg13{
	background-image: url(images/crocodile.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 89px;
	width: 178px;
	position: absolute;
	left: 574px;
	top: 68px;
}

#extraimg14{
	background-image: url(images/crocodile.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 89px;
	width: 178px;
	position: absolute;
	left: 574px;
	top: 68px;
}
#extraimg15{
	background-image: url(images/thief.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 131px;
	width: 116px;
	position: absolute;
	left: -43px;
	top: 428px;
}
#extraimg16{
	background-image: url(images/questionmark.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 177px;
	width: 88px;
	position: absolute;
	left: 736px;
	top: 262px;
}
#extraimg17{
	background-image: url(images/girl.gif);
	background-repeat: no-repeat;
	z-index: 20;
	height: 125px;
	width: 110px;
	position: absolute;
	left: 496px;
	top: 70px;
}

.style1 {
color: #853d33
}

.style2 {
	color: #B50302;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}
.style3 {
	font-size: 12px
}
.gsc-branding {
  display: none;
}
.gsc-branding-text {
  display: none;
}
.gsc-branding-img {
  display: none;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  display: none;
 }
