@import url(//fonts.googleapis.com/css?family=Raleway:300,500,400|Open+Sans:300italic,600italic,300,600|Crimson+Text:400,400italic);

/*
--------------------------------------------
 
#015171 - Primary Blue
#2d95b4 - Secondary Blue
#eaf4f7 - Light Blue
#a3aaad - Grey
#ffffff - White
#000000 - Black 
    
--------------------------------------------   
*/

/**********************************************************************************************

	CSS on Sails
	Title: D&amp;B
	Author: XHTMLized
	Date: May 2009 

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Accessibility navigation
			1.3 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Sidebar
			2.4 Footer
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		line-height: 1.5em;
	}
body {
    line-height: 1.5em;
	/* line-height: 1; */
}	

	
	ol, ul {
		list-style: none;
	}


	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
	}
	
	
	
	
	

/* 1.2	Accessibility navigation
-----------------------------------------------------------------------------------------------*/	

	#accessibility-nav {
		position: absolute;
		left: -1000em;
		text-align: left;
	}


/* 1.3	Default styles
-----------------------------------------------------------------------------------------------*/	
	body {
		/*background: #fff url(../images/bg-body.png);*/
		background: #fff;
		font: 62.5% 'Open Sans',Arial, Helvetica, sans-serif;
		text-align: center;
		/*color: #333;*/
    	color: #000000; 
	 
	 
		}

	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
		
	abbr, acronym {
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	input, textarea, select {
		font: 1.2em Arial, Helvetica, sans-serif;
	}

	a {
		color: #0000ff;
		text-decoration: none;
	}
	
	a:hover, 
	a:active {
		color: #ff0000;
		text-decoration: underline;
	}
	

/* 1.4	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
		display: none;
	}
	
	a.btnir,
	a.btnir span{
		display: block;
		overflow: hidden;
		cursor: pointer;
		position: relative }
		
		a.btnir span{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }
	

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	.big-wrap{
/*		background: url(../images/bg-gradient.png) repeat-x;*/
		text-align: center;
		padding: 0px 0;
		overflow: hidden }

	.container {
	width: 770px;
	padding: 0 5px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	background: #fff;
	*/ background: url(../images/bg-container.png) repeat-y;*/
	}
		.container span.c-top{
			display: block;
			width: 770px;
			height: 7px;
			left: 0;
			position: absolute }
			
		.container span.c-top{
			top: -7px;
			background: url(../images/bg-container_top.png) no-repeat }
			
        .helpful {font-family: Verdana; font-size: 12pt; font-weight:bold; color: #093; }
		  .hassle {font-family: Verdana; font-size: 12pt; font-weight:bold; color: #009; }
		  .prof {font-family: Verdana; font-size: 12pt; font-weight:bold; color: #F60; }
	
	#header{
		height: 108px;
		padding: 10px 20px 0 20px;
		margin-bottom: 15px;
		background: #fff;
		position: relative }
		
	#footer
{
		clear: both;
		height: 55px;
		padding: 35px 20px 15px 10px;
		background: none;
		background-color: #fff;
		text-align: right;
		/*border-top: 12px solid #2d95b4;*/
		border-top: 1px solid #015171;
		position: relative;
		font-family: "Raleway", sans-serif;
} 
		
	#footer p#network a.network
	{
	float: left;
	margin-top: -4px; margin-left: 10px;
	width: 200px;
	height: 49px;
	display: block;
	 background: #fff url(../images/bg-db_footer.png) no-repeat;
	
	text-align: left;
	text-indent: -9999px;
	}	
	
	#footer span.c-bottom{
		display: block;
		width: 780px;
		height: 7px;
		left: -4px;
		bottom: -7px;
		position: absolute }

	#footer span.c-bottom{
		background: url(../images/bg-container_bottom.png) no-repeat }

		
