﻿/*CSS Reset*/
html, body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
input, select, textarea, table {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
acronym, abbr, fieldset, img {
	border: 0;
}

.Normal, .NormalDisabled
{
	font-size: 100%;
	font-weight: normal;
}

/* basic styles */
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #43ba0d;
	text-decoration: none;
}
a:hover, a:focus {
	color: #7acb55;
	text-decoration: none;
}

ul, li {
	list-style-type: disc;
	text-decoration: none;
}

ul li {
	list-style-type: disc;
	text-decoration: none;
	font-size: 15px;
}*
body {
	background: #eaeaea;
	text-align: center;
	color: #888;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.landing {
	border-top: solid 5px #43ba0d;
	background: #eaeaea url('images/bg-landingpage.jpg') no-repeat top center;
}
.landing2 {
	border-top: solid 5px #43ba0d;
}
h1 {
	line-height: 43px;
	margin: 0px 0px 25px -7px;
	color: #fff;
	font-size: 1.9em;
	text-transform: uppercase;
}
h1 span {
	background: #43ba0d;
	padding: 6px 7px 1px 7px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 10px 0px;
	color: #494949;
	font-size: 28px;
}
h2.h-smaller {
	font-size: 19px;
}
h3, .link {
	line-height: 25px;
	margin: 0px 0px 10px -3px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
h3 span, .link span {
	background: #494949;
	padding: 5px 7px 3px 5px;
}
.link {

}
h3.link {
	font-size: 16px;
}
p {
	margin: 0px 0px 10px 0px;
	font-size: 15px;
}
strong {
	color: #000;
}
/* classes */
.aligncenter {
	text-align: center !important;
}
.alignleft {
	text-align: left !important;
}
.alignright {
	text-align: right !important;
}
.clear {
	clear: both;
}
.floatleft {
	float: left;
	margin: 0px 1em 1em 0px;
}
.floatright {
	float: right;
	margin: 0px 0px 1em 1em;
}
.floatright2 {
	margin: 0px 0px 1em 1em;
}
.form {
	font-size: 100%;
}
.form th {
	padding: 0px 5px 10px 0px;
	text-align: right;
	color: #444;
}
.form td {
	padding: 0px 20px 10px 0px;
	text-align: left;
}
.form td.last {
	padding-right: 0px;
}
.formtext {
	width: 145px;
}
.formtext-smaller {
	width: 105px;
}
.formbutton, .formbutton-back {
	background: #d8a732;
	border: none;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 10px;
}
.formbutton-back {
	background: #ccc;
}
.link span {
	background: #43ba0d;
	color: #fff;
}
.link a:hover span {
	background: #79d34f;
}
.link-register span {
	background: #d8a732;
}
.link-register a:hover span {
	background: #f1c969;
}

.linklist {
	margin: 0px;
	padding: 0px !important;
	list-style: none !important;
	color:#FFFFFF;
}

.note {
	font-size: 13px;
	color: #797979;
}
.subcontent {
	font-size: 90%;
}
.subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.subnav li {
	margin-bottom: 5px;
	line-height: 23px;
	list-style: none;
}
.subnav a {
	background: #43ba0d;
	font-size: 16px;
	color: #fff;
	padding: 3px;
	text-transform: uppercase;
}
.subnav a:hover {
	background: #79d34f;
}
.testimonial {
	color: #43ba0d;
	font-size: 18px;
}
/* page layouts */
.skin_content {
	position: relative;
	background: #fff;
	width: 794px !important;
	width: 844px;
	padding: 30px 20px 30px 30px;
	margin-bottom: 20px;
}
.skin_content2 {
	position: relative;
	background: #fff;
	width: 794px !important;
	width: 844px;
	padding: 30px 20px 0px 30px;
	margin-bottom: 20px;
}
.landing-content {
	background: #fff url('images/bg-content.gif') repeat-x top left;
}
.skin_content.nomargin {
	margin-bottom: 0px;
}
.skin_content.nomargin2 {
	margin-bottom: 20px;
}
.twocol-left {
	width: 505px;
	float: left;
}
.twocol-right {
	width: 265px;
	float: right;
}
.twocol-left2 {
	width: 40%;
	float: left;
}
.twocol-right2 {
	width: 60%;
	float: right;
}
.twocol-inner-left {
	width: 245px;
	float: left;
}
.twocol-inner-right {
	width: 245px;
	float: right;
}
.onecol {
}
.home-content {
	background: #fff url('images/mainpic-home.jpg') no-repeat;
	width: 794px !important;
	width: 844px;
	padding: 30px 20px 30px 30px;
}
.home-content .landing-top {
	height: 250px;
	margin-bottom: 15px;
}
.home-content .twocol-left {
	width: 510px;
}
.home-content .twocol-right {
	width: 250px;
	z-index: 10;
	position: relative;
	font-size: 12px !important;
}
.promo-pic {
	z-index: 1;
	position: absolute;
	top: 30px;
	right: 30px;
}
.home-sub-content {
	height: 280px;
	background: #fff url('images/bg-coldivider.gif') no-repeat top center;
	padding: 0px;
	width: 844px;
	width: 844px !important;
}
.home-sub-content h2 {
	font-size: 24px;
}
.home-sub-content .twocol-left {
	width: 360px !important;
	width: 420px;
	height: 220px !important;
	background: url('images/home-family-tag.jpg') no-repeat bottom left;
	height: 280px;
	padding: 30px;
	text-align: left;
}
.home-sub-content .twocol-right {
	text-align: right;
	width: 360px !important;
	width: 420px;
	height: 220px !important;
	background: url('images/home-business.jpg') no-repeat bottom right;
	height: 280px;
	padding: 30px;
}
.featured {
	height:180px;
	padding:0;
	width:844px !important;

}
.featured h2 {
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:10px 0 5px;
}
.featured p {
	font-size:12px;
	margin:0;
	padding:0 0 10px;
}
.featured img {
	display:inline-block;
	float:left;
	margin:20px 25px 0 15px;
}
.home-news {
	height: 160px;
	padding: 0px;
	width: 844px !important;
}
.home-news h2 {
	width: 220px;
	height: 157px;
	display: block;
	background: url('images/h-readallaboutit.gif') no-repeat;
	text-indent: -99999px;
}
.home-news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.home-news li {
	display: inline;
	margin-left: 25px;
}
/* NEW READ ALL ABOUT IT STYLES*/
#home-news1 {
	left:230px;
	position:absolute;
	top:30px;
}
#home-news2 {
	left:230px;
	position:absolute;
	top:90px;
}
/* OLD READ ALL ABOUT IT STYLES
#home-news1 {
	position: absolute;
	left: 230px;
	top: 30px;
}
#home-news2 {
	position: absolute;
	left: 270px;
	top: 90px;
}*/
.about-contact p {
	font-size: 18px;
}
#map {
	float: right;
	width: 465px;
}
.about-team .floatright {
	margin-left: 20px;
}
.about-team h3 {
	color: #888;
	text-transform: none;
	margin: 0px;
	font-size: 20px;
}
#login {
	background: #fff url('images/pic-login.jpg') no-repeat bottom right;
	min-height: 270px;
}
#login .formbutton {
	background: #5bc32c;
	width: 150px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 10px 3px 5px;
}
#product-content {
	background: #fff url('images/bg-product.jpg') no-repeat top left;
	padding: 0px 0px 10px 0px;
	width: 844px !important;
	width: 844px;
	color: #494949;
	font-size: 15px;
}
.product-left {
	float: left;
	width: 225px !important;
	width: 275px;
	padding: 50px 25px 25px 25px;
}
.product-middle {
	float: left;
	width: 237px !important;
	width: 297px;
	padding: 35px 30px 25px 30px;
	color: #b1e798;
}
.product-right {
	float: left;
	width: 220px !important;
	width: 268px;
	padding: 50px 25px 25px 25px;
}
#product-content h2 {
	text-transform: uppercase;
	/*width: 794px;*/
	text-align: center;
	margin: 0px;
	padding: 0;
}
#h-product-biz {
	background: url('images/h-product-biz.gif') no-repeat;
	width: 156px;
	height: 27px;
	text-indent: -9999px;
	margin: 0px 0px 15px 0px;
}
.product-middle #h-product-biz {
	background-image: url('images/h-product-biz2.gif');
	width: 197px;
	height: 32px;
}
#h-product-per {
	background: url('images/h-product-per.gif') no-repeat;
	width: 156px;
	height: 27px;
	text-indent: -9999px;
	margin: 0px 0px 15px 0px;
}
.product-middle #h-product-per {
	background-image: url('images/h-product-per2.gif');
	width: 197px;
	height: 32px;
}
#h-product-voice {
	background: url('images/h-product-voice.gif') no-repeat;
	width: 170px;
	height: 27px;
	text-indent: -9999px;
	margin: 0px 0px 15px 0px;
}
#product-content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}
#product-biz.product-left ul {
	margin-bottom: 40px;
}
/*.product-left li { background: url('images/product-rule-left.gif') no-repeat top left; padding: 8px 0px; color: #494949; font-size:12px;}*/
.product-left li {
	background: transparent url(images/product-rule-left.gif) no-repeat scroll left top;
	color: #494949;
	font-size: 15px;
	list-style-type: none;
	padding: 8px 0;
}
/*.product-left li.first { background: none; padding-top: 0px; }*/
.product-left li.first {
	background: transparent none repeat scroll 0 0;
	list-style-image: none;
	padding-top: 0;
}
#product-biz.product-left .floatleft {
	width: 114px;
	margin-right: 0px;
}
#product-biz.product-left .floatleft em {
	text-transform: none;
	font-style: normal;
	color: #58b42e;
}
#product-biz.product-left .floatright {
	width: 115px;
	margin-left: 0px;
}
#product-biz.product-left .floatright em {
	text-transform: none;
	font-style: normal;
	color: #494949;
}
/*#product-biz.product-middle li { padding: 10px 0px; color: #b1e798; font-size: 15px;}*/
#product-biz.product-middle li {
	color: #B1E798;
	font-size: 15px;
	list-style-type: none;
	padding: 6px 0;
}
#product-biz.product-middle .link span {
	background: #fff;
	color: #40b10c;
	font-size: 16px;
}
#product-biz.product-middle .floatleft {
	width: 114px;
	margin-right: 0px;
}
#product-biz.product-middle .floatleft2 {
	width: 115px;
	margin-right: 0px;
}
#product-biz.product-middle .floatleft2 em {
	text-transform: none;
	font-style: normal;
	color: #b3f696;
}
#product-biz.product-middle .floatleft em {
	text-transform: none;
	font-style: normal;
	color: #b3f696;
}
#product-biz.product-middle .floatright {
	width: 115px;
	margin-left: 0px;
}
#product-biz.product-middle .floatright em {
	text-transform: none;
	font-style: normal;
	color: #b3f696;
}
.product-middle li {
	border-top: solid 1px #58b42e;
	padding: 6px 0px;
}
.product-middle li.first {
	border-top: none;
	padding-top: 0px;
}
#product-per.product-middle .button a {
	display: block;
	background: #fff;
	color: #58b42e;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	padding: 5px;
}
#product-per.product-middle .button a:hover {
	background: #def3d5;
}
#product-per.product-middle .floatleft, #product-per.product-middle .floatright, #product-per.product-middle .or {
	margin-top: 7px;
	color: #fff;
	line-height: 16px;
}
#product-per.product-middle .or {
	float: left;
	font-size: 18px;
	position: relative;
	left: 25px;
}
#product-per.product-middle .price {
	font-size: 33px;
	color: #fff;
}
#product-per.product-middle .price span {
	font-size: 24px;
	position: relative;
	bottom: 6px;
}
#product-per.product-left .button {
	margin-bottom: 3px;
}
#product-per.product-left .button a {
	display: block;
	background: #58b42e;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px;
}
#product-per.product-left .button a:hover {
	background: #7bd752;
}
/*#product-per.product-left .floatleft, #product-per.product-left .floatright, #product-per.product-left .or { margin-top: 10px; color: #494949; line-height: 15px; }*/
#product-per.product-left .floatleft, #product-per.product-left .floatright, #product-per.product-left .or {
	color: #494949;
	line-height: 17px;
	margin-top: 3px;
}
#product-per.product-left .or {
	float: left;
	font-size: 18px;
	position: relative;
	left: 25px;
}
#product-per.product-left .price {
	font-size: 33px;
	color: #494949;
}
#product-per.product-left .price span {
	font-size: 24px;
	position: relative;
	bottom: 6px;
}
#product-per {
	font-size: 12px;
}
/*#product-per li { padding: 6px 0px; }*/
#product-per li {
	font-size: 12px;
	list-style-type: none;
	padding: 6px 0;
}
#product-voice.product-right ul {
	margin-bottom: 40px;
}
/*.product-right li { background: url('images/product-rule-right.gif') no-repeat top left; padding: 8px 0px; color: #494949; font-size:15px;}*/
.product-right li {
	background: transparent url(images/product-rule-right.gif) no-repeat scroll left top;
	color: #494949;
	font-size: 15px;
	list-style-type: none;
	padding: 8px 0;
}
/*.product-right li.first { background: none; padding-top: 0px; }*/
.product-right li.first {
	background: transparent none repeat scroll 0 0;
	list-style-type: none;
	padding-top: 0;
}
.product-right .link a span {
	background: #494949;
}

