/*------------------------------------Our Network----------------------------------------------*/
 #networkrow{
 position:relative;
 top:10px;
 width:520px;
 border:1px solid #DAEBF3;
 padding-bottom:10px;
 }
 #countryheading{
 position:relative;
 top:10px;
 width:520px;
 background: #ECF3F9;
 border-left:3px solid #009BE6;
 height:30px;
 color:#009BE6;
 font-size:16px;
 font-weight:bold;
 }
 #countryname{
 position:relative;
 top:5px;
 left:20px;
 }

 #network{
	
	position: relative;
	left:10px;
	width:490px;
	font: 11px Tahoma,verdana, arial, sans-serif;
	height: 90px;
	padding:5px 5px 10px 5px;		

	border-bottom:1px solid #8A8A8A;
}

#networkleft2{
	
	position: absolute;
	top:200px;
	left:0px;
	width:250px;
	font: 11px Tahoma,verdana, arial, sans-serif;
	height: 170px;

}
#networkleft2 a{
	text-decoration: none;
	font-family:  Tahoma,verdana, arial, sans-serif;
	 color: #595959;
}
#networkleft2 a:hover{
	text-decoration: none;
	 color: #066dd5;
}
#network a{
	text-decoration: none;
	font-family:  Tahoma,verdana, arial, sans-serif;
	 color: #595959;
}
#network a:hover{
	text-decoration: none;
	 color: #066dd5;
}

#networkright{
	
	position: absolute;
	top:50px;
	left:385px;
	width:240px;
	font: 11px Tahoma,verdana, arial, sans-serif;
	height: 150px;
	border-bottom:1px solid #c8cccf;

}
#networkright a{
	text-decoration: none;
	 color: #595959;
}
#networkright a:hover{
	text-decoration: none;
	 color: #066dd5;
	 }
 .netlefttext{
	position: absolute;
	top:5px;
	height:20px;
	width:450px;
	left:30px;
	font: 11px Tahoma,verdana, arial, sans-serif;
}
.netcontenttitle{
	position:relative
	font-weight:bold;
	text-decoration: none;
	font-family:verdana,Tahoma, arial, sans-serif;
	font-size: 14px;
	color:#595959;
	padding-left:11px;
	background:url(../images/blue_arrow.jpg) left center no-repeat;

}
#viewsite{
position:relative;
left:380px;
width:80px;
height:20px;
background:#009BE6;
border: 1px solid #505050;
cursor: hand;

}
#view{
position:relative;
top:3px;
left:5px;
color:#fff;
font-weight:bold;
background: url(../images/netwok_arrow1.jpg) left center no-repeat;
padding-left: 17px;
}

/*------------------------------------------Our Network End-----------------------------------------------*/