/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	

	#header h1, 
	#header h1 span,
	#header a.logo,
	#header a.logo span {
		display: block;
		width: 300px;
		height: 55px;
		overflow: hidden;
		
	}
	
	#header h1,
	#header a.logo {
		position: relative;
		margin-top:20px;
	}
		
	#header h1 span,
	#header a.logo span {	
		position: absolute; 
		top: 0;
		left: 0;
		z-index: 10;
		background: url(../images/logo.png) no-repeat;
	}

	#header a.logo span {	
		cursor: pointer;
	}
	
		#header .head-option{
			width: 50%;
			height: 120px;
			text-align: right;
			position: absolute;
			top: 10px;
			right: 10px;
			overflow: hidden }
			
			#header .head-option .head-search{
				width: 352px;
				position: absolute;
				right: 0 }
				
				#header .head-option .head-search select{
					width: 170px;
					font-size: 11px;
					color: #999;
					float: left;
					margin: 0;
					border: 1px solid #747678 }	
					
				#header .head-option .head-search form{
					width: 170px;
					float: left;
					position: relative;
					margin-left: 10px }
					
					#header .head-option .head-search form .txtarea{
						font-size: 11px;
						border: 1px solid #747678;
						color: #999;
						position: absolute;
						top: 0;
						left: 0;
						height: 13px;
						width: 164px;
						padding: 1px 3px}	
						
					#header .head-option .head-search form .btn-search{
						border: 0;
						padding: 0;
						right: -1px;
						top: 1px;
						position: absolute }	
						
			#header .head-option .head-contact{
				top: 20px;
				position: relative;
				line-height: 16px;
				font-size: 11px }
				
				#header .head-option .head-contact h3 {
					font-size: 20px;
					color: #015171 ;
					padding-bottom: 5px }	
			
					
				#header .head-option .head-contact a{
					color: #015171; }
				#header .head-option .head-contact a:hover{
					color: #2d95b4; }							
					

	#no-navigation{
		width: 770px;
		height: 1px;
		position: absolute;
		left: 0;
		background-color: #015171;
		bottom: 0;
		overflow: hidden }
				
	#navigation{
		width: 770px;
		height: 35px;
		position: absolute;
		left: 0;
		background: transparent url(../images/bg-border.png) repeat-x;
		bottom: 0;
		overflow: hidden }
		
		#navigation li{
			display: inline }
		
			#navigation li a{
				float: left;
				text-decoration: none;
				padding-top: 10px;
				height: 25px;
				margin-right: 2px;
				width: 121px;
				color: #fff;
				font-weight: bold;
				text-align: center;
				background: url(../images/bg-nav.png) no-repeat center top }
				
				
			
			body.home #navigation li#menu1 a
			{
				color: #2d95b4;	
				background-position: center -35px;
			}
			
			body#how-to #navigation li#menu2 a
			{
				color: #2d95b4;	
				background-position: center -35px;
			}
			
			body#top-tips #navigation li#menu3 a
			{
				color: #2d95b4;	
				background-position: center -35px;
			}
			
			body#data #navigation li#menu4 a
			{
				color: #2d95b4;	
				background-position: center -35px;
			}
			
			body#manuals #navigation li#menu5 a
			{
				color: #2d95b4;	
				background-position: center -35px;
			}
			
			body#news #navigation li#menu6 a
			{
				color: #2d95b4;	
				background-position: center -35px;
			}
			
			body#contact-us #navigation li#menu7 a
			{
				color: #2d95b4;	
				background-position: center -35px;
			}
							
			#navigation li a:hover,
			#navigation li.active a{
				color: #2d95b4;	
				background-position: center -35px }	
				
			#navigation li#menu2 a{
				width: 110px }
				
			#navigation li#menu3 a{
				width: 120px }	
				
			#navigation li#menu4 a{
				width: 110px }
				
			#navigation li#menu5 a{
				width: 100px }		
				
			#navigation li#menu6 a{
				width: 100px }
				
			#navigation li#menu7 a{
				width: 100px }					
			

