@import url(icons.css);

*
{
	margin:0;
	padding:0;
}

body
{
	background:#f9f9f9;
}

#block_navigation
{
	display:none;
	position:relative;
	width:230px;
	z-index:3;
}

#block_navigation ul
{
	background:#ddedfa;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
}

#block_navigation ul li
{
	-moz-transition:background .2s linear;
	-ms-transition:background .2s linear;
	-o-transition:background .2s linear;
	-webkit-transition:background .2s linear;
	display:block;
	list-style:none;
	margin:0;
	transition:background .2s linear;
	width:100%;
}

#block_navigation ul li a
{
	color:#006DB2;
	display:block;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-weight:700;
	line-height:30px;
	padding:0;
	text-decoration:none;
	text-transformXX:uppercase;
	width:100%;
}

#block_navigation ul li > a:hover
{
	background:#006DB2;
	color:#fff;
}

#block_navigation li a:active
{
	color:#888;
}

#block_navigation ul li:first-child
{
	border-top-left-radius:11px;
	border-top-right-radius:11px;
}

#block_navigation ul li:last-child
{
	border-bottom-left-radius:11px;
	border-bottom-right-radius:11px;
}

#block_navigation i
{
	font-size:17px;
	margin-left:20px;
	margin-right:7px;
}

#block_navigation ul li ul
{
	-moz-transition:opacity .2s ease;
	-ms-transition:opacity .2s ease;
	-o-transition:opacity .2s ease;
	-webkit-transition:opacity .2s ease;
	border-radius:none;
	display:block;
	left:100%;
	opacity:0;
	position:absolute;
	top:-1px;
	transition:opacity .2s ease;
	visibility:hidden;
	z-index:1;
}

#block_navigation ul li ul li
{
	-moz-transition:background .2s linear;
	-ms-transition:background .2s linear;
	-o-transition:background .2s linear;
	-webkit-transition:background .2s linear;
	background:#fff;
	border-left:solid 1px #e7e7e7;
	border-right:solid 1px #e7e7e7;
	border-top:solid 1px #e7e7e7;
	display:block;
	float:none;
	position:relative;
	transition:background .2s linear;
}

#block_navigation ul ul li:last-child,#block_navigation ul ul li:first-child
{
	border-radius:0;
}

#block_navigation ul ul li:first-child
{
	border-top-right-radius:7px;
}

#block_navigation ul ul li:last-child
{
	border-bottom:solid 1px #e7e7e7;
}

#block_navigation ul ul ul li:last-child
{
	border-bottom-left-radius:7px;
}

#block_navigation ul ul ul ul li:last-child
{
	border-bottom-right-radius:7px;
}

#block_navigation ul ul li a
{
	color:#777;
	line-height:42px;
	padding-left:30px;
	width:100%;
}

#block_navigation ul ul li:hover
{
	background:#f3f3f3;
}

#block_navigation ul li:hover > ul
{
	opacity:1;
	visibility:visible;
	z-index:1;
}

#block_navigation ul li:hover > .typography_5_colm
{
	opacity:1;
	visibility:visible;
	width:543px;
}

.colm_5_container
{
	overflow:hidden;
	padding:20px 20px 30px;
}

.for-bg
{

	padding:0!important;
}

.for-bg p
{
	font-size:11px;
	line-height:14px;
}

.for-bg .colmn_3
{
	clear:left;
	float:left;
	margin-bottom:0!important;
	padding:.52% 1.52% 0!important;
	width:56.899%;
}

#block_navigation h4
{
	border-bottom:solid 1px #333;
	color:#006DB2;
	display:block;
	float:none;
	font-size:18px;
	margin-bottom:5px;
	padding-bottom:5px;
}

.for-bg h4
{
	font-size:15px!important;
	margin-bottom:2px!important;
	padding-bottom:0!important;
}

.colmn_3
{
	border-radius:7px;
	clear:left;
	float:left;
	margin-bottom:20px;
	padding:1.52%;
	width:56.899%;
}

