dis/*
ABSORTECH CSS
*/

/* BASIC LAYOUT */
html, body {
	margin:0;
	padding:0;
}
body {
	background: #e4e4e4; /*url(../images/layout_grid.gif);*/
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	text-align:center;
}
div#container {
	text-align:left;
	background: #fff;
}
div#header {
	background: #005496;
	color: #fff;
	border-top: 4px solid #0087C7;
}
div#sidebar {
	/*background:#B9CAFF;*/
	float:right;
	width:220px;
}
div#footer{
	background: #333;
	color: #fff;
}
div#container {
	width:750px;
	margin:0 auto;
}
div#content, div#content-login {
	margin: 5px;
	margin-left: 15px;
	/*background: #f00;*/
	float:left;
	width:500px;
}
div#footer {
	color: #eee;
	background: #005496;
	border-top: 4px solid #6f8db9;
	text-align: center;
	clear:both;
	width:100%;
	padding-top: 1em;
	padding-bottom: 1em;
}
.clearfix {
	clear: both;
}
/* end BASIC LAYOUT */

/* LINKS */
a {
	padding-bottom:1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
}
a:link {
	color: #aa0000;
}
a:visited {
	color: #666;
}
a:active {
	color: #aa0000;
}
a:hover {
	color: #fff;
	background-color: #005496;
	text-decoration: none;
}

/* HEADINGS */
h1,
h3,
h4,
h5,
h6 {
	/*color: #000;*/ /* ORG: #005496 */
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
h1 {
	font: bold 30px "Trebuchet MS", arial, helvetica, sans-serif;
} 
h2 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 30px;
	color: #005496;
	margin-top: 3px;
	margin-bottom: 3px;
}
h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
}
#content-login h3 {
	padding-bottom: 1px;
	/*border-bottom: 1px solid #ccc;*/
}
h4 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #aa0000;
}
h5 {
	font: normal 16px "Trebuchet MS", arial, helvetica, sans-serif;
}
h6 {
	font: normal 14px "Trebuchet MS", arial, helvetica, sans-serif;
}
p {
	padding: 0;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

#breadcrumb {
	font: normal 9px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	display: block;
	background: #fff;
	color: #000;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#breadcrumb a:hover {
	background: transparent;
	color: #000;
	
}
/* menu */
#header a {
	padding: 0;
}
* html ul#navlist {
	height:1%;
}
#navlist a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #005ea0 url(../images/nav-border-left.gif) left top no-repeat;
	text-decoration: underline;
	padding-left: 10px;
}
#navlist a span {
	background: url(../images/nav-border-right.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#navlist a, #navlist a span {
	display: block;
	float: left;
}
/* Hide from IE5-Mac \*/
#navlist a, #navlist a span {
	float: none;
}
/* End hide */
#navlist a:hover {
	text-decoration: none;
	color: #fff;
	background: #0087c7 url(../images/nav-border-left-hover.gif) left top no-repeat;
	padding-left: 10px;
}
#navlist a:hover span {
	background: url(../images/nav-border-right-hover.gif) right top no-repeat;
	padding-right: 10px;
}
ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}
#navlist li {
	list-style: none;
	float: left;
	margin: 0;
	padding-right: 0.5em;
}
#navlist li.current a {
	text-decoration: none;
	font-weight: bold;
	background: #0087c7 url(../images/nav-border-left-hover.gif) left top no-repeat;
}
#navlist li.current span {
	background: url(../images/nav-border-right-hover.gif) right top no-repeat;
}
.nav-border {
	height:8px;
	background:#0087c7;
	clear:left;
	font-size: 1%;
}
/* NAV SUB */
#nav-sub {
	background: #0087c7;
	font-size: 12px;
	padding-left: 15px;
	padding-bottom: 0.5em;
}
#nav-sub ul, #nav-sub ul li {
	margin: 0;
	padding: 0;
}
#nav-sub ul li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#nav-sub ul li a {
	color: #f1f1f1;
	padding-left: 3px;
	padding-right: 3px;
}
#nav-sub ul li a:link {
	text-decoration: underline;
	color: #fff;
}
#nav-sub ul li a:visited {
}
#nav-sub ul li a.current {
	padding: 3px;
	color: #fff;
	background: #005496;
	text-decoration: none;
	/*background: #ffffe3;*/
	font-weight: bold;
}
#nav-sub ul li a:hover {
	text-decoration: none;
	color: #000;
	background: #ffffe3;
	padding: 3px;
}
/* end menu */

/* menu top */
#navlist-top {
	float: right;
}
* html ul#navlist-top {
	height:1%;
}
#navlist-top a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #0087c7 url(../images/nav-border-top-left.gif) left top no-repeat;
	text-decoration: underline;
	padding-left: 10px;
}
#navlist-top a:hover {
	text-decoration: none;
}