/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	

	#content{
	width: 565px;
	padding-right: 10px;
	float: right;
	overflow: hidden;
	margin-bottom: 20px
}
		
		#content .primary-content{
	width: 560px;
	float: left
}
			
			#content .primary-content .primary-content-inside,
			#content .primary-content #wide-banner{
				margin-top: 10px;
				text-align: center}
			
			#content .primary-content .breadcrumb{
				padding-bottom: 15px;
				color: #666 }
				
			#content .primary-content a{
				color: #015171 }	

				#content .primary-content .content-inside{
					line-height: 17px }
				
					#content .primary-content .content-inside h1{
						font-family: "Raleway", sans-serif;
						font-size: 20px;
						color: #000;
						font-weight: normal;
						padding-bottom: 12px }
						
					#content .primary-content .content-inside h2{
						font-size: 14px;
						padding-bottom: 2px }
						
					#content .primary-content .content-inside h3{
						color: #015171;
						font-size: 14px;
						padding: 6px 0px 2px 0px }		

					#content .primary-content .content-inside p{
						margin-bottom: 10px }
						
					#content .primary-content .content-inside ul{
						
						margin-bottom: 10px }
						
					#content .primary-content .content-inside ul li{
						list-style-position: outside;
						padding: 0px 0px 5px 0px;
						margin: 0px 0px 0px 16px;
						list-style-type: disc }
					
					#content .primary-content .content-inside ul.sitemap {
						margin-bottom: 10px;
					}
						
					#content .primary-content .content-inside ul.sitemap li {
						padding: 0px 0px 0px 0px;
						margin: 0px 0px 2px 0px;
						list-style-type: none;
					}
					
					#content .primary-content .content-inside ul.sitemap li a.level1 {
						width: 480px;
						font-weight: bold;
						margin: 0px 0px 0px 0px;
						padding: 6px 8px 6px 30px;
						display: block;
						border-bottom: 1px solid #ccc;
						background-color: #eee;
						background-image: url(../images/listbutton_icon.gif);
						background-repeat: no-repeat;
						background-position: 1% 4px;
					}
					
					#content .primary-content .content-inside ul.sitemap li a.level2 {
						width: 455px;
						color: #333;
						margin: 0px 0px 0px 0px;
						padding: 6px 8px 6px 85px;
						display: block;
						border-bottom: 1px solid #ccc;
						background-color: #eee;
						background-image: url(../images/listbutton_icon_grey.gif);
						background-repeat: no-repeat;
						background-position: 11% 4px;
					}
					
					#content .primary-content .content-inside ul.sitemap li a.level3 {
						width: 400px;
						color: #333;
						margin: 0px 0px 0px 0px;
						padding: 6px 8px 6px 140px;
						display: block;
						border-bottom: 1px solid #ccc;
						background-color: #eee;
						background-image: url(../images/listbutton_icon_grey.gif);
						background-repeat: no-repeat;
						background-position: 21.5% 4px;
					}
					
					
					
					#content .primary-content .content-inside ul.buttonlist {
						margin-bottom: 10px;
					}
						
					#content .primary-content .content-inside ul.buttonlist li {
						padding: 0px 0px 0px 0px;
						margin: 0px 0px 2px 0px;
						list-style-type: none;
					}
					
					#content .primary-content .content-inside ul.buttonlist li a {
						/* width: 500px; */
						margin: 0px 0px 0px 0px;
						padding: 6px 8px 6px 8px;
						display: block;
						
						/* border-bottom: 1px solid #ccc;
						background-color: #eee;
						background-image: url(../images/listbutton_icon.gif);
						background-repeat: no-repeat;
						background-position: 99% 4px; */
					}					
						
					#content .primary-content div.column {
						float: left;
						width: 250px;
						height: 190px;
						background-color: #eee;
						border: 1px solid #ccc;
						margin: 0px 10px 10px 0px;
						padding: 10px;
					}
					
					#content .primary-content div.column p {
						margin: 0px 0px 0px 0px;
						padding: 0px;
					}
						
					#content .primary-content img.banner {
						margin: 0px 0px 20px 0px;
						padding: 0px;
					}	
						
						
						
					#content .primary-content .content-inside dl{
						margin: 4px 0px 10px 0px }
						
					#content .primary-content .content-inside dl dt{
						margin: 4px 0px 0px 0px }				
						
					#content .primary-content .content-inside .colwide{
							clear: left;
							width: 566px;
							margin-bottom: 20px;
							/*background: url(../images/bg-col_w.png) repeat-y center*/
						}
						
						#content .primary-content .content-inside .colwide-inside{
							/*background: url(../images/bg-col_w_top.png) no-repeat center top ;*/ }			

							#content .primary-content .content-inside .colwide-bottom{
								/*background: url(../images/bg-col_w_bottom.png) no-repeat center bottom;*/
								padding: 23px }

								#content .primary-content .content-inside .colwide-bottom ul{
									margin-top: 6px }
									
									#content .primary-content .content-inside .colwide-bottom ul li{
										list-style-position: outside;
										padding-bottom: 5px;
										list-style-type: disc }
			
		#content .secondary-content{
			width: 160px;
			float: right}
			
			.blue{
			color:#009
			 }
			
		body.home #content .secondary-content{
			border-bottom: 1px solid #ddd }	
			
			#content .secondary-content li{
				border-top: 1px solid #ddd;
				padding: 10px 0 10px 7px }
				
				#content .secondary-content li h3{
					color: #2d95b4;
					padding-bottom: 3px }
					
				#content .secondary-content li p{
					line-height: 17px }	

				body.home #content .secondary-content li select{
					width: 148px;
					font-size: 11px;
					color: #999;
					margin: 5px 0;
					border: 1px solid #747678 }	
					
				body.home #content .secondary-content li.charity-ad,
				body.home #content .secondary-content li.newsletter{
					border-top: 0;
					padding-top: 0;
					padding-bottom: 0 } 

				body.home #content .secondary-content li.charity-ad object{
					margin: 10px 0 0 -10px;
					z-index: 999;
					cursor: pointer }
					
				body.home #content .secondary-content li.charity-ad{
					position: relative;
					width: 165px;
					height: 140px }	

					body.home #content .secondary-content li.charity-ad a.link-overflash{
						display: block;
						height: 130px;
						width: 155px;
						position: absolute;
						top: 10px;
						left: 0;
						z-index: 1000;
						text-indent: -9999em;
						cursor: pointer }
											
				body.home #content .secondary-content a.btn-newsletter{
					margin: 15px 0 10px 3px }
		
				body.home #content .secondary-content a.btn-newsletter,
				body.home #content .secondary-content a.btn-newsletter span{
					width: 142px;
					height: 26px } 		
	
				body.home #content .secondary-content a.btn-newsletter span{
					background: url(../images/btn-newsletter.png) no-repeat }

				#content .secondary-content li a.btn-download{
					margin: 5px 0 3px 5px }
					
				#content .secondary-content li a.btn-download,
				#content .secondary-content li a.btn-download span{
					width: 139px;
					height: 26px }	

					#content .secondary-content li a.btn-download span{
						background: url(../images/btn-download.png) no-repeat }
						
				#content .secondary-content ul li ul li{
					padding: 0;
					border: 0;
					position: relative }
					
				#content .secondary-content .carrousel{
					position: relative;
					width: 160px;
					left: -7px;
					text-align: center; }
					
					#content .secondary-content .carrousel a{
						width: 16px;
						text-align: left;
						height: 16px;
						display: block;
						position: absolute;
						z-index: 1000;
						top: 12px;
						text-indent: -9999em;
						background: url(../images/btn-prevnext.png) no-repeat left top }			

					#content .secondary-content .carrousel a.btn-prev{
						left: 2px }

					#content .secondary-content .carrousel a.btn-next{
						right: 3px;
						background-position: -16px top }
						
				#content .secondary-content .pic-info li{
					border: 0;
					padding: 0 0 5px 0;}		

					#content .secondary-content .pic-info li.bluebox{
						border: 1px solid #000;
						text-align: center;
						padding: 0 }
						
						#content .secondary-content .pic-info li.bluebox .bluebox-inside{
							border: 1px solid #6968a2;
							background: #010066 url(../images/bg-bluebox.jpg) repeat-x top left;
							color: #fff;
							font-size: 12px;
							padding: 18px 12px }	

							#content .secondary-content .pic-info li.bluebox .bluebox-inside h3{
								color: #fff;
								padding-bottom: 10px;
								font-size: 15px }

							#content .secondary-content .pic-info li.bluebox .bluebox-inside .tel{
								/*color: #f9cc01;*/ }
								
				#content .secondary-content a
				{
					/*color: #f9cc01;*/ 
				}				
							
		#content .bottom-content{
			clear: both;
			padding-top: 10px;
			overflow: hidden;
			margin-left: -6px; }		
			
			#content .bottom-content .col{
				margin-left: 6px;
				width: 182px;
				float: left;
				/*background: url(../images/bg-col_s.png) repeat-y center */
				background: #eaf4f7;}
				
				#content .bottom-content .col .col-bottom h3 span,#content .bottom-content .col .col-bottom h3 em {color: #000;}
				#content .bottom-content .col .col-inside{
					/* background: url(../images/bg-col_s_top.png) no-repeat center top */ }
					
				#content .bottom-content .col .col-bottom{
					/* background: url(../images/bg-col_s_bottom.png) no-repeat center bottom; */
					padding: 20px 0 20px 18px;
					line-height: 17px;
					position: relative; }	
					
					#content .bottom-content .col .col-bottom h3{
						font-family: 'Trebuchet MS', Arial;
						font-size: 12px;
						color: #2d95b4;
						padding-left: 40px;
						padding-top:0px;
						background: url(../images/ico-dnb_s.png) no-repeat left top }
						
						#content .bottom-content .col .col-bottom h3 em{
							display: block;
							font-style: normal }	
							
						#content .bottom-content .col .col-bottom h3 span{
							display: block;
							padding-left: 5px;
							border-left: 1px solid #2d95b4 }		

					#content .bottom-content .col .col-bottom p{
						margin-top: 18px;
						padding-bottom: 15px;
						padding-right: 15px }
						
					#content .bottom-content .col .col-bottom li{
						list-style: inside;
						list-style-position: inside;
						list-style-type: disc }
						
					#content .bottom-content .col .col-bottom ul{
						margin-bottom: 15px }	

					#content .bottom-content .col .col-bottom a.btn-find_out{
						margin-left: 16px;
						margin-top: 5px;
						margin-bottom: 0px }
						
					#content .bottom-content .col .col-bottom a.btn-find_out,
					#content .bottom-content .col .col-bottom a.btn-find_out span{
						width: 115px;
						height: 26px }		

						#content .bottom-content .col .col-bottom a.btn-find_out span{
							background: url(../images/btn-find_out.png) no-repeat }


