html, body {
	height: 100%;         /* required */
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background: #000 center no-repeat;
	font-family: Gill Sans, Gill Sans Std, Arial, verdana, sans-serif;
	font-weight:200;
	color:#e5e5e5;
	font-size: 13px;
	line-height: 1.4em;
}

div#distance { 
	margin-bottom: -300px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}

div#container {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 600px;         /* required - desired height */
	width: 900px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

#hpcontainer {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 600px;         /* required - desired height */
	width: 900px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	background:url(../images/hpimage.jpg) no-repeat;
}

.error	{
	color: #f70808;
	font-weight: bold;
	font-size: 12px;
	}

a {
	color: #e5e5e5;
	text-decoration: none;
	}

a:hover {
	color: #666666;
	text-decoration: underline;
	}


#pagecontentscroll	{
	position:absolute;
	overflow: auto;
	width: 260px;
	height: 420px;
	right: 20px;
	margin-right: 20px;
	top: 155px;
}

#pagecontentscroll1	{
	position:absolute;
	overflow: auto;
	width: 400px;
	height: 420px;
	right: 20px;
	margin-right: 20px;
	top: 155px;
}

.right  {
	float:right;
}


#indexlogo {
	width: 800px;
	height: 410px;
	background: url('../images/hp_logo_large.png') top center no-repeat;
	position: absolute;
	top: 100px;
	left: 50px;
}

#en {
	position: absolute;
	bottom: 0px;
	left: 120px;
}

#en a, #fr a {
	color:#000;
}

#en a:hover, #fr a:hover {
	color:#a5a5a5;
}

#fr {
	position: absolute;
	bottom: 0px;
	right: 92px;
}

#en a, #fr a, #nav a {
	font-size: 12px;
}

a:hover {
	text-decoration:none;
}

.arrows a {
	font-size:14px;
	color: #999999;
	position:absolute;
	bottom:20px;
	right:0px;
}

.arrows a:hover {
	color: #ffffff;
}

#lyr1 {
	position:absolute;
	width: 400px;
	z-index:100;
}


#slideshow {
	position: absolute;
	top: 155px;
	left: 0px;
}

#slideshow img {
	border: 1px black solid;
}

#hp_logo {
	position: absolute;
	top: 20px;
	right: 5px;
	width: 251px;
	height: 120px;
}

#pressReleases {
	position: absolute;
	top: 180px;
	width: 220px;
	height: 400px;
	overflow:auto;
	display: list-item;
	right: 20px;
}

#minilogo {
	position: absolute;
	bottom: 0px;
	right: 20px;
	width: 100px;
	height: 48px;
	background: url('../../oldsite/hp_logo_tiny.jpg') top center no-repeat;
}

#nav {
	position: absolute;
	bottom: 15px;
	left: 407px;
}

#press {
 	position: absolute;
	bottom: 15px;
	right: 20px;
}

#email {
	position: absolute;
	bottom: 15px;
	left: 420px;
}

#pressgrid {
	width:410px;
	height:430px;
	margin-left:245px;
}

#lookgrid {
	height:430px;
	margin-top:5px;
}

#pressgrid img {
	padding:0px 5px 10px 0px;
	border:none;
}

#lookgrid img {
	padding:0px 3px 10px 0px;
	border:none;
}

input.grey, textarea.grey {
background-color: #e5e5e5;
border: 0;
}

.active {
	color:#666666;
}