/**
 * Style Sheet for Roadwise.com
 *
 * Contains styling information specific to the Roadwise.com information and product block sections.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Roadwise, 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;
	border:1px solid #c7cacd;
}
	.blobImage h2 {
		margin:0;
		padding:6px 0 5px 0;
		font-size:105%;
		text-align:center;
		border-bottom:1px solid #c7cacd;
		background:#ececec;
	}
	.blobImage img {
		float:left;
	}

/*** Custom Blob Styles ***/
.blobStyle1 {
	width: 960px;
	text-align: center;
	border-bottom: 1px solid #19266b;
}
	.blobStyle1 .blobTopLeft {
	}
	.blobStyle1 .blobTopRight { }
	.blobStyle1 .blobTopRight h2 {
		padding-top: 20px;
		
		font-size: 16px;
		text-align: center;
		font-weight: bold;
	}
	.blobStyle1 .blobBody {
		float: left;
		text-align: center;
		padding: 0 10px;
		width: 280px;
	}
	.blobStyle1 .blobBottomLeft {
		display:none;
	}
	.blobStyle1 .blobBottomRight { }

.blobStyle2 {
	float: left;
	text-align: center;	

	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;
		width: 250px;
		margin-bottom:12px;
		border: 1px solid #000;
	}
		.blobStyle4 .topLeft {
		}
		.blobStyle4 .topRight {
			width:100%;
			height:30px;
		}
		.blobStyle4 .blobBody {
			margin:0;
			padding: 25px 5px 5px;

			color:#000;
		}
			#headerContactUs {
				position:absolute;
				top:8px;
				margin:0;
				padding:0;

				width:100%;

				text-align:center;
				font-size:250%;
				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:0;
				left:0;
				float:left;
				font-size:270%;
			}
			#contactMethodPhone {
				font-size:125%;
			}
			.blobStyle4 .blobBody ul li a{
				color:#fff;
			}
		.blobStyle4 .bottomLeft {
		}
		.blobStyle4 .bottomRight {
			width:100%;
			height:30px;
		}