@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#ffffff url(../images/bg_up.jpg) repeat-x top left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#696868;
}
h1, h2, h3, h4, h5, p, ul {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
h1 {
	margin:25px 0 0 8px;
	font-size:1.9em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1em;
}
p {
	line-height:20px;
	padding:0 0 15px 0;
	text-align:justify;
}
ul {
	line-height:1.3em;
	padding:0 0 0 0;
	margin:0;
}
li {
	list-style:none;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.flt-right {
	float:right;
	margin: 8px;
	margin:0;
}
.flt-left {
	float:left;
}
.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}
.text-just {
	text-align: justify;
}
.brd-bott {
	border-bottom:1px solid #dee3e7;
}
.padd-15 {
	padding:0 0 0 15px;
}
.padd-bott2 {
	padding:0 0 10px 10px;
}
a {
	color:#035ba8;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
input[type="text"], input[type="password"], select, textarea {
	border:#b3b3b3 1px solid;
	padding:3px;
	color:#6e6e6e;
	background:#eeeeee url(../images/inputbg.jpg) repeat-x top left;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border:#0d58ba 1px solid;
	color:#7e7e7e;
}
/* HELPERS
/////////////////////////////*/

.float-left {
	float:left
}
.float-right {
	float:right
}
.align-left {
	float:left;
	margin: 0 15px 0 0
}
.align-right {
	float:right;
	margin: 0 0 0 15px
}
.clear {
	clear:both
}
.center {
	margin: 0 auto
}
.margins {
	margin:15px
}
.push-top {
	margin-top:15px
}
.push-right {
	margin-right:15px
}
.push-bottom {
	margin-bottom:15px
}
.push-left {
	margin-left:15px
}
.border {
	border:10px solid #eee
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
.text-justify {
	text-align:justify
}
.underline {
	text-decoration:underline
}
.highlight {
	background-color:#ffc
}
.indent {
	text-indent:15px
}
.no-indent {
	text-indent:0
}
/*---------layout-styles------------*/
#main {
	width:910px;
	/*	border:1px #F00 solid;*/
	margin:0 auto;
}
.logo {
	margin:10px 0 0 0;
	float:left;
	width:277px;
}
#navi {
	margin:55px 0 0 0;/**/
	width:470px;
	float:right;
}
#navi li {
	background:url(../images/divider.png) no-repeat top right;
	padding:0 24px 0 25px;
	float:left;
}
#navi li.bg_none {
	background:none;
	padding-right:0;
}
#navi li a:hover, #navi li a.selected {
	background-position:0 -19px;
}
#howworks a {
	background:url(../images/btn-howitworks.png) no-repeat top left;
	height:18px;
	width:141px;
	display:block;
}
#benefits a {
	background:url(../images/btn-benefits.png) no-repeat top left;
	height:18px;
	width:87px;
	display:block;
}
#contact a {
	background:url(../images/btn-contact.png) no-repeat top left;
	height:18px;
	width:118px;
	display:block;
}
#navi span {
	display:none;
}
#header {
}
#content {
	min-height:400px;
	height:auto;
	overflow:hidden;
	margin-top:-5px;
	margin-bottom:30px;
}
#primery {
	width:690px;
	float:left;
}
#primery p {
	margin:15px 0 0 5px;
	text-align:justify;
}
#primery ul {
	margin-top:15px;
}
#primery li {
	padding:10px 0 5px 0px;
 @padding:0px 0 5px 15px;
	list-style:url(../images/check.png);
	margin-left:25px;
	vertical-align:middle;
}
#secondery {
	width:200px;
	float:right;
	background:#0b3f76;
	padding:0 0 15px 0;
}
#secondery h1 {
	margin:20px;
}
#footer {
	background:#d5d6d7;
	height:90px;
}
.foot-cont {
	overflow:hidden;
	padding:10px 0 0 0;
	width:910px;
	margin:0 auto;
}
.foot-cont a {
	color:#696868;
}
.foot-cont a:hover {
	color:#424242;
	text-decoration:none;
}
.foot-cont p{
	float:right;
}
.foot-cont ul {
}
.foot-cont li {
	/*border:1px #F00 solid;*/
	float:left;
	background:url(../images/divider-2.png) no-repeat top right;
	padding:0 30px 0 30px;
	display:inline;
}
.foot-cont li.pad-lft-none {
	padding-left:0;
}
.foot-cont li.bg_none1 {
	/*border:1px #F00 solid;*/
	background:none;
}
.scl-network {
	overflow:hidden;
	float:right;
	margin-bottom:10px;
}
.scl-network img {
	padding:0 0px 0 5px;
}
.txt-blue {
	color:#3599e1;
}
.contact-cont {
	margin:25px 0 0 10px;
	overflow:hidden;
}
.contact-cont label {
	width:300px;
	display:block;
	float:left;
}
.contact-cont input[type="text"] {
	width:300px;
	padding:5px 3px 5px 3px;
	margin-bottom:8px;
}
.contact-cont textarea {
	width:300px;
	padding:5px 3px 5px 3px;
	margin-bottom:8px;
}
.submit {
	background:url(../images/btn-submit.png) no-repeat top left;
	width:105px;
	height:38px;
	border:none;
	cursor:pointer;
}
.cont-succ-msg-reqDemo {
	width:600px;
	background:#E6EFC2;
	text-align:center;
	color:#264409;
	border:1px solid #C6D880;
	padding:5px;
	font-size:12px;
	margin-bottom:8px;
	padding:5px;
	font-weight:bold;
}

/*---------------------------------------------------*/

/*----------------------Navigation Styles----------------------*/
#navigation {
	width:470px;
	overflow:hidden;
	padding:60px 0 0 160px;
}
#navigation li {
	float:left;
	background:url(../images/divider.png) no-repeat top right;
	padding:0 24px 0 25px;
}
#navigation li a:hover, #navigation li a.selected {
	background-position:0 -19px;
}
#work a {
	background:url(../images/btn-howitworks.png) no-repeat top left;
	height:19px;
	width:141px;
	display:block;
}
#ben a {
	background:url(../images/btn-benefits.png) no-repeat top left;
	height:19px;
	width:87px;
	display:block;
}
#conta a {
	background:url(../images/btn-contact.png) no-repeat top left;
	height:19px;
	width:118px;
	display:block;
}

#navigation span {
	display:none;
}

#navigation li.bg_none {
	background:none;
	padding-right:0;
}