/* Form
-----------------------------------------------------------------------------------------------*/

#content table.enquiryform {
	width: 530px;
	margin: 20px 0px 0px 0px;
	font-size: 10px;
}

#content table.enquiryform tr td.formlabel {
	width: 200px;
	padding: 2px 0px 2px 10px;
	 border-bottom: 1px solid #eee ; 
	/* background-color: #eee; */
	vertical-align: middle;
	color: #000;
	font-size: 12px;
}

#content table.enquiryform tr td.forminput {
	 border-bottom: 1px solid #eee ; 
	padding-left: 10px;
	vertical-align: middle;
}
#content table.enquiryform textarea {margin: 6px; border:1px solid #ccc;}

#content table.enquiryform tr td.forminput p {
	padding: 3px;
	margin: 6px;
	font-size: 12px;
	font-weight: bold;
}

form#formEnquire input.textfield {
	width: 300px;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 6px;
}

form#formEnquire select.dropdown {
	width: 300px;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 6px;
}

#content table.enquiryform tr.lastrow td.formlabel {
	border-bottom: 0px;
	background-color: transparent;
}

#content table.enquiryform tr.lastrow td.forminput {
	border-bottom: 0px;
	padding: 6px 20px 0px 16px;
	text-align: right;
}

#content table.enquiryform tr td.variable {
	border-bottom: 1px solid #eee;
	padding: 9px 0px 9px 16px;
	vertical-align: middle;
}