#navlist-top a span {
	background: url(../images/nav-border-top-right.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#navlist-top a, #navlist-top a span {
	display: block;
	float: left;
}
/* Hide from IE5-Mac \*/
#navlist-top a, #navlist-top a span {
	float: none;
}
/* End hide */
ul#navlist-top {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0.5em;
}
#navlist-top li {
	list-style: none;
	float: left;
	margin: 0;
	padding-right: 10px;
}
#navlist-top .list-text {
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	float: none;
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: url(../images/key.gif) 0 0.5em no-repeat;
}
#navlist-top li.current a {
	text-decoration: none;
	font-weight: bold;
}
/* end menu top */

/* SUB LIST */
#sub-list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#sub-list li {
	margin-bottom: 4px;
}
#sub-list li a {
	padding-left: 20px;
	background-image: url(../images/icon-text.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
}
#sub-list li a:hover {
	color: #000;
	background-color: #fff;
}
#sub-list li a.current {
	background-image: url(../images/icon-text-current.gif);
	color: #000;
}
#sub-list li a.current span {
	background: #ffffe3;
}
.border {
	font: 1%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-top: 5px;
	clear: both;
}
#login-area .border {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
#prev a {
	float: left;
	background-image: url(../images/bullet-prev.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
}
#prev a:hover {
	background-color: #fff;
	color: #000;
}
#next a {
	float: right;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
	padding-right: 15px;
}
#next a:hover {
	background-color: #fff;
	color: #000;
}
/* end ARTICLE LIST */

/* FILE LIST */
#content .file_download_list {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	text-transform: capitalize;
}
#content .file_download_list a {
	text-decoration: none;
}
#content .file_download_list li {
	padding: 3px;
}
#content-login .file_download_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content-login .file_download_list li {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	/*border-bottom: 1px solid #ccc;*/
	/*padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 40px;
	background: url(../images/icon-pdf-big.gif) no-repeat;
	background-position: 0 33px;*/
}
#content-login li .gif, #content-login li .jpg, #content-login li .pdf, #content-login li .default-icon {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 40px;
}
#content-login li .gif {
	background: url(../images/icon-gif-big.gif) no-repeat;
	background-position: 0 33px;
}
#content-login li .jpg {
	background: url(../images/icon-jpg-big.gif) no-repeat;
	background-position: 0 33px;
}
#content-login li .pdf {
	background: url(../images/icon-pdf-big.gif) no-repeat;
	background-position: 0 33px;
}
#content-login li .doc {
	background: url(../images/icon-doc-big.gif) no-repeat;
	background-position: 0 33px;
}
#content-login li .default-icon {
	background: url(../images/icon-default-big.gif) no-repeat;
	background-position: 0 33px;
}
#content-login .file_download_list li a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#content-login .file_download_list li .file-size {
	font-size: 10px;
	color: #999;
}
.file-info {
	color:#666;
	margin: 0;
	margin-left: 2px;
}
.file-date {
	font-style:italic;
 font-size: 10px;
 color: #999;
 margin: 0;
 margin-bottom: 4px;
 border-bottom: 1px solid #ccc;
}
#sidebar .file_download_list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
}
#sidebar .file_download_list li, #list-art li, #list-art-general li {
	margin-bottom: 4px;
}
#sidebar .file_download_list li a {
	padding-left: 20px;
	background-image: url(../images/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
}
#sidebar .file_download_list li a:hover, #list-art li a:hover, #list-art-general li a:hover {
	background-color: #ffffe3;
	color: #000;
}
#list-art {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#list-art-general {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#list-art li a, #list-art-general li a {
	padding-left: 20px;
	background-image: url(../images/icon-text.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
}
/* end FILE LIST */


/* LOGO */
#logo-container h1 {
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0;
	display: block;
	padding: 0;
}
#logo-container img {
	border: 0;
}


/* PRODUCTS */
#container-desiccants {
	width: 160px;
	height: 190px;
	background: #b00000 url(../images/products-container-bg.jpg) top no-repeat;
	color: #fff;
	float: left;
}
#box-desiccants {
	width: 160px;
	height: 190px;
	background: #b00000 url(../images/products-box-bg.jpg) top no-repeat;
	color: #fff;
	float: left;
	margin-left: 10px;
}
#other-products {
	width: 160px;
	height: 190px;
	background: #b00000 url(../images/products-other-bg.jpg) top no-repeat;
	color: #fff;
	float: right;
}
.products-inner {
	margin-left: 6px;
	margin-right: 6px;
}
.products-inner h3 {
	color: #fff;
}
.products-inner p {
	margin-bottom: 5px;
}
.products-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.products-list li {
	margin-bottom: 3px;
}
.products-list li a {
	padding-left: 15px;
	background: url(../images/bullet-white.gif) 0 4px no-repeat;
}
.products-list li a:hover {
	padding-left: 15px;
	background: url(../images/bullet-white.gif) 0 4px no-repeat;
}
.products-list a:link,
.products-list a:visited,
.products-list a:active {
	color: #fff;
	text-decoration: underline;
}
.products-list a:hover {
	color: #fff;
	text-decoration: none;
}

