@font-face {
	font-family: 'PerpetuaRegular';
	src: url('../fonts/per_____-webfont.eot');
	src: local('☺'), url('../fonts/per_____-webfont.woff') format('woff'), url('../fonts/per_____-webfont.ttf') format('truetype'), url('../fonts/per_____-webfont.svg#webfontxII3o6Jf') format('svg');
	font-weight: normal;
	font-style: normal;
}

body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url( ../images/bg1.jpg );
	background-position: center top;
}

body, td, div
{
	color: #493100;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	background-image: url( ../images/background.jpg );
	background-repeat: no-repeat;
	background-position: top center;
}
#containerTop {
	background-image: url( ../images/topBg.png );
	background-repeat: no-repeat;
	background-position: top center;
}

#containerMiddle {
	background-image: url( ../images/middleBg.png );
	background-repeat: repeat-y;
	background-position: top center;
}

#containerBottom {
	background-image: url( ../images/bottomBg.png );
	background-repeat: no-repeat;
	background-position: bottom center;
	height: auto !important;
	height: 221px;
	min-height: 221px;
}

/*--- HEADER ---*/

#header
{
	height: 135px;
	position: relative;
	z-index: 9000;
	text-align: center;
}

/*--- MAIN WRAPPER ---*/

#wrapper
{
	margin: 0px auto;
	width: 946px;
	text-align: left;
}

/*--- CONTENT ---*/

#contentContainer
{
	height: auto !important;
	height: 280px;
	min-height: 280px;
}

#content
{
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding: 25px;
	color: #493100;
}

#content a {
	font-weight: bold;
	color: #4A2B02;
}

#content a:hover {
	color: #6F3F00;
}

#contentLeftContainer {
	width: 475px;
	height: auto !important;
	height: 181px;
	min-height: 181px;
	color: #f7eed3;
}

#contentLeft {
	background-image: url( ../images/contentBg.png );
	background-position: top center;
	padding: 15px;
	color: #f7eed3;
	margin-top: 7px;
}

#contentRight {
	float: right;
	background-image: url( ../images/playbuttonBg.png );
	background-position: bottom center;
	width: 415px;
	height: 268px;
	padding-top:49px; 
	padding-left: 46px;
}

#clearFix {
	clear: both;
}

#bottomOne {
	float: left;
	width: 291px;
	margin:5px;
}

#bottomTwo {
	width: 291px;
	float: left;
	margin:5px;
}

#bottomThree {
	float: left;
	width: 144px; 
	margin:5px;
}

#bottomFour {
	float: left;
	width: 180px; 
	margin:5px;
}



/*--- NAVIGATION ---*/

#navigation
{
	width: 940px;
	height: 44px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#menu {
  margin: 0px;
  border: 0px none;
  padding: 0px;
  width: 940px; /*For KHTML*/
  list-style: none;
  height: 44px;
  position: relative;
}

ul#menu li {
  margin: 0px;
  padding-top: 10px;
	padding-left: 20px;
	padding-right: 19px;
  float: left; /*For Gecko*/
  display: block;
  list-style: none;
  position: relative;
	color: #493100;
  font: 12pt Georgia, serif;
	text-align: center;
	background-image: url( ../images/navSpacer.jpg );
	background-repeat: no-repeat;
	height: 34px;
}

ul#menu li.first
{
	background-image: none;
}

