@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:url(/static/siteimages/body_bg.jpg) repeat-y center top;
}
div, h1, h2, h3, h4, h5, ul, li, img, form {
	padding:0px;
	margin:0px;
	border:none;
}
p {
	padding:0;
	margin-top:0px;
	margin-bottom:7px;
}
a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:underline;
	color:#333333;
}
#wrapper {
	width:905px;
	background-color:#ffffff;
	text-align:left;
	margin:auto;
	position:relative;
}
/*----------------------------------------------------------------------------------
----------------------------------------Header Frame--------------------------------
--------------------------------------------------------------------------------- */
.header {
	height:100px;
	position:relative;
}
.logo {
	height:73px;
}
.signin_btn {
	position:absolute;
	right: 15px;
	top: 44px;
}
.lang_select {
	text-align:center;
	font-size:10px;
	margin-top:5px;
}
#navigation2 {
	height: 27px;
	background-image: url(/static/siteimages/menu_bg.png);
	background-repeat: repeat-x;
	background-position:left top;
	background-color:#14557f;
}
#navigation2 .l_curve {
	width:9px;
	height:27px;
	background:#ffffff url(/static/siteimages/menu_left_curve.png) no-repeat left top;
	float:left;
}	
#navigation2 .r_curve {
	width:9px;
	height:27px;
	background:#ffffff url(/static/siteimages/menu_right_curve.png) no-repeat left top;
	float:right;
}	
#navigation2 ul {	
	list-style-type: none;
	height: 27px;
	line-height:27px;
	float:left;
	position:relative;
	width:90%;
}
#navigation2 ul li {
	float:left;
	background: url(/static/siteimages/menu_division2.png) no-repeat right bottom;
}
#navigation2 ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 12px;
	line-height: 27px;
	font-size:12px;
	margin-right:1px;
	border:none;
}
#navigation2 ul li span {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 12px;
	line-height: 27px;
	font-size:12px;
	margin-right:1px;
	border:none;
}
#navigation2 ul li a:hover {
	background-color:#93c7ef;
	margin-right:1px;
}
/*#navigation2 ul li .highlight { */
#navigation2 ul li.highlight {
	background-color:#93c7ef;
	margin-right:1px;
