@charset "utf-8";

/* web layout */

img
{
	border-style:none;
}

html
{
	height:100%;
}

body
{
	position:relative;
	background:#ffffff;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
}

#wrapper
{
	position:relative;
	margin:0 auto;
	padding:0 0 0 0;
	width:980px;
	background:url(../images/misc/pic_globe.png) top right no-repeat;
	border:1px solid #ffffff;
}

#container
{
	position:relative;
	margin:0 auto;
	padding:0 0 0 0;
	width:887px;
}

#header
{
	position:relative;
	margin:68px auto 0;
	padding:0 0 0 0;
	clear:both;
	width:887px;
	height:308px;
	z-index:1;
}

#footer
{
	position:relative;
	margin:0 auto;
	padding:0 0 0 0;
	clear:both;
	width:887px;
	height:50px;
	z-index:1;
}

/* nav menu */

#navMainMenu
{
	position:absolute;
	aabottom:-33px;
	top:308px;
	right:1px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:675px;
	height:33px;
}

#navMainMenu li
{
	float:left;
	list-style:none;
}

#navMainMenu li a
{	
	display: block;
	white-space: nowrap;
}

#ourBusinessNavMenu
{
	position:relative;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	width:880px;
}

#ourBusinessNavMenu li
{
	float:left;
	list-style:none;
	margin:0 2px 0 0;
	padding:0 0 0 0;
}

/* content */

#content
{
	position:relative;
	margin:0 auto;
	padding:0 0 0 0;
	width:887px;
	height:338px;
	background:#343335;
}

#parTable
{
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-spacing:0;
	text-align:justify;
}

#parTable tr
{
	border-spacing:0;
}

#parTable tr td
{
	width:340px;
	vertical-align:top;
	padding-right:50px;
	padding-bottom:5px;
	border-spacing:0;
}

#ourBusinessLogos
{
	position:absolute;
	left:140px;
}


#intranetLoginFormBox
{
	position:absolute;
	top:34px;
	right:8px;
	width:282px;
	height:167px;
	background:#ffffff url(../images/intranet_login/bg_login_form.png) top left repeat-x;
	border:1px solid #ffffff;
}

#intranetLoginForm
{
	position:absolute;
	top:15px;left:30px;
}

#intranetLoginForm input
{
	width:160px;
	height:16px;
	border:0;
	background:url(../images/intranet_login/bg_input.png) top left no-repeat;
}
