@charset "utf-8";
/* CSS Document */
/*
html, body
{
    height: 100%;
}

body
{
    font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;    
    margin: 0;
    background-color: #d9dee2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeef2), to(#d9dee2));
    background-image: -webkit-linear-gradient(top, #ebeef2, #d9dee2);
    background-image: -moz-linear-gradient(top, #ebeef2, #d9dee2);
    background-image: -ms-linear-gradient(top, #ebeef2, #d9dee2);
    background-image: -o-linear-gradient(top, #ebeef2, #d9dee2);
    background-image: linear-gradient(top, #ebeef2, #d9dee2);    
}
*/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

div, ul, li, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

h1 {
	font-weight: normal;
	text-align: center;
}

div.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

#header  { padding: 22px 00px 12px 00px; }
#top     { padding: 30px 00px 00px 00px; }
#content { padding: 10px 00px 30px 00px; }

/* ***************************
       Layout
**************************** */

.wrapper {
	text-align: left;
	margin: 0 auto;
	width: 940px;
}

#content {
	position: relative;
}

#container, #header {
	/*width: 1040px;*/
	margin: 0 auto;
}

body {
	background: #fff;
}

#container {}
#top {}
#content { }

/* ***************************
       Header
**************************** */

#header {
}
#header .wrapper {
	position: relative;
}
#header h1 {
	text-align: left;
}
#header h1 a {
	background: url(/images/logo-152px.png) top left no-repeat;
	width: 162px;
	display: block;
	padding-top: 50px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #header h1 a {
	  background: url(/images/logo-304px-@2x.png) top left no-repeat;
	  background-size: 162px auto;
	  /*width: 314px;*/
  }
}

#header ul {
	position: absolute;
	right: 0px;
	top: 14px;
}
#header ul li {
	float: left;
	list-style: none;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(255,255,255,0.9);
}
#header ul li a {
	color: #555;
	display: block;
	padding: 7px 7px 7px 7px;
	margin: 0 10px;
	font-size: 14px;
	outline: none;
	text-shadow: none;
}
#header ul li a:hover {
	text-decoration: none;
}
#header ul li a:hover span {
	border-bottom: 1px dotted #bbb;
	transition: border-bottom 0.05s linear;
}

#header ul li.login {
	margin-left: 20px;
}
#header ul li.login a {
	display: block;
	color: #fff;
	font-size: 14px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	width: 66px;
	padding: 6px 0 6px 0; 
	background: #777;
	border-radius: 6px;
	/*position: relative;*/
	behavior: url(/pie/PIE.htc);
}
#header ul li.login a:hover {
	background: #666;
	transition: background 0.15s linear;
}
#header ul li.login a:active {
	background: #888;
}
#header ul li.login a:hover span {
	border: none;
}

#header ul li span {
	padding: 1px 0;
}

/* ***************************
       Small
**************************** */

body.login #header { width: 420px; }
body.login #header h1 a { width: 360px; }
body.login #container { width: 460px; }
body.login #content .wrapper { width: 380px; }

body.error #header { width: 480px; }
body.error #header h1 a { width: 420px; }
body.error #container { width: 520px; }
body.error #content .wrapper { width: 440px; }

body.forgot #header { width: 420px; }
body.forgot #header h1 a { width: 360px; }
body.forgot #container { width: 460px; }
body.forgot #content .wrapper { width: 380px; }

body.optin #header { width: 420px; }
body.optin #header h1 a { width: 360px; }
body.optin #container { width: 460px; }
body.optin #content .wrapper { width: 380px; }

body.optout #header { width: 420px; }
body.optout #header h1 a { width: 360px; }
body.optout #container { width: 460px; }
body.optout #content .wrapper { width: 380px; }

body.processing #header { width: 420px; }
body.processing #header h1 a { width: 360px; }
body.processing #container { width: 460px; }
body.processing #content .wrapper { width: 380px; }