/*	margin-right:0px;*/
}
#navigation2 ul li.last {
	background-image:none;
	height:30px;
	float:left;
}
/*----------------------------------------------------------------------------------
----------------------------------------Footer Frame--------------------------------
--------------------------------------------------------------------------------- */
#footer2 {
	position:relative;	
	background:#f5f4f4;	
	clear:both;
	color:#666666;
	height:100px;
}
#footer2 .footer_bar {
	height: 27px;
	background:#c6c7c9 url(/static/siteimages/footer_bar_bg.jpg) repeat-x left top;
}
#footer2 .footer_bar .l_curve {
	width:9px;
	height:27px;
	background:#f5f4f4 url(/static/siteimages/footer_left_curve.png) no-repeat right top;
	float:left;
}
#footer2 .footer_bar .r_curve {
	width:9px;
	height:27px;
	background:#f5f4f4 url(/static/siteimages/footer_right_curve.png) no-repeat left top;
	float:right;
}
#footer2 .copyright {
	 padding:15px 0 0 15px;
	 float:left
}
/*----------------------------------------------------------------------------------
----------------------------------------Home Page--------------------------------
--------------------------------------------------------------------------------- */
.page_bg {
	background:#f5f4f4 url(/static/siteimages/page_bg.jpg) repeat-x left top;
	padding:20px 0 0 0;
}
.left_panel_home {
	width:583px;
	position:relative;
	float:left;
	margin-left:13px
}
.left_panel_home .top {
	height:8px;
	width:583px;
	background:url(/static/siteimages/storyboard_top_curve.jpg) no-repeat 0 0;
	overflow:hidden;
}
.left_panel_home .content {
	width:583px;
	height:550px;
	background:url(/static/siteimages/storyboard_bg.jpg) repeat-y 0 0;
}
.left_panel_home .block1 {
	/*width:96%;
	border-right:1px solid #14557f;*/
	padding:0 5px; float:left;
	text-align:left;
	border-top:1px solid #14557F;
	margin:0 10px;
}
.left_panel_home .block1 h2 {
	font-size:18px;
	color:#14557F;
	margin-top:10px;
}
.left_panel_home .block1 p {
	line-height:18px;
}
.left_panel_home .block2 {
	width:49%;
	padding:0 5px;
	float:left;
	text-align:center;
}
.left_panel_home .block2 p {
	line-height:18px;
}
.left_panel_home .bottom {
	height:8px;
	width:583px;
	background:url(/static/siteimages/storyboard_bottom_curve.jpg) no-repeat 0 0;
}
.left_panel_home h4 {
	font-size:14px;
	color:#14557f;
	font-weight:normal;
}
.latest_news {
	width:284px;
	float:left;
	margin-left:12px;
}
.latest_news .heading {
	background:url(/static/siteimages/latest_news_head_bg.png) no-repeat 0 0;
	height:32px;
	line-height:32px;
	font-size:16px;
	color:#FFFFFF;
	padding-left:10px;
}
.latest_news .latest_news_bg {
	background:url(/static/siteimages/latest_news_bg.jpg) repeat-y 0 0;
	height:526px;
	position:relative;
}
.latest_news .latest_news_bg ul {
	margin:0 10px;
	list-style-type:none;
}
.latest_news .latest_news_bg ul li {
	padding-top:20px;
	padding-bottom:10px;
	border-bottom:1px solid #999999;
	line-height:16px;
}
.latest_news .latest_news_bg ul li .news_heading {
	font-size:16px;
}
.latest_news .latest_news_bg .more_news {
	margin:40px 10px 0px 10px;
	font-size:14px;
}
.note {
	font-size:10px;
	width:450px;
	position:absolute;
	bottom:35px;
	right:15px;
	z-index:1;
	color:#666666;
}
.latest_news .bottom {
	height:12px;
	background:url(/static/siteimages/latest_news_bottom.png) no-repeat 0 0;
}
.transparent_window {
	position:absolute;
	left:15px;
	bottom:175px;
	height:155px;
	width:348px;
	background:url(/static/siteimages/transparent_bg.png) no-repeat 0 0;
	text-align:center;
	padding:0 10px;
	padding-top:5px;
}
.transparent_window ul {
	font-size:14px;
	line-height:20px;
	text-align:center;
	list-style-type:none;
}
.transparent_window .heading {
	font-size:20px;
	color:#ff0000;
	line-height:25px;
}
.transparent_window .tab {
	width:285px;
	height:25px;
	background:#2c557d url(/static/siteimages/long_tab.png) no-repeat 0 0;
	font-size:14px;
	color:#FFFFFF;
	line-height:22px;
	margin:10px auto;
}
.transparent_window .tab img{
	margin-right:5px;
}
.transparent_window .tab a {
	color:#FFFFFF;
}

