table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
table{border-collapse:collapse;border-spacing:0}

/* =BUTTONS =BASE */
/* Abstracted from the Wufoo implementation - thanks guys! */
/* http://particletree.com/features/rediscovering-the-button-element/ */

.buttons {
  clear: both;
  font-size: .785em;
  margin-bottom: 30px;
  overflow: hidden; /* Float clearing for good browsers */
}

.buttons a.button, .buttons button {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  color: #646464;
  cursor: pointer;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
  padding: 4px 10px 5px 10px; /* Links */
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.buttons button {
  line-height: 16px; /* Safari 3 */
  overflow: visible;
  padding: 6px 10px 6px 10px; /* IE6 & Firefox 3 */
  width: auto;
}

.buttons button[type] {
  line-height: 20px; /* Safari */
  padding: 5px 10px 5px 7px; /* Firefox */
}

*:first-child+html button[type] {
  padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
  border: none;
  margin: 0 3px -3px 0 !important;
  padding: 0;
}

/* =BUTTONS =TWEAKS */

.buttons button, .buttons a.button { /* Safari */
  -webkit-border-radius: 14px;
}

.buttons a.button, .buttons button, x:-moz-any-link, x:default { /* Firefox 3 */
  -moz-border-radius: 14px;
}

/* =BUTTONS =STANDARD */

.buttons button:hover, .buttons a.button:hover, .buttons a.button:active {
  background: #304812;
  border: 1px solid #304812;
  color: #fff;
}

/* =BUTTONS =REVERSE */

button.reverse, .buttons a.reverse {
  background: #507526;
  border: 1px solid #507526;
  color: #fff;
}

.buttons a.reverse:hover, button.reverse:hover, .buttons a.reverse:active {
  background: #304812;
  border: 1px solid #304812;
  color: #fff;
}

/* =BUTTONS =UBER */

.uber_button {
  line-height: 65px;
  font-size: .925em;
}

.uber_button a.button {
  background-image: url(images/bg_button_uber.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
}

.uber_button a.button {
  padding: 10px 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}






/* =PRICING */

table#plans {
  border: 1px solid #cfe7b3;
  margin-bottom: 10px;
  margin-top: 2em;
  width: 600px;
}

table#plans thead {
  background-color: #e7f3d9;
  border-bottom: 1px solid #cfe7b3;
}

table#plans th,
table#plans td {
  border-right: 1px solid;
  font-size: .925em;
  padding: 20px 0 20px 20px;
  text-align: left;
  width: 220px;
}

table#plans th {
  border-right-color: #cfe7b3;
  background: #E8F3D9;
}

table#plans td {
  border-right-color: #eee;
}

table#plans td.omega {
  border-right: 0 none;
}

table#plans th.most_popular {
  background: #cfe7b3;
}

table#plans thead th h4 {
  color: #000;
  font-size: 240%;
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
}

table#plans thead th h4 em {
  color: #79b743;
}

table#plans thead th em.tagline {
  color: #3f5c26;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

table#plans thead th h5 {
  font-size: 180%;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: left;
}

table#plans thead th h5 em {
  color: #888;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  vertical-align: top;
}

table#plans thead th .uber_button {
  margin: 0;
}

table#plans thead th .uber_button a.button:link, table#plans thead th .uber_button a.button:visited {
  display: block;
  background-color: #a2cf55;
  width: 145px;
  border: 1px solid #92ba4d;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, .5);
  font-size: 1.3em;
    line-height: 19px;
}

table#plans thead th .uber_button a.button:hover, table#plans thead th .uber_button a.button:active {
  background-color: #8fc531;
  border: 1px solid #739e28;
    line-height: 19px;
}

table#plans thead th.most_popular .uber_button a.button:link, table#plans thead th.most_popular .uber_button a.button:visited {
  background-color: #4e7429;
  border: 1px solid #36501d;
    line-height: 19px;
}

table#plans thead th.most_popular .uber_button a.button:hover, table#plans thead th.most_popular .uber_button a.button:active {
  background-color: #5b8730;
  border: 1px solid #486c26;
    line-height: 19px;
}

table#plans td.most_popular {
  background: #f6f6f6;
}

table#plans th img,
table#plans td img {
  vertical-align: top;
}

table#plans td {
	font-size: 100%;
}

table#plans td ul {
	margin-left: 14px;
	padding-top: 0;
}

table#plans td.enterprise ul li.exclusive {
  padding-bottom: 20px;
}

table#plans td ul li strong {
  font-size: 1.2em;
}

table#plans td.enterprise ul li strong {
  font-size: 1em;
}

table#plans tfoot th {
  background: #e7f3d9;
  border-top: 1px solid #cfe7b3;
  color: #666;
  font-weight: normal;
  padding: 10px 20px;
  text-align: left;
}

.pricing .supporting {
  margin-bottom: 30px;
}

.pricing .copy p,
.pricing .copy li {
  font-size: .925em;
}

.pricing #highlight #sales {
  background: transparent url("/images/icons/phone_32x32.png") right center no-repeat;
  color: #b4b4b4;
  float: right;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 40px;
  padding-right: 40px;
  text-transform: uppercase;
}




table#homefeature {
  border: 1px solid #cfe7b3;
  margin-bottom: 10px;
  margin-top: 2em;
  width: 430px;
}

table#homefeature thead {
  background-color: #e7f3d9;
  border-bottom: 1px solid #cfe7b3;
}

table#homefeature th,
table#homefeature td {
  border-right: 1px solid;
  font-size: 1.2em;
  padding: 20px 0 20px 20px;
  text-align: left;
}

table#homefeature th {
  border-right-color: #cfe7b3;
  background: #E8F3D9;
}

