@charset "utf-8";
body {
	background: #4b523b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 101%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
}
tr,td {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}

blockquote {
	margin-top: 2em;
	margin-right: 10%;
	margin-bottom: 2em;
	margin-left: 10%;
}

/*--------------head styles --------------*/


#container   {
	width: 830px;
	text-align: left;
	padding-top: 0px;
	background-image: url(../Images/image6_body.jpg);
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#pagecap {
	background-image: url(../Images/image7_bodycap.jpg);
}
#header {
	position: relative;
	left: 15px;
	width: 800px;

}
#navigationbar {
	text-decoration: none;
	height: 24px;
	width: 800px;
	left: 15px;
	position: relative;
}
#navigationbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: auto;
	}
#navigationbar li {
	display: inline
}
#navigationbar li a {
	display: block
	background: #58725A
	background-color: #00FFFF;
	text-decoration: none;
	width: 160px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../Images/image10_button.jpg);
	display: block;
	height: 22px;
	line-height: 20px;
	
}


#pageseparator {
	position: relative;
	height: 30px;
	color: #000000;
	text-decoration: none;
	width: 800px;
	left: 15px;
}
#mainContent {
	padding: 0;
	margin: 0px;
	left: 15px;
	width: 800px;
	position: relative;
}

/* ----------------------- end head styles ------------------------*/

/*------general styles -------*/
#spacer {
	height: 20px;
	position: relative;
}
#spacer1 {
	height: 150px;
}
.oneFourBoldCenter {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.oneFourBoldLeft {
	font-size: 1.4em;
	font-weight: bold;
	text-align:left;
	margin-bottom: 0.5em;
}
.oneTwoBoldCenter {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.oneTwoBoldLeft {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0.5em;
	text-indent: -10px;
	padding-left: 10px;
}
.oneOneBoldLeft {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0.5em;
	text-indent: -10px;
	padding-left: 10px;
}
.oneBoldLeft {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0.5em;

}

.oneOneLeft {
	font-size: 1em;
	text-align: left;
	margin-bottom: 0.5em;

}
.zeroNineLeft {
	font-size: 0.9em;
	text-align: left;
	margin-bottom: 0.5em;

}
.oneLeft {
	font-size: 1em;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.2;
}
.oneLeft10 {
	font-size: 1em;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 1.2;
}
.one {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.oneOneBoldLeft25 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
}
.oneLeft25 {
	font-size: 1em;
	margin-left: 25px;
}
/*-----------------end general styles --------------*/

/* ------------------------footer styles -------------------------*/


#footer {
	height: 75px;
	width: 830px;
}
#secondarynavigationbar {
	height: 12px;
	margin-left: 150px;
}
#secondarynavigationbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: auto;
	}
#secondarynavigationbar li {
	display: inline;
	float: left;
	margin-left: 11px;
}
#secondarynavigationbar li a {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	display: block;
}
#copyrighttagline {
	width: 830px;
	padding: 0px;
	margin-top: 10px;
	text-align: center;
}

#copyrighttagline p {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
	margin-left: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
#image {
	position: relative;
	top: 18px;
}
/* ----------------------end footer styles ------------------------*/

/* ---------------------- home page styles -------------------------*/

#frontpageblock1 {
	font-size: 1em;
	font-weight: normal;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#frontpageblock1 p {
	font-size: 1.1em;
	margin: 0px;
	padding: 10px;
	line-height: 1.2;
}


#titles {
	position: relative;
	width: 600px;
	left: 125px;
	top: 25px;
}
/*-----------------------end home page styles ------------------------*/


/*----------------------book page styles -------------------------*/


#booklayout {
	width: 680px;
	padding-left: 100px;
}
#booklayout a  {
	font-size: 0.9em;
	color: #000000;
}
#blrow {
	height: 250px;
	width: 600px;
	position: relative;
}

#blrow1 {
	width: 475px;
	height: 200px;
	position: absolute;
	left: 173px;
	top: 0px;
}
#blrow img {
	height: 200px;
}
booksPageBlock1 {
	font-size: 1.5em;
	text-align: center;
	height: 75px;
	font-weight: bold;
}
#moreInfo {
	position:absolute;
	left:179px;
	top:185px;
	font-size: 0.9em;
	color: #000000;
}

#buyThis {
	position:absolute;
	left:350px;
	top:185px;
	font-size: 0.9em;
	color: #000000;
}
#feature {
	position:absolute;
	left:410px;
	top:185px;
	font-size: 0.9em;
	color: #000000;
}



/* ----------------------end book page styles -------------------------*/

/*----------------------about us styles ----------------------------*/ 

#aboutus h2 {
	font-size: 1em;
	font-weight: bold;
}
#aboutus {
	width: 700px;
	margin-right: auto;
	margin-left: 0px;
	position: relative;
	left: 50px;
}

#aboutus h3 {
	font-size: 1em;
	font-weight: bold;
	padding-left: 20px;
}
#mapImage {
	position: relative;
	left: 135px;
	top: 0px;
	width: 600px;
	margin-top: 50px;
}

/*-----------------------end about us styles ----------------------*/ 

/*---------------------customerservice styles ------------------------*/


#customerservice {
	font-size: 0.9em;
	padding-left: 60px;
	line-height: 1.3em;
	padding-right: 85px;
}
#customerservice p {
	position: relative;
}
#customerservice h2 {
	font-size: 0.9em;
	font-weight: bold;
}


#customerservice ul {
	font-size: 0.9em;
}

#customerservice li {
	line-height: 1.2em;
	text-align: left;
	position: relative;
	left: 40px;
	width: 600px;
	margin-top: 10px;
}


/*-------------------end customerservice styles ----------------------*/ 


/*------------------------book pages styles -------------------------*/ 

#bookpage {
	width: 710px;
	margin-left: 45px;
}
#bookpageleft {
	font-size: 12px;
	width: 200px;
	position: relative;
	left: 10px;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #993300;
}
#bookpageleft h2 {
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	color: #663300;
	text-align: right;
	padding-top: 40px;
	margin-bottom: 10px;
}


#bookpageleft h3 {
	font-size: 1.15em;
	font-weight: 700;
	text-align: right;
}
#bookpageleft h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}
#bookpageleft h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: right;
	font-weight: 400;
}
#bookpageright {
	font-size: 0.9em;
	text-decoration: none;
	width: 570px;
	position: absolute;
	left: 220px;
	top: 0px;
}
#imagebox {
	background-color: #6633CC;
	width: 200px;
	position: relative;
	left: 10px;
	top: 10px;
}
#imagebox img {
	width: 200px;
}

#rightofimagebox {
	font-size: 1em;
	line-height: 1.2em;
	width: 340px;
	position: absolute;
	left: 220px;
	top: 10px;
}
#rightofimagebox p {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1.2em;
	padding-top: 20px;
}

#belowabove {
	font-size: 1em;
	width: 550px;
	position: relative;
	top: 40px;
	left: 10px;
}

/*----------------------------------end books page styles ----------------------*/
#frontpageblock3 {
	position: absolute;
	top: 580px;
	width: 800px;
	text-align: center;
}
.zeroNineBoldLeft {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}

