
/* XHTML-DEFINED TAGS --------------------------------------------- */

html {
	background-image: url(/images/bg_wrapper.gif) repeat-y;
	height: 100%;
	width: 100%;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #F9ECDD;
	background-image: url(/images/bg_wrapper.gif) repeat-y;
	height: 100%;
	min-width: 800px; /* MUST EQUAL WIDTH OF PAGEWRAPPER */
	vertical-align: top;
	position: relative;
	top: -1px;
	}
	
img {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
a {
	color: #F90;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

p {
	color: #333333;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	}	

form {
	margin: 0;
	padding: 0;
	}

table, tr, td {
	margin: 0;
	padding: 0;
	}

td {
	color: #333333;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;	
	}

h4 {
	color: #333;
	font: 12px/12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* BEGIN: CSS Menu ================== */
.menulist, .menulist ul{
	margin:0;
	padding:0;
	list-style:none
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul{
	visibility:hidden;
	position:absolute;
	top:1.9em; /* I'm using ems rather than px to allow people to zoom their font */
	left:-1px;
	width:214px
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul{
	top:-1px;
	left:150px
}

/*
All menu items (<li> tags). 'float:left' lines them up horizontally, and they are
positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li{
	float:left;
	position:relative;
	margin-right:-1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li{
	float:none;
	margin-right:0;
	margin-bottom:-1px;
	z-index:10
}

.menulist ul>li:last-child{
	margin-bottom:1px
}

/* Links inside the menu */
.menulist ul li a, .menulist ul li a:visited{
	display:block;
	text-decoration: none;
	background: #EEA63C;
	border-bottom: 1px solid #827A72;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px;
}

/* Lit  items:'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus{
	background-color:purple;
	background: #008BB9;
	border-bottom: 1px solid #827A72;
	color: #FFF;
	cursor: hand;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px;
}
.menulist  a.highlighted{
	color:brown;
	background-color:orange
}

/*
If you want per-item background images in your menu items, here's how to do it.
1) Assign a unique ID tag to each link in your menu, like so:<a id="xyz" href="#">
2) Copy and paste these next lines for each link you want to have an image:
.menulist a#xyz{
background-image:url(out.gif)
}
.menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus{
background-image:url(over.gif)
}
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind{
	display: none
}
.menulist ul a .subind{
	display: block;
	float:right
}
/* END: CSS Menu ================== */
	
/* OLD ASP.NET NAV DROP-DOWN 

.HeaderMenuItemSubs {
	background: #EEA63C;
	border-bottom: solid thin #827A72;
	color: #FFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 5px;
	z-index: 9999;
	}

.HeaderMenuItemSubsOver	{
	background: #008BB9;
	border-bottom: solid thin #827A72;
	color: #FFF;
	cursor: hand;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 5px;
	z-index: 9999;
	}

*/

/* SITE-SPECIFIC CLASSES ------------------------------------------ */

#headernav {
	background-color:#FFF;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 800px;
	float:left;
	}
#headernav img {
	border: 0;
	margin: 0;
	padding: 0;
	}

#content1 
{
	clear:both;
	border: 0;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 800px;
	}

#pagewrapper {
	background: #fff;
	background-image: url(/images/bg_wrapper.gif) repeat-y;
	height: 100%;
	margin: 0 auto; /* HORIZONTALLY CENTER PAGE */
	width: 800px; /* MUST EQUAL min-width OF BODY */
	}
	
#sidenav {
	background: #fff url(/images/leftnav_bg.jpg) no-repeat;
	background-position: 0px 200px;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 149px;
	height:800px;
	min-height:800px;
	}
	
#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sidenav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#sidenav a {
	display: block;
	margin: 0;
	padding: 0;
	}

#sidenav p {
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 10px 0 10px;
	text-align: right;
	}

.navdivider {
	border-top: 1px dotted #0293C3;
	width: 100%;
	}
	
#sidenav h5 {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0 8px 0 8px;
	text-align: right;
	width: 130px;
	}
	
#main {
	background: #fff;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
	text-align: left;
	width: 648px;
	}
	
.book {
	font-style: italic;
	font-weight: bold;
	}

p.isbn {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

img.price {
	left: 15px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 12px;
	vertical-align: middle;
	}
	
/*
.addtocart {
	display: inline;
	margin: 0;
	padding: 0 10px 0 50px;
	}
*/

.bluetab {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	}
#healingbook {
	margin-bottom:40px;
	width:605px
	}
	
#healingbook_product {
	float: left;
	}
	
#healingbooktop {
	background: url(/images/product_healingbook_top.jpg) no-repeat;
	display: block;
	height: 183px;
	margin: 0;
	padding: 0;
	width: 285px;
	}
#healingbooktop p {
	color: #fff;
	font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	left: 160px;
	top: 25px;
	position: relative;
	width: 100px;
	}

#healingbookbottom {
	background: url(/images/product_aurabook_bottom.gif) no-repeat;
	height: 71px;
	margin: 0;
	padding: 0;
	width: 285px;
	}
	
#healingbookbottom h4 {
	color: #fff;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	left: 10px;
	margin: 0;
	position: relative;
	top: 5px;
	width: 270px;
	}
	
#healingbookbottom p {
	color: #fff;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	left: 20px;
	margin: 3px 0 5px 0;
	position: relative;
	top: 5px;
	width: 250px;
	}
	
