/* =Main Nav
-----------------------------------------------------------------------------*/

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav{
	font-family:   Arial, Verdana,  sans-serif;
font-size: 1.0em;

}

#mainNav ul{
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	list-style: none;
	width: 95%;
	float: left;
	background: url(../imgs/interface/mainnav_bg.png) repeat-x top #9F1F40;
	padding-top: 6px;
	padding-bottom: 6px;
	-moz-border-radius: 15px;
-webkit-border-radius: 15px;
 
border-radius: 15px;
	 

}
#mainNav ul li{
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image:none;
	padding-left: 0;
	padding-right: 0;
	width: 15%;

}
#mainNav ul a{
display: block;
 
padding: 0em 0.9em;
	text-align: center;
line-height:2em;
line-height:32px;
background:   url(../imgs/interface/nav-divider.gif) no-repeat left center;

text-decoration:none;
color: #fff;
}

#mainNav ul .home{
	width: 14%;  
  }

#mainNav ul .whyus{
	width: 14%;  
  }

#mainNav ul .services{
	width: 15%;  
  }

#mainNav ul .contactus{
	width: 16%;  
  }
  #mainNav ul .clientsview{
	width: 19%;  
  }

#mainNav ul .articlesnews{
	width: 20%;  
  }
  


#mainNav ul a:visited{
 color: #fff;
 text-decoration:none;
 border-bottom: 0;
}
#mainNav ul a:hover{
 color: #CCC;
 text-decoration:underline;
 border-bottom: 0;
}


 #mainNav .homedividernone{
background-image: none;

}



#footer p{
color: #999999;
font-size: 0.9em;
}

#footer ul {
 margin: 0.25em 0;
 padding: 0 1em;
 list-style: none;
 margin-bottom: 25px;
}
#footer li {
 display: inline;
 margin: 0;
 font-size: 0.9em;
 font-family: Arial,"Helvetica Neue", Helvetica,  sans-serif;
 padding: 0 0.2em 0 0.5em;
 background:  url(imgs/interface/utilities-divider.gif) left center no-repeat;
}
#footer a,  #footer a:link, #footer a:hover, #footer a:visited{
 margin-left: 3px; /* Width of the graphic */
  
 text-decoration:underline;
}
 #footer a:hover{
 
 text-decoration:underline;
}
#footer .first {
 padding-left: 0;
 background: none;
}
#footer .first a {
 margin-left: 0;
}
