#content {
  margin: 0;
  padding: 0;
  background: #fff;
}
#rightCol h1, .home #rightCol h2 {margin: 0; padding: 0;}
#rightCol h1 {font-size: 20px;}
#rightCol h2 a {font-size: 18px; color: #00135a; text-decoration: none;}
#rightCol h2 a:hover {text-decoration: underline;}

#mainFrame {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 7px 0 19px;
  background: url('/images/content/home/frameBG.gif');
}
#mainFeature {
	position: relative;
	float: left;
	padding: 0 2px 9px;
	background: url('/images/content/home/featNav-top.gif') no-repeat bottom center;
}
	#mainFeature .info {
		position: absolute;
		bottom: 9px;
		left: 2px;
		width: 543px;
		w\idth: 511px;
		padding: 12px 16px 16px;
		font-size: 14px;
		background: url('/images/content/home/info-bg.png') repeat top left;
		color: #fff;
	}
		#mainFeature.top .info {
			bottom: auto;
			top: 0;
		}
		#mainFeature.none .info {
			visibility: hidden;
		}
		#mainFeature .info h2 a {
			font-size: 22px;
			color: #fff;
			text-decoration: none;
		}
		#mainFeature .info p a {
			font-size: 11px;
			color: #79c7ff;
		}
#featureNav {
	width: 547px;
	w\idth: 543px;
	overflow: hidden;
	clear: both;
	padding: 0 2px;
}
	#featureNav div {
		float: left;
		padding-right: 7px;
		background: url(/images/content/home/featNav.gif) no-repeat top right;
	}
	#featureNav div.last {
		padding: 0;
		background: none;
	}
#selectedFeature {
	position: absolute;
	bottom: 0;
	left: 21px;
}
	
div#homeIntro {
  background: #f1efe8 url(../../images/content/home/standMain.jpg) 0% 100% no-repeat;
  margin: 0 0 40px 15px;
  position: relative;
}
  div#homeIntro table {
    margin-left: 110px;
    margin-bottom: 20px;
  }
  div#homeIntro td {
    vertical-align: top;
  }
  div#homeIntro td.product {
    width: 200px;
    padding-right: 20px;
  }
  div#butnHolder {
    text-align: center;
  }
  div#homeIntro .product img {
    margin: 0px 10px 20px 0;
    float: left;
  }
  div#homeIntro img.priceButn {
    position: relative;
    bottom: -12px;
  }
  div#homeIntro h2 {
    margin-bottom: 2px;
  }
  div#homeIntro p {
    font-size: .85em;
    margin: 4px 0;
    line-height: 1em;
  }
  div#homeIntro p span {
    font-size: 1.25em;
    display: block;
    margin: 4px 0;
    font-weight: bold;
    line-height: 1.1em;
  }
  
  div#homeText {
	margin: 0 25px 40px 64px;
  }

#featuredPosts {
	padding: 0 20px 0 0;
	margin: 0 0 40px 22px;
	border-bottom: 2px solid #ececec;
}
	#featuredPosts .post {
		margin: 0 0 40px;
	}
	#featuredPosts .text {
		padding-left: 43px;
	}
	.home #featuredPosts h2 {
		font-size: 18px;
		color: #868176;
		margin-bottom: 15px;
	}
		.home #featuredPosts h2 a {
			color: #868176;
			text-decoration: underline;
		}
	#featuredPosts h3 {
		font-size: 20px;
		border-bottom: 2px solid #ececec;
		margin-bottom: 6px
	}
		#featuredPosts h3 a {
			color: #000;
			text-decoration: none;
		}
	#featuredPosts p {
		margin-bottom: 12px;
	}
	#featuredPosts .date {
		width: 30px;
		text-align: center;
		float: left;
		font-size: 12px;
		text-transform: uppercase;
		color: #00135a;
	}
	#featuredPosts .date span {
		display: block;
		font-size: 24px;
	}
	#featuredPosts .readFull {
		padding-right: 10px;
		color: #086ab1;
		text-decoration: none;
		background: url('/images/content/home/more-arrow.gif') no-repeat center right;
		font-size: 12px;
	}
		#featuredPosts .readFull:hover {
			text-decoration: underline;
		}
#moreFeaturedLink {
	position: relative;
	top: 12px;
	display: block;
	width: 184px;
	height: 24px;
	margin: 0 auto;
}