.pr span {
	color:#FFFFFF;
	background:#494949 none repeat scroll 0 0;
	padding:5px 7px 3px 5px;
	font-size:16px;
	line-height:25px;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
}

.product-right .link a:hover span {
	background: #666;
}
#registration .twocol-left {
	width: 545px;
}
#registration .twocol-right {
	width: 225px;
}
/*.biz-content {  background: #fff url('images/home-business.jpg') no-repeat right -10px; margin-bottom: 0px; padding-bottom:0;width:794px !important; width:844px;}*/
.biz-content {
	background: #FFFFFF url(images/home-business.jpg) no-repeat scroll right -10px;
	margin-bottom: 0;
	padding-bottom: 1px;
	width: 794px !important;
	width: 844px;
}
.personal-content {
	background: #fff url('images/home-family.jpg') no-repeat 500px 20px;
	margin-bottom: 0px;
}
.blog-content .twocol-left {
	float: right;
}
.blog-post {
	border-bottom: solid 1px #c4c4c4;
	padding: 10px 0px;
}
.blog-post h3 {
	text-transform: none;
	margin-left: 0px;
}
.blog-meta {
	font-size: 12px;
}
.PagingTable {
	border: 0px;
	float:right;
}
.PagingTable a:link {
	color:#43BA0D;
	text-decoration:none;
	font-size: 15px;
}
.PagingTable a:visited {
	color:#43BA0D;
	text-decoration:none;
	font-size: 15px;
}


