/* Styles for the Solutions Landing Page */

#content h1 {
	color:#63634f;
	padding-top:9px;
}
#content h1.product {
	margin-bottom:.5em;
	padding-top:31px;
	height:49px;
	min-height:49px;
}
#content h1.product span.tagline {
	display:block;
	font-size:.65em;
}
#content h1#express {
	background:url(../../images/block_express_solutions.gif) left -8px no-repeat;
	padding-left:85px;
}
#content h1#edge {
	background:url(../../images/block_edge_solutions.gif) left -8px no-repeat;
	padding-left:112px;
}
#content h1#pro {
	background:url(../../images/block_pro_solutions.gif) left -8px no-repeat;
	padding-left:143px;
}
#content h1#pro_w {
	background:url(../../images/block_pro-w_solutions.gif) left -8px no-repeat;
	padding-left:101px;
}
/* "Callout" Class */

.callout {
	color:#454532;
	background:#94a90e url(../../images/callout-solutions.jpg) left top no-repeat;
}
.callout h3 {
	color:#454532;
}
#content .callout a {
	color:#454532;
}

/* Comparison Table Colors */

table.comparison th.express {
	background-color:#CCE070;
}
table.comparison th.edge {
	background-color:#BED951;
}
table.comparison th.pro {
	background-color:#B2D232;
}
table.comparison th.pro-w {
	background-color:#AECC2E;
}
table.comparison tbody td.express {
	background-color:#CCE070;	
}
table.comparison tbody td.edge {
	background-color:#BED951;	
}
table.comparison tbody td.pro {
	background-color:#B2D232;	
}
table.comparison tbody td.pro-w {
	background-color:#AECC2E;	
}
