@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'HelveticaNeueLTPro Md';
	src: url('../fonts/helveticaneueltpro-md-webfont.eot');
	src: local('../fonts/helveticaneuemed'), url('../fonts/helveticaneueltpro-md-webfont.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Md.ttf') format('truetype'), url('../fonts/helveticaneueltpro-md-webfont.svg#webfonttWPuBOlf') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face { font-family: "HelveticaNeueLTPro Md"; src: url('../fonts/HelveticaNeueLTPro-Md.otf');  }

@font-face { font-family: "HelveticaNeueLTPro Lt"; src: url('../fonts/HelveticaNeueLTPro-Lt.otf');  }


html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 13px;
	line-height: 1.6;
	color:#869093;
	font-family: 'HelveticaNeueLTPro Md';
}
* {margin:0; padding:0;}
a img{border:none;}

.spacer {font-size:0; line-height:0; clear:both;}

h1{color:#000; margin:0 0 10px 0; font-size:18px;font-family: 'HelveticaNeueLTPro' , sans-serif;}
h6{font-family: 'HelveticaNeueLTPro Md';font-size:10px; text-align:right; font-weight:100; color:#5ac3fb; margin:5px 0 0;}
h6 span{color:#fea100;font-family: 'HelveticaNeueLTPro Md';}
* :focus {outline: none;}
.clear{
	clear:both;
}


::-moz-selection {
background: #2d6eb9;
color: #fff;
text-shadow: none;
}
::selection {
background: #2d6eb9;
color: #fff;
text-shadow: none;
}
a {
	outline:none;
	-webkit-transition: all 0.3s ease-in;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-in;  /* FF4+ */
	-ms-transition: all 0.3s ease-in;  /* IE10? */
	-o-transition: all 0.3s ease-in;  /* Opera 10.5+ */
	transition: all 0.3s ease-in;
	color:#2d6eb9;
	text-decoration:none
}
a:hover{text-decoration:none; color:#2d6eb9;}
a:visited{text-decoration:none; color:#2d6eb9;}
a, ol, li, label, .contact-details span, .contact-details p, .post-date {
	font-family: 'HelveticaNeueLTPro Md';
}
h1, h2, h3, h4, h5, h6, summary {
	font-family: 'HelveticaNeueLTPro Md';
	font-weight: normal;
	margin-bottom:20px
	color:#fff;
}
h1 {
	font-family: 'HelveticaNeueLTPro Md';
	font-size:36px;
	line-height:40px;
	color:#fff;
}
h2 {
	font-family: 'HelveticaNeueLTPro Md';
	font-size:30px;
	color:#fff;
}
h3 {
	font-family: 'HelveticaNeueLTPro Md';
	font-size:20px;
	color:#869093
}
h4, summary {
	color: #1a2d36;
	font: 19px "HelveticaNeueLTPro Md";
}
h5 {
	font-size:15px
}
h6 {
	font-size:13px
}
p {
	font-family: 'HelveticaNeueLTPro Md';
	color:#fff;
	text-align:justify;
}
h1, h2 {
	letter-spacing:normal;
	color:#869093;
	padding-top:0px;
	padding-bottom:5px
}
h1.style2 {
	background:none;
	padding-top:0px
}

/*********************** HEADER **********************/

header {
	margin:0px auto;
	padding:31px 0%;
}


#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
}
.header-wrapper {
	width:100%;
	background:url(../img/top-header.jpg) repeat-x top center;
	border: none;
	/*position: fixed; */
    left: 0px; 
    top: 0px; 
    z-index: -1;
}
#header-logo{
	float:left;
	position:relative;
	margin-left: 30px;
}

#contact-signup {
	float:right;
	position:relative;
	margin:10px 30px 0 0;
}
#contact-signup label{
	font-family: 'HelveticaNeueLTPro Lt';
	font-weight: normal;
	font-size: 22px;
	color:#ffffff;
	cursor:default;
}
#contact-signup .signtext{
	border: 1px solid #eee;
	height: 18px;
	line-height: 18px;
	width: 200px;
	padding: 5px 8px;
	color: #808080;
	background-color: #fff;
	font-size: 13px;
	margin-left:5px;
	float: left;
	-webkit-box-shadow: inset 0px 3px 4px 0px #bbb;
	box-shadow: inset 0px 3px 4px 0px #bbb;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#contact-signup .sign-button {
	width: 100px;
	height: 30px;
	background: url(../img/sign-button.png) no-repeat top right;
	border: 0;
}
#contact-signup td{
	margin:2px;
	clear:both;
}
.spacer-text{
	margin:0 3px;
	clear:both;
}
#content-wrapper {
	font-family: 'HelveticaNeueLTPro Md';
	font-size: 18px;
	position: relative;
	clear: both;
	top: 140px;
	z-index: 10;
	color: #ffffff;
	padding: 10px;
}

