html, body {
	margin: 0;
	padding: 0;
	/*
	background: #fdf4da;
	*/
}

body {
	color: #000;
	font: 11px "Trebuchet MS", Verdana, sans-serif;
}

a {
	color: #000;
}

div#wrapper {
	display: block;
	margin: 0 auto;
	width: 840px;
	background: url('images/bg.jpg') repeat-y;
}

div#container {
	display: block;
	width: 800px;
	margin: 0 auto;
}

div#header {
	display: block;
	height: 96px;
	background: url('images/bg-header.gif') repeat-x;
	text-align: right;
}

div#header h1 {
	margin: 0;
}

div#header h1 a {
	float: left;
	width: 191px;
	height: 0px;
	margin: 16px 0 0 32px;
	padding: 65px 0 0 0;
	background: url('images/logo.png') no-repeat;
	overflow: hidden;
}

div#header form {
	float: right;
	margin: 36px;
	width: 215px;
}

div#header form p {
	margin: 0;
}

div#header form input {
	float: left;
	height: 11px;
	width: 130px;
	font-size: 10px;
}

div#header form input#search {
	width: 78px;
	height: 0px;
	margin: 0 0 0 3px;
	padding: 16px 0 0 0;
	background: url('images/search.gif') no-repeat;
	border: 0;
	cursor: pointer;
	overflow: hidden;
}

div#header form input#search-new {
	width: 78px;
	height: 16px;
}

div#header a {
	color: #660000;
	text-decoration: none;
}

div#navigation {
	display: block;
	width: 800px;
	background: url('images/bg-nav.gif');
	border-top: 1px solid #fff;
	height: 130px;
}

* div#navigation {
	overflow: hidden#;
}

div#navigation ul {
	margin: 0;
	padding: 0 0 0 10px;
	height: 35px;
	list-style: none;
}

div#navigation ul li {
	float: left;
	padding: 11px 17px;
}

div#navigation ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div#navigation ul li a:hover {
	color: #d1aa28;
}

div#navigation ul li.right {
	float: right;
}

div#navigation li ul { /* second-level lists */
	position: absolute;
	width: 165px;
	height: auto;
	margin: 12px 0 0 0;
	padding: 0;
	background: #d1aa28 url('images/bg-sub-nav.jpg');
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 100;
}

*:first-child+html div#navigation li ul {
	margin: 24px 0 0 -100px;
	width: 220px;
}

* html div#navigation li ul {
	margin: 25px 0 0 -100px;
	width: 220px;
}

div#navigation li ul li {
	clear: both;
	height: 20px;
	/*
	height: 20px;
	padding: 10px 15px 5px 5px;
	*/
	padding: 5px 0 0 3px;
	line-height: 1em;
	overflow: hidden;
}

div#navigation li ul li a {
	color: #fff;
}

div#navigation li ul li a:hover {
	color: #004481;
}

div#navigation li:hover ul, div#navigation li.over ul { /* lists nested under hovered list items */
	left: auto;
}

div#navigation ul li ul {
	/*display: none;*/
}

/**
 * Now we set some definitions
 * for the main page
 **/
div.landing {
	height: 175px !important;
	/*
	overflow: hidden;
	*/
}

div.landing ul {
	width: 169px !important;
	float: left;
}

div.landing ul li {
	position: relative;
	display: block;
	clear: both;
	width: 169px;
	padding: 11px 17px !important;
	line-height: 1.15em;
	text-align: right;
}

div.landing ul li#home-link {
	display: none;
}

div.landing ul li ul {
	width: 165px;
	height: auto;
	margin: -14px 0 0 176px !important;
	/*
	margin: -23px 0 0 176px !important;
	*/
	padding: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* IE7 */
*:first-child+html div.landing ul li ul {
	margin: 1px 0 0 7px !important;
}

/* IE6 */
* html div.landing ul li ul {
	margin: -9px 0 0 14px !important;
}

div.landing ul li ul li {
	clear: both;
	height: 20px !important;
	padding: 5px 0 0 3px !important;
	line-height: 1em !important;
	text-align: left;
	overflow: hidden;
}

div#navigation div#banner {
	/*
	position: relative;
	float: right;
	z-index: -1;
	*/
	float: right;
	margin: -2px 0 0 0;
	/*
	width: 597px;
	height: 174px;
	*/
	overflow: hidden;
	background: #e1d49f;
}