/* 2.3	Sidebar
-----------------------------------------------------------------------------------------------*/	
	#sidebar{
		width: 170px;
		border: 1px solid #eaf4f7;
		margin-left: 10px;
		background: #eaf4f7;
		color: #000;
		font-size: 11px;
		line-height: 15px;
		float: left;
		margin-bottom: 20px }		
		
		#sidebar ul{
			border: 1px solid #ebebed ;}
			
		#sidebar ul li{
			padding: 14px 8px 17px 10px;
			overflow: hidden;
			position: relative;
			/* border-bottom: 1px solid #969696;
			border-top: 1px solid #4b4b4b */}
			
			#sidebar ul li h3{
				font-size: 16px;
				padding-left: 12px;
				margin-bottom: 10px }	
				
			#sidebar ul li p{
				margin-top: 4px;
				padding-left: 40px }	
				
				img.acquire {
    display: block;
	 margin-top: 10px;
	 margin-bottom: 20px;
	 margin-left: auto;
     margin-right: auto }
	 
	 
				img.solutions {
    display: inline;
	 margin-top: 4px;
	 margin-bottom: 8px;
	 margin-left: auto;
     margin-right: auto }

			
			
	body.home #sidebar ul li.find-company{
		border-top: 0;
		background: url(../images/ico-find_company.png) no-repeat 10px 45px}

		body.home #sidebar ul li.find-company form{
			position: relative;
			margin-top: 10px;
			width: 150px;
			overflow: hidden }

		body.home #sidebar ul li.customer-login select{
			width: 148px;
			font-size: 11px;
			color: #999;
			margin: 5px 0;
			border: 1px solid #747678 }	
			

			body.home #sidebar ul li.find-company form p{
				margin: 0;
				padding: 0 }
				
			body.home #sidebar ul li.find-company form input.txtarea{
				font-size: 11px;
				border: 1px solid #3b3b3b;
				color: #333;
				height: 13px;
				width: 142px;
				padding: 1px 3px}	
	
			body.home #sidebar ul li.find-company form input.btn-search{
				position: absolute;
				right: 1px;
				top: 1px;
				padding: 0;
				border: 0 }
	
		
		body.home #sidebar ul li.international-data{
			background: url(../images/ico-international_data.png) no-repeat 10px 45px }

		body.home #sidebar ul li.government{
			background: url(../images/ico-government.png) no-repeat 10px 45px }

		body.home #sidebar ul li.legal-solutions{
			background: url(../images/ico-legal_solutions.png) no-repeat 10px 45px }

		body.home #sidebar ul li.insurance{
			border-bottom: 0;
			background: url(../images/ico-insurance.png) no-repeat 10px 45px }
				
		body.home #sidebar ul li a{
			/* color: #ffcc00;*/
			font-weight: bold }	
			
				
	#sidebar .sidenav{
		/* padding: 0 8px */
		padding: 0 8px 18px 8px;
		}			
		
		#sidebar .sidenav li{
			padding: 10px;
			/* border-bottom: 1px solid #727272;
			border-top: 1px solid #595959 */}

		#sidebar .sidenav li.last{
			border-bottom: 0;
			margin: 0px 0px 12px 0px; }
			
		#sidebar .sidenav li.first{
			border-top: 0 }	
			
		#sidebar .sidenav li.nav-title {
			/* color: #ffcc00;*/
			font-weight: 100;
			font-size: 16px;
			margin: 0px 0px 0px 0px;
			/* padding: 10px 0px 0px 48px;*/
			/* height: 30px;*/
			border-top: 0px solid #595959;
			/* background: url(../images/ico-solutions.png) no-repeat 4px 0px */}
		#sidebar .sidenav li.nav-library {
			cursor:pointer;
			/* color: #ffcc00; */
			font-weight: 600;
			font-size: 14px;
			margin: 10px 0px 0px -10px;
			/* padding: 2px 0px 10px 48px; */
			/* height: 30px; */
			 border-top: 0px solid #595959; 
			/* background: url(../images/ico-library.png) no-repeat 4px 0px */ }
		#sidebar .sidenav li.nav-news {
			cursor:pointer;		
			/* color: #ffcc00; */
			font-weight: 100;
			font-size: 14px;
			margin: 10px 0px 0px -10px;
			/* padding: 2px 0px 10px 48px;*/
			/* height: 30px;*/
			border-top: 0px solid #595959;
			/* background: url(../images/ico-international_data.png) no-repeat 4px 0px */}
		#sidebar .sidenav li.contact-us {
			cursor:pointer;		
			/* color: #ffcc00;*/
			font-weight: 100;
			font-size: 14px;
			margin: 10px 0px 0px -10px;
			/* padding: 10px 0px 0px 48px;*/
			/* height: 30px;*/
			/* border-top: 0px solid #595959;*/
			/* background: url(../images/ico-contact.png) no-repeat 4px 0px */ }			
		#sidebar .sidenav li.wish-list {
			cursor:pointer;		
			/* color: #ffcc00;*/
			font-weight: 600;
			font-size: 14px;
			margin: 10px 0px 0px -10px;
			/* padding: 10px 0px 0px 48px;*/
			/* height: 30px;*/
			/* border-top: 0px solid #595959;*/
			/* background: url(../images/ico-wishlist.png) no-repeat 4px 0px */}	