/*----------------------------------------------------------------------------------
----------------------------------------Subsequent Pages--------------------------------
--------------------------------------------------------------------------------- */
.left_panel {
	width:193px;
	float:left;
	margin-left:11px;
}
.left_panel a {
	text-decoration:none;
	display:block;
}
.left_panel a:hover {
	text-decoration:underline;
}
.left_panel_bg {
	width:193px;
	background:url(/static/siteimages/left_navigation_bg.png) repeat-y left top;
	min-height:425px;
}
.left_panel .top_tab {
	height:33px;
	background:url(/static/siteimages/left_navigation_head.png) no-repeat left top;
	padding-left:12px;
	font-size:14px;
	line-height:33px;
	color:#FFFFFF;
}
.left_panel .top_tab a {
	color:#FFFFFF;
	text-decoration:none;
}
.left_panel .top_tab a:hover {
	text-decoration:underline;
}
.left_panel ul.sub_menu { 
	list-style-type:none;
	padding-top:10px;
}
.left_panel ul.sub_menu li {
	line-height:30px;
	font-size:14px;
	padding-left:10px;
	margin:0 1px 0 2px;
}
.left_panel ul.sub_menu li:hover {
	background-color:#cccccc;
}
.left_panel ul.sub_menu li.selected {
	background-color:#cccccc;
}
.sub_menu_tab {
	background:url(/static/siteimages/left_navigation_tab.jpg) repeat-x 0 0;
	height:32px;
	line-height:32px;
	margin:0px 1px 0px 2px;
	padding:0 10px;
	color:#FFFFFF;
	font-size:14px;
}
.sub_menu_tab a {
	color:#FFFFFF;
	text-decoration:none;
}
.sub_menu_tab a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.left_panel .bottom {
	height:8px;
	background:url(/static/siteimages/left_navigation_bottom.png) no-repeat left top;
	overflow:hidden;
}
.right_panel {
	width:680px;
	float:left;
	margin-left:10px;
}
.right_panel .top {
	height:8px;
	background:url(/static/siteimages/right_panel_top.jpg) no-repeat left top;
	overflow:hidden;
}
.right_panel .content {
	width:650px;
	background:url(/static/siteimages/right_panel_bg.png) repeat-y 0 0;
	padding:10px 15px;
	line-height:16px;
}
.right_panel .content h4 {
	font-size:16px;
	color:#14557f;
	margin-bottom:8px;
	font-weight:normal;
	line-height:18px;
}
.right_panel .content .content_box {
	margin-top:12px;
}
.intro {
	font-size:14px;
	line-height:20px;
}
.intro p {
	margin:7px 0;
}
.intro ul {
	margin-left:15px;
}
.right_panel .content .content_box .block {
	/*border-bottom:1px solid #14557f;*/
	padding-bottom:15px;
	margin:15px 0;
}
.right_panel .content .content_box_business {
	margin-top:12px;
}
.right_panel .content .content_box_business ul {
	list-style-type:none;
}
.right_panel .content .content_box_business ul li {
	float:left;
}
.right_panel .content .content_box_business ul li.block1 {
	border-right:1px solid #14557f;
	padding-right:10px;
	width:48%;
	padding-bottom:2px;
}
.right_panel .content .content_box_business ul li.block2 {
	border-right:1px solid #14557f;
	padding:0 10px;
	width:30%;
	padding-bottom:2px;
}
.right_panel .content .content_box_business ul li.block3 {
	padding-left:15px;
	width:48%;
}

