﻿/* home page specific */

.home-marketing-info
{
	padding: 5px;
	font-size: 11px;
	background-color: White;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
}

/* new home page 5-20-11 */
.home-banner
{
	width: 958px;
	text-align: center;
}
.home-left
{
	overflow:hidden;
	width:220px;
	height:364px;
	line-height: 24px;
	color: white;
}
.home-left UL
{
	margin-top: 165px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}
.home-left LI
{
	margin: 0px;
}
.home-left A 
{
	color: White;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.home-right
{
}
.home-right-spacer
{
	margin-top: 4px;
}

.home-center-container
{
	width: 546px;
	height: 364px;
	position: relative;
}
.home-center-container A
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.home-mid-special
{
	width: 318px;
}
.home-mid-special .img-div
{
	float: left;
	width: 165px;
}
.home-mid-special .info-div
{
	float: left;
	margin-left:5px;
	text-align: center;
	width: 138px;
	border-right: 2px solid #DEDAD4;
	height: 165px;
	position: relative;
}
.home-mid-special .info-title
{
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #DEDAD4;
}
.home-mid-special .info-text
{
	font-size: 12px;		
	line-height: 18px;
	margin-top: 15px;
	padding-right: 2px;
}
.home-mid-special .info-more
{
	font-size: 11px;
	position: absolute;
	top: 148px;
	left: 0px;
	width: 138px;
}
.home-mid-special .info-more A
{
	color: #A1191F;
}
/* testimonials & social */
.home-mid2
{
	background-color: #DEDAD4;
	height: 210px;
	width: 475px;
	vertical-align: top;
}
.home-mid2 .mid2-title
{
	text-align: center;
	width: 435px;
	margin-left: 20px;
	border-bottom: 2px solid white;
	margin-top: 5px;
	padding-bottom: 4px;
}
.testimonial
{
	width: 435px;
	margin-left: 20px;
	height: 150px;
	line-height: 14px;
	overflow-y: hidden;
	margin-top: 2px;
	margin-bottom: 2px;
}
.testimonial hr.tsep
{
	height: 1px;
	color: White;
	margin: 0px;
	padding: 0px;
}
.mid2-footer
{
	text-align: center;
	font-size: 11px;
}
.quote { vertical-align: text-top; }
.quote-name
{
	font-size: 11px;
	color: #7b7b7b;
	text-align: right;
	font-style: italic;
	padding-right: 5px;
}
.mid2-social
{
	float: left;
	width: 45%;
	border-right: 2px solid white;
	margin-top: 2px;
	padding-left: 10px;
}
.mid2-social A
{
	font-size: 12px;
	font-weight: bold;
	color: #3b5998;
}
.home-facebook
{
	position: relative;
	background-color: #DEDAD4;
	width: 210px;
	height: 65px;
}
.home-facebook iframe
{
	position: absolute;
	z-index: 1000;
	width: 210px;
	height: 65px;
	left: -10px;
}
.home-facebook div
{
	position: absolute;
	z-index: 1010;
	width: 45px;
	height: 55px;	
	background-color: #DEDAD4;
}
.home-facebook div img
{
	margin-top: 10px;
	margin-left: 3px;
}

.mid2-signup
{
	float: left;
	width: 45%;
	text-align: center;
	margin-top: 10px;	
	padding-top: 10px;
	padding-left: 10px;
}
.mid2-signup form
{
	margin: 10px;
}
.home-shops
{
	margin-left: 22px;
	border-spacing: 2px;
}
.home-store-featured /* for TD all shops at the bottom */
{
	background-color: #E4E1DD;
	width: 100px;
	height: 100px;
}
.home-store-featured .store
{
	position: relative;
	width: 100px;
	height: 100px;
}
.home-store-featured A
{
	color: White;
}
.home-store-featured .simage
{
	position:absolute;
}
.home-store-featured .sname
{
	height:22px;
	line-height:22px;
	overflow-y: hidden;
	width:100px;
	text-align:center;		
	color:white;
	font-size:10px;
	font-family: Helvetica;
	position: absolute;
	top: 76px;
	font-weight: bold;
	background-image: url("../../images/store-overlay.png");
}