#sidebar .sidenav li.wish-list a, #sidebar .sidenav li.contact-us a,
#sidebar .sidenav li.nav-news a, #sidebar .sidenav li.nav-library a  {color: #015171;
			font-weight: 500;
			font-size: 14px;}			
		#sidebar .sidenav li a,
		#sidebar .secondnav li a{
			color: #015171 ;
			font-size: 12px; }
#sidebar .sidenav h2 {
/*	color: #ffcc00;*/
	color: #015171 ;
	line-height: 1.5em;
	font-size: 16px; 
			margin: 10px 0px 10px 0px;
		text-align: center;
 }			
		#sidebar .sidenav li a.active {
			color: #fff;
			text-decoration: underline; }
			
		
		body#overview .sidenav li a.overview {
			color: #fff;
			text-decoration: underline;
		}
		
		body#solutions .sidenav li a.solutions {
			color: #fff;
			text-decoration: underline;
		}
		
		body#risk-management .sidenav li a.risk-management {
			color: #fff;
			text-decoration: underline;
		}
		
		body#compliance .sidenav li a.compliance {
			color: #fff;
			text-decoration: underline;
		}
		
		body#sales-and-marketing .sidenav li a.sales-and-marketing {
			color: #fff;
			text-decoration: underline;
		}
		
		body#supply-management .sidenav li a.supply-management {
			color: #fff;
			text-decoration: underline;
		}
		
		body#partnerships .sidenav li a.partnerships {
			color: #fff;
			text-decoration: underline;
		}
	
		
	#sidebar  ul.secondnav {
		border: 0;
		width: 170px;
		border-bottom: 0px solid #4b4b4b;
		margin-bottom: 50px }
		
		#sidebar ul.secondnav li{
			padding-left: 58px;
			padding-top: 22px;
			padding-bottom: 22px }
			
		#sidebar ul.secondnav li.sitemap{
			background: url(../images/ico-sitemap.png) no-repeat 13px 14px }	
			
		#sidebar ul.secondnav li.contact{
			background: url(../images/ico-contact.png) no-repeat 13px 14px }	
						
		#sidebar ul.secondnav li a{
			font-size: 16px }
			

