/* Homepage Specific styling */

.hide {display:none; }
	
#home #content-box {
	margin-top: 12px;
	border: 1px solid #ccc; }
	
#home #content-box h2 {
	font-size: 90%;
	color: #fff;
	margin: 0;
	height: 20px;
	text-align: left;
	padding:0 0 1px 10px;
	font-weight: bold;
	line-height: 20px;
	background-color: #93adba;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0.02, rgb(147,173,186)),color-stop(0.76, rgb(121,140,152)));
	background: -moz-linear-gradient(center bottom,rgb(147,173,186) 2%,rgb(121,140,152) 76%);
	text-shadow: 0 1px 1px rgba(0,0,0,.6); }
	
#home #content-box.callout h2 {
	background-color: #CC0000;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0.02, #d00),color-stop(0.76, #a00));
	background: -moz-linear-gradient(center bottom,#d00 2%,#a00 76%);}
	
#home #content-box.gift {
	background: #edf0eb url(../images/layout/home/gifts-bg.png) no-repeat bottom right;}
#home #content-box.gift h3 {
	display: block;
	width: 115px;
	height: 50px;
	margin: 30px 0 10px 5px;}
	
#home #content-box .noUnder {
	text-decoration: none; }
	
#home #content-box h3 {
	font-size: inherit;
	margin: 0; }
	
#home .box-contents {
	height: 165px;
	padding: 5px 5px 0 5px; }
	
img.cover {
	padding: 0 5px 5px 0;
	background: transparent url(/images/layout/shadow.png) no-repeat bottom right; }
	
.dark {background-color: #e5e5e5; }
.light {background-color: #edf0eb; }
.pink {background-color: #fee; }

#flash {
	width: 780px;
	height: 296px;
	margin-top: -9px; }
	
#fallBackNav {
	height: 25px;
	margin:0;
	background-color: #ccc; }
	
#fallBackNav ul {
	margin: 0;
	padding: 0;
	position:relative; }
	
#fallBackNav ul li {
	height: 20px;
	display: inline-block;
	border-right: 1px solid #000;
	margin: 0 0 0 -4px;
	padding: 4px 10px 1px;
	font-size: 80%; }
	
#fallBackNav ul li a {
	text-decoration: none;
	color: #000;
	font-weight:normal; }
	
#fallBackNav ul li:hover {
	background-color: #fff; }
	
#book-viewer {
	position:relative;
	width:565px;
	height:285px;
	margin-top:15px;
	float:right; }
	
#book-viewer ul li {
	position:absolute;
	display:inline;
	width: 121px;
	height: 164px;
	margin: 0;
	background: transparent url("/images/layout/home/book-shadow.png") no-repeat bottom center; }
	
#book-viewer ul li img {
	border: 1px solid #ccc; }
	
#book-viewer ul li.sib1 {
	top:0px;
	left: 0px;
	z-index:1; }
	
#book-viewer ul li.sib2 {
	top:10px;
	left: 111px;
	z-index:2; }
	
#book-viewer ul li.sib3 {
	top:20px;
	left: 222px;
	z-index:3; }
	
#book-viewer ul li.sib4 {
	top:10px;
	left: 333px;
	z-index:2; }
	
#book-viewer ul li.sib5 {
	top:0px;
	left: 444px;
	z-index:1; }
	
#book-viewer .flashCaption {
	margin-top: 200px;
	font-weight: bold; }