div.landing div#banner {
	display: block;
	width: 597px;
	/*
	height: 188px;
	*/
	height: 172px;
	overflow: hidden;
}

* html div.landing div#banner {
	width: 587px;
}

div#content {
	position: relative;
	clear: both;
	min-height: 500px;
	height: 500px;
	height: auto !important;
	padding: 40px 40px;
	/*
	background: #fff url('images/bg-body.jpg') repeat-x;
	*/
	background: url('images/bg-body.jpg') repeat-x;
	color: #5a5758;
	overflow: hidden;
}

* html div#content {
	position: static;
}

div#content div#left {
	float: left;
	margin: 0 0 0 0;
}

div#content div#right {
	float: right;
}

div#content div#right div.area {
	position: relative;
	display: block;
	margin: 0;
	width: 226px;
	/*height: 193px;*/
	padding: 25px;
	background: #faf8f1;
	border: 1px solid #eddfb0;
}

div#content div#right div.with-img {
	padding: 168px 25px 25px 25px;
}

div#content div.area {
	/*
	width: 376px;
	*/
	width: 326px;
	padding: 25px;
	background: #faf8f1;
	border: 1px solid #eddfb0;
}

div#content div.area h2 {
	margin: 0;
	color: #004685;
	font-size: 14px;
}

div#content div.area h3 {
	margin: 0 0 10px 0;
	color: #4477a6;
	font-size: 10px;
	font-weight: normal;
}

div#content div.area p {
	margin: 5px 0 25px 0;
	line-height: 1.8em;
}

div#content div.area strong.heading {
	color: #cba51e;
}

div#content div.full {
	width: auto;
}

div#content div#right h4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 276px;
	height: 18px;
	margin: 0;
	padding: 125px 0 0 5px;
	background: url('images/side-headers.jpg') no-repeat;
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	/*
	old
	---
	height: 0px;
	margin: 0;
	padding: 143px 0 0 0;
	background: url('images/side-hdr-our-products.jpg') no-repeat;
	*/
}

div#content div#latest-integrity-news {
	/* POSSIBLY CORRECT FOR IE6 */
	width: 226px !important;
	overflow: hidden;
}

div#content div#latest-integrity-news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#content div#latest-integrity-news ul li {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

div#content div#latest-integrity-news ul li a {
	color: #6e6d6b;
	text-decoration: none;
	font-size: 9px;
}

div#content div#latest-integrity-news ul li a:hover {
	color: #000;
	text-decoration: underline;
}

div#content div#latest-integrity-news ul li a span {
	display: block;
	color: #595758;
	font-size: 11px;
	font-weight: bold;
}

div#content div#latest-integrity-news div#landing_flash {
	position: relative;
	top: -25px;
	left: -24px;
	display: block;
	margin: 0 0 -5px 0;
	width: 275px;
	height: 143px;
	overflow: hidden;
}

div#content div#our-products ul {
	margin: 0;
	padding: 0;
	height: auto;
}

div#content div#our-products ul li {
	/*margin: 15px 8px;*/
	margin: 0 0 20px 0;
	float: left;
	width: 122px;
}

div#content div#our-products ul li a {
	color: #004685;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

div#content div#our-products div.area {
	padding-bottom: 0;
	padding-right: 0;
	width: 250px;
}

div#content div#watermark {
	position: absolute;
	bottom: -135px;
	right: -35px;
	display: block;
	width: 481px;
	height: 435px;
	background: url('images/bg-watermark.gif') no-repeat;
	z-index: -1;
}

* html div#content div#watermark {
	display: none;
}

div#content h5 {
	margin: 0 0 0 0;
	color: #004583;
	font-size: 14px;
}

