#column-wrapper {
	background: transparent url(../images/bg_column-left_home.gif) 0 0 repeat-y;
	border: none;
	overflow: auto;
	padding: 0;
}

#left-column {
	width: 500px;
}

#right-column {
	width: 345px;
}



/* stage */
#stage {
	background-color: #bad1e3;
	padding: 15px 0 0 0;
	overflow: auto;
}

#stage .screen {
	margin-bottom: 10px;
	text-align: center;
	display: none;
}

#stage .screen img {
	text-align: center;
	
}


#stage .caption {
	margin-bottom: 10px;
	margin-top: 12px;
	text-align: center;
	color: #005696;
	font-weight: bold;
	font-size: 1.4em;
}

#thumbs {
	height: 115px;
	margin: 0 0 15px 15px;
}

#thumbs li {
	cursor: pointer;
	float: left;
	height: 85px;
	padding: 15px 7px 7px 14px;
	text-align: center;
	width: 133px;
}

#thumbs li.last {
	margin-right: 0;
	margin-left: 1px;
}

#thumbs li.active,
#thumbs li.hover {
	background: transparent url(../images/bg_thumb_active_home.png) 0 -0 no-repeat;
}

#stage a.cta {
	background: transparent url(../images/bg_cta_arrow.gif) 0 5px no-repeat;
	color: #000;
	font-size: 1.3em;
	margin-left: 15px;
	padding-left: 10px;
}


#right-column .benefits {
	font-size: .9em;
}

/* hacks */
* html #column-wrapper {
	zoom: 1;
}
