@charset "utf-8";
/* CSS Document */

/************************************************
*	Hyperlinks									*
************************************************/




 a,  a:visited {
	color: #fff;
	text-decoration: none;
	}
	
 a:hover {
	color: #fff;
	text-decoration: underline;
	
	}

#sidebar a, #sidebar a:visited {
	color: #94abff;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #94abff;
	text-decoration: underline;
	
	}

#content a, #content  a:visited {
	color: #373737; 
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration: none;
	}
	
 #content a:hover {
	color: #373737;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration: underline;
	}


#content ul li a, #content ul li a:visited {
	color: #373737; 
	text-decoration: none;
	}
	
 #content ul li a:hover {
	color: #373737;
	text-decoration: underline;
	}

form div {margin-bottom: 10px; width:300px;}
	label {margin-bottom: 2px;}
	
	.label_style{font-family: Verdana, Geneva, sans-serif;
	font-size:12px; color:rgb(5, 34, 132); padding-bottom:5px;}
	input[type="text"], input[type="email"], textarea {font-size: 11px; width: 98%; font-family: Verdana, Geneva, sans-serif; border: 1px solid rgb(227, 224, 224);  padding: 4px; display: block;}
	input[type="radio"] {margin: 0 5px 0 0;}
	textarea {overflow: auto;}
	.hide {display: none;}

body{
	
	width:100%;
	margin:0px auto 0px;
	padding:0px;
	background: url(images/bg.jpg) repeat-x center top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-variant:normal;
	color:#202020;
	
	
	}
	
 
	#wrap{
		
		width:1000px;
		height:auto;
		margin:0px auto 0px;
		padding:0px ;
		
		
		}
	
	
	#header{
			
	 width:1000px;
	 height:151px;
	 margin:0px auto 0px;
	 padding:0px;
			
			}
			#headerleft{
				
	width:700px;
	height:151px;
	float:left;
				
	}	
	
	
	.logo{
		width:200px;
		height:90px;
		margin:27px 0px 0px 7px;
		padding:0px 0px 0px 0px;
		float:left;
		
		}
		
		}
			#headerright{
				
	width:290px;
	height:151px;
	float:left;
				
	}	
			.email{
				font-family:  Verdana, Geneva, sans-serif;
				font-size:12px;
				color:#051f83;
				text-align: right;
				width:290px;
				float:right;
				padding:20px 0px 0px 0px;
				line-height:20px;
				font-weight:bold;
				text-transform:none;
				
				}
				
				
				#searchBox{
				width:231px;
				overflow:hidden;
				height:37px;
				margin:3px 0px 0px 0px;
				float:right;
				padding:px 0px 0px 0px;
				background:url(images/search.jpg) no-repeat right;
			
				}
			#searchform {
	width:231px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	display: inline;
	float:left;
	height: 37px;
	}

			#searchtext{
				font-family:Verdana, Geneva, sans-serif;
				font-size:12px;
				color:#051f83;
				margin:0px;
				padding:12px  0px 10px 15px;
				float:left;
				width:190px;
				background:none;
				border:none;
				 
				}
				
				#searchbutton{
					float:left;
					width:35px;
					margin:0px;
					padding:10px 0px 10px 11px;
					background:none;
				border:none;
				font-family:Verdana, Geneva, sans-serif;
				font-size:12px;
				color:#fff;
					
					
			}
			
			
							/************************************************
*	Navbar      								*
************************************************/


#navigation{
		width:1000px;
			height:57px;
			margin:0px auto 0px;
			padding:0px;
			background:url(images/navbg.png) ;
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#fff;
			text-transform: uppercase;
	
}

#nav {
	
    margin:  0px 0px 0px 0px;
    padding: 0px 0px 0px 0px ;
}

