/* Elements
-----------------------------*/
* { margin:0; padding:0; border:0; }
html, body { background:#fff; color:#000; }
html { background: #fff url(../images/splash_bg.jpg) top left no-repeat; }
body {
	background: #fff url(../images/splash_bg.jpg) top left no-repeat;
	font: normal 76%/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#content {}
#main {
	position: absolute;
	top:200px;
	left:181px;
	width:450px;
}
#main h2 {
	overflow:hidden;
	background: transparent url(../images/splash_welcome.jpg) no-repeat;
	height: 32px;
	text-indent:-9999px;
}

h1 { position:absolute; bottom:0; left:23px;}
h1 img { display:block; }

/* Header
-----------------------------*/
#header {
  position:relative;
  height:66px;
}

/* Nav
-------------------------------*/
#resinav {
	overflow:hidden;
	position:absolute;
	top:52px;
	left:0;
	width:167px;
}
#resinav li { list-style:none; font-size:1px; }
#resinav li a { display:block; text-indent:-9999px; }

#businav {
	overflow:hidden;
	position:absolute;
	top:52px;
	left:214px;
	width:236px;
}
#businav li { list-style:none; font-size:1px; }
#businav li a { display:block; text-indent:-9999px; }

#resi-eng a, #resi-fre a, #busi-eng a, #busi-fre a{ display: block; text-indent: -9999px; padding:0px; margin:0px;}

#resi-eng a { background: transparent url(../images/splash_resinav.jpg) 0px 0px no-repeat; height: 85px; }
#resi-fre a { background: transparent url(../images/splash_resinav.jpg) 0px -85px no-repeat; height: 85px; }
#resi-eng a:hover { background: transparent url(../images/splash_resinav.jpg) -167px 0px no-repeat; height: 85px; }
#resi-fre a:hover { background: transparent url(../images/splash_resinav.jpg) -167px -85px no-repeat; height: 85px; }

#busi-eng a { background: transparent url(../images/splash_businav.jpg) 0px 0px no-repeat; height: 85px; }
#busi-fre a { background: transparent url(../images/splash_businav.jpg) 0px -85px no-repeat; height: 85px; }
#busi-eng a:hover { background: transparent url(../images/splash_businav.jpg) -236px 0px no-repeat; height: 85px; }
#busi-fre a:hover { background: transparent url(../images/splash_businav.jpg) -236px -85px no-repeat; height: 85px; }

/* IE5.x/Win hacks
----------------------------*/

/* Hide from IE5/Mac. \*/
* html #resinav li { display:inline; }
* html #resinav a { height /**/:85px; }
* html #businav li { display:inline; }
* html #businav a { height /**/:85px; }

/* End hide from IE5/Mac */