.colmn_2
{
	clear:right;
	color:#006DB2;
	float:right;
	padding:1.52%;
	width:35.94%;
}

.second
{
	background:none repeat scroll 0 0 #fff;
	border:1px solid #B3B3B3;
	border-bottom-right-radius:3px;
}

.colmn_3_fullwidth
{
	float:left;
	margin-bottom:20px;
	padding:1.52%;
}

#block_navigation .typography_3_colm .colm_3_container .colmn_3_fullwidth ol li
{
	background:none;
	background-image:none;
}

#block_navigation em
{
	color:#88b525;
}

#block_navigation b
{
	color:#006DB2;
	font-size:14px;
}

.for-bg b
{
	color:#333;
	font-size:12px!important;
}

#block_navigation img
{
	border:none;
}

.image
{
	background:gray;
	color:#444;
	font-size:30px;
	height:140px;
	line-height:130px;
	width:260px;
}

b
{
	margin-left:0;
}

.typography_5_colm
{
	-moz-box-shadow:0 10px 22px #555;
	-moz-transition:width .2s ease;
	-ms-transition:width .2s ease;
	-o-transition:width .2s ease;
	-webkit-box-shadow:0 10px 22px #555;
	-webkit-transition:width .2s ease;
	background:#fff;
	border-bottom:solid 1px #d9ebf9;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	border-left:solid 1px #d9ebf9;
	border-right:solid 1px #d9ebf9;
	border-top:solid 1px #d9ebf9;
	border-top-right-radius:7px;
	box-shadow:0 10px 22px #555;
	color:#999;
	font-family:Arial,sans-serif;
	font-size:12px;
	left:100%;
	line-height:23px;
	opacity:0;
	position:absolute;
	top:0;
	transition:width .2s ease;
	visibility:hidden;
	width:0;
	z-index:3;
}

.colm_5_container a:hover
{
	color:#88b525!important;
}

.colm_5_container a
{
	display:inline-block!important;
	line-height:22px!important;
}

.colm_5_container b:hover
{
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
	-webkit-transition:all .2s ease;
	color:#88b525!important;
	transition:all .2s ease;
}

.colmn_2_fullheight
{
	float:right;
	height:100%;
	padding:1.52%;
	width:35.94%;
}

.inner-menu-image
{
	background:url(../images/IntelNav.png) no-repeat;
	background-size:100% 103%;
	display:block;
	height:471px;
	position:absolute;
	top:0;
	width:584px;
	z-index:999;
}

.inner-menu-image2
{
	background:url(../images/promo-thomson-reuters.png) no-repeat;
	background-size:100% 103%;
	display:block;
	height:471px;
	position:absolute;
	top:0;
	width:584px;
	z-index:999;
}

.clear
{
	clear:both;
}

.menu-home
{
	background:url(../images/nav_bg.jpg) repeat-x;
}

.menu-home > ul
{
	list-style:none;
}

.menu-home ul > li
{
	display:inline-block;
}

.menu-home ul li:hover > #block_navigation
{
	display:block;
	position:absolute;
}

.menu-home ul > li > a
{
	color:#006DB2;
	display:block;
	padding:13px;
}

.menu-home ul > li > a:hover
{
	background:url(../images/nav_hover.jpg) repeat-x;
	color:#88b525;
	text-decoration:none;
}

.colmn_3 p
{
	line-height:15px;
}

.colmn_3 td
{
	background-color:#fafafa;
	border:1px #ccc solid;
	border-collapse:collapse;
	border-spacing:0;
	color:#006DB2;
	padding:2px;
}

.colmn_3 th
{
	background-color:#006DB2;
	border:1px #293f54 solid;
	color:#fff;
	font-family:Verdana;
	font-size:12px;
	font-weight:700;
	padding:2px;
}

.colmn_3_fullwidth p
{
	line-height:15px;
}

.colmn_3_fullwidth td
{
	background-color:#fafafa;
	border:1px #ccc solid;
	border-collapse:collapse;
	border-spacing:0;
	color:#006DB2;
	padding:5px;
}