body.activation #header { width: 420px; }
body.activation #header h1 a { width: 360px; }
body.activation #container { width: 460px; }
body.activation #content .wrapper { width: 380px; }

body.charge #header { width: 420px; }
body.charge #header h1 a { width: 360px; }
body.charge #container { width: 460px; }
body.charge #content .wrapper { width: 380px; }

body.contact #header { width: 460px; }
body.contact #header h1 a { width: 400px; }
body.contact #container { width: 500px; }
body.contact #content .wrapper { width: 420px; }

body.landing #header { width: 520px; }
body.landing #header h1 a { width: 460px; }
body.landing #container { width: 560px; }
body.landing #content .wrapper { width: 480px; }

body.landing-new #header { width: 420px; }
body.landing-new #header h1 a { width: 360px; }
body.landing-new #container { width: 460px; }
body.landing-new #content .wrapper { width: 380px; }

body.landing-new1 #header { width: 420px; }
body.landing-new1 #header h1 a { width: 360px; }
body.landing-new1 #container { width: 460px; }
body.landing-new1 #content .wrapper { width: 380px; }

body.google #header { width: 480px; }
body.google #header h1 a { width: 420px; }
body.google #container { width: 520px; }
body.google #content .wrapper { width: 440px; }


body.small #wrapper {
	text-align: left;
	margin: 0 auto;
}
body.small #header {
	margin-bottom: 30px;
	padding: 40px 0 0 0;
	border: none;
	background: none;
}
body.small #container {
	border-radius: 6px;
	behavior: url(/pie/PIE.htc);
}
body.small #header h1 {
	margin: 0 30px;
}

body.small #header h1 a {
	background: url(/images/logo-152px.png) bottom center no-repeat;
	padding-top: 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	body.small #header h1 a {
		background: url(/images/logo-304px-@2x.png) bottom center no-repeat;
		background-size: 162px auto;
		/*width: 314px;*/
	}
}
body.small #content {
	padding: 25px 30px 20px 30px;
}

body.small #content input.inputtext {
	width: 240px;
}

body.small #content h2 {
	font-size: 18px;
}
body.small #content a {
	color: #36808e;
	border-bottom: 1px solid #d0e8e7;
}
body.small #content a:hover {
	background: #deefee;
	text-decoration: none;
}


body.error #content h2 {
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
body.error #content p {
	margin: 0.25em 0;
}
body.processing #header {
	display: none;
}
body.processing #container {
	margin-top: 80px;
}
body.processing #content .wrapper {
	text-align: center !important;
}
body.processing #content h2 {
	margin-bottom: 0.6em;
}
body.processing #content div.error {
	margin-top: 0;
}
body.processing #content img {
	margin: 0 0 0.75em 0;
}
body.processing #content p {
	margin: 0.25em 0 1.25em 0;
}


body.activation h2 img {
	margin: 0 !important;
	padding: 0 !important;
}

table.login {
	margin: 5px auto;
}
table.login th {
	padding: 5px 10px 5px 0;
	vertical-align: top;
	text-align: right;
}
table.login td {}
	
table.login input.inputtext {
	width: 250px !important;
	color: #515348;
}
table.login input.public-button {
	margin: 0;
}
table.login select {
	padding: 3px;
	color: #515348;
}
table.login tr td.separator {
	padding: 10px 0 10px 0;
}
table.login tr td.separator div {
	border-top: 1px dotted #bbb;
	height: 0;
	line-height: 0;
	font-size: 0;
}
table.login span.tipinline {
	font-size: 0.9em;
	color: #777;
}

body.login div.error, body.login div.success {
	margin: 0 0 15px 0;
	text-align: center;
}

.mtop0 { margin-top: 0 !important; }
.mbottom025 { margin-bottom: 5px !important; }

