@charset "UTF-8";
/* CSS Document */

/*	This CSS doc contains structural elements css only for:
		BANNER
		NAVIGATION
		MAIN CONTENT WINDOW

/*  SITE (Wrapper)*/

#container {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/*#banner {
	position: fixed;
	top: 100;
	left: 35;
	width: 800px;
	height: 53px;
	background-color:#F03;

} 
*/
#globalLogo {
	position:relative;
	top: 35px;
	left: 0;
	width: 800px;
	height: 9px;
	text-indent: -5000px;
	background-image: url(../nav/nav_globalLogo.gif);
	background-repeat: no-repeat;

} 

#nav {
	position: relative;
	top: -55px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

#content {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 800px;
}

#client {
	position: absolute;
	top: 30px;
	height: 18px;
	width: 800px;
}


#hptext {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 800px;
}

#text {
	position: absolute;
	top: 84px;
	left: -0px;
	width: 800px;
}

#img {
	position: absolute;
	top: 130px;
	width: 800px;	/*width: 800px;*/
}

#wfimg {
	position: absolute;
	top: 130px;
	width: 800px;	/*width: 800px;*/
}

#flash {
	position: absolute;
	top: 130px;
	width: 800px;	/*width: 800px;*/
}

#vt {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 800px;	/*width: 800px;*/
}

#webflush {
	position: absolute;
	top: 7px;
	left: 0px;
	width: 800px;
}

#wdimg {
	position: absolute;
	top: 130px;
	left: -8px;
	width: 800px;	/*width: 800px;*/
}


#dpimg {
	position: absolute;
	top: 130px;
	left: -8px;
	width: 800px;	/*width: 800px;*/
}

#dpflash {
	position: absolute;
	top: 130px;
	left: -8px;
	width: 800px;	/*width: 800px;*/
}

#hypimg {
	position: absolute;
	top: 130px;
	left: -7px;
	width: 800px;	/*width: 800px;*/
}


#hpimg {
	position: absolute;
	top: 290px;
	left: 0px;
	width: 800px;	/*width: 800px;*/
}




/*  Formatting for rule
---------------------------------------------------------------------------------------------------------------------------
    Disable style for hr element  */

hr {
display: none;
}


/*  Apply style to rule div  */
#hrule {
	height: 1px;
	border-top: 1px solid #E8E8E8;
	margin-top: 24px;
	/*margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;*/
	}


