@charset "utf-8";
/* staffing website */



/* header - logo & address */
#header {
	position: relative;
	width: 976px;
	height: 133px;
	background: url("../img/it/header-off.jpg") no-repeat;
}

#logo {
	position: absolute;
	display: block;
	top: 5px; left: 5px;
	width: 400px; height: 80px;
}

#logo:hover {
	background: url("../img/it/header-on.jpg") -5px -5px;
}


#logo h1, #logo h2 { text-indent: -9999px; }


/* #addy { 
	position: absolute; 
	right: 10px;
	top: 10px;
	width: 300px;
	text-align: right;
} */



#navigation #tabdefault {
	width: 117px; 
}

#navigation #tabsolutions {
	width: 183px;
}

#navigation #tabcasestudies {
	width: 156px;
}


#navigation #tabpartners {
	width: 205px; 
}


#navigation #tababout {
	width: 144px;
}

#navigation #tabcontact {
	width: 155px;
}


#navigation #tabdefault:hover, #navigation #tabdefault.current { 
	background: url("../img/it/header-on.jpg") -8px -101px; 
}


#navigation #tabsolutions:hover, #navigation #tabsolutions.current {
	background: url("../img/it/header-on.jpg") -125px -101px; 
}



#navigation #tabcasestudies:hover, #navigation #tabcasestudies.current {
	background: url("../img/it/header-on.jpg") -308px -101px; 
}



#navigation #tabpartners:hover, #navigation #tabpartners.current {
	background: url("../img/it/header-on.jpg") -464px -101px; 
}




#navigation #tababout:hover, #navigation #tababout.current {
	background: url("../img/it/header-on.jpg") -669px -101px; 
}


#navigation #tabcontact:hover, #navigation #tabcontact.current {
	background: url("../img/it/header-on.jpg") -813px -101px; 
}

.partner { border-top: 1px solid #c0c0c0; padding: 10px 0;  }
.partner-img { text-align: center;}
.partner-img div {  height: 100%; }
.partner-img img { padding-top: 10px; }

.partner-level { font-size: 11px; font-weight: bold; }

.reference textarea { width: 500px; height: 200px; }
.reference .contactform { width: 520px; }