.paging {
	margin: 20px 0px;
}
.paging-current {
	float: right;
}
.paging-base {
	font-size: 12px;
	margin-top: 5px;
}
.blog-content .twocol-right {
	float: left;
}
.blog-content .twocol-right h3 {
	background: #4a4a4a;
	padding: 3px 3px 1px 3px;
}
.blog-content .twocol-right h3 span {
	background: none;
	padding: 0px;
}
.blog-content .twocol-right ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}
.blog-content .twocol-right li {
	margin: 0px 0px 3px 0px;
	list-style: none;
}
.blog-content .twocol-right a {
	color: #4a4a4a;
}
.blog-content .twocol-right a:hover {
	color: #666;
}
/* base layout */
#container {
	width: 844px;
	margin: 0px auto;
	text-align: left;
}
#header {
	height: 105px;
	position: relative;
	background: #fff;
}
#logo, #logo a {
	width: 285px;
	height: 104px;
	background: url('images/logo.gif') no-repeat;
	margin: 0px;
}
#logo a {
	display: block;
	text-indent: -99999px;
}
#accountmenu, #mainmenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#accountmenu {
	position: absolute;
	top: 45px;
	right: 30px;
}
#accountmenu li {
	display: inline;
	margin-left: 5px;
}
#accountmenu a {
	color: #43ba0d;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	background: #fff;
	padding: 3px;
}
#accountmenu a:hover, #accountmenu a:focus {
	color: #79d34f;
}
#accountmenu #menuregister a {
	background: #4eba0d;
	color: #fff;
}
#accountmenu #menuregister a:hover, #accountmenu #menuregister a:focus {
	background: #79d34f;
	color: #fff;
}
#mainmenu {
	position: absolute;
	top: 75px;
	right: 25px;
}
#mainmenu li {
	display: inline;
}
#mainmenu a {
	color: #494949;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	background: #fff;
	padding: 5px 8px;
}
#mainmenu a:hover, #mainmenu a:focus {
	color: #888;
}
#mainmenu .selected a {
	background: #494949;
	color: #fff;
}
#mainmenu .selected a:hover, #mainmenu .selected a:focus {
	background: #666;
	color: #fff;
}
#regmenu {
	border-bottom: solid 1px #e0e0e0;
	height: 30px;
	margin: -10px 0px 20px -7px;
}
#regmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#regmenu li {
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px -5px 0px 0px;
}
#regmenu li span {
	padding: 3px 7px;
}
#regmenu li.selected span {
	background: #444;
	color: #fff;
}
#regmenu li.completed span {
	background: #444;
	color: #9f9f9f;
}
#footer {
	background: #797979 url('images/bg-footer.gif') repeat-x;
	padding: 30px 25px 25px 40px;
	position: relative;
	min-height: 10px;
}
#footer h2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer li {
	margin-bottom: 6px;
	list-style-type:none;
}
#footer a {
	color: #c4c4c4;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #ddd;
}
#footer a strong {
	color: #89f458;
}
.links, A.links:link, A.links:active, A.links:visited, A.links:hover {
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 23px;
}
#footer-learnmore2 {
	position: absolute;
	left: 280px;
	top: 30px;
}