#nav ul {
	
    list-style: none outside none;
    margin: auto;
    padding: 0px;
}
#nav li {
    list-style: none outside none;
    margin: 10px 15px 0px 15px;
    padding: 0px;
	
}
#nav li a, #nav li a:link, #nav li a:visited {
    color: #FFFFFF;
    display: block;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 0px 0px 0px -5px;
    padding: 6px  20px  12px 20px;
    text-align: center;
    text-transform:  uppercase;
	background:none;
	 text-shadow: 1px 1px 1px #000; !important;	
	 	
}
#nav li:hover {
    background:url(images/navright.png) no-repeat scroll right top transparent;
}
#nav li:hover a {
    background: url(images/navleft.png) no-repeat scroll left top transparent !important;
    color: #FFFFFF;
    display: block;
    line-height: 18px;
    text-decoration: none;
}
#nav li.current_page_item {
    background: url(images/navright.png) no-repeat scroll right top transparent !important;
}
#nav li.page_item {
    background:none;
	margin: 10px 15px 0px 0px;
}
#nav li.page_item a {
    background: none;
    color: #FFFFFF;
    display: block;
    line-height: 18px;
    margin: 0px 0px 0px -5px;
    text-decoration: none;
	text-shadow:  1px 1px 1px #000; !important;	
}
#nav li.page_item:hover {
    background:   url(images/navright.png) no-repeat scroll right top transparent;
}
#nav li.page_item a:hover {
    background:  url(images/navleft.png) no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    line-height: 18px;
     margin: 0px 0px 0px -5px;
    text-decoration: none;
}
#nav li.current_page_item a {
    background: url(images/navleft.png) no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    line-height: 18px;
     margin: 0px 0px 0px -5px;
	 text-shadow: 1px 1px 1px #000 !important;	
}
#nav li.current_page_ancestor {
    background: url(images/navright.png) no-repeat scroll right top transparent;
}
#nav li.current_page_ancestor a {
    background: url(images/navleft.png) no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    line-height: 18px;
      margin: 0px 0px 0px -5px;
    text-decoration: none;
}
#nav li.current_page_ancestor:hover {
    background: url(images/navright.png) no-repeat scroll right top transparent;
}
#nav li.current_page_ancestor a:hover {
    background: url(images/navleft.png) no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    margin: 0px 0px 0px -5px;
    text-decoration: none;
	
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
    background: #000 !important;
    color: #FFFFFF;
    float: none;
	font-family:Arial, Helvetica, sans-serif; 
    font-size: 16px;
    font-weight: normal;
    margin: 0px 0px 0px -5px;
	text-align:left;
    padding: 5px 10px 5px 45px; !important;
    width: 120px;
}
#nav li li a:hover, #nav li li a:active {
    background: none repeat scroll 0 0 #ED8C17 !important;
    color: #FFFFFF !important;
   margin: 0px 0px 0px -5px;
    padding: 5px 10px  5px 45px;!important;
	  width: 120px;
	  text-align:left;
}
#nav li li li a {
    margin: 0 !important;
}
#nav li {
    float: left;
    padding: 0;
}
#nav li ul {
    height: auto;
    left: -999em;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 170px;
    z-index: 9999;
}
#nav li li {
    background: none repeat scroll 0 0 transparent !important;
    margin: 0 !important;
}
#nav li ul a {
    width: 140px;
}
#nav li ul a:hover, #nav li ul a:active {
}
#nav li ul ul {
    margin: -32px 0 0 171px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}
#nav li:hover, #nav li.sfhover {
    position: static;
}



							/************************************************
*	banner      								*
************************************************/


#bannerouter{
	
	width:1275px;
	height:267px;
	margin:0px auto 0px;
	padding:0px;
	background:url(images/bannershadow.png) no-repeat center bottom;
	}
	
	
	
	#banner{
		
		width:960px;
		height:237px;
		margin:0px auto 0px;
		padding:0px 20px 0px 8px;
		
		}
			#fade{
width: 960px;
  height: 237px;
 /*a width should be defined for transition to work*/
border: none;
padding: 0px;
}  
		
		.ca_banner{
	position:relative;
	overflow:hidden;
	background:none;
	padding:0px 0px 0px 0px;
	border:none;
	margin:0px  ;
	-moz-box-shadow:none;
}
.ca_slide{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.ca_zone{
	position:absolute;
	width:100%;
}
.ca_wrap{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	
}
.ca_wrap img.ca_shown{
	display:inline !important;
}
/* Custom styles of banner1 */
.ca_banner1{
	width:960px;
	height:237px;
}
.ca_bg1{
	background:none;
}
.ca_banner1 .ca_zone1{
	top:0px;
	left:0px;
}
.ca_banner1 .ca_wrap1{
	width:960px;
	height:237px;
}

								/************************************************
*	thumb  								*
************************************************/
#outerthumb{
	width:1000px;
	height:150px;
	margin:0px;
	padding:0px;
	
	}
	
	.thumb1{
	width:310px;
	height:138px;
	margin:0px;
	float:left;
	background:none;
	padding:8px  0px 0px 8px;
	border:1px solid  #e3e0e0;
	background:#fff url(images/maintainance.jpg) no-repeat center center;
		}

.thumb2{
	width:310px;
	height:138px;
	margin:0px;
	float:left;
	background:none;
	padding:8px  0px 0px 8px;
	border:1px solid  #e3e0e0;
	background:#fff url(images/training.jpg) no-repeat center center;
		}
