/*---------------------------------------------- Homepage */
body 
		{
		background: #4d4842 url( '../images/home_bg_body.gif' ) repeat;
		}
#mainContainer
		{
		position: relative;
		width: 734px;
		height: 324px;
		margin: 120px auto 0px;
		padding: 11px;
		background: transparent url( '../images/home_bg_main.gif' ) no-repeat;
		text-align: left;
		}
#navigation
		{
		position: absolute;
		}
h1
		{
		display: none;
		}
#logo
		{
		width: 156px;
		height: 113px;
		margin-left: -5px;
		padding-top: 60px;
		}
h2
		{
		position: absolute;
		right: 169px;
		top: 11px;
		width: 386px;
		height: 263px;
		background: transparent url( '../images/home_ti_tag.gif' ) no-repeat;
		text-indent: -999em;
		overflow: hidden;
		}
h3
		{
		display: none;
		}
#clients
		{
		position: absolute;
		right: 11px;
		top: 11px;
		width: 158px;
		height: 263px;
		padding-top: 16px;
		background: transparent url( '../images/home_bg_clients.gif' ) no-repeat;
		text-align: center;
		}
#clients li
		{
		margin-bottom: 7px;
		}
#navigation
		{
		height: 22px;
		margin: 277px 0px 0px 3px;
		}
		*html #navigation
				{
				margin-top: 114px;
				_margin-top: 280px;
				}
#navigation li
		{
		float: left;
		}
#navigation li a
		{
		display: block;
		height: 22px;
		text-indent: -999em;
		overflow: hidden;
		}
#navigation li.welcome a
		{
		width: 184px;
		background: transparent url( '../images/home_nav_wel.gif' ) no-repeat;
		}
#navigation li.jobs a
		{
		width: 178px;
		background: transparent url( '../images/home_nav_jobs.gif' ) no-repeat;
		}
#navigation li.people a
		{
		width: 158px;
		background: transparent url( '../images/home_nav_people.gif' ) no-repeat;
		}
#navigation li.about a
		{
		width: 164px;
		background: transparent url( '../images/home_nav_about.gif' ) no-repeat;
		}