html,body{
	display:table;
	height:100%;
	width:100%;
}
body{
	margin:0;
	color:#333;
	font:11px arial,sans-serif;
	background:#d9e2f1;
	min-width:880px;
}
img{border-style:none;}
a{
	text-decoration:underline;
	color:#423F5B;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
	color:#000;
}
.wrapper{
	width:100%;
	background:url(../images/bg-header.gif) repeat-x;
}
.inner{background:url(../images/bg-header-inner.gif) repeat-x;}
.w1{
	width:880px;
	margin:0 auto;
	position:relative;
}
/*header*/
#header{
	height:409px;
	position:absolute;
	top:0;
	left:-27px;
	background:url(../images/bg-logo.gif) no-repeat;
	padding:0 0 0 108px;
	width:774px;
}
.inner #header{height:346px;}
.header-holder{
	overflow:hidden;
	height:95px;
}
.logo{
	width:205px;
	height:95px;
	background:url(../images/logo-westhaven.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	float:left;
}
.logo a{
	display:block;
	height:100%;
}
/*top menu*/
.menu{
	list-style:none;
	margin:0;
	padding:57px 2px 0 0;
	float:right;
}
.menu li{
	float:left;
	margin:0 0 0 2px;
	height:35px;
}
.menu .health a{background:url(../images/bg-menu-health.gif) no-repeat;}
.menu .technology a{background:url(../images/bg-menu-technology.gif) no-repeat;}
.menu a{
	float:left;
	text-indent:-9999px;
	height:35px;
	width:145px;
	color:#fff;
	text-decoration:none;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	cursor:pointer;
	overflow:hidden;
}
.menu a:hover{
	text-decoration:underline;
	color:#fff;
}
/*main*/
#main{
	margin:0 0 0 69px;
	padding:409px 0 0 13px;
	width:772px;
	overflow:hidden;
}
.inner #main{padding-top:346px}
.inner #main .main-holder{padding:20px 0 30px;}
#main .main-holder{
	background:#fff url(../images/bg-main.gif) repeat-x;
	border:#fff solid;
	border-width:0 5px;
	overflow:hidden;
	padding:26px 0 20px;
	height:1%;
}
/*footer*/
#footer{
	background:#fff url(../images/bg-main.gif) repeat-x;
	border:#fff solid;
	border-width:0 5px;
	margin:0 0 0 82px;
	width:762px;
	color:#423f5b;
	padding:13px 0 20px;
	font:14px/16px "Times New Roman", Times, serif;
}
#footer ul{
	margin:0 auto 5px auto;
	padding:0 0 1px;
	list-style:none;
	text-align:center;
}
#footer ul li:first-child{background:none;}
#footer ul li{
	display:inline;
	background:url(../images/bullet-list.gif) no-repeat 0 5px;
	padding:0 0 0 9px;
	font-size:90%;
}
#footer ul a{
	color:#423f5b;
	text-decoration:none;
}
#footer ul a:hover{
	text-decoration:underline;
	color:#423f5b;
}
#footer p{
	margin:0;
	text-align:center;
	padding:0 0 2px;
}
