/*
Author: 	Jason M Hanrahan
Project:	American Specialty
Date:		Sept 2010
Credit: 	contrastlogic.com
*/

/* @group Testimonials Page */

#testimonials ul {
	padding-left: 0;
}

#testimonials ul li {
	list-style: none;
	margin-bottom: 5px;
}

#testimonials ul li img {
	background: #ffffff;
	border: 1px #efefef solid;
	padding: 2px;
}

/* @end Testimonials Page */

/* @group Towns Served */

#townsPage, #brandsPage {
	position: relative;
}

#townsPage img#jerseyMap {
	position: absolute;
	top: 0;
	left: 0;
}

#townsPage .hor-zebra, #brandsPage .hor-zebra {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-left: 100px;
	width: 200px;
	text-align: left;
	border-collapse: collapse;
	float: left;
}

	#brandsPage .hor-zebra {
		margin-left: 10px;
	}

	#townsPage .hor-zebra.table-two {
		margin-left: 10px;
	}
	
#townsPage .hor-zebra th, #brandsPage .hor-zebra th {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}

#townsPage .hor-zebra td, #brandsPage .hor-zebra td {
	padding: 8px;
	color: #666;
}

#townsPage .hor-zebra td.town {
	width: 85px;
}

	#townsPage .hor-zebra.table-two td.town {
		width: 95px;
	}

#townsPage .hor-zebra td.zip {
	width: 30px;
}

#townsPage .hor-zebra td.spacer {
	width: 50px;
	background: #fff;
}

#townsPage .hor-zebra tr, #brandsPage .hor-zebra tr {
	border-top: none;
	border-bottom: none;
}

#townsPage .hor-zebra tr:hover, #brandsPage .hor-zebra tr:hover {
		background: #c1d3e8;
		color: #333;
	}
	
#townsPage .hor-zebra .odd, #brandsPage .hor-zebra .odd {
	background: #f2f6fa; 
}

/* @end */

/* @group Coupon */

#couponPage img#coupon {
	background: #ffffff;
	border: 1px #efefef solid;
	margin: 50px auto;
	padding: 2px;
}

/* @end */

/* @group About Sidebar text */

#sidebarText {
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
}

#sidebarText h2#aboutus {
	color: #000000;
	font-size: 24px;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 1px;
}

#sidebarText h2#aboutus a img {
	margin: 2px auto;
}

/* @end */

