﻿/* 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
{
	height: 2px;
}

.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 & pmall in the news & signup */
.home-mid2
{
	background-color: #E4DDD7;
	width: 316px;
	vertical-align: top;
}

.home-mid2 .mid2-title
{
	text-align: center;
	width: 284px;
	margin-left: 15px;
	border-bottom: 2px solid white;
	vertical-align: bottom;
	padding-bottom: 1px;
	padding-top: 3px;
	height: 36px;
}
.testimonial
{
	width: 284px;
	margin-left: 15px;
	line-height: 14px;
	overflow-y: hidden;
	margin-top: 8px;
	margin-bottom: 2px;
}

.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-center {
	text-align: center;
	margin-top: 5px;
}
.signup-form {
	margin-top: 15px;
	margin-bottom: 15px;
}
.signup-field {
	font-size:14px;width:200px;color: gray;
}

/* new home shops 9/16/13 */
	.home-shops h3 { text-align: center;margin: 3px;padding: 0px;}
	.home-shops ul {
		list-style: none;
		margin: 0px 0px 0px 10px;
		padding: 0px;
		font-size: 18px;
		font-family: 'helvetica condensed';
	    float: left;
	}
	.home-shops ul li {
		width: 210px;
		padding: 4px;
		color: #666;
	}