.colmn_3_fullwidth th
{
	background-color:#006DB2;
	border:1px #293f54 solid;
	color:#fff;
	font-family:Verdana;
	font-size:12px;
	font-weight:700;
	padding:5px;
}

/* Updated  */
.column-left{
float:left;
width:190px;
}
.column-right{
float:right;
width:175px;
}
.colm_5_container.for-bg{
padding-bottom:0px !important;
}
.colm_5_container.for-bg .colmn_3_fullwidth{
margin-bottom:0px !important;
padding-bottom:0px !important;

}
.column_3_bottom{

background-size:100% 31px;
clear:both;
margin-left:-8px;
width:104%;
height:130px;
border-radius:0px 0px 10px 5px;
}
#block_navigation ul li:nth-of-type(1) .column_3_bottom{
background:url('../images/winsql-gradient.png') no-repeat scroll bottom;
}
#block_navigation ul li:nth-of-type(2) .column_3_bottom{
background:url('../images/jaysqll-gradient.png') no-repeat scroll bottom;
}
#block_navigation ul li:nth-of-type(3) .column_3_bottom{
background:url('../images/syncrify-gradient.png') no-repeat scroll bottom;
}
#block_navigation ul li:nth-of-type(4) .column_3_bottom{
background:url('../images/synaman-gradient.png') no-repeat scroll bottom;
}
#block_navigation ul li:nth-of-type(5) .column_3_bottom{
background:url('../images/xeaml-gradient.png') no-repeat scroll bottom;
}
#block_navigation ul li:nth-of-type(6) .column_3_bottom{
background:url('../images/mailjunction-gradient.png') no-repeat scroll bottom;
}
.left-img{
width: 490px;
border-top: 1px solid #ccc;
height:82px;
margin:0 auto;
display:table;
}
#block_navigation ul li:nth-of-type(1) .left-img{
background:url('../images/winsql-logo.png') no-repeat scroll left;
}
#block_navigation ul li:nth-of-type(2) .left-img{
background:url('../images/JaySql.png') no-repeat scroll left;
}
#block_navigation ul li:nth-of-type(3) .left-img{
background:url('../images/syncrify.png') no-repeat scroll left;
}
#block_navigation ul li:nth-of-type(4) .left-img{
background:url('../images/synaman.png') no-repeat scroll left;
}
#block_navigation ul li:nth-of-type(5) .left-img{
background:url('../images/xeams.png') no-repeat scroll left;
}
#block_navigation ul li:nth-of-type(6) .left-img{
background:url('../images/mail-junctions.png') no-repeat scroll left;
}
.right-img{
position:absolute;
}
#block_navigation ul li:nth-of-type(1) .right-img{
background:url('../images/winsql-img.png') no-repeat;
width:191px;
height:188px;
right: -65px;
bottom: -55px;
}
#block_navigation ul li:nth-of-type(2) .right-img{
background:url('../images/jaysql-img.png') no-repeat;
width:291px;
height:251px;
right: -165px;
bottom: -105px;
}
#block_navigation ul li:nth-of-type(3) .right-img{
background:url('../images/syncrify-img.png') no-repeat;
width:211px;
height:188px;
right: -95px;
bottom: -70px;
}
#block_navigation ul li:nth-of-type(4) .right-img{
background:url('../images/synaman-img.png') no-repeat;
width:211px;
height:200px;
right: -95px;
bottom: -70px;
}
#block_navigation ul li:nth-of-type(5) .right-img{
background:url('../images/xeam-img.png') no-repeat;
width:291px;
height:251px;
right: -190px;
bottom: -135px;
}
#block_navigation ul li:nth-of-type(6) .right-img{
background:url('../images/mail-junctions-img.png') no-repeat;
width:291px;
height:251px;
right: -190px;
bottom: -135px;
}
.bottom-gradient-text{
position:absolute;
bottom:0px;
width:340px;
height:28px;
font-family:times new roman;
padding-left: 16px;
font-size:16px;
font-weight:bold;
font-style:italic;
color:#fff;
left:45px;
}