#header {
	height: 35px;
}

#header form {
	padding-top: 5px;
}

ul#primaryNav {
	position: absolute;
	width: 800px;
	z-index: 99;
	left: 0;
	overflow: visible;
	background: none;
}

ul#primaryNav li {
	background: url(../images/home/homeNavBack.png);
}

#container {
	background: #fff url(../images/home/homeImage.jpg) 0 35px no-repeat; 
}

#content {
	padding: 0; 
	position: relative;
	height: 355px;
	margin-left: 445px;
	margin-right: 35px;
	padding-top: 205px;
	overflow: visible;
}

#content p {
	color: #605271; 
	font-size: 11px; 
	line-height: 20px;
}

#content img {
	position: absolute;
	bottom: 25px;
	right: 35px;
}

/*home sub-nav*/
#content ul {
	list-style: none;
	padding:0;
	padding-top: 10px;
}
#content ul li {
	padding:0;
	margin: 0;
	margin-right: 5px;
	width: 102px;
	height: 50px;
	float: left;
	text-align: center;
}

#content li a {
	display: block;
	overflow: hidden;
	height: 50px;
	text-indent: -1000px;
}

#content li a:hover {
	color: #fff;
}

#content ul li#cosmetic a, #content ul li#surgical a {
	padding-top: 15px;
	height: 35px;
}

li#cosmetic {background:#84789d url(../images/global/cosmetic.png) center no-repeat;}
li#medical {background: #8fab5e url(../images/global/medical.png) center no-repeat;}
#content ul li#surgical {background: #5e84a5 url(../images/global/surgical.png) center no-repeat; margin-right: 0;}

#footer p {
	margin: 0;
	font-size: 9px;
	text-align: center;
	padding: 10px;
}