#footer-updates {
	position: absolute;
	left: 540px;
	top: 30px;
	border-left: solid 1px #a4a4a4;
	padding-left: 15px;
	width: 265px;
}
#footer-updates li {
	text-indent: -20px;
	margin-left: 20px;
}
#footer-social {
	padding-top: 15px;
	width: 774px;
}
#footer-social h2 {
	width: 120px;
	height: 20px;
	background: url('images/h-followus.gif') no-repeat;
	text-indent: -99999px;
	font-size: 13px;
}
/*#footer-social li { float: left; font-size: 11px; }*/
#footer-social li {
	float: left;
	font-size: 11px;
	list-style-type: none;
}
#footer-social a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -99999px;
	margin-right: 6px;
}
#social-rss a {
	background: url('images/social-rss.gif') no-repeat;
}
#social-email a {
	background: url('images/social-email.gif') no-repeat;
}
#social-facebook a {
	background: url('images/social-facebook.gif') no-repeat;
}
#social-twitter a {
	background: url('images/social-twitter.gif') no-repeat;
}
#social-linkedin a {
	background: url('images/social-linkedin.gif') no-repeat;
}
#social-youtube a {
	background: url('images/social-youtube.gif') no-repeat;
}
#footer-copyright {
	color: #bbb;
	text-align: right;
	width: 744px;
}
.breadcrumbpane {
	text-align: left;
}
/*==== Define the menu style  ====*/
.MainMenu_MenuContainer {
	background: ;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuIcon {
	DISPLAY: none;
}
.MainMenu_RootMenuArrow {
	DISPLAY: none;
}
.MainMenu_MenuArrow {
	DISPLAY: none;
}
.MainMenu_MenuItemSel {
	background: none transparent scroll repeat 0% 0%;
}
.MainMenu_MenuItem {
	border: 0;
	padding: 2px 18px 2px 10px;
	font-size: 11px;
	background: transparent;
	color: #333;
	height: 20px;
}
.submenuitemselected, .submenuitembreadcrumb {
	border: 0;
	padding: 2px 18px 2px 10px;
	font-size: 11px;
	background: #43ba0d;
	color: #fff;
	height: 20px;
}
.submenu {
	border: 0;
	MARGIN-TOP: 0px;
	Z-INDEX: 1000;
	background: #efefef;
}
.rootmenuitem TD {
	background-color: #fff;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 8px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.rootmenuitemselected TD {
	background-color: #fff;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 8px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.rootmenuitembreadcrumb TD {
	background-color: #494949;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 8px;
	font-weight: normal;
	text-decoration: none;
}
.MainMenu_MenuBreak {
	border: transparent 0px solid;
	background-color: transparent;
	height: 1px;
}
ol li {
	font-size: 13px;
	list-style-type: decimal;
	padding-bottom: 4px;
}
 */New CSS*/


.product-header-left { width: 390px; margin-right: 10px; float: left; }
.product-header-middle { width: 143px; float: left; text-align: center; font-size: 20px; }
.product-header-middle strong { font-size: 26px; font-weight: normal; color: #494949; }
.product-header-right { width: 175px; float: right; text-align: center; font-size: 13px; color: #494949; }
.product-header-right a { font-size: 18px; }

#product-content2, #product-content-only2 {
	border-left:1px solid #43BA0D;
	border-right:1px solid #43BA0D;
	border-top:14px solid #43BA0D;
	margin-bottom:0;
	background-color: #ffffff;
	padding:30px 20px 30px 30px;
}

#product-content22, #product-content-only22 {
	border-left:1px solid #43BA0D;
	border-right:1px solid #43BA0D;
	border-top:14px solid #43BA0D;
	border-bottom:1px solid #43BA0D;
	margin-bottom:20px;
	background-color: #ffffff;
	padding:30px 20px 30px 30px;
}

#product-content-level2 {
	background:#545454 none repeat scroll 0 0;
	color:#CBCBCB;
	padding-bottom:15px;
	padding-top:15px;
	padding:30px 20px 30px 30px;
	border-right:1px solid #545454;
}

