/* ------------------ */
/* INDEX.HTML ONLY */
/* ------------------ */

.ourbusinesses {
	background-color: #EEE;
	border: solid 1px #DDD;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	min-height: 415px;
	width: 275px !important;
	text-align: center;
}

	.ourbusinesses img {
		margin-bottom: 15px;
	}
	
	.ourbusinesses p, .ourbusinesses h3 {
		text-align: left !important;
	}
	
	p.ourbusinessescopy {
		min-height: 100px;
	}

.businesses, .books {
	padding: 10px 0px 10px 0px;
	margin-bottom: 0px;
	min-height: 370px;
}
	.businesses {
		min-height: 240px !important;
	}
	.businesses img {
		margin-right: 40px;
	}
	
	.businesses a img {
		margin-top: 15px !important;
	}
	
	.businesses .alignright img, .books .alignright .img {
		margin-right: 0px !important;
	}

	.books p.desc {
		width: 230px;
	}
	
	.books_text {
		float: left;
		position: absolute;
	}
	
		.books_text h3 {
			margin-bottom: 10px !important;
		}
	
	.books_tn {
		float: right;
		margin-top: 25px;
	}
		
	.books_btns {
		clear: both;
	}
	
	.booksMainImg {
		margin-bottom:15px;
		border-top: solid 3px #999;
		border-bottom: solid 8px #999;
		border-left: solid 2px #999;
		border-right: solid 2px #999;
	}
		
	/* jQuery lightBox plugin - Gallery style */
	.books_tn ul { 
		list-style: none; 
		margin-right: 10px;
	}
	.books_tn ul li { 
		display: inline;
		margin-left: 5px;
	}
	.books_tn ul img {
		border: 2px solid #999;
		border-width: 2px 2px 10px;
	}
	.books_tn ul a:hover img {
		border: 2px solid #666;
		border-width: 2px 2px 10px;
		color: #fff;
	}
	.books_tn ul a:hover { 
		color: #fff; 
	}