.thumb3{
	width:310px;
	height:138px;
	margin:0px;
	float:left;
	background:none;
	padding:8px  0px 0px 8px;
	border:1px solid  #e3e0e0;
	background:#fff url(images/consulancy.jpg) no-repeat center center;
		}
		
		
.theading{ 
width:318px;
font-family:Verdana, Geneva, sans-serif;
color:#fff;
margin:0px;
padding:108px 0px 0px 0px;
font-size:12px;
font-weight:bold;
text-align:center;
text-transform:capitalize;
}
					/************************************************
*	content  								*
************************************************/	
		
		
		#content{
			width:960px;
			margin:20px 0px 0px 0px;
			padding:20px 20px 20px 20px;
			background:#fff;
			border:1px solid  #e3e0e0;
			
			}
			
			#content ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 15px 0px;
}




#content ul li {
    background: url(images/bullet.png) no-repeat left top;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
	font-family: Verdana, Geneva, sans-serif;
	color:#202020;
	font-size:13px;
	text-align:justify;
	line-height:20px;
}


	#content ul  li ul{
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 0 0 15px 0px;
}
#content ul li  ul li{
    background: url(images/bullet.png) no-repeat left top;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
	font-family: Verdana, Geneva, sans-serif;
	color:#014ca1;
	font-size:13px;
	text-align:justify;
	line-height:20px;
}
			
			
			
			#content h1{
				font-family: Verdana, Geneva, sans-serif;
				font-size:15px;
				font-weight:bold;
				text-transform:capitalize;
				color:#052284;
				margin:0px  0px 5px 0px;
				padding:5px 0px 25px 60px;
				background:url(images/h1bg.png) no-repeat  left bottom ;
				
				
				}
				
				#content h2{
				font-family:  Verdana, Geneva, sans-serif;;
				font-size:13px;
				font-weight:bold;
				text-transform: none;
				color:#052284;
				width:450px;
				margin: 0px 0px 10px 0px;
				padding:5px 0px 5px 0px;
				background:none  ;
				border-bottom:none
				
				
				}
				#content h4{
					font-family:Verdana, Geneva, sans-serif;
					font-size:12px;
					font-variant:bold;
					color:#373737;
					text-align:justify;
					line-height:18px;
					margin:0px ;
					padding:0px 0px 5px 0px;
			
					}
				
				#content p{
					font-family:Verdana, Geneva, sans-serif;
					font-size:12px;
					font-variant:normal;
					color:#202020;
					text-align:justify;
					line-height:18px;
					margin:0px ;
					padding:0px 0px 10px 0px;
			
					}
					
	
/************************************************
*	sidebar 								*
************************************************/	

#sidebar{
width:1000px;
height:144px;
margin:7px 0px 0px 0px;
padding:0px ;
background:url(images/footerbg.png) repeat-x  center;	

	
	}
	
	
	.box{
	
	width:230px;
	margin:0px;
	padding:0px;
	float:left	
		
		
		
		}
	
	.heading{
		width:230px;
		float:left;
		margin:10px 0px 0px 10px;
		padding:0px 0px 5px 0px;
		color:#fff;
		font-weight:bold;
		font-family:  Verdana, Geneva, sans-serif;
		font-size:12px;
		text-transform:uppercase;
		text-shadow: none !important;	
		background:url(images/footerheading.jpg) no-repeat left bottom;
		
		
		}


#sidebar p{
	font-family: Arial, Helvetica, sans-serif;
	color:#94abff;
	text-align:justify;
	line-height:20px;
	font-size:12px;
	margin:0px;
	padding:5px 15px 0px 10px;
	
	}
	
	
		#sidebar ul {
    list-style-type: none;
    margin: 5px 0px 0px 10px;
    padding: 0 0 15px 0px;
}

#sidebar ul li {
    background: url(images/bullet.png) no-repeat left top;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#94abff;
	font-size:13px;
	text-align:justify;
	line-height:20px;
}

/************************************************
*	footer								*
************************************************/	

#footer {
	background: none;
	width: 1000px;
	height: 30px;
	margin: 0px auto 0px;
	padding: 0px;
	border-top: none;

	}
#footer p {
	color: #121212;
	font-size: 12px;
	font-family:    Arial, Helvetica, sans-serif;
	margin:5px 0px 0px 0px;
	text-align:left;
	padding: 0px 0px 5px 0px;
	line-height:20px;
	}

	

#footer a, #footer a:visited {
color: #121212;
	font-size: 12px;
	font-family:    Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

	

#footer a:hover {
	color: #121212;
	text-decoration: underline;
	}