input.public-button {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	vertical-align: top;
	padding: 6px 14px 6px 14px;
	border: 1px solid #a2a2a2;
	color: #444;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-linear-gradient(#fff, #e5e5e5);
	background: -moz-linear-gradient(#fff, #e5e5e5);
	background: -ms-linear-gradient(#fff, #e5e5e5);
	background: -o-linear-gradient(#fff, #e5e5e5);
	background: linear-gradient(#fff, #e5e5e5);
	-pie-background: linear-gradient(#fff, #e5e5e5);
	position: relative;
	behavior: url(/pie/PIE.htc);
}
input.public-button:hover {
	background: #e5e5e5;
	transition: background 0.05s linear;
}
input.public-button:active {
	padding: 7px 14px 5px 14px;
	background: -webkit-linear-gradient(#e5e5e5, #fff);
	background: -moz-linear-gradient(#e5e5e5, #fff);
	background: -ms-linear-gradient(#e5e5e5, #fff);
	background: -o-linear-gradient(#e5e5e5, #fff);
	background: linear-gradient(#e5e5e5, #fff);
	-pie-background: linear-gradient(#e5e5e5, #fff);
	behavior: url(/pie/PIE.htc);
}

#header { background: #eeede7; border-bottom: 2px solid #d8d5c7; }
#top { background: #e6e4db; border-bottom: 4px solid #d8d5c7; }
body { background: #f7f6f3; }
body.small #container { background: #f7f6f3; border: 1px solid #e1dfd4; }

/* ***************************
       Internal
**************************** */

div.internal {
	padding: 50px 0 0 0;
}

div.sidebar #content {
	border-radius: 6px !important;
}

div.internal #top, div.internal #content {
	margin: 0 auto 0 auto;
	width: 1040px;
}

div.internal #top {
	padding: 15px 00px 20px 00px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	behavior: url(/pie/PIE.htc);
}
div.internal #top h2 {
	background: none;
	height: auto;
	text-indent: 0;
	overflow: visible;
	margin-top: 0;
	color: #6b6b5f;
	font-size: 23px;
}
div.internal #top .col1 {
	float: left;
	text-align: left;
	padding: 8px 0 0 0;
}
div.internal #content {
	padding-top: 10px;
	border-top: none;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	behavior: url(/pie/PIE.htc);
}
div.internal #content h2 {
	background: none;
	height: auto;
	text-indent: 0;
	overflow: visible;
	color: #6b6b5f;
	font-size: 26px;
	margin: 0 0 10px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2cd;
}
div.internal #content h3 {
	color: #638e35;
	color: #548839;
	font-size: 17px;
	margin: 20px 0 10px 0;
}
.features #content h3 {
	color: #555 !important;
}

div.internal #content h3.first {
	margin-top: 20px;
}
div.internal #content h4 {
	font-size: 15px;
	margin-top: 15px;
}
div.internal #content h5 {
	font-size: 13px;
	margin-top: 15px;
}
div.internal #content p {
	margin: 10px 0;
}
div.internal #content ul {
	margin: 10px 30px;
}


/*--------------------

#login
{
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    height: 240px;
    width: 400px;
    margin: -150px 0 0 -230px;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(255, 255, 255, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(255, 255, 255, 1),  
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
}

#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}

/*--------------------

h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

h1:after, h1:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 120px;   
}

h1:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}

h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

/*--------------------

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------

#inputs input
{
    background: #f1f1f1 url(login-sprite.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 353px; 
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------
#actions
{
    margin: 25px 0 0 0;
}

#btnSubmit
{		
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;

    float: left;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #8f5a0a;
}

#btnSubmit:hover,#btnSubmit:focus
{		
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
}	

#btnSubmit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#btnSubmit::-moz-focus-inner
{
  border: none;
}

#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}

/*--------------------

#back
{
    display: block;
    text-align: center;
    position: relative;
    top: 60px;
    color: #999;}
/*TOTAL DIV
#total
{
	width:80%;
	margin:0 auto;
	border:1px solid #666;
	min-height:800px;
}
/*HEADER
#header
{
	width:100%;
	height:100px;
	border:1px solid #000;}
*/
