* {
	font-size: 100%;
}

body {
	background: #484848;
	color: #333;
	font-family: arial,sans-serif;
	font-size: 0.84em;
	line-height: 1.333;
}

a {
	color: #00aeef;
}

a:hover {
	color: #009ed9;
}

a img {
	border: medium none;
}

h1 {
	font-weight: normal;
	font-size: 2em;
	margin: 0 0pt 0.5em;
	padding: 0.25em 0pt;
	color: #00aeef;
	line-height: 1.1em;
}

h2 {
	font-size: 1.5em;
	margin: 2em 0pt 0.33em;
	padding: 0.25em 0pt;
	color: #00aeef;
}

h3 {
	font-weight: normal;
	font-size: 1.33em;
	margin: 2em 0pt 0.25em;
	padding: 0.125em 0pt;
}

h3.bright {
	color: #00aeef;
	margin: 1em 0pt 0.25em;
}

h4 {
	font-size: 1.1em;
	margin: 1em 0;
}

h4 strong {
	color: #00aeef;
}

h5 {
	font-size: 1em;
	margin: 0.5em 0pt 0pt;
}

h6 {
	font-size: 0.85em;
	margin: 0.5em 0pt 0pt;
}

p {
/* 	margin: 0.33em 0pt 1em; */
	margin-bottom: 1em;
	line-height: 140%;
}

dt {
	margin: 0.5em 0pt 0pt;
}

dd {
	margin: 0.25em 0pt 0.5em 2.5em;
}

small {
	font-size: 85%;
}

big {
	font-size: 115%;
}

sup {
	font-size: smaller;
	line-height: 1px;
	vertical-align: 0.5em;
}

/*-  structural
----------------------------------------------------------------------*/
.inner {
	width: 960px;
	margin: 0 auto;
}
#top {
	background-color: #fff;
	padding: 18px 0;
}

#top .inner {
	position: relative;
}

#nav {
	background: #eee url(/images/bg/navbar.gif) top left repeat-x;
	height: 50px;
	font-weight: bold;
}

#nav .inner {
	width: 1040px; /* need to be changed to 940 */
	margin: 0 auto;
	height: 50px;
	position: relative;
	right: 2px;
	background: transparent url(/images/bg/nav_divider.gif) 0 2px no-repeat;
}

#content,
#front_content {
	background: #fff url(/images/bg/legal_top_shadow.gif) bottom left repeat-x;
	padding: 0px 0 60px 0;
}

#content .inner,
#front_content .inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#legal {
	background: #eee url(/images/bg/legal_bottom_shadow.gif) bottom left repeat-x;
	color: #aaa;
	font-size: 85%;
	padding: 2px 0 18px 0;
}

#legal .inner {
	width: 960px;
	margin: 0 auto;
}

#footer {
	background-color: #484848;
	border-top: solid 1px #3b3b3b;
	color: #aaa;
	padding: 18px 0;
	min-height: 140px;
}

#footer .inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#main {
	padding-top: 42px;
	margin-right: 320px;
	min-height: 502px;
}

#front_main {
	padding-top: 22px;
}

#main h1:first-child,
div#flash_notice + h1 {
	margin-top: 0;
}

#sidebar {
	background: #fff url(/images/bg/sidebar_shadow.gif) top left no-repeat;
	min-height: 502px;
	position: absolute;
	right: 0;
	width: 270px;
	padding-top: 42px;
	padding-left: 30px;
}

#sidebar h3 {
	font-weight: bold;
	margin-top: 1em;
	line-height: 1.2em;
}

#sidebar h3:first-child {
	margin-top: 0;
}

#subscriber_top {
	background: #eee url(/images/bg/subscriber_header.gif) top left repeat-x;
	height: 100px;
}

#subscriber_top .inner {
	position: relative;
	width: 960px;
	min-width: 800px;
	max-width: 1100px;
	margin: 0 auto;
}

#top.signup_top {
	border-bottom: solid 5px #6cc071;
}

#top img.branding {
	position: absolute;
	top: 0;
	right: 0;
}

/*-  top
----------------------------------------------------------------------*/
#user_status {
	position: absolute;
	top: 0;
	right: 0;
}