#content-wrapper .left-column {
	/*position: relative;
	width:56%;
	font-family: 'HelveticaNeueLTPro Md';
	font-size:15px;
	color:#fff;
	float:left;
	left: 100px;*/
	
}
#content-wrapper .left-column h2 {
	font-family: 'HelveticaNeueLTPro Md';
	font-size: 43px;
	color: #fff;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.75);
	font-weight: bold;
	line-height: 38px;
}
ul.estatul{
	margin-top: 25px;
	margin-left:-38px;
	list-style: none;
}
ul.estatul li {
	font-family: 'HelveticaNeueLTPro Md';
	font-size: 21px;
	background: url('../img/arrow.png') no-repeat 0 2px;
	padding: 0 0 0 25px;
	float: none;
	margin: 19px 0 3px 0;
	line-height: 20px;
	font-weight: bold;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.75);
	letter-spacing: 0.5px;
	text-shadow: 1px 2px 2px #000;
}
.more-link {
	font-family: 'HelveticaNeueLTPro Md';
	font-size: 20px;
	display: inline;
	position: relative;
	line-height:3.0em;
}

.more-link p{
	font-family: 'HelveticaNeueLTPro Md';
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 2px 2px #000;
	letter-spacing: 2px;
	font-weight: bold;
}

a.click-here{
	background: url('../img/click-here1.png') no-repeat 0 5px;
	font-family: 'HelveticaNeueLTPro Lt';
	font-size: 16px;
	color: #fff;
	padding: 13px 34px 9px 20px;
	margin: 0 0px;
	text-shadow: none;
	font-weight: normal;
	letter-spacing: 0px;
}
#content-wrapper .right-column {
	position: relative;
	width: 34%;
	font-family: 'HelveticaNeueLTPro Md';
	font-size: 15px;
	color: #fff;
	float: left;
	left: 10%;
	top: -20px;
	margin-left: 70px;
}
#content-wrapper .right-column h1{
	font-family: 'HelveticaNeueLTPro Md';
	font-size: 50px;
	margin-left: 70px;
	/* color: #fff; */
	line-height: 48px;
	font-weight: bold;
	/* text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.75); */
}
#emailTxt{
	font-family: 'HelveticaNeueLTPro Lt';
	border: 1px solid #eee;
	height: 25px;
	line-height: 14px;
	width: 304px;
	padding: 5px 8px;
	color: #636363;
	background-color: #fff;
	font-size: 14px;
	float: left;
	-webkit-box-shadow: inset 0px 3px 4px 0px #bbb;
	/* box-shadow: inset 0px 3px 4px 0px #bbb; */
	-webkit-border-radius: 5px;
	border-radius: none !important; 
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-width: 2px 1px 1px;
	border-style: solid;
	border-color: #CCC;
}
#passwrdTxt{
	font-family: 'HelveticaNeueLTPro Lt';
	font-size: 15px;
	border: 1px solid #eee;
	height: 25px;
	line-height: 14px;
	width: 304px;
	padding: 5px 8px;
	color: #808080;
	background-color: #fff;
	font-size: 14px;
	float: left;
	-webkit-box-shadow: inset 0px 3px 4px 0px #bbb;
	/* box-shadow: inset 0px 3px 4px 0px #bbb; */
	-webkit-border-radius: 5px;
	border-radius: none !important; 
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-width: 2px 1px 1px;
	border-style: solid;
	border-color: #CCC;
}
.bottom-spacer-text{
	margin: 15px 4px;
	float: left;
	position: relative;
}
.bottom-button-text{
	clear:both;
	/*margin-left:20px;*/
}
.get-free-accnt{
	/* background:url('../img/get-free-account2.png') no-repeat; */
	background: rgb(50, 118, 190);
	font-family: "HelveticaNeueLTPro Lt";
	font-size: 18px;
	color: #FFF;
	line-height: 20px;
	width: 325px;
	height: 35px;
	border: medium none;
	cursor: pointer;
	padding-top: 5px;
	border-radius: 5px;
	margin-left: 8px !important;
}
#footer-wrapper .container {
   font-family: 'HelveticaNeueLTPro Md';
   clear: both; 
   padding: 0; 
   margin: 0; 
   position:fixed;
   left:0px;
   bottom:0px;
   width:100%;
   text-align:center;
   
}
/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
#footer-wrapper .container a:link, #footer-wrapper .container a:visited{
	font-family: 'HelveticaNeueLTPro Md';
	color:#fff;
	font-size: 15px;
}
