/*  Globals
--------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }

hr { display: none; }
ul { list-style: none; }
body { 
	background: #1F1F1F; 
	color:#fff; 
	padding: 50px 0; 
	font: 12px/1 Arial, Helvetica, Sans-Serif; 
}
a { color:#999; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { text-indent: -9999px; }

/*  Layout
--------------------------------------------------------------------------------------------------- */

/* hide what's below from iemac \*/

#wrapper { 	
	position:absolute;
	width: 990px; 
	height: 600px; 
	margin:-300px 0px 0px -495px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}

/* end hiding */

#container { 
	width: 990px; 
	height: 600px; 
	margin:0 auto; 
	position: relative;
	background:#555;
}
#header {
	height: 153px;
	width: 990px;
	background: url(../gfx/top_h.gif) no-repeat 0 0;
	position: relative; 
}
#contentarea {
	height: 348px;
	width: 990px;
	background: url(../gfx/mid_h.gif) no-repeat 0 0;
	position: relative; 
}
#footer {
	height: 99px;
	width: 990px;
	background: url(../gfx/foot_h.gif) no-repeat 0 100%;
	position: relative; 
}

/*  Header
--------------------------------------------------------------------------------------------------- */
#logo {
	width: 100px;
	height: 112px;
	text-indent: -9999px;
	background: url(../gfx/logo.gif) no-repeat 0 0;
	position: absolute;
	top: 22px;
	left: 126px;
}
#logo a {
	display: block;
	width: 100px;
	height: 112px;
}
#em {
	position: absolute;
	top: 20px;
	right: 157px;
	height: 20px;
	width: 25px;
	text-indent: -9999px;
}
#em a {
	display: block;
	height: 20px;
	width: 25px;
}
#ph {
	position: absolute;
	top: 20px;
	right: 104px;
	height: 20px;
	width: 25px;
	text-indent: -9999px;
}
#ph a {
	display: block;
	height: 20px;
	width: 25px;
}

/*  Primary Content
--------------------------------------------------------------------------------------------------- */
body#home #primary {
	height: 348px;
	width: 518px;
	background: url(../gfx/pic_home.jpg) no-repeat 0 0;
}
body#home #primary p {
	text-indent: -9999px;
}

/*  Footer
--------------------------------------------------------------------------------------------------- */
#footer p {
	position: absolute;
	right: 84px;
	top: 75px;
	font-size: 9px;
	color:#535558;
	text-align: right;
}

/* Navigation
--------------------------------------------------------------------------------------------------- */
#navigation {
	position: absolute;
	top: 191px;
	left: 518px;
}
#navigation ul li {
	width: 160px;
}
#navigation ul li a {
	width: 160px;
	display: block;
	text-indent: -9999px;
}
#n_company a {
	height: 46px;
	line-height: 46px;
	background: url(../gfx/nav_h/company.gif) no-repeat 0 0;
}
#n_company a:hover {
	background-position: -160px 0;
}
#n_people a {
	height: 45px;
	line-height: 45px;
	background: url(../gfx/nav_h/people.gif) no-repeat 0 0;
}
#n_people a:hover {
	background-position: -160px 0;
}
#n_portfolio a {
	height: 48px;
	line-height: 48px;
	background: url(../gfx/nav_h/portfolio.gif) no-repeat 0 0;
}
#n_portfolio a:hover {
	background-position: -160px 0;
}
#n_advantage a {
	height: 50px;
	line-height: 50px;
	background: url(../gfx/nav_h/advantage.gif) no-repeat 0 0;
}
#n_advantage a:hover {
	background-position: -160px 0;
}
#n_contact a {
	height: 48px;
	line-height: 48px;
	background: url(../gfx/nav_h/contact.gif) no-repeat 0 0;
}
#n_contact a:hover {
	background-position: -160px 0;
}
#n_careers a {
	height: 50px;
	line-height: 50px;
	background: url(../gfx/nav_h/careers.gif) no-repeat 0 0;
}
#n_careers a:hover {
	background-position: -160px 0;
}