#user_status .light {
	color: #ccc;
	padding: 0 4px;
	font-size: 11px;
}

#subscriber_top img.logo {
	position: absolute;
	top: 26px;
}

#subscriber_status {
	position: absolute;
	top: 26px;
	right: 0;
	text-align: right;
}
#subscriber_status .light {
	color: #ccc;
	padding: 0 4px;
	font-size: 11px;
}
#banner {
	background-color: #00aeef;
	border-bottom: solid 1px #0082b3;
	padding: 8px 8px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

#banner a.learn-more {
	background-color: #00689c;
	color: #fff;
	font-size: 11px;
	padding: 3px 5px 4px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	text-shadow: none;
	margin-left: 4px;
}

#top #login {
	position: absolute;
	left: 280px;
	top: 15px;
  width: 520px
}
#top #login .push-text {
}
#top #login span.bar {
	padding: 0 4px;
	font-size: 11px;
	color: #999;
}

#top #language_preference {
  float:right;
  margin:15px 20px 0 0
}

/*-  nav
----------------------------------------------------------------------*/
#nav ul li {
	display: inline;
	line-height: 44px;
}

#nav ul li a {
	position: relative;
	top: 2px;
	display: block;
	float: left;
	padding: 0 18px;
	color: #444;
	font-size: 14px;
	text-decoration: none;
	background: transparent url(/images/bg/nav_divider.gif) 100% 0 no-repeat;
}

#nav ul li a:hover {
	background-color: #eee;
}

#more_info {
	position: absolute;
	width: 286px;
	right: 0;
	top: 4px;
	padding-top: 5px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	background: transparent url(/images/bg/nav_divider.gif) 100% 0 no-repeat;
	height: 45px;
}


/*-  front page
----------------------------------------------------------------------*/
.big_message {
	margin-top: -1.2em;
	text-align: center;
	font-size: 14px;
	height: 45px;
	background: #fff url(/images/marketing/bg/big_pic_shadow.jpg) bottom left no-repeat;
}

.big_message img {
	vertical-align: middle;
	margin-top: -2px;
}

#big_pic {
	background: #fff url(/images/marketing/hands_v2.jpg) top left no-repeat;
	width: 630px;
	height: 345px;
	float: left;
}
#big_pic.fr {
  background: #fff url(/images/marketing/hands_v2_fr.jpg) top left no-repeat!important;
}

#big_pic a {
	width: 100%;
	height: 100%;
	display: block;
}

#signup_box {
	float: right;
	position: relative;
	right: 20px;
	width: 290px;
	height: 325px;
}

#signup_box h3 {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.1em;
}

ul#front_boxes {
	height: 100%;
	display: block;
	clear: both;
	margin-top: 2em;
	background: #fff url(/images/bg/front_boxes.gif) -10px 0 repeat-y;
	margin-bottom: 2em;
	margin-left: 10px;
}

ul#front_boxes li {
	float: left;
	width: 300px;
	margin-left: 20px;
}

ul#front_boxes li.first {
	margin-left: 0 ! important;
}

ul#front_boxes li.last {
}

ul#front_boxes li h2 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 9px;
	line-height: 1.1em;
}

ul#front_boxes li h5 {
	line-height: 1em;
	margin-bottom: 0em;
}

ul#front_boxes li p {
	margin-bottom: 8px;
}

ul#front_action_boxes {
	margin-top: -8px;
}

ul#front_action_boxes li {
	float: none ! important;
	margin-left: 0 ! important;
	position: relative;
	left: -6px;
	margin-top: -4px;
}

p.invite_code_button {
	text-align: center;
	background-color: #eee;
	padding: 12px 0;
}

div.invite_code_callout {
	background: #fff url(/images/marketing/bg/invitation_code_en.jpg) top left no-repeat;
	width: 281px;
	height: 161px;
	position: relative;
	padding: 10px;
}
div.invite_code_callout.fr {
  background: #fff url(/images/marketing/bg/invitation_code_fr.jpg) top left no-repeat;
}
div.invite_code_callout h3 {
	color: #37372f;
	margin-bottom: 0.6em ! important;
}

div.invite_code_callout p {
	color: #4c4d41;
	width: 180px;
	line-height: 1.4em;
	font-size: 0.9em;
}

