html {
	background: #0a2242;
	background: -webkit-gradient(linear, left top, left bottom, 
						color-stop(0.3, #0a2242),
						color-stop(1, #081629));
	background: -moz-linear-gradient(top, #0a2242 30%, #081629);
    width: 100%;
    height:100%;
  	display: table;
}


body {
	xbackground: #13325d;
	margin: 0px;
	padding: 0px;
}

* {
	font: 14px Helvetica, Arial, Geneva, sans-serif;
}

h2 {
	font: bold 2em  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	padding: 30px 0;
}

h3 {
	font: bold 1.3em  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
}

a {
	color: white;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}


a img {
	border:none;
}

.clr {
	clear:both;
}

.nobr {
	white-space: nowrap;
}

div.column {
	width: 46%;
}

div.left {
	float: left;
	padding-right: 2%;
}

div.right {
	float: right;
	padding-left: 2%;
}


.action {
	margin: 20px 0;
	text-align:right;
}

.small {
	font-size: 0.8em;
	color: rgba(255,255,255, 0.8);
}

/* @group Flash */

#flash {
	background: #1853a4;
	margin: 10px 0px 20px 0px;
	font-weight: bold;
	color: #fff;
}

#flash a {
	color: #fff;
}

.notice, .success {
	background: #1853a4 url(/images/icons/yes_24.png) no-repeat 10px center;
	padding: 10px 10px 10px 45px;
}

.warning, .alert {
	background: #1853a4 url(/images/icons/no_24.png) no-repeat 10px center;
	padding: 10px 10px 10px 45px;
}

/* @end */

/* @group Errors */

.fielderror_inline {
	display:inline-block;	
}

.iv_error {
	display:inline-block;
	background: url(/images/icons/no_24.png) no-repeat 7px center;
	padding: 7px 7px 7px 37px;
}

.iv_good {
	display:inline-block;
	background: url(/images/icons/yes_24.png) no-repeat 7px center;
	padding: 7px 7px 7px 37px;
}


/* @end */

/* @group Buttons */

input[type=submit],
a.button {
background: #0f63bb url(/images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
border-top: 1px solid  rgba(255,255,255,0.25);
border-right: 1px solid  rgba(0,0,0,0.25);
border-bottom: 1px solid  rgba(0,0,0,0.25);
border-left: 1px solid  rgba(255,255,255,0.25);
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
position: relative;
cursor: pointer;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

input[type=submit]:hover,
a.button:hover {
	background-color: #0b4787
}

a.super {
	font-size: 20px;
	padding: 10px 30px 12px;
}

.buttons,
.buttons a {
	color: #999;
	text-decoration: none;
}

.buttons a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group Header */

#header {
	color: #fff;
	height: 100px;
	border-bottom: 1px solid black;
	background: #0e2c55; /*#0e2c55 #081629*/
	background: -webkit-gradient(linear, left top, left bottom, 
						from(#15427f),
						to(#0e2c55));
	background: -moz-linear-gradient(top, #15427f, #0e2c55);
	margin: 0px;
	-webkit-box-shadow: 0 0px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0px 20px rgba(0,0,0,0.5);
}

#header ul {
	margin: 0;
	padding: 60px 0 0 250px;
}

#header ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px 0 0;
}

#header ul li a {
	color:rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font: bold 1em  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	padding: 7px 13px 5px 13px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#header ul li a:hover {
	color:#fff;
	background-color: #1853a4;
}

#header_inner {
	width: 960px;
	background: url(/images/logo_bluebg.png) no-repeat left bottom;
	margin: 0px auto;
	height: 100px;
}

/* @end */



/* @group Content */

#wrapper {
	width: 960px;
	margin: 30px auto 0px auto;
	color: #fff;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #000;
}

#wrapper.home h1,
#wrapper.pricing h1 {
	font: bold 4.5em  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	margin: 10px 0;
	padding: 20px 0 0 0;
	word-spacing: 0.3em;
	letter-spacing: 3px;
	text-align: center;
}

#wrapper.home h2,
#wrapper.pricing h2 {
	font: bold 1.6em  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper .main {
	height: 100px;
}

.infotext {
	font: 0.8em/1.3em 'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	width: 280px;
	display: block;
	float: left;
	margin: 0 30px 0 30px;
	text-align: justify;
	color: rgba(255,255,255, 0.8);
}

