body {
	background-color: #101e39;
	color: #333;
	text-align: center;
	font: small/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html>body {
	font-size: 13px;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.large-link {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.4em;
}
input[type="text"]{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #666;
	border: 1px solid #4583d3;
}

input[type="text"]:focus {
	border-width: 2px;
	border-color: #709d21;
	padding: 4px;
	outline: 0;
	color: #444;
}
.placeholder {
	color: #999 !important;
}
textarea {
	border: solid 1px #4583d3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #666;
}

textarea:focus {
	border-width: 2px;
	border-color: #709d21;
	padding: 4px;
	outline: 0;
	color: #444;
}

select{
	border: solid 1px rgba(0,0,0,0.2);
	-khtml-appearance: none;
	padding: 4px 2.5em 4px 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	background: #fff url(../img/drop_down.png) no-repeat right center;
	color: #666;
}

select:focus {
	border: solid 2px #709d21;
	padding: 3px 2.5em 3px 4px;
	color: #444;
}

label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 2.1em;
	font-weight: normal;
}

.wrap {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.clear {
	clear: both;
}

p {
	margin-bottom: 1.54em;
}

/* @group Header */
#header {
	float: left;
	width: 100%;
	background: #101e39 url(../img/bg_header.png) repeat-x left top;
}


#header #logo{
	float: left;
}

#header #logo a {
	width: 155px;
	height: 155px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo.png) no-repeat top left;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#header #logo a {
	opacity: 1;
}

#header #logo a:hover {
	opacity: 1;
}

#header #tag {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #437fcf;
	font-size: 10px;
	float: left;
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#header #navbar{
	float: left;
	margin-left: 30px;
}


#header li {
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*margin-top: 17px;*/
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header li a {
	
	color: #437fcf;
	display: block;
	height: 30px;
	margin: 0 1em 0 0;
	width: 90px;
	text-align: center;
	line-height: 31px;

}

#header li.current_page_item a {
	color: #fff !important;
	background-image: url(../img/bt_nav.png);
}

#header li a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(../img/bt_nav_on.png);
}

#header #phone {
	float: right;
	margin-right: 9px;
}
#header #phone a, #phone a:link,#phone a:hover{
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #437fcf;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

#phone img{
	padding-top: 2px;
	top: 7px;
	position: relative;
}

/* @end */

/* @group Content */

#content {
	width: 100%;
	float: left;
	background: url(../img/bg_content.png) repeat-x left top;
}

/* @group content illustration */

#content #illustration {
	width: 980px;
	height: 420px;
	background: url(../img/im_content.png) no-repeat left;
	margin-top: 10px;
}
#content_page {
	width: 100%;
	float: left;
	background: white url(../img/bg_page.png) repeat-x left top;
	text-align: justify;
}
#content_page #page {
	width: 600px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
}
#content_page #page h3 a {
font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 2.2em;
color: #1c447e;
}
#content_page #page h4 {
font-size: 1.2em;
font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 100;
margin-bottom: 30px;
color: #2c549e;
line-height: 1.4em;
}
#content_page #page h5 {
font-size: 1.7em;
font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 100;
margin-bottom: 30px;
color: #2c549e;
line-height: 1.4em;
}
#content_page li  {
	padding-bottom: 20px;
	margin-left: 20px;
	display: block;
}
#content_page li strong {
color: #d22c27;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.2em;
}
#content_page #page p {
margin-bottom: 20px;
}
#content_page  h3  {
	margin-bottom: 20px;
	margin-top: 20px;
}
#content #illustration #promo {
	color: #08283b;
	text-align: justify;
	font: 21px/22px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 470px;
	float: right;
	display: block;
	clear: right;
	padding: 85px 58px 0 0;
}

#content #illustration #promo h2 {
	display: inline;
	color: #24adff;
	font-size: 21px;
}

#content #illustration #bt_demo{
	text-align: center;
	display: block;
	float: right;
	padding: 60px 55px 0 0;
}
#content #illustration #bt_demo a{	
	width: 190px;
	height: 50px;
	background: url(../img/bt_demo.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 54px;
	display: block;
}
#content #illustration #bt_demo a:hover{
	background-image: url(../img/bt_demo_on.png);
}

