@charset "utf-8";
/* CSS Document */

/* Main benefit bullet points */

#benefits
{
	height:173px;
	vertical-align:top;
	color:#333;
	font-size:15px;
}
#benefits div
{
	float:left;
	width:33%;
	height:100%;
}
#benefits img
{
	vertical-align:middle;
	margin-left:15px;
	margin-right:10px;
}
#benefits h3
{
	font-size:20px;
	font-weight:normal;
	display:inline;
}
#benefits_1 h3
{
	color:#0E3158;
}
#benefits_2 h3
{
	color:#FF3B03;
}
#benefits_3 h3
{
	color:#2A9200;
}
#benefits ul
{
	margin-top:15px;
	padding-left:30px;
	margin-left:0px;
}
#benefits li
{
	height:18px;
	/*letter-spacing:.05em;*/
}
#benefits_1
{
	list-style:url(../img/bullet_blue.gif);
	border-right:1px solid #999;
}
#benefits_2
{
	list-style:url(../img/bullet_red.gif);
	border-right:1px solid #999;
}
#benefits_3
{
	list-style:url(../img/bullet_green.gif);
}

/* "I'm a" retailer selection */
#select_retailer
{
	cursor:text;
}
#select_retailer img
{
	margin:0px;
	padding:0px;
	border:none;
}

/* Satisfied clients */
#customers
{
	position:relative;
	/*margin-top:-10px;*/
}
#company_logos
{
	margin-top:15px;
	position:relative;
	float:left;
}
#company_logos img
{
	margin-top:5px;
}

/* Testimonials */
#testimonials
{
	width:235px;
	position:relative;
	float:right;
	margin-top:20px;
	background:url(../img/con_testimonial_background.gif) bottom left no-repeat;
	height:140px;
	text-align:center;
	padding-bottom:10px;
}
#testimonials_flash
{
	width:180px;
	font-size:12px;
	margin:0 auto;
	padding-bottom:15px;
	margin-top:-10px;
}