div#header {
	background: url(../images/bg-header.gif) top left no-repeat;
}
div#header h1 {
	float: right;
	width: 250px;
	height: 110px;
}
div#header h1 a {
	display: block;
	width: 250px;
	height: 110px;
	text-indent: -999em;
	text-decoration: none;
}
div#header ul {
	background: #153F11 url(../images/bg-nav.gif) top right repeat-y;
	clear: right;
	margin: 0; padding: 0;
	height: 16px;
	list-style-type: none;
}
div#header li {
	float: left;
	width: 147px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0;
}
div#header li a {
	color: #FFF;
	width: 147px;
	padding: 2px 0 1px 0;
	display: block;
	text-align: center;
	text-decoration: none;
}



div#header li.edm a, div#header li.edm { 
	width: 85px; 
}

div#header li.intricate a, div#header li.intricate { 
	width: 125px; 
}

div#header li.thin a, div#header li.thin { 
	width: 120px; 
}

div#header li.special a, div#header li.special { 
	width: 120px; 
}

div#header li.catheter a, div#header li.catheter { 
	width: 190px; 
}

div#header li.contact a, div#header li.contact { 
	width: 100px; 
	border: 0; 
}


div#header li a:hover {
	background: #000;
}

div#header li.catheter a:hover {
	background: #2a2a2a;
}


div#body { 
	clear: both; 
	background: url(../images/bg-content.gif) top left repeat-y;
	padding: 30px;
	position: relative;
}

ul#footer {
	padding-top: 80px;
	margin: 0;
	background: url(../images/bg-footer.gif) no-repeat;
	list-style-type: none;
	text-align: center;
}
ul#footer li {
	display: inline;
	border-right: 1px solid #666;
	padding: 0 5px;
}
ul#footer li a {
	color: #666;
	font-size: 9px;
	text-decoration: none;
}
ul#footer li.contact { border: 0; }
ul#footer li.addr {
	display: block;
	border-right: 0;
	color: #666;
	margin-bottom: 7px;
}

p#certified {
	text-align: right;
	margin: 0;
}