

/*01 RESETS*/
*{
	margin:0;
	padding-top: 1;
	padding-right: 0;
	padding-bottom: 1;
	padding-left: 0;
}

ul{list-style-type:none;}



/*02 GENERIC GLOBAL STYLES*/

.text_replace{
    background-repeat:no-repeat;
    outline:0;
    text-indent:-9999px;
}
a.text_replace:active{
    outline:0;
}

/*03 HEADER*/
#global_header {
  
}

#global_header ul#nav{
	position:relative;
	float:right;
	top:0px;
	right:0;
	z-index:99;
}
#global_header ul#nav li{
    position:relative;
    float:left;
}
#global_header ul#nav li .global_nav_separator{
    position: absolute;
    top: 12px;
    left: 0;
    width: 1px;
    height: 12px;
    background: url(../images/skin1/nav_separator.png) no-repeat;
}
#global_header ul#nav li a{
    display: block;
    height:58px;
}
/*nav links need explicit widths to match their background image*/
li#button_01_global_nav{
	background: url(../images/skin1/nav_button/Portfolio.png) repeat  center;
	width:110px;
	height:40px;
	
}
li#button_02_global_nav{
	width:80px;
	height:40px;
	background-image: url(../images/skin1/nav_button/why-us.png);
	
}
li#button_03_global_nav{
	width:95px;
	height:40px;
	background-image: url(../images/skin1/nav_button/Services.png);
	background-repeat: repeat;
	background-position: 0 0;
}
li#button_04_global_nav{
	background:url(../images/skin1/nav_button/Outsourcing.png) repeat 0 0;
	width:135px;
	height:40px;
}
li#button_05_global_nav{
	background:url(../images/skin1/nav_button/Client-Care.png) repeat 0 0;
	width:130px;
	height:40px;
}
li#button_06_global_nav{
	background:url(../images/skin1/nav_button/Testimonials.png) repeat 0 0;
	text-align:center;
	width:130px;
	height:40px;
}
li#button_07_global_nav{
	background:url(../images/skin1/nav_button/Enquiry.png) repeat 0 0;
	width:90px;
	height:40px;
}
li#button_08_global_nav{
	background:url(../images/skin1/nav_button/Contact.png) repeat 0 0;
	width:110px;
	height:40px;
}

li#button_09_global_nav{
	background:url(../images/skin1/nav_button/home.png) repeat 0 0;
	width:75px;
	height:40px;
}
/*level two*/
#global_header ul#nav ul{
	background: none;
	width: 206px;
	visibility: hidden;
	position: absolute;
	top: 32px;
	left: 0px;
}
#global_header ul#nav ul.dropdown_shadow_bg{
    background: url(../images/skin1/dropdown_shadow_bg.png) center top  no-repeat;
}
#global_header ul#nav ul li.dropdown_shadow_bottom_bg{
    position:absolute;
    background: url(../images/skin1/dropdown_shadow_02_bg.png);
    margin: 0;
    padding: 0; 
    width: 206px;
    height: 9px;
    border: none;
}
#global_header ul#nav ul li{
	background: url(../images/skin1/noisy_bg.jpg);
	float: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 4px 0 2px;
	padding: 0 10px;
	line-height: 30px;
	width: 199px;
	height: 36px;
}
#global_header ul#nav ul li div{
	border-top: 0px solid #FFF;
	border-bottom: 1px solid #EFEFEF;
	width: 186px;
	height: 34px;
}
#global_header ul#nav ul li .firstli{
    border-top: none;
    height: 35px;
}
#global_header ul#nav ul li .lastli{
    border-bottom: none;
    height: 35px;
}
#global_header ul#nav li a{
    display: block;
    margin: 0 10px;
    color: #3c7ba6;
    text-decoration: none;
}
#global_header ul#nav li a:hover{
    color: #183243;
    text-decoration: underline;
}



/* level 3 */
#global_header2 ul#nav2 ul{
	background: none;
	width: 206px;
	visibility: hidden;
	position: absolute;
	top: 44px;
	left: 200px;
}
 ul.dropdown_shadow_bg2{
    background: url(../images/skin1/dropdown_shadow_bg.png) center top repeat-y;
}
#global_header2 ul#nav2 ul li.dropdown_shadow_bottom_bg2{
    position:absolute;
    background: url(../images/skin1/dropdown_shadow_02_bg.png);
    margin: 0;
    padding: 0; 
    width: 206px;
    height: 9px;
    border: none;
}
#global_header2 ul#nav2 ul li{
    background: url(../images/skin1/noisy_bg.jpg);
    float: none;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px; 
    text-transform: uppercase;
    margin: 0 4px 0 2px;
    padding: 0 10px;
    line-height: 36px;
    width: 180px;
    height: 36px;
}
#global_header2 ul#nav2 ul li div{
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EFEFEF;
    width: 180px;
    height: 34px;
}
#global_header2 ul#nav2 ul li .first2li{
    border-top: none;
    height: 35px;
	left:200px;
}
#global_header2 ul#nav2 ul li .last2li{
    border-bottom: none;
    height: 35px;
	background: url(../images/skin1/dropdown_shadow_02_bg.png) 10px 10px no-repeat;
}
#global_header2 ul#nav2 li a{
    display: block;
    margin: 0 10px;
    color: #3c7ba6;
    text-decoration: none;
}
#global_header2 ul#nav2 li a:hover{
    color: #183243;
    text-decoration: underline;
}
/*level 3 end*/


#global_header2 ul#nav2 ul li a{
    border-right: none;
    width: 100%;
    display: inline-block;
} 


ul.bb {
	position:relative;
	width:200px;
	float:right;
	right:0;
	margin-top:-32px;
	z-index:99;
	margin-left:199px;

}
ul.bb li {
	list-style: none;
	color:#5e5e5e;
	line-height:20px;
	font-style:normal;
	font-size:14px;
	padding:0px 0px 0px 30px;
	background: url(../images/skin1/dropdown_shadow_02_bg.png) 10px 10px no-repeat;
}
 ul.bb li a {
	color:#5e5e5e;
}
	