.read-more a {
	background: url(../images/bullet.gif) 0 2px no-repeat;
	padding-left: 15px;
	margin: 0;
	/*display: block;*/
}
a.read-more-txt:hover {
	text-decoration: none;
	color: #fff;
}
/* NEWS */
.pub-date {
	display:block;
	text-align: center;
	float:left; 
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	border-bottom:none;
	background:url(../images/date-bg.gif) top left no-repeat;
	width:37px;
	height:50px;
	overflow:hidden;
	padding-top: 5px;
}
.pub-year {
	display:block;
	font-size: xx-small;
	/*font-size: 12px;
	margin:0; 
	padding:0;
	margin-top:12px;*/
	/*background:url(../images/clip-top.png) center top repeat-x;*/
}
.pub-month {
	display:block;
	/*font-size: 12px;
	margin:0; 
	padding:0;
	margin-top:12px;*/
	/*background:url(../images/clip-top.png) center top repeat-x;*/
}
.pub-day { 
	display:block; 
	/*font-size:16px;
	margin:0; 
	padding:0;*/
}
.news-content { 
	margin-left:45px; 
	border-left:1px solid #ccc; 
	padding-left:5px; 
}



/* SIDEBAR CONTENT */
.sidebar-container {
	background: #ffffe3;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 15px;
}
.sidebar-inner {
	border: 1px dashed #ccc;
	padding: 0.5em;
}
.sidebar-container p {
}
.sidebar-container p.note {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	color: #757575;
	font: normal 11px Arial, Helvetica, sans-serif;
}

/* SIDEBAR 2 */
.sidebar-container-2 {
	padding: 0.5em;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 15px;
}
.sidebar-inner-2 {
	padding: 0.5em;
}
.sidebar-container-2 p {
}
.sidebar-container-2 p.note {
	border-top: 1px solid #ccc;
	color: #757575;
	font: normal 0.9em/1.2em Georgia, "Times New Roman", Times, serif;
}

/* TABLE */
table {
	margin-left: 0;
	background:#fff;
	color: #000;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}
table caption {
	text-align: left;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	padding-bottom: 5px;
	margin-left: 0;
	padding-left: 2px;
}
thead tr th {
	font-weight: normal;
	background:#005496;
	color:#fff;
	text-align:center;
}
thead tr th.th-head {
	text-align:left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
tbody tr th.tb-head {
	font-weight:normal;
	background:#78a2c3;
	color:#fff;
	text-align:left;
	padding-left:0.5em;
	padding-right:0.5em;
}
tbody tr th {
	font-weight:normal;
	text-align:left;
	background:#f1f1f1;
	width:13em;
	padding: 0;
	margin: 0;
	/*padding-left:0.5em;
	padding-right:0.5em;*/
}
tbody tr th a {
display: block;
	padding:0.4em;
}
td {
	text-align:center;
	background:#f1f1f1;
	width: 4em;
}
tr {
	height: 2em;
}


/* Comparative Absorption Test */
span#img-comparative-test img {
	border: 0;
}
ul#list-comparative-test {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#list-comparative-test li {
	padding-left: 15px;
}
ul#list-comparative-test li.red {
	background: url(../images/graph-red.gif) 0 2px no-repeat;
}
ul#list-comparative-test li.green {
	background: url(../images/graph-green.gif) 0 2px no-repeat;
}
ul#list-comparative-test li.brown {
	background: url(../images/graph-brown.gif) 0 2px no-repeat;
}
ul#list-comparative-test li.yellow {
	background: url(../images/graph-yellow.gif) 0 2px no-repeat;
}


/* FOOTER */
div#content {
	margin-bottom: 25px;
}
div#footer p {
	font: normal 11px Arial, Helvetica, sans-serif;
}
div#footer a:link {
	color: #eee;
}
div#footer a:hover {
	text-decoration: none;
	color: #fff;
}

img.right {
	float: right;
	clear: right;
	margin: 10px;
	margin-right: 0;
	margin-top: 0;
}
img.left {
	float: left;
	clear: left;
	margin: 10px;
	margin-left: 0;
	margin-top: 0;
}
img.img-list {
	display: block;
}
/*
.article-content ol, .article-content ul {
	margin-left: 0;
	padding-left: 0;
}
.article-content ol li, .article-content ul li {
	padding-left: 0;
	margin-left: 20px;
	margin-bottom: 15px;
	list-style-position: outside;
}*/
.list-sort {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-type: none;
	list-style-position: inside;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}
.list-sort li {
	display: inline;
	font-size:x-small;
}
.list-sort li a {
	padding-right: 0.1em;
}
.list-sort li.list-head {
	font-weight:bold;
}
/*.article-content ol:after, .article-content ul:after, .article-content p:after { content: ""; display: block; height: 0; clear: both; }

.article-content ol, .article-content ul, .article-content p { height: 100%; }

.article-content ul { list-style-type: none; list-style-position: inside;}
.article-content ul li { margin-left: 0; }
*/
.left { float: left; }
.right { float: right; }