@charset "utf-8";
@font-face {
    font-family: 'Corbert';
    src: url('../fonts/Corbert-Regular-webfont.eot');
    src: url('../fonts/Corbert-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Corbert-Regular-webfont.woff') format('woff'),
         url('../fonts/Corbert-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Corbert-Regular-webfont.svg#ContaxSans55Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_square.jpg);
	background-position: center;
}
#_header {
	background-color: #474747;
	min-height: 35px;
	width: 100%;
	border-bottom:6px solid #799ec5;
}
#_header_mini ._header_inner{
	display:none;	
}
#_header ._header_inner .highlight,
#_header_mini ._header_inner .highlight{
	color:#f88383;
}
#_header_mini {
	min-height: 35px;
	width:166px;
	background-color: #474747;
	border-bottom:6px solid #799ec5;
	position:fixed;
	top:0px;
	left:-156px;
	line-height:35px;
	font-family:Corbert;
	font-height:16px;
	color:white;
	z-index:999;
	display:none;
}
#_header_mini ._demo_button{
	display:block;
	margin:0px 10px;	
	float:left;
	color:white;
	text-decoration:none;
}
#_header_mini ._expand_button{
	background-image: url(../images/_expand_header.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 28px;
	float:right;
	margin:0px 10px;
	cursor:pointer;
}
#_header_mini a:hover{
	color:#799ec5;	
}
#_header_mini ._expand_button:hover{
	opacity:0.5;	
}
#_container #_tagline .left_triangle{
	width: 0px;
	height: 0px;
	position:absolute;
	left:-38px;
	top:0px;
	border-style: solid;
	border-width: 40px 38px 76px 0;
	border-color: transparent #e77f7f transparent transparent;
	line-height: 0px;
	_border-color: #000000 #e77f7f #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
}
#_container #_tagline .right_triangle{
	width: 0px;
	height: 0px;
	position:absolute;
	right:-38px;
	top:-60px;
	border-style: solid;
	border-width: 76px 0 40px 38px;
	border-color: transparent transparent transparent #e77f7f;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #e77f7f;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
}
#_container #_body #_tagline h1 a{
	color:white;
	text-decoration:none;	
}
#_container #_body #_tagline h1 a:hover{
	color:#555;	
}
#_container #_body #blck_1 .statement_line{
	position:relative;
	padding-top:6px;	
	text-align:center;
		margin-top:5px;
}
#_container #_body #blck_1 .step_wrap {
	position:absolute;
	height: 56px;
	width: 56px;
	border-radius:28px;
	background-color:#799ec5;
	color:white;
	font-size:30px;
	text-align:center;
	line-height:52px;
}
#_container #_body #blck_1 .attach_left{
	left:-28px;
	top:0px;	
}
#_container #_body #blck_1 .attach_right{
	right:-28px;
	top:0px;	
}
#_container #_body #blck_1 .right_pointer{
	width: 0px;
	height: 0px;
	position:absolute;
	right:-11px;
	top:6px;
	border-style: solid;
	border-width: 22px 0 22px 22px;
	border-color: transparent transparent transparent #799ec5;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #799ec5;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#_container #_body #blck_1 .left_pointer{
	width: 0px;
	height: 0px;
	position:absolute;
	left:-11px;
	top:6px;
	border-style: solid;
	border-width: 22px 22px 22px 0;
	border-color: transparent #799ec5 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #799ec5 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#_container #_body #blck_1 .statement_line .next_step_wrap {
	height: 52px;
	width: 260px;
	margin-top:3px;
	line-height:52px;
	text-align:center;
	font-size:16px;
	position:relative;
}
#_container #_body #blck_1 .statement_line .next_step_wrap .left_mid_line{
	background-color:#bdd1e5;
	height:3px;
	width:52px;
	position:absolute;
	top:25px;
	left:10px;
}
#_container #_body #blck_1 .statement_line .next_step_wrap .right_mid_line{
	background-color:#bdd1e5;
	height:3px;
	width:52px;
	position:absolute;
	top:25px;
	right:10px;
}
#_container #_body #blck_1 .statement_line .next_step_wrap .left_top_line{
	background-color:#bdd1e5;
	width:3px;
	height:27px;
	position:absolute;
	top:0px;
	left:10px;
}
#_container #_body #blck_1 .statement_line .next_step_wrap .right_top_line{
	background-color:#bdd1e5;
	width:3px;
	height:27px;
	position:absolute;
	top:0px;
	right:10px;
}
#_container #_body #blck_1 .statement_line .next_step_wrap .right_bottom_line{
	background-color:#bdd1e5;
	width:3px;
	height:25px;
	position:absolute;
	bottom:2px;
	right:10px;
}
#_container #_body #blck_1 .statement_line .next_step_wrap .left_bottom_line{
	background-color:#bdd1e5;
	width:3px;
	height:25px;
	position:absolute;
	bottom:2px;
	left:10px;
}
#_container #_body #blck_1 .statement_line .next_step_wrap .middle_top_line{
	background-color:#bdd1e5;
	width:3px;
	height:25px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:2px;
}
#_container #_body #blck_1 .statement_line .next_step_wrap .middle_bottom_line{
	background-color:#bdd1e5;
	width:3px;
	height:25px;
	position:absolute;
	bottom:2px;
	left:50%;
	margin-left:2px;
}
#_container #_body #blck_1 .statement_line .next_step_wrap .arrow_right{
	position:absolute;
	left:46px;
	top:18px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 18px;
	border-color: transparent transparent transparent #bdd1e5;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #bdd1e5;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#_container #_body #blck_1 .statement_line .next_step_wrap .arrow_left{
	position:absolute;
	right:46px;
	top:18px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 18px 9px 0;
	border-color: transparent #bdd1e5 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #bdd1e5 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#_container #_body #blck_1 .statement_line .next_step_wrap .arrow_bottom_left{
	position:absolute;
	left:2px;
	bottom:0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 9px 0 9px;
	border-color: #bdd1e5 transparent transparent transparent;
	line-height: 0px;
	_border-color: #bdd1e5 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#_container #_body #blck_1 .statement_line .next_step_wrap .arrow_bottom_right{
	position:absolute;
	right:2px;
	bottom:0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 9px 0 9px;
	border-color: #bdd1e5 transparent transparent transparent;
	line-height: 0px;
	_border-color: #bdd1e5 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#_container #_body #blck_1 .statement_line .next_step_wrap .arrow_bottom_middle{
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-5px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 9px 0 9px;
	border-color: #bdd1e5 transparent transparent transparent;
	line-height: 0px;
	_border-color: #bdd1e5 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#_container #_body #blck_1 .statement_line .float_right{
	float:right;
	margin-right:-10px;	
}
#_container #_body #blck_1 .statement_line .float_left{
	float:left;
	margin-left:-10px;		
}
#_container #_body #blck_1 .statement_line .float_middle{
	display: inline-block;
	padding-top:10px;
	padding-bottom:15px;
}
#_container #_body #blck_1 .confirmation_wrap{
	margin-top:50px;
	padding-left:80px;
	position:relative;
}
#_container #_body #blck_1 .confirmation_wrap .highlight{
	color:#f88383;
} 
#_container #_body .content_header_social{
	height:30px;
	position:absolute;
	top:10px;
	right:15px;
}
#_container #_body .content_header_social .social_icon{
	background-image:url(../images/social_icons.png);
	background-repeat:no-repeat;
	overflow:hidden;
	width:30px;
	height:30px;
	float:left;
	margin-left:10px;
	cursor:pointer;
}

