/* --COLORS FOR THIS SITE--

HARD PURPLE: 660099
MID PURPLE: 663399

TEXT: 333333

*/

body {
	font-family: Verdana,_sans;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	color: #333333;
	background: url('components/implant_home_bg.gif') repeat-x;
}

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

h1,h2,h3,h4,p {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin-bottom: 10px;
	color: #660099;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

strong {
	color: #660099;
	font-weight: bold;
	font-size: 16px;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #663399;
}

img {
	border: none;
}

table, table tr {
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
} table td {
	border-top: 1px solid #999999;
	padding: 10px;
	margin-top: 10px;
	border-left: 1px dotted #999999;
}

div.dl_file {
	margin-top: 10px;
	border-top: 1px solid #999999;
	padding-top: 5px;
}

div.implant_image {
	float: left;
	margin-right: 5px;
	width: 385px;
	height: 245px;
	background: top left no-repeat #999999;
}

#logo_nav {
	display: block;
	width: 800px;
	height: 121px;
	background: url('components/implant_logo.gif') no-repeat center;
	padding-right: 45px;
} #logo_nav a {
	display: block;
	float: right;
	margin-top: 70px;
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
} #logo_nav a.selected, #logo_nav a:hover {
	color: #999999;
	text-decoration: none;
}

#implant_box {
	width: 800px;
	margin-top: 10px;
	background: url('components/implant_box_bg.gif') repeat-y;
	margin-bottom: 20px;
} #implant_box #envelope {
	padding: 0px 60px 0px 60px;
	text-align: left;
} #implant_box #contact_footer {
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #999999;
	margin-top: 50px;
	text-align: center;
}