.right_panel .content .content_box_ISV {
	padding-top:225px;
}
.right_panel .content .content_box_ISV ul {
	list-style-type:none;
}
.right_panel .content .content_box_ISV ul li {
	float:left;
}
.right_panel .content .content_box_ISV ul li.block1 {
	width:48%;
	margin-top:25px;
}
.right_panel .content .content_box_ISV ul li.block2 {
	padding:0 10px 0 15px;
	width:48%;
	margin-top:88px;
}
.right_panel .bottom {
	height:8px;
	background:url(/static/siteimages/right_panel_bottom.png) no-repeat left top;
}
.news_block {
	border-bottom: 1px solid #14557f;
	padding-bottom:15px;
	margin:20px 0;
}
.news_block img {
	float:left;
	margin:0 20px 0 0;
}
.news_block .readmore {
	line-height:13px;
	clear:both;
}
.news_block p {
	font-size:14px;
	line-height:20px;
}
.news_details {
	padding:0;
	margin:0;
	line-height:18px;
}
.news_details img {
	float:left;
	margin:0 20px 10px 0;
	clear:left;
}
.partner_block {
	border-bottom: 1px solid #14557f;
	padding-bottom:15px;
	margin:20px 0;
}
.partner_block img {
	float:left;
	margin:0 10px 0 0;
}
.partner_block p {
	font-size:14px;
	line-height:19px;
}
/*-----------------------------------------------------------------------------------------------------------
----------------------------------------------Contact Form--------------------------------------------------
-----------------------------------------------------------------------------------------------------------*/
input {
	height:18px;
	width:290px;
	padding-left:3px;
}
textarea { 
	width:290px;
	height:100px;
	font-family:tahoma;
	font-size:12px;
	padding-left:3px;
}
.contact {
	border:1px solid #dbdada;
}
.contact_missing {
	border:1px solid #990000;
}
div.success {
	border:1px solid #cccccc;
	min-height:35px;
	width:268px;
	margin-left:149px;
	background:#F5F5F5 url(../img/icons/ok.png) no-repeat 5px 5px;
	padding:5px 0 5px 25px;
	color:#029016;
	line-height:18px;
}
div.error {
	border:1px solid #cccccc;
	min-height:35px;
	width:268px;
	margin-left:149px;
	background:#F5F5F5 url(../img/icons/error.png) no-repeat 5px 5px;
	padding:5px 0 5px 25px;
	color:#d40000;
	line-height:18px;
}
.btn {
	background:url(/static/siteimages/btn_bg.jpg) no-repeat left top;
	width:135px;
	height:21px;
	line-height:18px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}
.btn a {
	color:#ffffff;
	text-decoration:none;
}
/*-----------------------------------------------------------------------------------------------------------
----------------------------------------------Miscellaneous--------------------------------------------------
-----------------------------------------------------------------------------------------------------------*/
.center {
	text-align:center;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}
.clearfix {
	clear:both;
}
.smaller {
	font-size:9px;
}
.blue {
	color:#14557f;
}
.blue a {
	color:#14557f;
	text-decoration:underline;
}
.blue a:hover{
	color:#14557f;
	text-decoration:none;
	border:none;
}
.bold {
	font-weight:bold;
	}
.fade {
	color:#b3b3b3;
}
.fade:active,.fade:focus {
	color:#000;
}
.more {
	margin:10px auto;
	width:120px;
	text-align:center;
	font-weight:bold;
	line-height:13px;
}
.f_14 {
	font-size:14px;
}
h2 {
	font-size:20px;
	color:#14557f;
	font-weight:normal;
	margin-bottom:12px;
	line-height:24px;
}
h2 a {
	color:#14557f;
	text-decoration:none;
}
h2 a:hover {
	color:#14557f;
	text-decoration:none;
}
div#grey_overlay {
	background-color:#000000;
	left:0;
	margin:auto;
	position:fixed;
	top:0;
	z-index:100;
	opacity: 0.7; 
	width: 100%; 
	height: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
div.popup {
	background-color:#14557f;
	/*border:2px solid #000000;*/
	font-family:tahoma,arial;
	font-size:12px;
	left:315px;
	position:fixed;
	top:24px;
	/*width:742px;*/
	z-index:9999;
	min-width:200px;
	min-height:200px;
}
div.pop_close {
	/*position:absolute;
	right:0;
	top:0;*/
	padding-right:10px;
	text-align:right;
	padding-top:2px;
}
div.pop_content {
	text-align:center;
	min-height: 18px;
	padding:0px 10px 10px 10px;
}
.introtext {
	margin:25px 10px 0 10px;
	position:relative;
	/*border-top:1px solid #14557F;*/
}
.introtext h3 {
	color:#14557F;
	font-size:18px;
	font-weight:normal;
	margin:10px 0;
}
.free_proposal {
	width:291px;
	height:39px;
	position:absolute;
	top:225px;
	left:30px;
	background:url(/static/siteimages/free_proposal_tab.png) no-repeat 0 0;
	line-height:38px;
	text-align:center;
	color:#14557f;
	font-size:18px;
}