body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c453d;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/fade.jpg);
}
a:link {
	color: #3A55A6;
	text-decoration: none;
}
a:visited {
	color: #3A55A6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #3A55A6;
	text-decoration: none;
}
a{ 
	outline: none;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,p,form,input {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 18px;
	margin-right: 0px;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ol {
	list-style-type: decimal;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 18px;
	margin-right: 0px;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
p {
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 34px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 24px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 20px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 17px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 16px;
}
h6 {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#frame {
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	float: left;
	height: 80px;
	width: 1000px;
}
.header-logo {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
.header-logo h1 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header-logo h1 a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 352px;
}
.header-medpak {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
}
.header-medpak h1 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header-medpak h1 a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-image: url(../images/med-pak.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 200px;
}
.header-tag {
	float: right;
	text-align: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
.header-tag p {
	margin: 0px;
	font-size: 15px;
	line-height: 20px;
}
.header-tag strong {
	font-size: 17px;
}
#navbar {
	float: right;
	width: 1000px;
	height: 45px;
	margin-bottom: 10px;
	background-image: url(../images/navbar.gif);
	background-repeat: no-repeat;
}
.navbar-nav {
	float: right;
	background-image: url(../images/nav-line.gif);
	background-repeat: no-repeat;
	padding-left: 1px;
}
.navbar-nav ul {
	line-height: 15px;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.navbar-nav ul li {
	float: left;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.navbar-nav ul a {
	display: block;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 15px;
	overflow: hidden;
	white-space: nowrap;
	background-position: right top;
}
.navbar-nav ul a,
.navbar-nav ul a:visited,
.navbar-nav ul a:hover,
.navbar-nav ul a:active {
	color: #FFF;
}
.navbar-nav ul a:hover {
	text-decoration: none;
	background-position: right bottom;
}
.navbar-nav ul #nav-corner a {
	background-image: url(../images/nav-corner.gif);
}
.navbar-nav ul .current a {
	color: #d8d0c7;
}
#slide {
	float: left;
	width: 1000px;
	height: 300px;
	background-color: #FFF;
}
#slide h1 {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 70px;
}
#slide p {
	font-size: 14px;
	margin-left: 40px;
	margin-right: 40px;
}
#design {
	float: left;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(../images/bucket-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	overflow: hidden;
}
.bucket {
	float: left;
	width: 980px;
	background-image: url(../images/bucket-top.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.bucket-box {
	float: left;
	width: 110px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bucket-box h1 {
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.bucket-box h1 a {
	font-weight: bold;
	color: #4c453d;
	display: block;
}
.bucket-box h1 a:hover {
	color: #002596;
	text-decoration: none;
}
.bucket-box ul {
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 130px;
}
.bucket-box ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.bucket-left {
	background-image: url(../images/bucket-left.gif);
}
.bucket-middle {
	background-image: url(../images/bucket-middle.gif);
}
.bucket-right {
	background-image: url(../images/bucket-right.gif);
}
.boxes {
	float: left;
	width: 998px;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	padding-top: 30px;
	margin-right: 1px;
	margin-left: 1px;
}
.text-box {
	float: left;
	width: 640px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.recycle-big {
	float: left;
	width: 200px;
	height: 200px;
	padding: 30px;
}
#full {
	float: left;
	width: 1000px;
	margin-bottom: 10px;
	background-image: url(../images/page-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
}
#left {
	float: left;
	width: 170px;
	background-image: url(../images/leftnav-top.gif);
	background-repeat: no-repeat;
}
.leftnav {
	float: left;
	width: 170px;
	background-image: url(../images/leftnav-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 50px;
	background-color: #f3f1ee;
	margin-top: 10px;
	padding-top: 10px;
}
.leftnav ul {
	list-style-type: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0d9d2;
	line-height: 18px;
	padding: 0px;
}
.leftnav ul li {
	display: inline;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.leftnav ul a {
	display: block;
	font-size: 13px;
	color: #4C453D;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/arrow-brown.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	line-height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0d9d2;
}
.leftnav ul a,
.leftnav ul a:visited,
.leftnav ul a:hover,
.leftnav ul a:active {
	color: #4C453D;
}
.leftnav ul a:hover {
	text-decoration: none;
	background-color: #f8f7f5;
}
.leftnav ul .current a {
	color: #002596;
	background-image: url(../images/arrow-blue.gif);
	background-color: #f8f7f5;

}
.leftnav ul .current ul a {
	color: #4C453D;
	background-image: url(../images/arrow-light-brown.gif);

}
.leftnav ul ul {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #f8f7f5;
	padding: 0px;
	background-image: none;
}
.leftnav ul ul a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 12px;
	background-image: url(../images/arrow-light-brown.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ece8e3;
}
.leftnav ul ul a:hover {
	background-image: url(../images/arrow-brown.gif);
}
.leftnav ul ul .current a {
	color: #002596;
	background-image: url(../images/arrow-blue.gif);
}
.leftnav ul ul {
	display: none;
}
.leftnav ul .current ul {
	display: block;
}
.recycle-small {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	float: left;
	width: 170px;
}
#right {
	float: left;
	width: 830px;
	background-image: url(../images/page-top.gif);
	background-repeat: no-repeat;
}
#printer {
	float: left;
	width: 830px;
	height: 30px;
}
#printer a {
	display: block;
	font-size: 12px;
	color: #c9c7c4;
	white-space: nowrap;
	background-image: url(../images/printer.gif);
	background-repeat: no-repeat;
	background-position: 15px 12px;
	padding-left: 30px;
	float: right;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
#printer a:hover {
	color: #4D453D;
	text-decoration: none;
	background-image: url(../images/printer-brown.gif);
}
#content {
	float: left;
	background-image: url(../images/page-side.gif);
	background-repeat: repeat-y;
	width: 770px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.heading {
	float: left;
	width: 770px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0D9D2;
}
.heading h1 {
	color: #002596;
	margin-top: 0px;
}
.section-content {
	float: left;
	width: 770px;
	margin-bottom: 15px;
}
.section-content-text {
	float: left;
	width: 370px;
}
.section-content-bullets {
	float: left;
	width: 390px;
}
.section-prod {
	float: left;
	width: 770px;
	margin-bottom: 15px;
}
.section-prod-box {
	float: left;
	width: 220px;
	margin-right: 10px;
	border: 1px solid #e0d9d2;
	padding: 14px;
}
.section-prod-box h3 {
	margin: 0px;
	padding: 0px;
}
.section-prod-box h3 a {
	color: #4C453D;
}
.section-prod-box-end {
	margin-right: 0px;
}
.page {
	float: left;
	width: 770px;
	margin-bottom: 15px;
}
.prod-text {
	float: left;
	width: 400px;
	margin-bottom: 15px;
}
.prod-info {
	float: right;
	width: 300px;
	margin-bottom: 15px;
}
.prod-info-image {
	float: left;
	width: 300px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0D9D2;
}
.prod-info-specs {
	float: left;
	width: 260px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.prod-info-button {
	float: left;
	width: 260px;
	background-image: url(../images/button-spec.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	background-color: #f0ece9;
}
.prod-info-button-bottom {
	float: left;
	width: 260px;
	background-image: url(../images/button-spec-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.prod-info-button a {
	display: block;
	width: 175px;
	font-size: 16px;
	color: #4C453D;
	letter-spacing: -1px;
	background-image: url(../images/button-spec-go.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-right: 70px;
	padding-bottom: 17px;
	padding-left: 15px;
	background-position: right center;
}
.prod-info-button a strong {
	color: #bd3d39;
}
.prod-info-button a:hover {
	text-decoration: none;
}
.prod-table {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C7C7C7;
	margin-top: 20px;
	margin-bottom: 20px;
}
.prod-table td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C7C7C7;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C7C7C7;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.prod-table-head {
	font-weight: bold;
	background-color: #F1F1F1;
}
.about-text {
	float: left;
	width: 450px;
}
.contact-form {
	float: left;
	width: 340px;
}
.contact-form h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}
.contact-form .field {
	width: 298px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #E0D9D2;
}
.contact-form textarea {
	width: 298px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #E0D9D2;
}
.contact-send {
	text-align: right;
	width: 320px;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0D9D2;
}
.contact-required {
	color: #bd3d39;
	font-size: 20px;
	font-weight: bold;
}
.contact-info {
	float: left;
	width: 380px;
	padding: 20px;
}
.sitemap {
	float: left;
	width: 400px;
}
.sitemap ul {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0D9D2;
	list-style-type: none;
	line-height: 16px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.sitemap ul li {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.sitemap ul a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0D9D2;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.sitemap ul a:hover {
	text-decoration: none;
	background-color: #f8f7f5;
}
.sitemap ul ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.sitemap ul ul a {
	background-image: none;
	font-weight: normal;
	font-size: 13px;
	padding-left: 30px;
}
.button-go {
	padding: 0px;
	float: right;
	margin: 0px;
}
.button-go a {
	background-image: url(../images/button-go.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 40px;
	background-position: 0px 0px;
	overflow: hidden;
}
.text-caption {
	font-style: italic;
}
.text-detail {
	font-size: 11px;
	color: #999999;
}
.text-light {
	font-size: 11px;
	color: #CCCCCC;
}
.text-small {
	font-size: 11px;
}
.text-scrunch {
	margin-top: 0px;
	margin-bottom: 0px;
}
.text-center {
	text-align: center;
}

.bullet-alpha {
	list-style-type: lower-alpha;
}
#footer {
	float: left;
	width: 1000px;
	background-image: url(../images/footer-top.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-color: #F3F1EE;
}
#footer-bottom {
	background-image: url(../images/footer-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 1000px;
	overflow: hidden;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 17px;
}
.footer-address {
	float: left;
	padding-right: 15px;
	white-space: nowrap;
	background-image: url(../images/logo-small.gif);
	background-repeat: no-repeat;
	padding-left: 65px;
	background-position: 15px 5px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.footer-address strong {
	font-size: 14px;
	font-weight: bold;
	color: #002596;
}
.footer-number {
	float: left;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.footer-nav {
	float: right;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
.footer-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer-nav ul li {
	float: left;
}
.footer-nav ul a {
	font-size: 13px;
	color: #4c453d;
	white-space: nowrap;
	display: block;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(../images/carrot-light-brown.gif);
	background-repeat: no-repeat;
	background-position: 11px 5px;
}
.footer-nav ul a,
.footer-nav ul a:visited,
.footer-nav ul a:active {
	color: #4c453d;
}
.footer-nav ul a:hover {
	text-decoration: none;
	background-image: url(../images/carrot-brown.gif);
}
.footer-nav ul .current a {
	background-image: url(../images/carrot-blue.gif);
	color: #002596;
}
#copyright {
	float: left;
	width: 1000px;
	padding-bottom: 50px;
}
.copyright-text {
	padding: 15px;
	float: left;
	font-size: 13px;
	color: #a5a29e;
}

#cse-search-results iframe {
	width: 760px !important;
}

