#left_column .box {
	background : url('/i/left_column_bg_mid.png') repeat-y;
	margin-bottom : 10px;
}

#left_column .box .top {
	background : url('/i/left_column_bg_top.png') no-repeat top left;
}

#left_column .box .bot {
	height : 1%;
	overflow : hidden;
	padding : 15px 20px;
	background : url('/i/left_column_bg_bot.png') no-repeat bottom left;
}

#left_column h2 {
	font-family : Arial, Helvetica, sans-serif;
	color : #004381;
	font-size : 2em;
	margin : 0 0 15px 0;
	letter-spacing: -1px;
}

#left_column h3 {
	font-family : Arial, Helvetica, sans-serif;
	color : #004381;
	font-size : 1.6em;
	margin : 0 0 15px 0;
	letter-spacing: -1px;
}

#left_column #blurb {
	width : 538px;
	background: #1eade3;
	margin : 20px 0 25px 0;
}
#left_column #blurb .top {
	background : url('/i/blurb_bg_top.png') no-repeat top left;
}
#left_column #blurb .bot {
	background : url('/i/blurb_bg_bot.png') no-repeat bottom left;
	padding : 5px 18px;
}
#left_column #blurb p {
	color : #fff;
	margin : 10px 0;
	padding : 0;
}

.product {
	height : 1%;
	overflow : hidden;
	margin : 30px 0;
}
.product.featured {
	margin : 20px 0;
}
#left_column .product h3 {
	margin : 0 0 5px 0;
	color : #333;
	font-size : 1em;
}
.product h3 a {
	color : #333;
}
.tagline {
	color : #004381;
	font-style : italic;
}
.featured .tagline {
	font-weight : bold;
	margin-bottom : 10px;
}
.product p {
	margin : 0 0 5px 0;
}
.product .info {
	width : 300px;
	float : right;
}
.product .image {
	width : 225px;
	text-align : center;
	float : left;
}
.product.featured .info {	
	float : left;
}
.product.featured .image {
	float : right;
}
.product .call_to_action {
	margin-top : 10px;
}
.product .call_to_action a {
	text-decoration : underline;
}
.product .call_to_action img {
	vertical-align : middle;
}

.portrait img {
	float : left;
}
.portrait .info {
	float : right;
	width : 290px;
}

div.recommendation {
	float : left;
	width : 150px;
	padding-right : 30px;
}
.recommendation p {
	font-size : 0.8em;
	margin : 10px 0 0 30px;
}
.recommendation p a {
	text-decoration : underline;
}
#left_column .recommendation .call_to_action {
	float : left;
	padding-top : 8px;
}

.promo_image {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: block;
}