body {
	margin: 0;
	background-color: #00529B;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
div#wrapper {
	text-align: left;
	width: 800px;
	margin: 10px auto 10px auto;
	background: white;
	padding: 0;
}
div#header-fire {
	border: 1px solid white;
	height: 143px;
	background: url('/img/header3.jpg');
}
div#header-tube {
	border: 1px solid white;
	height: 143px;
	background: url('/img/header-tube.jpg');
}
div#header-syringe {
	border: 1px solid white;
	height: 143px;
	background: url('/img/header4.jpg');
}
#header-product {
	border: 1px solid white;
	height: 143px;
	background: url('/img/header-products.jpg');
}
div#navbar {
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: #56B714 url('/img/sub-head-green-index.jpg') 3px 0;
	height: 34px;
}
div#navbar h1 {
	float: left;
	color: #E8E8E8;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 0 0 20px;
	margin: 0;
}
div#navbar form {
	margin: 0 20px 0 500px;
	padding: 6px 0 0 0;
	text-align: right;
}
div#navbar input {
	margin: 0;
	vertical-align: middle;
}
div#navbar input[type=text] {
	width: 140px;
	padding: 2px;
	font-size: 11px;
	height: 12px;
}
div#sub-meta {
	background: url('/img/sub-meta.jpg') 0 50% no-repeat;
	border-right: 1px solid white;
	border-left: 1px solid white;
	padding: 4px 16px;
}
div#sub-meta h2 {
	font-size: 16px;
	margin: 0;
	color: #333333;
}
div#left-column {
	float: left;
	display: inline;
	width: 220px;
	background: #FFF url('/img/sidebar.jpg') no-repeat;
	padding: 40px 0 30px 0;
	margin: 0 0 0 10px;
}
div#main-column {
	margin: 0 1px 30px 240px;
	padding: 10px 10px 0 0;
}

div#main-column h3 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin: 10px 0 5px;
}
div#main-column h4 {
	font-size: 13px;
	color: #0066CC;
	margin: 0 0 10px;
}
div#main-column h4.plain {
	font-size: 20px;
	padding: 25px 0 0 0;
	font-weight: normal;
	color: black;
}
div#main-column h5 {
	font-size: 12px;
	margin: 0 0 5px;
}
div#main-column a {
	color: #0066CC;
}
div#main-column div.leadin {
	background-color: #E0E0E0;
	padding: 10px;
	cursor: pointer;
}
div#main-column div.leadin a {
	text-decoration: underline;
}

div#main-column a.spaced {
	display: block;
	margin: 0 0 10px 0;
}
div#main-column ul {
	margin: 10px 0;
	padding: 0;
}
div#main-column ul li {
	margin: 0 0 5px 15px;
	padding: 0;
	list-style: square;
}

div.text-columns {
	margin: 0 -10px 0 0;
}
div.text-columns > div {
	width: 260px;
	float: left;
	margin: 0 15px 20px 0;
}
div.clean {
	height: 1px;
	overflow: hidden;
	float: none;
	clear: both;
}


/* navigation tree */
div#content ul#tree,
ul#tree {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div#content ul#tree > li,
ul#tree > li {
	margin: 0 0 5px 0;
}
div#content ul#tree ul li {
	margin: 0;
	background: none;
}

div#content ul#tree li a,
ul#tree li a {
	font-size: 13px;
	color: #0066CC;
	text-decoration: none;
}
div#content ul#tree > li > a,
ul#tree > li > a {
	display: block;
	padding: 4px 0 4px 18px;
	background: #EEEEEE url('/img/minus.gif') 3px 50% no-repeat;
	border: 1px solid #666666;
}
div#content ul#tree li ul,
ul#tree li ul {
	color: #0066CC;
	list-style-type: square;
	list-style-position: inside;
	margin: 5px 0 10px 0;
	padding: 0 0 0 20px;
}
div#content ul#tree li ul li.section {
	list-style-type: none;
	margin: 10px 0 3px 0;
	font-weight: bold;
	font-size: 13px;
}
div#content ul#tree li ul li.section-link {
	margin-top: 10px;
}
/* end of navigation tree */