ul#menu ul {
  margin: 0px;
	margin-top: 2px;
  padding: 1px;
  width: 158px;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
	color: #493100;
  font: 12pt Georgia, serif;
	background-color: #79430B;
	z-index: 1000;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menu ul li {
  width: 156px;
	height: 22px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  border: none;
	color: #FFFFFF;
  background-image: none;
	background-color: #9F6E12;
	margin: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

/* Root Menu */
ul#menu a {
	padding: 0px 0px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #493100;
  font: 12pt Georgia, serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

.newsTitle {
	font-weight:bold;
	font-size: 14pt;
	padding-top: 5px;
}

.newsDate {
	font-style: italic;
}

ul#menu ul a
{
	letter-spacing: normal;
	text-transform: none;
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #999999;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
  text-decoration: none;
	color: #FFFFFF;
  padding: 0px 0px;
  line-height: 22px;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li:hover, ul#menu li.iehover li.iehover
{
	background-color: #885D19;
}

ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	color: #FFFFFF;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  color: #FFFFFF;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  background-color: #885D19;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
  background-color: #9F6E12;
  color: #fff;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
  background-color: #885D19;
  color: #FFF;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 156px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}

/*--- FOOTER ---*/

#footer
{
	width: 900px;
	height: 50px;
	margin: 0px auto;
	margin-bottom: 20px;
}

#footer a
{
	color: #e4c89c;
	text-decoration: none;
	font-size: 8pt;
	text-transform: uppercase;
}

#footerLeft
{
	float: left;
	width: 290px;
	text-align: left;
}

#footerCenter img
{
	vertical-align: middle;
	border:none;
}

#footerRight
{
	float: right;
	width: 290px;
	text-align: right;
}

#footerCenter {
	margin-left: 300px;
	margin-right: 300px;
	width: 290px;
	text-align: center;
}

/*--- OTHER ---*/

div.msg-error, 
div.msg-success, 
div.msg-warning, 
div.msg-information,
div.msg-question
{
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 57px;
	padding-bottom: 10px;
	margin-bottom: 10px;	
	text-align: left;
	height: auto !important;
	height: 40px;
	min-height: 40px;
}

div.msg-error
{
	background-image: url( '../images/message-error-bg.jpg' );
	background-color: #FFC4C4;
	border: 1px solid #BB0000;
	color: #A10000;
}

div.msg-error a
{
	text-decoration: underline;
	color: #A10000;
}

div.msg-error a:hover
{
	text-decoration: none;
}

div.msg-success
{
	background-image: url( '../images/message-success-bg.jpg' );
	background-color: #CAFA9F;
	border: 1px solid #6CAA07;
	color: #437100;
}

div.msg-success a
{
	text-decoration: underline;
	color: #437100;
}

div.msg-success a:hover
{
	text-decoration: none;
}

div.msg-warning
{
	background-image: url( '../images/message-warning-bg.jpg' );
	background-color: #FFEB8C;
	border: 1px solid #A68943;
	color: #B25000;
}

div.msg-warning a
{
	text-decoration: underline;
	color: #B25000;
}

div.msg-warning a:hover
{
	text-decoration: none;
}

div.msg-information
{
	background-image: url( '../images/message-info-bg.jpg' );
}

div.msg-question
{
	background-image: url( '../images/message-question-bg.jpg' );
}

div.msg-information,
div.msg-question
{
	background-color: #CAE4FF;
	border: 1px solid #2477d9;
	color: #004D99;
}

div.msg-information a,
div.msg-question a
{
	text-decoration: underline;
	color: #004D99;
}

div.msg-information a:hover,
div.msg-question a:hover
{
	text-decoration: none;
}

span.input-error
{
	display: block;
	margin: 5px;
	color: #C20000;
}

#slideshow {
	height:208px;
	margin:0px;
	overflow:hidden;
	width:946px;
	margin-top: -50px;
}
#slideshow img {
	border:medium none;
}
ul.uberbox-slides {
	height:208px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:946px;
	margin: 0px;
}

#welcome {
	font-family: PerpetuaRegular, Georgia, Times, serif;
	color: #493100;
	padding-right: 150px;
	border-bottom: 1px solid #493100;
	font-size: 22pt;
	margin-bottom: 7px;
	display: inline;
}

.bottomTitles {
	font-family: PerpetuaRegular, Georgia, Times, serif;
	color: #493100;
	font-size: 14pt;
}

.odd {
	background-color: #96ae47;
	padding: 2px;
	opacity: .7;
}

.odd a {
	font-weight: bold;
	opacity: 1;
	text-decoration: none;
	color: #fff;
}

.even {
	background-color: #53768a;
	padding: 2px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	opacity: .7;
}

.even a {
	font-weight: bold;
	opacity: 1;
	text-decoration: none;
	color: #fff;
}

/*--- OTHER ---*/

#newReleases div.bookItem
{
	margin-bottom: 10px;
}

#newReleases div.bookItem div.bookThumb
{
	float: left;
}

#newReleases div.bookItem div.bookThumb img
{
	padding-right: 5px;
	padding-bottom: 5px;
}

#newReleases div.bookItem div.bookTitle
{
	font-weight: bold;
	font-size: 11pt;	
}