#healingbook_text {
	background: url(/images/border_corner_right.jpg) no-repeat top right;	
	float: left;
	margin: 0 5px 0 20px;
	padding: 35px 15px 35px 0;
	width: 280px;
	}
	
#aurabook {
	clear:both;
	margin-bottom:40px;
	width:605px;
	}
	
#aurabook_product {
	float: left;
	}
	
#aurabooktop {
	background: url(/images/product_aurabook_top.jpg) no-repeat;
	display: block;
	height: 183px;
	margin: 0;
	padding: 0;
	width: 299px;
	}
#aurabooktop p {
	color: #fff;
	font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	left: 20px;
	top: 30px;
	position: relative;
	width: 120px;
	}

#aurabookbottom {
	background: url(/images/product_aurabook_bottom.gif) no-repeat;
	height: 71px;
	margin: 0;
	padding: 0;
	width: 285px;
	}
	
#aurabookbottom h4 {
	color: #fff;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	left: 10px;
	margin: 0;
	position: relative;
	top: 5px;
	width: 270px;
	}
	
#aurabookbottom p {
	color: #fff;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	left: 20px;
	margin: 3px 0 5px 0;
	position: relative;
	top: 5px;
	width: 250px;
	}
	
#aurabook_text {
	background: url(/images/border_corner_left.jpg) no-repeat top left;	
	float: left;
	margin: 0 20px 0 5px;
	padding: 30px 0 35px 15px;
	width: 260px;
	}
	
#audiobook {
	clear:both;
	margin-bottom:40px;
	width:605px;
	}
	
#audiobook_text {
	background: url(/images/border_corner_right.jpg) no-repeat top right;	
	float: left;
	margin: 0 5px 0 20px;
	padding: 35px 15px 35px 0;
	width: 265px;
	}

#audiobook_product {
	float: left;
	}

#audiobooktop {
	background: url(/images/product_audiobook_top.jpg) no-repeat top;
	height: 155px;
	margin: 0;
	padding: 0;
	width: 299px;
	}

#audiobooktop h4 {
	color: #fff;
	font: 13px/16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	left: 165px;
	top: 35px;
	position: relative;
	width: 100px;
	}

#audiobooktop p {
	color: #fff;
	font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	left: 120px;
	top: 25px;
	position: relative;
	width: 150px;

	}

#audiobookbottom {
	background: url(/images/product_audiobook_bottom.gif) no-repeat top;
	height: 100px;
	margin: 0;
	padding: 0;
	width: 299px;
	}

#audiobookbottom p {
	color: #fff;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	left: 25px;
	margin: 0;
	padding: 5px 0 0 0;
	position: relative;
	width: 280px;
	}

#combo {
	clear: both;
	width:605px;
	}
	
#combo_product {
	float: left;
	}
	
#combotop {
	background: url(/images/product_combo_top.jpg) no-repeat;
	height: 146px;
	margin: 0;
	padding: 0;
	width: 285px;
	}
	
#combotop p {
	color: #fff;
	font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	left: 120px;
	top: 25px;
	position: relative;
	width: 150px;
	}
	
#combobottom {
	background: url(/images/product_combo_bottom.gif) no-repeat;
	height: 75px;
	margin: 0;
	padding: 0;
	width: 285px;
	}
	
#combobottom h4 {
	color: #fff;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	left: 10px;
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
	text-align: center;
	top: 5px;
	width: 270px;
	}
	
#combobottom p {
	color: #fff;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	left: 20px;
	margin: 3px 0 5px 0;
	padding: 0 0 10px 0;
	position: relative;
	text-align: center;
	top: 5px;
	width: 250px;
	}
	
#combo_text {
	background: url(/images/border_corner_left.jpg) no-repeat top left;	
	float: left;
	height: 250px;
	margin: 0 10px 0 10px;
	display:inline;
	padding: 30px 0px 0 20px;
	width: 280px;
	}
	
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	}
	
#thankyou {
	margin: 100px auto;
	text-align: center;
	vertical-align: middle;
	width: 500px;
	}
	
#thankyou h4 {
	color: #333;
	font: 12px/12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	}
	
#thankyou p {
	color: #333;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	width: 350px;
	}	
	
#retailers {
	margin: 0 0 0 20px;
	width: 550px;
	}
	
.contentheader {
	left: 300px;
	padding: 0 20px 10px 0;
	position: relative;
	}

#retailers h4 {
	font-weight:bold;
	}
	
#reviews {
	margin: 0 0 0 20px;
	width: 550px;
	}
	
#reviews h4 {
	border-bottom: 1px dotted #5BD4FC;
	color: #333;
	font: 13px/12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 30px 0 5px 10px;
	padding: 0 0 5px 0;
	}

#reviews h5 {
	color: #333;
	font: 12px/12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 10px 30px 25px;
	text-align: right;
	}
#reviews h5 span {
	font-weight:normal; 
	line-height:14px;
	font-size:11px;
	margin-top:5px;
	display:block;5
	}
#reviews p {
	margin: 10px 10px 0px 25px;
	}

#reviews img {
	left: 240px;
	margin: 0;
	padding: 0 20px 10px 0;
	position: relative;
	}

.reviewtitle {
	font-weight: bold;
	}
	
.reviewsbook {
	font-style: italic;
	font-weight: normal;
	}