div#prod-features {
}
div#prod-features h3 {
	margin: 20px 0 0 0;
	color: #004477;
	font-size: 1.4em;	
}
div#prod-features ul {
	margin: 0;
	padding: 0;
}
div#prod-features li {
	color: #0055AA;
	margin: 0;
	padding: 5px 0 0 10px;
	background: transparent url('/img/bullet.jpg') 0 9px no-repeat;
	font-size: 12px;
	list-style-type: none;	
}
div#prod-features ul ul li {
	margin-left: 20px;
}
div#prod-features p {
	text-align: center;
}
div#prod-features a {
	vertical-align: middle;
}
div#prod-features img {
	vertical-align: middle;
	border: 0;
}

div#content div#leftcolumn2 ul.prodfeatures {
	list-style-type: square;
	margin: 0 0 0 10px;
}

div#sidebar-photo {
	text-align: center;
	border-color: #005599;
	border-style: solid;
	border-width: 10px 1px 1px;
	margin: 20px 0 20px 0;
	padding: 10px 0 10px 0;
}

div#sidebar-photo a {
	display: block;
}
div#sidebar-photo img {
	margin: 0 auto;
	border: 0;
}
div#sidebar-photo p {
	font-weight: bold;
	color: #777;
	margin: 10px 0 0 0;
}

/* slide show */
div#slide-view {
	position: relative;
	height: 460px;
}
div#slide-view img {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: -1;
}
div#slide-view img#slide-current {
	z-index: 2;
	visibility: visible;
}
div#slide-view img#slide-next {
	z-index: 1;
	visibility: visible;
}
div#slide-descr {
	border: 1px solid #999;
	margin: 10px 0 10px 0;
	padding: 4px;
	font-weight: bold;
	color: #555;
	background-color: #F9F9F9;
}
div#slide-thumb img {
	border:1px solid #999999;
	cursor: pointer;
}
div#slide-thumb img#thumb-current {
	border:1px solid red;
}
/* end of slide show */


table.side-border {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 535px;
	float: left;
	margin-bottom: 30px;
}
table.side-border td {
	border-collapse: collapse;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px;
	font-size: 10px;
}
table.side-border th {
	text-align: left;
	padding: 5px;
	background: #2f6597;
	color: #FFF;
	font-size: 10px;
}

/* pop-up box */
table#popupbox {
	border: 0;
	border-collapse: collapse;
	position: absolute;
	width: 550px;
	z-index: 500;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	visibility: hidden;
}
table#popupbox td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
table#popupbox td img {
	margin: 0;
	display: block;
}
table#popupbox td#popup-content {
	text-align: left;
	padding: 4px 12px 12px 4px;
	background-color: #dbe5f1;
}
table#popupbox td#popup-content h2 {
	color: #0070c0;
	font-size: 16px;
}

span.drop {
	color: #990000;
	float: left;
	font-size: 3.4em;
	font-weight: bold;
	line-height: 0.7em;
	margin: 0 0 -2px;
	padding: 2px 1px 0 0;
}

/* footer */
div#footer {
	background: #02529b url('/img/footer.jpg') bottom no-repeat;
	border-right: 1px solid white;
	border-left: 1px solid white;
	color: white;
	text-align: center;
	padding: 10px 0;
	font-size: 11px;
	text-align: center;
}
div#footer p {
	margin: 0;
}
div#footer a {
	color: white;
}

div#features-left h5 {
	margin: 0;
	color: #004477;
	font-size: 1.4em;
}
div#features-left ul {
	color: #0055AA;
	margin: 0;
	padding: 5px 0 0 10px;
}
div#features-left li {
	background:transparent url(../../img/bullet.jpg) no-repeat scroll 0 9px;
	margin: 0;
	padding: 5px 0 0 10px;
	font-size: 12px;
	list-style-type:none;
}