table#homefeature td {
  border-right-color: #eee;
}

table#homefeature td.omega {
  border-right: 0 none;
}

table#homefeature th.most_popular {
  background: #cfe7b3;
}

table#homefeature thead th h4 {
  color: #000;
  font-size: 180%;
  line-height: 125%;
  margin: 0;
  padding: 0;
  text-align: left;
}

table#homefeature thead th h4 em {
  color: #79b743;
}

table#homefeature thead th em.tagline {
  color: #3f5c26;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

table#homefeature thead th h5 {
  font-size: 140%;
  line-height: 125%;
  margin: 0;
  padding: 0;
  text-align: left;
}

table#homefeature thead th h5 em {
  color: #888;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
}

table#homefeature thead th .uber_button {
  margin: 0;
}

table#homefeature thead th .uber_button a.button:link, table#homefeature thead th .uber_button a.button:visited {
  display: block;
  background-color: #a2cf55;
  width: 145px;
  border: 1px solid #92ba4d;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, .5);
  font-size: 1.3em;
    line-height: 19px;
}

table#homefeature thead th .uber_button a.button:hover, table#homefeature thead th .uber_button a.button:active {
  background-color: #8fc531;
  border: 1px solid #739e28;
    line-height: 19px;
}

table#homefeature thead th.most_popular .uber_button a.button:link, table#homefeature thead th.most_popular .uber_button a.button:visited {
  background-color: #4e7429;
  border: 1px solid #36501d;
    line-height: 19px;
}

table#homefeature thead th.most_popular .uber_button a.button:hover, table#homefeature thead th.most_popular .uber_button a.button:active {
  background-color: #5b8730;
  border: 1px solid #486c26;
    line-height: 19px;
}

table#homefeature td.most_popular {
  background: #f6f6f6;
}

table#homefeature th img,
table#homefeature td img {
  vertical-align: top;
}

table#homefeature td {
	font-size: 100%;
}

table#homefeature td ul {
	margin-left: 14px;
	padding-top: 0;
}

table#homefeature td.enterprise ul li.exclusive {
  padding-bottom: 20px;
}

table#homefeature td ul li strong {
  font-size: 1.2em;
}

table#homefeature td.enterprise ul li strong {
  font-size: 1em;
}

table#homefeature tfoot th {
  background: #e7f3d9;
  border-top: 1px solid #cfe7b3;
  color: #666;
  font-weight: normal;
  padding: 10px 20px;
  text-align: left;
}





table#pagebottom {
  border: 0px solid #cfe7b3;
  margin-bottom: 10px;
  margin-top: 2em;
}

table#pagebottom thead {
  background-color: none;
  border-top: 0px solid #cfe7b3;
  border-bottom: 0px solid #cfe7b3;
}

table#pagebottom th,
table#pagebottom td {
  border-right: 0px solid;
  font-size: .925em;
  padding: 20px 0 20px 20px;
  text-align: left;
}

table#pagebottom th {
  border-right-color: #cfe7b3;
  background: none;
}

table#pagebottom td {
  border-right-color: #eee;
}

table#pagebottom td.omega {
  border-right: 0 none;
}

table#pagebottom th.most_popular {
  background: #cfe7b3;
}

table#pagebottom thead th h4 {
  color: #000;
  font-size: 240%;
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
}

table#pagebottom thead th h4 em {
  color: #79b743;
}

table#pagebottom thead th em.tagline {
  color: #3f5c26;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

table#pagebottom thead th h5 {
  font-size: 180%;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: left;
}

table#pagebottom thead th h5 em {
  color: #888;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  vertical-align: top;
}

table#pagebottom thead th .uber_button {
  margin: 0;
}

table#pagebottom thead th .uber_button a.button:link, table#pagebottom thead th .uber_button a.button:visited {
  display: block;
  background-color: #a2cf55;
  width: 145px;
  border: 1px solid #92ba4d;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, .5);
  font-size: 1.3em;
    line-height: 19px;
}

table#pagebottom thead th .uber_button a.button:hover, table#pagebottom thead th .uber_button a.button:active {
  background-color: #8fc531;
  border: 1px solid #739e28;
    line-height: 19px;
}

table#pagebottom thead th.most_popular .uber_button a.button:link, table#pagebottom thead th.most_popular .uber_button a.button:visited {
  background-color: #4e7429;
  border: 1px solid #36501d;
    line-height: 19px;
}

table#pagebottom thead th.most_popular .uber_button a.button:hover, table#pagebottom thead th.most_popular .uber_button a.button:active {
  background-color: #5b8730;
  border: 1px solid #486c26;
    line-height: 19px;
}

table#pagebottom td.most_popular {
  background: #f6f6f6;
}

table#pagebottom th img,
table#pagebottom td img {
  vertical-align: top;
}

table#pagebottom td {
	font-size: 100%;
}

table#pagebottom td ul {
	margin-left: 14px;
	padding-top: 0;
}

table#pagebottom td.enterprise ul li.exclusive {
  padding-bottom: 20px;
}

table#pagebottom td ul li strong {
  font-size: 1.2em;
}

table#pagebottom td.enterprise ul li strong {
  font-size: 1em;
}

table#pagebottom tfoot th {
  background: #e7f3d9;
  border-top: 1px solid #cfe7b3;
  color: #666;
  font-weight: normal;
  padding: 10px 20px;
  text-align: left;
}




table {
  border: 1px solid #d4d4d4;
  margin-bottom: 20px;
  width: 100%;
}

table tr {
  border-top: 1px solid #d4d4d4;
}

table tr th {
  background-color: #eee;
  text-align: left;
}

table tr th,
table tr td {
  padding: 8px 9px 9px 9px;
}