.infotext h3 {
	font: normal 1.3em/1.5em 'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: left;
}

.first {
	margin: 0 30px 0 0;
}

.last {
	margin: 0 0 0 30px;
}
.infotext_separator {
	
}

/* @end */

/* @group Home */

/* @group API */

div.call h4 {
	margin: 0 0 0 20px;
	font-weight: bold;
}

div.call h4 a {
	font-weight: bold;
	text-decoration: none;
}

div.call h4 a:hover {
	text-decoration: underline;
}

div.call_description {
	margin: 10px 0 30px 20px;
	font-style: italic;
}

/* @end */



#intro {
	text-align:center;
	position:relative;
	margin: 20px 0 0 0;
}

#intro_main {
	margin:80px 80px 0px 80px;
}

#arrow_down {
	height: 123px;
	width: 77px;
	background: url(/images/intro/arrow_down.png) bottom center no-repeat;
	position: relative;
	left: 450px;
	margin-bottom: -123px;
	bottom: 95px;
}

.intro_textbox {
	position:absolute;
	width:210px;
	padding:0 0 50px 0;
	text-align:left;
	background-repeat: no-repeat;
	color: rgba(255,255,255, 0.8);
}

.intro_textbox img {
	margin: 0 10px 5px 0;
}




/* @end */




/* @group Footer */



#footer {
	width: 960px;
	text-align: center;
	margin: 0px auto;
	padding: 10px 0;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	font: 0.8em/1.3em 'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
}

#footer a {
	color:rgba(255, 255, 255, 0.3);
	text-decoration: none;
	font-size: 0.9em;
}

#footer a:hover {
	color:rgba(255, 255, 255, 1);
	text-decoration: underline;
}

/* @end */

/* @group Forms */

form {
	margin: 0 20px;
}

input[type=text],
input[type=password] {
	font-size: 1.4em;
	padding: 5px;
}

/* @end */

/* @group Pricing */

#wrapper div.pricing {
	border: 3px solid #777;
	margin: 40px -20px;
	-webkit-border-radius:5px;
	z-index: 0;
	color:#333;
}

#wrapper div.pricing > div:last-child {
	border: 0px;
}

#wrapper div.pricing > div:nth-child(2) {
	border: 3px solid #0f63bb;
	-webkit-box-shadow:1px 1px 8px rgba(0,0,0,0.8);
	-moz-box-shadow:1px 1px 8px rgba(0,0,0,0.8);
	margin: -10px -5px -20px -5px;
	height: 295px;
	width: 230px;
	z-index:10;
	-webkit-border-radius:5px;
	background: #fff;
}

#wrapper div.pricing .package {
	position: relative;
    display: inline-block;
	padding: 10px;
	width: 225px;
	/*border-right: 1px solid #777;*/
	text-align: center;
	vertical-align: top;
	height: 280px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6e4f3));
	background: -moz-linear-gradient(top,  #ffffff,  #d6e4f3);
}

#wrapper div.pricing div p {
	padding: 10px;
	font-size: 13px;
}

#wrapper div.pricing div p.description {
	font-weight: bold;
}

#wrapper div.pricing > div:nth-child(2) p {
	font-size: 14px;
}

#wrapper div.pricing .price {
	position: absolute;
	bottom: 0px;
	width: 224px;
	padding: 0 0 20px 0;
}

#wrapper div.pricing > div:nth-child(2) .price {
	padding: 0 0 30px 0;
}

#wrapper div.pricing div h3 {
	font-weight: bold;
	font-size: 24px;
	margin: 10px 0 0 0;
	font-family: 'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
}

#wrapper div.pricing > div:nth-child(2) h3 {
	font-size: 26px;
}

#wrapper div.pricing div h4 {
	font-weight: bold;
	font-size: 18px;
}

#wrapper div.pricing > div:nth-child(2) h4 {
	font-size: 20px;
}

/* @end */


/* @group Widget */

#helpify_results .helpify_post {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

#helpify_results .helpify_post div {
	border-bottom: 0px;
}

#helpify_results .helpify_post .helpify_link,
a.helpify_more_link {
	color: white;
}

#helpify_results .helpify_post .helpify_post_details,
.helpify_post_details a,
.helpify_post_details a:visited {
	color: 	rgba(255,255,255,0.7) !important;
}

.helpify_post_details a:hover {
	text-decoration: underline !important;
}


/* @end */