div.invite_code_callout img {
	margin-top: 4px;
}

img#contact_provider {
  position: relative;
  left: -9px;
  top: 9px;
}

div.top_shadow {
	background: #fff url(/images/marketing/bg/big_pic_shadow.jpg) top left no-repeat;
	margin-top: 20px;
	height: 20px;
	margin-bottom: -20px;
}

/*-  news
----------------------------------------------------------------------*/
ul.news li {
	margin-bottom: 2em;
}

ul.news li h2 {
	color: #333;
	margin-top: 0;
}

ul.logos li {
	padding: 10px 0;
}

ul.logos li img {
	margin: 15px 0;
}

/*-  legal
----------------------------------------------------------------------*/
#legal .inner {
	position: relative;
}

#legal h5 {
	color: #777;
}

#legal p {
	margin-right: 310px;
}

#social_networking {
	position: absolute;
	width: 270px;
	top: 0;
	right: 0;
	font-size: 12px;
}

#social_networking h5 {
	margin-bottom: 1em;
}

#social_networking p {
	width: 270px;
	line-height: 1.8em;
}

#social_networking img {
	margin-right: 4px;
	position: relative;
	top: 3px;
}

/*-  footer
----------------------------------------------------------------------*/
#footer p {
	position: absolute;
	left: 110px;
	top: 32px;
}

#footer a {
	color: #ddd;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer span.deployment_info {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 10px;
	text-align: right;
	color: #777;
	line-height: 1em;
}

/*-  tables
----------------------------------------------------------------------*/
div.price_list_wrapper {
	padding: 8px;
	background-color: #eee;
}

table.price_list th {
	text-align: left;
	font-weight: normal;
	color: #00aeef;
	border-bottom: solid 1px #ddd;
	padding-bottom: 3px;
}

table.price_list td {
	padding: 4px 0 2px 0;
}

table.price_list td.price {
	text-align: center;
}

.amount {
	color: #529155;
	font-weight: bold;
}

p.price_note {
	margin-top: 1em;
	font-size: 11px;
	line-height: 1.2em;
	color: #888;
}

table.features td,
table.features th {
	padding: 6px;
	vertical-align: middle;
}

table.features th {
	border-bottom: solid 3px #eee;
}

table.features td {
	border-bottom: solid 1px #eee;
}

table.features td.value {
	text-align: center;
}

table.features .highlight {
	background-color: #eff9fd;
	font-weight: bold;
	border-color: #c8e4ef;
}

/*-  forms
----------------------------------------------------------------------*/
form.plain label {
	color: #529155;
	display: block;
	margin-top: 1.6em;
	margin-bottom: 2px;
}

form.plain input[type='text'],
form.plain input[type='password'],
form.plain textarea {
	width: 60%;
	font-size: 12px;
}

label span.required {
	margin-left: 0.6em;
	color: #666;
	background-color: #ffc;
	font-size: 85%;
}

label span.hint {
	margin-left: 0.6em;
	color: #666;
	font-size: 85%;
}

.checkboxes {
	margin-top: 1em;
}

.checkboxes p {
	margin-bottom: 0;
}

.checkboxes em {
	font-style: normal;
	font-weight: bold;
	color: #529155;
}

.checkboxes label,
label.inline {
	line-height: 1.8em;
	display: inline ! important;
	color: #333 ! important;
}

/*-  buttons
----------------------------------------------------------------------*/
p.buttons {
	text-align: right;
	margin-top: 32px;
}

