/* Touchstone Books Stylesheet */

@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
td {
	padding: 4px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
p {
	margin-bottom: 10px;
	line-height: 18px;
	margin-left: 5px;
}
b, a {
	color: #003399;
}
.largerText {
	font-size: 14px;
}
.formInput {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px;
}
.printInput {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
}

#content {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#mainMenu {
	background-image: url(images/backgroundMenu.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 33px;
	width: 900px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainMenu a {
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 28px;
	padding-left: 28px;
}
#mainMenu span {
	display: block;
	float: left;
	width: 1px;
	background-color: #002775;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #496db7;
	height: 15px;
	margin-top: 9px;
	text-indent: -9999px;
}
#sideBar {
	background-color: #f3efec;
	float: left;
	width: 198px;
	margin-top: 7px;
	margin-left: 7px;
	display: inline;
}
#sideBar p {
	line-height: 18px;
	margin: 5px 15px 10px 17px;
}

.h2Box {
	background-image: url(images/sideBarGradient.gif);
	background-repeat: repeat-x;
	height: 28px;
}
.h2Box h2 {
	font: bold 12px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/backgroundH2.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	margin-left: 2px;
	height: 28px;
}
.bookLink {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding: 6px 5px;
}
.bookLink:hover {
	color: #0036A3;
}
#mainContent {
	display: inline;
	float: right;
	width: 680px;
	margin-top: 6px;
	margin-right: 8px;
}
#bannerImage {
	background-image: url(images/backgroundHomeBanner.jpg);
	background-repeat: no-repeat;
	height: 256px;
	width: 673px;
}
#bannerImage h2 {
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	padding-top: 50px;
}
#bannerImage p {
	width: 250px;
	margin-top: 5px;
	margin-left: 22px;
	line-height: 18px;
}
#adminContent {
	width: 840px;
	margin-top: 15px;
	margin-left: 20px;
}
#footer {
	background-image: url(images/backgroundFooter.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 33px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#footer p {
	color: #FFFFFF;
	margin-right: 30px;
	line-height: 35px;
}
.bookBox {
	float: left;
	height: 131px;
	width: 332px;
	border: 1px solid #000000;
	margin: 2px 2px 2px 1px;
	position: relative;
	background-image: url(images/backgroundBookBox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bookBox h2 {
	font-size: 13px;
	font-weight: bold;
	color: #003399;
	margin-top: 10px;
	margin-left: 8px;
	width: 170px;
	display: block;
	margin-bottom: 5px;
}
.bookBox p {
	font-size: 11px;
	line-height: 16px;
	width: 165px;
	margin-left: 8px;
}
.bookBoxImage {
	position: absolute;
	top: 8px;
	right: 8px;
	text-align: center;
	height: 115px;
	width: 140px;
	overflow: hidden;
}
.bookBoxImage img {
	border: none;
}
.bookPricing {
	position: absolute;
	width: 155px;
	left: 8px;
	bottom: 10px;
}
.bookBuyNow {
	position: absolute;
	bottom: 6px;
	left: 80px;
}

.bookBox a {
	text-decoration: none;
}
.printBox {
	float: left;
	width: 200px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #000000;
	position: relative;
	text-align: center;
	height: 260px;
	background-image: url(images/backgroundBookBox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.printBox img {
	margin-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-style: none;
	border-left-style: none;
}
.printBox form {
	position: absolute;
	bottom: 5px;
	width: 190px;
	left: 5px;
}
.horizontalLine {
	text-indent: -9999px;
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#redArrows {
	background-image: url(images/red-arrows-banner.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 670px;
	margin-left: 2px;
	position: relative;
}
#raGallery {
	height: 20px;
	width: 140px;
	position: absolute;
	left: 10px;
	top: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#raVideo {
	height: 20px;
	width: 140px;
	position: absolute;
	left: 10px;
	top: 125px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
