html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #3a3a68;
}

img { display: block; } /* necessary with strict doctype */

div.homeAnchor {
	position: relative;
	width: 0px;
	height: 0px;
}

div.homeMain {
	width: 900px;
	height: 597px;
	border-left: thin solid #000066;
	border-bottom: thin solid #000066;
	border-right: thin solid #000066;
	margin-left: auto;
	margin-right: auto;
}

div.homeMenu {
	position: absolute;
	top: 150px;
	height: 400px;
	width: 310px;
}

div.homeFooter {
	position: absolute;
	top: 567px;
	width: 900px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	letter-spacing: 2px;
	text-align: center;
	cursor: default;
}

div.homeFooter a {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	letter-spacing: 2px;
	color: #7a7aa5;
	cursor: pointer;
}

div.homeFooter a:hover {
	color: #6666cc;
}

div.homeMenu img {
	display: inline;
}

div.homeMenu  a {
	font-family: Arial;
	font-size: 10pt;
	letter-spacing: 1px;
	color: white;
	text-decoration: none;
}

div.homeCompanyProfileButton {
	float: right;
	height: 44px;
	dpadding-top: 7px;
	padding-right: 4px;
	white-space: nowrap;
}

div.homeTechnologyButton {
	float: right;
	clear: right;
	height: 44px;
	dpadding-top: 7px;
	padding-right: 4px;
	white-space: nowrap;
}

div.homeProductsButton {
	float: right;
	clear: right;
	height: 44px;
	dpadding-top: 7px;
	padding-right: 4px;
	white-space: nowrap;
}

div.homeNewsEventsButton {
	float: right;
	clear: right;
	margin-top: 3px;
	height: 44px;
	dpadding-top: 7px;
	padding-right: 4px;
	white-space: nowrap;
}

div.homePublicationsPatentsButton {
	float: right;
	clear: right;
	margin-top: 2px;
	height: 44px;
	dpadding-top: 7px;
	padding-right: 4px;
	white-space: nowrap;
}

div.homeCareersButton {
	float: right;
	clear: right;
	margin-top: 1px;
	height: 44px;
	dpadding-top: 7px;
	padding-right: 4px;
	white-space: nowrap;
}

div.homeContactUsButton {
	float: right;
	clear: right;
	height: 44px;
	dpadding-top: 7px;
	dpadding-right: 4px;
	margin-right: -40px;
	white-space: nowrap;
}

div.homeText {
	position: absolute;
	left: 725px;
	top: 343px;
	width: 150px;
	font-family: Verdana;
	font-size: 9pt;
	color: white;
}

div.homeBottom {
	position: absolute;
	top: 549px;
	color: white;
}

/**************** J-Tech Footer *********************/
.jtechFooter {
	width: 900px; 
	padding-top: 5px;
	margin-left: auto; margin-right: auto;
	font-size: 11px;
	position: relative;
}
.jtechFooter .jtechLinkWrapper {
	position: absolute; right: 0px; top: 5px;	/* top: should match .jtechFooter's padding-top */
}
.jtechFooter a:link, .jtechFooter a:visited {
	color: #5d62c8;
}
.jtechFooter a:hover, .jtechFooter a:active {
	color: #4347a1;
}
.jtechCommentsContainer {
	display: none;
	position: absolute; top: -90px; right: 0px; 
}
.jtechComments {	
	width: 300px; 
	background-color: white; 
	padding: 5px; 
	text-align: justify;
	color: #2c2104;
}
.jtechComments .closeButton {
	float: right; 
	position: relative; top: -8px; left: 6px;
}
.jtechCommentsContainer .topLeft {
	background: url(../images/jtech_footer/tl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/tl.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .topRight {
	background: url(../images/jtech_footer/tr.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/tr.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .bottomLeft {
	background: url(../images/jtech_footer/bl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/bl.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .bottomRight {
	background: url(../images/jtech_footer/br.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/br.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .top {
	background: url(../images/jtech_footer/t.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/t.png',sizingMethod='scale');
	height: 17px;
}
.jtechCommentsContainer .bottom {
	background: url(../images/jtech_footer/b.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/b.png',sizingMethod='scale');
	height: 17px;
}
.jtechCommentsContainer .left {
	background: url(../images/jtech_footer/l.png) top right repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/l.png',sizingMethod='scale');
	width: 17px;
}
.jtechCommentsContainer .right {
	background: url(../images/jtech_footer/r.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/r.png',sizingMethod='scale');
	width: 17px;
}
