/**
 * Style Sheet for AirExpressHVAC.com
 *
 * Contains styling information specific to the AirExpressHVAC.com information and product block sections.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Air Express, All Rights Reserved
 * @version    1.0
 */

/*** Default Blob Styles ***/
.blobDefault {
	margin-bottom:12px;
}
	.blobDefault h2 {
		font-size:130%;
		text-align:center;
		color:#fff;
	}

.blobTestimonial {
	margin-bottom:12px;
	padding:0 5px;
}
	.blobTestimonial h2{
		font-size:130%;
		text-align:center;
		color:#fff;
	}

.blobImage {
	margin-bottom:12px;
	padding:0;
	text-align: center;
}
	.blobImage h2 {
		margin:0;
		padding:6px 0 5px 0;
		font-size:105%;
		text-align:center;
		border-bottom:1px solid #c7cacd;
		background:#ececec;
	}
	.blobImage img {
		
	}

/*** Custom Blob Styles ***/
.blobStyle1 {
	width: 960px;
	border-bottom: 1px solid #2f78e3;
	font-size: .87em;
}
	.blobStyle1 .blobTopLeft {
	}
	.blobStyle1 .blobTopRight { }
	.blobStyle1 .blobTopRight h2 {
		padding-top: 20px;
		
		font-size: 16px;
		text-align: center;
		font-weight: bold;
	}
	.blobStyle1 .blobBody {
		float: left;
		
		padding: 0 10px;
		width: 280px;
	}
	.blobStyle1 .blobBottomLeft {
		display:none;
	}
	.blobStyle1 .blobBottomRight { }

.blobStyle2 {
	float: left;
	
	margin: 25px 0;
	width: 319px;
	
	border-left: 1px solid #dbdbdb;
}
	.blobStyle2 .blobTopLeft {
		
	}
	.blobStyle2 .blobTopRight { }
	.blobStyle2 .blobTopRight h2 {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	.blobStyle2 .blobBody {
		padding: 10px 20px 4px;
		height: 170px;
	}
	.blobStyle2 .blobBottomLeft {
	}
	.blobStyle2 .blobBottomRight { }
	
.blobStyle3 {
}
	.blobStyle3 .blobTopLeft {
		border-bottom: 1px solid #dbdbdb;
	}
	.blobStyle3 .blobTopRight { }
	.blobStyle3 .blobTopRight h2 {
		margin: 6px 0 2px;

		font-size: 14px;
		text-align: center;
	}
	.blobStyle3 .blobBody {
		padding: 4px;
	}
	.blobStyle3 .blobBottomLeft {
		display:none;
	}
	.blobStyle3 .blobBottomRight { }

	.blobStyle4 {
		position:relative;
		margin-bottom:12px;
	}
		.blobStyle4 .topLeft {
		}
		.blobStyle4 .topRight {
			width:100%;
			height:30px;
		}
		.blobStyle4 .blobBody {
			margin:0;
			padding:1em 0 1px 0;

			color:#000;

			border:3px solid #fff;
			border-width:0 3px;
		}
			#headerContactUs {
				position:absolute;
				top:8px;
				margin:0;
				padding:0;

				width:100%;

				text-align:center;
				font-size:250%;
				font-family:Georgia, "Times New Roman", times, serif;
				font-weight:normal;
				color:#000;
			}
			.blobStyle4 .blobBody ul {
				margin:0;
				padding:0;
				list-style:none;
			}
			.blobStyle4 .blobBody ul li {
				position:relative;
				clear:left;
				margin-left:10px;
				margin-bottom:.25em;
				padding-top:.75em;
				padding-left:2.75em;
				height:2em;
				font-size:115%;
			}
			.blobStyle4 .blobBody .contactMethod {
				position:absolute;
				top:-.15em;
				left:0;
				float:left;
				font-family:Georgia, "Times New Roman", times, serif;
				font-size:370%;
			}
			#contactMethodPhone {
				font-size:125%;
			}
			.blobStyle4 .blobBody ul li a{
				color:#fff;
			}
		.blobStyle4 .bottomLeft {
		}
		.blobStyle4 .bottomRight {
			width:100%;
			height:30px;
		}