#product-content-level2 h3, #product-content-level2 .product-header-middle .strong {
	color:#FFFFFF;
}

.product-header h3 {
	color:#494949;
	font-size:26px;
	margin:0 0 10px;
	text-transform:none;
}

#product-voice li {
	font-size: 12px;
	list-style-type: none;
	padding: 6px 0;
}

.product-header h3 em {
	color:#A3A3A3;
	font-style:normal;
}

#product-biz .twocol-left p {
	color:#494949;
	margin-right:60px;
	padding-top:20px;
}

/* Products.aspx HTML */

.2body {
	text-align: center;
	font: 15px Arial, Helvetica, sans-serif;
	color: #888;
}

.product-wrapper, .product-wrapper-level2  { margin-bottom: 0px; }
	.product-wrapper-level2 {
		background: #eaeaea;
		margin: 0px -1px 25px -1px;
		padding: 15px 15px 0 15px;
		position: relative;
	}
	.product-wrapper .product-header, .product-wrapper-level2 .product-header { margin-bottom: 10px; }

.product-wrapper #product-biz .twocol-left p { color: #888; }

.product ul { margin: 0px 0px 10px 0px; padding: 0px; list-style: none; }

.product-header-left { width: 390px; margin-right: 10px; float: left; }

#product-biz .twocol-left { width: 550px; }

#product-biz .twocol-left p { padding-top: 20px; color: #494949; margin-right: 60px; }

.product-wrapper-level2 #product-voice .twocol-left { width: 440px; }
.product-wrapper-level2 #product-voice .twocol-left p { color: #494949; font-size: 12px; }
.product-wrapper-level2 #product-voice .twocol-left p strong { color: #494949; font-size: 16px; font-weight: normal; }

#product-biz .product-header-middle { font-size: 14px; color: #a3a3a3; }
#product-biz .product-header-middle a { font-size: 17px; }