@charset "UTF-8";
/* CSS Document */

body{
	margin-top:0px;
	margin-bottom:0px;
	color: #333;
	background-color:#99CC33;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
}

.headline{
 font-size:18px;
 color:#FD0A0A;
 margin-bottom:5px;
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001; 
	background-color: inherit;
}
/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;	
	text-transform: uppercase; 		
}
h3 {
	font-size: 115%;
	color: #003366;		
}


h1, h2, h3, p {
	padding: 0;		
	margin: 10px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* main column */
#main {
	float: left;
	margin: 0; padding: 0;
	width: 100%;	
}
#main h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #99CC00;	
	letter-spacing: 0.5px;
}
/* header */
#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 50px;
}
#header span#slogan {
	z-index: 3;
	position: absolute;
	left: 3px; bottom: 7px;
	font: bold 1.2em Verdana, Arial, Tahoma,  Sans-serif;	
	color: #FFF;	
}

#header-logo {
	position: relative;
	clear: both;
	height: 50px; 
	margin: 0; padding: 0;	
}
#header-logo #logo {
	position: absolute;
	top: 3px; left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}

/* navigation tabs */
#header ul {
	position: absolute;
	margin:0;
	list-style:none;
	right:5px;
	bottom: 2px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	width: 403px;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#000000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#CC0000;
}
#header a:hover {
   background-position:0% -42px;
      color:#339900;
}
#header a:hover span {
   background-position:100% -42px;
      color:#339900;
}
#header #current a {
   background-position:0% -42px;
      color:#339900;
}
#header #current a span {
   background-position:100% -42px;
      color:#339900;
}

#wrapper{
	width:960px;
	margin:0px auto;
}


#logo{
	width:600px;
	height:70px;
	float:left;
	clear:none;
	margin-top:15px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.middle-box ul li a{
	color:#000000;
}
.middle-box ul li a:hover{
	color:#FF0000;
}

/* Search */
#search{
	margin-top:25px;
	float:right;
	clear:none;
}

#search-box{
	background:url(../../1globalmanpower.co.in/images/search_box.png);
	width:246px;
	height:26px;
	float:left;
	clear:none;
	margin-left:5px;
}

#search-box input{
	border:0px;
	margin-left:5px;
	margin-top:7px;
	width:223px;
}


#banner{
	width:960px;
	height:194px;
	background-repeat: no-repeat;
	background-position: left top;
}


/* footer */
#footer{
	width:915px;
	height:45px;
	padding-left:25px;
	padding-top:5px;
	color:#003366;
	margin-bottom:0px;
	background-image: url(../images/fooder.jpg);
}