/* MI Specific
-----------------------------------------------------------------------------------------------*/	
#keepleft{
		width: 170px;
		float: left;
		}

	#sidebar2{
		width: 170px;
		border: 0px solid #4b4b4b;
		margin-left: 10px;
		background: #fff;
		color: #fff;
		font-size: 11px;
		line-height: 10px;
		float: left;
		margin-bottom: 1px }
		
	#sidebar2 .sidenav2{
		padding: 0 0px }				

/* 2.4	Footer
-----------------------------------------------------------------------------------------------*/	
	#footer p{
		color: #a3aaad;
		padding-bottom: 5px }
		
	#footer a{
		color: #015171;
		text-decoration: none }
		
	#footer a:hover{
		color: #2d95b4;
		text-decoration: underline }
		
			
		
/* 2.5	Table
-----------------------------------------------------------------------------------------------*/

#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px;
	width: 500px;
	text-align: left;
	border-collapse: collapse;
	}
#gradient-style th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background: #999;
	/* border-top: 6px solid #ffcc00; */
	border-bottom: 3px solid #2d95b4;
	color: #fff;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff;
}
#gradient-style tfoot tr td
{

	font-size: 10px;
	padding: 4px;
	background: #999;
	/* border-top: 6px solid #ffcc00;*/
	border-bottom: 3px solid #2d95b4;
	color: #fff;

}
#gradient-style tbody tr:hover td
{
	background: #d0dafd;
	color: #669;
}

div.iframecopy {
width: 550px;
height: 100px;
overflow: auto;
}

li.pdf 
{	list-style-image:  url(../images/pdf-icon.gif);
	margin: 0px 0px 5px 0px;
	list-style-position:outside;
}


.acc_container, .acc_container p, .acc_container a {font-size: 12px;font-family: "Open Sans", Arial, Helvetica, sans-serif;background: #fff !important; border: 0px solid #fff !important;}
.acc_container .block {padding-top: 0px !important}
h2.acc_trigger a {padding: 8px 0 0 50px !important; color: #fff !important}
#btnSubmit2 { border: #2d95b4; background:#2d95b4; color: #fff;padding: 4px; margin: 4px; cursor: pointer;}