/* @end */

/* @group content lower */
#lower .wrap > div {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}
#lower .wrap > div:last-child {
	margin: 0;
}
#lower {
	clear: left;
	width: 100%;
	float: left;
}
/* @group home form */

#lower #contact h3 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/ti_get_in_touch.png);
	width: 300px;
	height: 64px;
	margin: 0;
	padding: 0;
}


#contact #home_form li {
	display: block;
	float: left;
	clear: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 10px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


#contact label {
	color: #305ba7;
	font-size: 12px;
}


#contact #bt_send{
	text-align: center;
	display: block;
	float: left;
	padding: 5px 0 0 10px;
	margin: 0;
}
#contact #bt_send a{	
	background-image: url(../img/bt_send.png);
	width: 245px;
	height: 50px;
	color: #305ba7;
	font-weight: bold;
	font-size: 16px;
	line-height: 38px;
	display: block;
}
#contact #bt_send a:hover{
	background-image: url(../img/bt_send_on.png);
}



/* @end */

/* @group lower whatis */

#lower #whatis{
	text-align: justify;
}
#lower #whatis h3 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/ti_waht_is.png);
	width: 300px;
	height: 64px;
	margin: 0;
	padding: 0;
}
#lower #whatis p{
	color: #8d9ebd;
	font-size: 14px;
}
#lower #whatis #bt_learn{
	text-align: center;
	display: block;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
}

#lower #whatis #bt_learn a{	
	background-image: url(../img/bt_learn.png);
	width: 155px;
	height: 50px;
	color: #305ba7;
	font-weight: bold;
	font-size: 16px;
	line-height: 38px;
	display: block;
}
#lower #whatis #bt_learn a:hover{
	background-image: url(../img/bt_learn_on.png);
}

/* @end */

/* @group Lower twitter */

#lower #twitter h3 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/t_twitter.png);
	width: 300px;
	height: 64px;
	margin: 0;
	padding: 0;
}


#lower #twitter a {
	color: #3768b5;
}

#lower #twitter h3 a {
	color: #333;
}


#lower #twitter a:hover {
	text-decoration: underline;
}

#lower #twitter ul {
	padding: .8em 1em .5em 1em;
	background: #f5ecdc;
	margin: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#lower #twitter_update_list li{
	margin-bottom: 10px;
}
#lower #twitter p {
	border-top: solid 1px rgba(0,0,0,0.1);
	padding: .5em 0;
	width: 100%;
	float: left;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.15);
	box-shadow: 0 2px 0 rgba(0,0,0,0.15);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background: #f5ecdc;
}

#lower #twitter span.avatar img {
	padding-left: 20px;
}

#twitter span.avatar a {
	line-height: 25px !important;
}



#lower #twitter > div{
	padding: 7px 0 0 0;
	background: url(../img/twitter-tip.png) no-repeat 25px top;
	margin-top: 10px;
}

/* @end */

/* @end */

/* @end */

/* @group Footer */

#footer {
	width: 100%;
	float: left;
	padding: 1em 0;
	font-size: .9em;
	color: #101e39;
	background: #fbfbfb url(../img/bg_footer.png) repeat-x;
}
#footer a{
	color: #101e39;
}
#footer a:hover{
	color: #fff;
}
#footer img a{
	padding: 0;
	margin:0;	
}
#footer p {
	float: left;
	display: block;
	width: 500px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer ul {
	float: right;
}

#footer li {
	float: left;
	margin: 0 1.5em 0 0;
		border-right: 1px solid #101e39;

}
#footer li a {
	
	color: #101e39;
	padding-right: 10px;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
}

#footer li:last-child {
	margin: 0;
	border-right-style: none;
}
#footerLine{
	clear: both;
	background: url(../img/line.png) repeat-x;
	height: 3px;
	margin: 0 0 10px 10px;
}

#footer #partners{
	margin-left: 10px;
}
#footer img {
	margin: 0 20px 0 0;
}

/* @end */