#newReleases div.bookItem div.bookTitle a
{
	text-decoration: none;
	color: inherit;
}

#newReleases div.bookItem div.bookCategory
{
	font-style: italic;
}

#newReleases div.bookItem bookFormatTitle
{
	font-weight: bold;
}

div#shoppingCartLink
{
	text-align: right;
	float: right;
	padding-top: 13px;
	margin-right: 5px;
}

div#shoppingCartLink img
{
	border: none;
}

div#collectionItem.odd {
	border: none;
	padding-top: 0px;
	margin-top: 0px;
}

div#collectionItem
{
	border-top: 2px dotted #cccdcb;
	margin-top: 30px;
	padding-top: 20px;
	clear: left;
}

div.collectionItem.left
{
	clear: left;
}

div.collectionItem.right
{
	margin-left: 27px;
}

div.collectionImage
{
	float: left;
	margin-right: 10px;
}

div.collectionTitle
{
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 0px;
}

div.collectionAuthor
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
}

div.collectionGenre
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 9pt;
	font-style: italic;
}

div.collectionDate
{
	margin-bottom: 10px;
}

div.collectionDescription
{
	margin-bottom: 5px;
	text-align: justify;
	padding-right: 150px;
}

div.collectionLinks
{
	margin-bottom: 5px;
}

div.collectionPDF
{
	margin-bottom: 5px;
}

div.collectionPDF a
{
	text-decoration: none;
}

div.collectionPDF img
{
	vertical-align: middle;
}

div.formatItem
{
	margin-bottom: 10px;
	margin-top: 20px;
	color: #51565a;
}

div.formatTitle
{
	font-size: bold;
}

div.sizeButton
{

	margin-right: 10px;	
}

div.formatDetails
{

}

div.collectionPrice
{
	margin-bottom: 15px;
}

div.collectionCart img
{
	border: none;
}

#content table.shoppingCart
{
	width: 800px;
	width: 775px;
}

#content table.shoppingCart caption
{
	text-align: left;
	padding-bottom: 3px;
}

#content table.shoppingCart thead th
{
	height: 30px;
	vertical-align: bottom;
	padding-bottom: 5px;
	border-bottom: 1px solid #410000;
}

#content table.shoppingCart tbody td.delete
{
}

#content table.shoppingCart tbody td.name
{
}

#content table.shoppingCart tbody td.name img
{
	vertical-align: middle;
	padding-right: 10px;
}

#content table.shoppingCart tbody td.quantity input
{
	width: 30px;
}

#content table.shoppingCart tbody td.price
{
}

#content table.shoppingCart tfoot td
{
}

#content table.shoppingCart tfoot td.totalTitle
{
	text-align: right;
	padding-right: 15px;
	line-height: 45px;
	font-weight: bold;
}

#content table.shoppingCart tfoot td.totalPrice
{
	line-height: 45px;
}

#content table.shoppingCart td.delete img
{
	border: none;
}

p.pdf a
{
	text-decoration: none;
}

p.pdf img
{
	vertical-align: middle;
}

div.field
{
	margin-bottom: 10px;
}

div#pageInfo
{
	text-align: left;
	float: left;
	font-weight: bold;
	margin-left: 5px;
	color: #000000;
	line-height: 51px;
}

div.navPrev
{
	float: left;
	width: 100px;
	min-width: 100px;
	line-height: 31px;
	margin-left: 5px;
}

div.navNext
{
	text-align: right;
	width: 100px;
	min-width: 100px;
	float: right;
	line-height: 31px;
	margin-right: 5px;
}

div.navPrev a,
div.navNext a
{
	color: #000000;
}

div.pageNav,
div#alphabetLinks
{
	text-align: center;
	color: #000000;
}

div.pageNav a,
div#alphabetLinks a
{
	color: #000000;
	font-weight: bold;
}

div.pageNav
{
	line-height: 31px;
	margin-left: 110px;
	margin-right: 110px;
}

div#alphabetLinks
{
	line-height: 51px;
}

div#topBar
{
	height: 51px;
	width:870px;
	margin-bottom: 10px;
}

div#bottomBar
{
	width: 927px;
	height: 31px;
}

div#searchBox {
	position: absolute;
	top: 15px;
	right: 30px;
}