#_container #_body .content_header_social .social_icon_facebook{
	background-position:0px 0px;
}

#_container #_body .content_header_social .social_icon_facebook:hover{
	background-position:0px -30px;
}

#_container #_body .content_header_social .social_icon_twitter{
	background-position:-30px 0px;
}

#_container #_body .content_header_social .social_icon_twitter:hover{
	background-position:-30px -30px;
}

#_container #_body .content_header_social .social_icon_linkedin{
	background-position:-60px 0px;
}

#_container #_body .content_header_social .social_icon_linkedin:hover{
	background-position:-60px -30px;
}

#_container #_body .content_header_social .social_icon_google{
	background-position:-90px 0px;
}

#_container #_body .content_header_social .social_icon_google:hover{
	background-position:-90px -30px;
}

#_container #_body .content_header_social .social_icon_mail{
	background-position:-120px 0px;
}

#_container #_body .content_header_social .social_icon_mail:hover{
	background-position:-120px -30px;
}
#_container #_body #blog_pagination{
	margin:20px auto;	
}
#_container #_body #blog_pagination .page_previous{
	text-decoration:none;
	color:#555;
	float:left;
	border-bottom:2px solid #CCC;
}
#_container #_body #blog_pagination .page_next{
	text-decoration:none;
	color:#555;
	float:right;
	border-bottom:2px solid #CCC;
}
#_container #_body #blog_pagination .page_previous:hover,
#_container #_body #blog_pagination .page_next:hover{
	border-bottom:2px solid #333;
}
#_container #_body .result{
	margin-top:10px;
	margin-left:10px;	
}
#_container #_body .block_content_body img[style*="float: left"],
#_container #_body .block_content_body img[style*="float:left"]{
	margin:0px 15px 15px 0px;
}
#_container #_body .block_content_body img[style*="float: right"],
#_container #_body .block_content_body img[style*="float:right"]{
	margin:0px 0px 15px 15px;
}
#_container #_body .block_content_body a{
	color:#94aac2;
	text-decoration:none;
}
#_container #_body .block_content_body a:hover{
	color:#555;
}
#_container #_body .article a{
	color:#94aac2;
	text-decoration:none;
}
#_container #_body .article a:hover{
	color:#333;	
}
#_container #_body #pricing_table{
	font-size:16px;	
	width:100%;
	margin-top:40px;
	margin-bottom:40px;
}
#_container #_body #pricing_table tr{
	background-color:#eee;	
}
#_container #_body #pricing_table .top_header{
	background-color:#f88383;
	color:white;
}
#_container #_body #pricing_table .side_menu{
	background-color:#adc3da;	
}
#_container #_body .gap{
	padding-top:50px;
}
.scc_msg{
	background-image: url(../images/msg_icons.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	line-height:30px;
	margin: 20px 50px;
	padding-left: 40px;
	margin-bottom:20px;
	display:none;
}
.err_msg{
	background-image: url(../images/msg_icons.png);
	background-repeat: no-repeat;
	background-position: left -30px;
	height: 30px;
	line-height:30px;
	margin: 20px 50px;
	padding-left: 40px;	
	display:none;
}
.float_right{
	float:right;	
}
.float_left{
	float:left;	
}
.clearer{
	clear:both;	
}
.incorrect{
	border: 1px solid #900;
	background-color: #FFD5D5;
}