p.buttons a {
	color:#1166BB;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

a.medium_button {
	background: transparent url(/images/bg/medium_button.gif) no-repeat;
	cursor:pointer;
	padding:0px;
	border:none;
	text-align:center;
	display:block;
	text-decoration:none;
	overflow:hidden;
	display:-moz-inline-box;
	display:inline-block;
}

a.medium_button span {
	background:transparent url(/images/bg/medium_button.gif) no-repeat scroll right top;
	color: #fff;
	display:block;
	font-family:Arial;
	font-size:1.1em;
	font-weight:bold;
	line-height:43px;
	margin:0px 0px 0px 15px;
	padding:0px 25px 0px 10px;
	white-space:nowrap;
}

a.medium_button span.inactive {
	color: #c6dde6;
}

a.medium_button:hover,
a.medium_button_hover {
	background:transparent url(/images/bg/medium_button.gif) no-repeat scroll left -43px;
	text-decoration:none;
}

a.medium_button:hover span,
a.medium_button_hover span {
	background:transparent url(/images/bg/medium_button.gif) no-repeat scroll right -43px;
}

a.medium_button img {
	position: relative;
	top: 2px;
	margin-right: 4px;
}

/*-  flash messages
----------------------------------------------------------------------*/
#flash_notice {
	font-size: 1.1em;
	border: solid 2px #ffe8cd;
	background-color: #fff9d8;
	padding: 8px;
	margin-bottom: 20px;
}

#flash_warning {
	font-size: 1.1em;
	background-color: #fff9d8;;
	padding: 8px;
	border: solid 2px #ffe8cd;
	margin-bottom: 20px;
}

#flash_error {
	font-size: 1.1em;
	background-color: #c00;
	padding: 8px;
	color: #fff;
	margin: 20px 0;
}

#flash_content {
	border: solid 2px #ffe8cd;
	background-color: #fff9d8;
	padding: 12px;
	margin-bottom: 20px;
}

#flash_error a {
	color: #fff;
}

div.notice {
	font-size: 1.1em;
	border: solid 2px #ffe8cd;
	background-color: #fff9d8;
	padding: 8px;
	margin: 20px 0;
}

div.notice_norm {
	border: solid 2px #ffe8cd;
	background-color: #fff9d8;
	padding: 8px;
	margin: 20px 0;
}

div.notice h2 {
	margin-top: 0;
	color: #333;
}


/*-  errors
----------------------------------------------------------------------*/
.errorExplanation {
	margin: 14px 0 20px 0;
	border: solid 1px #c00;
	color: #c00;
	background-color: #fff;
}

.errorExplanation h2 {
	margin-top: 0 ! important;
	background-color: #c00;
	color: #fff;
	padding: 3px 8px;
	font-weight: bold;
	font-size: 12px ! important;
}

.errorExplanation p {
	padding: 3px 8px;
}

.errorExplanation ul {
	list-style: inside;
	list-style-type: disc;
	margin-bottom: 10px;
}

.errorExplanation ul li {
	margin-left: 10px;
	padding-bottom: 5px;
}

.fieldWithErrors {
	display: inline;
	color: #c00;
}

/*-  misc
----------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.highlight {
	background-color: #ffc;
}

.caution {
	color: #c00;
}

a.caution:hover {
	background-color: #c00;
	color: #fff;
}

div.divider {
	height: 1px;
	border-top: solid 1px #ddd;
}

div.divider_gap {
	height: 1px;
	margin: 1em 0;
	border-top: solid 1px #ddd;
}

div.fat_divider {
	height: 12px;
	background: #fff url(/images/bg/horizontal_shadow.gif) bottom left repeat-x;
	margin: 2em 0;
}

.light {
	color: #666;
}

.wayout {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}

.topgap {
	margin-top: 2em;
}

.mini_topgap {
	margin-top: 1em;
}

.bottomgap {
	margin-bottom: 2em;
}

.indent {
	margin-left: 2em;
}

ul.bullets {
	margin-bottom: 1em;
}

ul.bullets li {
	list-style: disc;
	margin-left: 25px ! important;
	padding: 1px 0;
}

img.arrow {
	position: relative;
	top: 3px;
	margin-right: 2px;
}

blockquote {
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-style: italic;
}

dl.faqs dt {
	font-weight: bold;
	font-size: 110%;
}

dl.faqs dd {
	margin: 0.4em 0 1.6em 0;
	padding-bottom: 0.6em;
}

.stat {
  margin-top: 1em;
  background: #f2f2f2 url(/images/marketing/pie_chart.png) 0.8em 0.5em no-repeat;
  padding: 1em 1em 1em 68px;
  font-weight: bold;
  font-size: 1.2em;
}

span.quote {
  display: block;
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}

p.iphone-caption {
  font-size: 0.9em;
  color: #777;
  margin-top: -4em;
  margin-bottom: 2em;
}