/*
div#content ul#categories {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#content ul#categories li {
	clear: both;
	font-size: 13px;
}

div#content ul#categories li ul {
	clear: both;
	margin: 20px 0;
	padding-left: 10px;
	list-style: none;
}

div#content ul#categories li ul li {
	clear: none;
	float: left;
	padding: 5px;
	width: 95px;
	height: 50px;
	text-align: center;
	font-size: 11px;
}

div#content ul#categories li ul li em {
	display: block;
	font-size: 10px;
}
*/

div#content ul#categories {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#content ul#categories li {
	font-size: 13px;
	/*
	width: 650px;
	*/
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	overflow: hidden;
	border-bottom: 1px solid #D7C49E;
}

div#content ul#categories li ul {
	clear: both;
	margin: 10px 0;
	padding-left: 10px;
	list-style: none;
}

div#content ul#categories li ul li {
	clear: none;
	padding: 5px;
	width: 250px;
	margin: 0 80px 0 0;
	text-align: left;
	font-size: 12px;
	border: 0;
}

div#content ul#categories li ul li.right {
	float: left;
}

div#content ul#categories li ul li em {
	display: block;
	font-size: 11px;
	color: #D7C49E;
}

div#content ul#commitments-list {
	margin: 0;
	padding: 25px 0 0 15px;
}

div#content ul#commitments-list li {
	margin: 0 0 15px 0;
}

div#content div#news-listing h2 span {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	display: block;
	font-size: 11px;
	font-weight: normal;
}

div#content div#vendor-login form {
	margin: 0 0 -15px 0;
}

div#content form#contact-form {
	margin: -20px 0 0 0;
	padding: 0;
}

div#content form#contact-form span#errors {
	display: block;
	margin: 0 0 5px 0;
}

div#content form#contact-form label,
div#content form#sign-in label {
	float: left;
	width: 125px;
}

div#content form#sign-in {
	margin: 0 auto;
	width: 300px;
	text-align: center;
}

div#content form#contact-form p.field {
	clear: both;
}

div#vendor-area ul {
	padding: 0 0 0 15px;
	list-style: none;
	line-height: 2em;
}

div#vendor-area strong {
	display: block;
	width: 75%;
	margin: 0 auto;
	text-align: center;
}

div#vendor-area ul li {
	padding: 0;
	margin: 0 0 15px 0;
}

div#content div#news-archive-list p {
	margin: 5px 0;
}

/*
div#content div#news-archive-list ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: disc outside;
}

div#content div#news-archive-list ul li {
	margin: 0 0 10px 0;
}

div#content div#news-archive-list ul li a {
	color: #333;
}
*/

div#content div#news-archive-list ul,
div#content div#search-results-news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#content div#news-archive-list ul li,
div#content div#search-results-news  ul li {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

div#content div#news-archive-list ul li a,
div#content div#search-results-news  ul li a {
	color: #6e6d6b;
	text-decoration: none;
	font-size: 9px;
}

div#content div#news-archive-list ul li a:hover,
div#content div#search-results-news  ul li a:hover {
	color: #000;
	text-decoration: underline;
}

div#content div#news-archive-list ul li a span,
div#content div#search-results-news  ul li a span {
	display: block;
	color: #595758;
	font-size: 11px;
	font-weight: bold;
}

div#content img#product-image {
	display: block;
	margin: 0 auto 25px auto;
}

div#content div#site-map ul {
	margin: 0;
	padding: 0;
	list-style: disc inside;
	text-indent: 10px;
}

div#content div#site-map ul li {
	margin: 15px 0;
}

div#content div#site-map ul li span {
	display: block;
	padding: 5px 10px;
}

div#content div#site-map ul li ul {
	padding: 0 0 0 25px;
}

div#content label.req {
	color: #994C43;
}

div#content div.anchor {
	clear: both;
	margin: 0;
	padding: 0;
}

div#content p.flat {
	margin: 0;
}
5
div#footer {
	display: block;
	clear: both;
	margin: 35px 0 0 0;
}

div#footer ul {
	clear: both;
	list-style: none;
}

div#footer ul li {
	float: left;
	padding: 15px;
	font-size: 11px;
}

div#footer p {
	clear: both;
	text-align: center;
}
