/* $Id: zen.css,v 1.7 2008/04/20 04:20:27 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal5-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal5-reference.css file
 *   Forum            See line 197 of Zen's drupal5-reference.css file
 *   Menus            See line 667 of Zen's drupal5-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal5-reference.css file
 *   Polls            See line 287 of Zen's drupal5-reference.css file
 *   Search           See line 320 of Zen's drupal5-reference.css file
 *   User Profiles    See line 945 of Zen's drupal5-reference.css file
 */


/** body **/
body {
	font-family:Verdana, Arial, sans-serif;
	background:#fff url("images/bg_body.png") 0 0 repeat-x;
	color:#444;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

#page {
}

#page-inner {
}

/** Links **/
a img {
	border:0;
}
a:link {
	color:#444;
	text-decoration:none;
}

a:visited {
	color:#444;
	text-decoration:none;
}

a:hover {
	color:#444;
	text-decoration:underline;
}

a:active {
	color:#444;
	text-decoration:none;
}

a:focus {
	outline:none;
}

a:link.image-link,
a:visited.image-link {
	border:none;
}

#content-area a,
a.l-purple,
dl.node-type-list a,
dl.admin-list a {
	color:#4e3878;
	text-decoration:none;
}

#content-area a:hover,
a:hover.l-purple,
dl.node-type-list a:hover,
dl.admin-list a:hover {
	text-decoration:underline;
}

a.pdf {
	background:transparent url("images/icon_pdf_sm.png") 0 50% no-repeat;
	padding-left:26px;
	padding-bottom:2px;
}

a.zip {
	background:transparent url("images/icon_zip_sm.png") 0 50% no-repeat;
	padding-left:26px;
	padding-bottom:2px;
}

/** Typography **/

h1, h2, h3, h4, h5, h6 {
	font-size:14px;
	line-height:18px;
	margin:0 0 8px;
	color:#4e3878;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:21px;
	line-height:28px;
	margin:0 0 12px;
	font-weight:normal;
}
h2 {
	font-size:14px;
	font-weight:normal;
}
h3 {
	font-size:13px;
	line-height:16px;
	margin:0 0 8px;
}
p, td {
	font-size:12px;
	margin:0 0 8px;
	color:#444;
	line-height:19px;
}
td {
	padding:5px 6px 9px;
	line-height:17px;
}
input, textarea, select, option {
	font-size:12px;
}
p.heading {
	margin:0 0 2px;
	color:#4e3878;
}
br {
	line-height:7px;
}
hr {
	border:none;
	background:#ddd;
	color:#ddd;
	height:1px;
}
ul, ol {
	margin:0 20px 8px;
}
ul.nb {
	list-style-type:none;
	margin:0 0 8px;
}
.block ul, .item-list ul {
	margin:0;
	padding:0 0 0 2em;
}
li {
	font-size:12px;
	line-height:16px;
	margin:0; 
	padding:0;
}
dd {
	margin:0 0 12px 2em;
}

/** header **/
#header {
}

#header-inner {
}

#logo-title /* Wrapper for logo, website name, and slogan */ {
}

#logo /* Wrapper for logo */ {
}

#logo-image /* The actual logo image */ {
}

#site-name /* The name of the website */ {
}

#site-name a:link,
#site-name a:visited {
	color: #000;
	text-decoration: none;
}

#site-name a:hover {
	text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

#header-blocks /* Wrapper for any blocks placed in the header region */ {
}

/** main (container for everything else) **/
#main {
}

#main-inner {
}

/** content **/
#content {
}

#content-inner {
	
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

#content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

#content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
	padding-bottom: 0; /* Undo system.css */
	margin:0 0 8px;
	font-size:11px;
}

div.messages /* Important messages (status, warning, and error) for the user */ {
	margin: 0 1em 10px 1em;
	border: 2px solid #c8bedb;
	padding: 5px 10px 6px;
	color: #4e3878;
	background-color: #ebe8ef;
	font-style: italic;
	font-size:12px;
}

div.status /* Normal priority messages */ {
}

div.warning /* Medium priority messages */ {
	/* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.warning,
tr.warning,
body.section-admin tr.warning {
	/* color: #220; */ /* Drupal core uses #220 */
	background: #ffd;
}

div.error /* High priority messages. See also the .error declaration below. */ {
	/* border: 1px solid #d77; */ /* Drupal core uses: 1px solid #d77 */
}

div.error,
tr.error,
body.section-admin tr.error {
	/* color: #200; */ /* Drupal core uses #200 */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
	margin: 1em 0;
}

.more-help-link /* Link to more help */ {
	font-size: 0.85em;
	text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
	position:relative;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
	clear: both;
	margin: 1em 0;
	text-align: center;
}

.pager a, .pager strong.pager-current {
	padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
	margin: 1em 0;
}

#content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

#primary /* Primary links */ {
}

#secondary /* Secondary links */ {
}

/** navbar **/
#navbar {

}

#navbar ul /* Primary and secondary links */ {
	margin: 0;
	padding: 0;
	text-align: left;
}

#navbar li /* A simple method to get navbar links to appear in one line. */ {
	float: left;
	padding: 0;
	margin:0;
}

#navbar ul.links li ul li {
	font-size:11px;
	float: none;
	display:block;
	padding: 0;
	margin:0 0 4px;
}

#navbar ul.links li {
	font-size:12px;
}

/*
#navbar ul.links li a:link,
#navbar ul.links li a:visited,
#navbar ul.links li a:hover {
	border:none;
	color:#000;
}
*/

#navbar-inner {
}

#util-nav ul.links li {
	font-size:10px;
}

#util-nav ul.links li a {
	border:none;
}

#nav-main .nav-link a span {
	display:none;
}

#nav-solutions {
	width:92px;
	height:35px;
	display:block;
}

#nav-solutions a {
	border:none;
	width:92px;
	height:35px;
	display:block;
	text-align:center;
	background:transparent url("images/nav_tabs.png") 0 0 no-repeat;
}

#nav-solutions a.over {
	width:92px;
	height:35px;
	display:block;
	text-align:center;
	background:transparent url("images/nav_tabs.png") 0 -35px no-repeat;
}

#nav-products {
	width:90px;
	height:35px;
	display:block;
}

#nav-products a {
	border:none;
	width:90px;
	height:35px;
	display:block;
	text-align:center;
	background:transparent url("images/nav_tabs.png") -92px 0 no-repeat;
}

#nav-products a.over {
	width:90px;
	height:35px;
	display:block;
	text-align:center;
	background:transparent url("images/nav_tabs.png") -92px -35px no-repeat;
}

#nav-support {
	width:86px;
	height:35px;
	display:block;
}

#nav-support a {
	border:none;
	width:86px;
	height:35px;
	display:block;
	text-align:center;
	background:transparent url("images/nav_tabs.png") -182px 0 no-repeat;
}

#nav-support a.over {
	width:86px;
	height:35px;
	display:block;
	text-align:center;
	background:transparent url("images/nav_tabs.png") -182px -35px no-repeat;
}

#nav-technology {
	width:187px;
	height:35px;
	display:block;
}

#nav-technology a {
	border:none;
	width:187px;
	height:35px;
	display:block;
	text-align:center;
	background:transparent url("images/nav_tabs.png") -268px 0 no-repeat;
}

#nav-technology a.over {
	width:187px;
	height:35px;
	display:block;
	text-align:center;
	background:transparent url("images/nav_tabs.png") -268px -35px no-repeat;
}

#nav-company {
	width:93px;
	height:35px;
	display:block;
}

#nav-company a {
	border:none;
	width:93px;
	height:35px;
	display:block;
	text-align:center;
	background:transparent url("images/nav_tabs.png") -455px 0 no-repeat;
}

#nav-company a.over {
	width:93px;
	height:35px;
	display:block;
	text-align:center;
	background:transparent url("images/nav_tabs.png") -455px -35px no-repeat;
}

/** Sub-Nav **/
.nav-sub p {
	font-size:11px;
	margin:0 0 12px;
}

.nav-sub strong {
	color:#333;
}

.nav-sub p.purple {
	color:#4e3878;
}

#nav-main a.l-purple {
	font-size:10px;
	color:#4e3878;
}

#nav-main a:hover.l-purple {
	text-decoration:underline;
}

#nav-sub-solutions {
	width:518px;
	height:223px;
	background:transparent url("images/nav_solutions_content.png") 0 0 no-repeat;
	*background:transparent url("images/nav_solutions_content.gif") 0 0 no-repeat;
	position:absolute;
	z-index:1000;
	display:none;
}

#nav-sub-solutions a {
	background:none;
	color:#747474;
	width:auto;
	height:auto;
	display:inline;
	text-align:left;
}

#nav-sub-solutions ul.nav-sub-links {
	margin:0 0 0 -3px;
}

#nav-sub-solutions ul.nav-sub-links li a {
	padding:2px 4px 3px;
}

#nav-sub-solutions ul.nav-sub-links li a:hover {
	background:#4e3878;
	text-decoration:none;
	color:#fff;
	width:auto;
	height:auto;
	display:inline;
	text-align:left;
}

#nav-sub-solutions-one {
	padding:0 0 0 3px;
	width:164px;
	height:200px;
	position:absolute;
	top:16px;
	left:15px;
}

#nav-sub-solutions-two {
	width:300px;
	height:200px;
	position:absolute;
	top:16px;
	left:200px;
}

.prod-nav-special {
	font-size:11px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#nav-sub-products {
	width:630px;
	height:282px;
	background:transparent url("images/nav_products_content.png") 0 0 no-repeat;
	*background:transparent url("images/nav_products_content.gif") 0 0 no-repeat;
	position:absolute;
	z-index:1000;
	display:none;
}

#nav-sub-products a {
	background:none;
	color:#747474;
	width:auto;
	height:auto;
	display:inline;
	text-align:left;
}

#nav-sub-products ul.nav-sub-links {
	margin:0 0 0 -3px;
}

#nav-sub-products ul.nav-sub-links li a {
	padding:2px 4px 3px;
}

#nav-sub-products ul.nav-sub-links li a:hover {
	background:#4e3878;
	text-decoration:none;
	color:#fff;
	width:auto;
	height:auto;
	display:inline;
	text-align:left;
}

#navbar #nav-sub-products ul.chemical-index li {
	float:left;
	display:inline;
}

#nav-sub-products ul.nav-sub-links li a {
	padding:2px 3px 3px;
}

#nav-sub-products-one {
	padding:0 0 0 3px;
	width:190px;
	height:200px;
	position:absolute;
	top:16px;
	left:18px;
}

#nav-sub-products-two {
	padding:0 0 0 3px;
	width:190px;
	height:200px;
	position:absolute;
	top:16px;
	left:230px;
}

#nav-sub-products-three {
	padding:0 0 0 3px;
	width:400px;
	height:80px;
	position:absolute;
	top:216px;
	left:18px;
}

#nav-sub-products-four {
	width:190px;
	height:150px;
	position:absolute;
	top:16px;
	left:438px;
}

#nav-sub-products-five {
	width:190px;
	height:150px;
	position:absolute;
	top:150px;
	left:438px;
}

#nav-sub-support {
	width:584px;
	height:325px;
	background:transparent url("images/nav_support_content.png") 0 0 no-repeat;
	*background:transparent url("images/nav_support_content.gif") 0 0 no-repeat;
	position:absolute;
	z-index:1000;
	display:none;
}

#nav-sub-support a {
	background:none;
	text-decoration:none;
	border:none;
	color:#747474;
	width:auto;
	height:auto;
	display:inline;
	text-align:left;
}

#nav-sub-support ul.nav-sub-links {
	margin:0 0 0 -4px;
}

#nav-sub-support ul.nav-sub-links li a {
	padding:2px 4px 3px;
}

#nav-sub-support ul.nav-sub-links li a:hover {
	background:#4e3878;
	border:none;
	color:#fff;
	width:auto;
	height:auto;
	display:inline;
	text-align:left;
}

#nav-sub-support-one {
	padding:0 0 0 3px;
	width:170px;
	height:200px;
	position:absolute;
	top:16px;
	left:18px;
}

#nav-sub-support-two {
	padding:0 0 0 3px;
	width:170px;
	height:200px;
	position:absolute;
	top:16px;
	left:210px;
}

#nav-sub-support-three {
	padding:0 0 0 3px;
	width:170px;
	height:150px;
	position:absolute;
	top:16px;
	left:401px;
}

#nav-sub-support-four {
	width:550px;
	height:80px;
	position:absolute;
	top:226px;
	left:21px;
}

#nav-sub-support-four-right {
	width:210px;
	height:80px;
	position:absolute;
	top:0;
	right:11px;
}

#nav-sub-technology {
	width:498px;
	height:253px;
	background:transparent url("images/nav_technology_content.png") 0 0 no-repeat;
	*background:transparent url("images/nav_technology_content.gif") 0 0 no-repeat;
	position:absolute;
	z-index:1000;
	display:none;
}

#nav-sub-technology a {
	background:none;
	text-decoration:none;
	border:none;
	color:#747474;
	width:auto;
	height:auto;
	display:inline;
	text-align:left;
}

#nav-sub-technology ul.nav-sub-links {
	margin:0 0 0 -4px;
}

#nav-sub-technology ul.nav-sub-links li a {
	padding:2px 4px 3px;
}

#nav-sub-technology ul.nav-sub-links li a:hover {
	background:#4e3878;
	border:none;
	color:#fff;
	width:auto;
	height:auto;
	display:inline;
	text-align:left;
}

#nav-sub-technology-one {
	width:225px;
	height:220px;
	position:absolute;
	top:16px;
	left:18px;
}

#nav-sub-technology-two {
	width:225px;
	height:220px;
	position:absolute;
	top:16px;
	left:259px;
}

#nav-sub-company {
	width:451px;
	height:223px;
	background:transparent url("images/nav_company_content.png") 0 0 no-repeat;
	*background:transparent url("images/nav_company_content.gif") 0 0 no-repeat;
	position:absolute;
	z-index:1000;
	left:97px;
	display:none;
}

#nav-sub-company a {
	background:none;
	text-decoration:none;
	border:none;
	color:#747474;
	width:auto;
	height:auto;
	display:inline;
	text-align:left;
}

#nav-sub-company ul.nav-sub-links {
	margin:0 0 0 -4px;
}

#nav-sub-company ul.nav-sub-links li a {
	padding:2px 4px 3px;
}

#nav-sub-company ul.nav-sub-links li a:hover {
	background:#4e3878;
	border:none;
	color:#fff;
	width:auto;
	height:auto;
	display:inline;
	text-align:left;
}

#nav-sub-company-one {
	padding:0 0 0 3px;
	width:150px;
	height:200px;
	position:absolute;
	top:16px;
	left:15px;
}

#nav-sub-company-two {
	width:300px;
	height:200px;
	position:absolute;
	top:16px;
	left:190px;
}


#search-box /* Wrapper for the search form */ {
	margin:0;
	padding:0;
}

#search {
	margin:0;
	padding:0;
	position:relative;
	width:152px;
}

#search .form-item {
	margin:0;
}

#search .form-submit /* The submit button */ {
	position:absolute;
	right:0;
	top:1px;
	*top:2px;
}

#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */ {
	display: none;
}

#edit-search-theme-form-1 {
	font-size:11px;
	color:#444;
	position:relative;
	top:0;
	width:120px;
	border-top:2px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
	border-bottom:1px solid #a7a7a7;
	border-left:2px solid #a7a7a7;
}

/** sidebar-left **/
#sidebar-left {
}

#sidebar-left-inner {
}

/** sidebar-right **/
#sidebar-right {
}

#sidebar-right-inner {
}

/** footer **/
#footer {
}

#footer-inner {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
and for any blocks placed in the footer region */ {
}

#footer-copyright p {
	font-size:9px;
	color:#a0a0a0;
}

#footer-links p {
	font-size:9px;
	color:#4e3878;
}

#footer-links span {
	padding:0 6px;
}

#footer-links a:link,
#footer-links a:visited,
#footer-links a:hover {
	color:#4e3878;
}

/** closure **/
#closure-blocks /* Wrapper for any blocks placed in the closure region */ {
}

/** Drupal nodes **/
.node /* Node wrapper */ {
}

.node-inner /* Additional wrapper for node */ {
}

.sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
	/* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
.comment-unpublished div.unpublished {
	height: 0;
	overflow: visible;
	color: #d8d8d8;
	font-size: 75px;
	line-height: 1;
	font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word; /* A very nice CSS3 property */
}

.node-mine /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
}

/* All nodes are given a node-type-FOO class that describes the type of
* content that it is. If you create a new content type called
* "my-custom-type", it will receive a "node-type-my-custom-type" class.
*/
.node-type-page /* Page content node */ {
}

.node-type-story /* Story content node */ {
}

.node h2.title /* Node title */ {
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */ {
	color: #c00;
}

.node .picture /* The picture of the node author */ {
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture {
	position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .submitted /* The "posted by" information */ {
}

.node .taxonomy /* Node taxonomy (categories) */ {
}

.node .content /* Node's content wrapper */ {
}

.node div.links /* Wrapper for node links */ {
	margin: 1em 0;
}

ul.links /* Taxonomy links, node links, comment links */ {
	margin: 0;
	padding: 0;
}

ul.links.inline {
	display: inline;
}

ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}

.preview .node /* Preview of the content before submitting new or updated content */ {
	/* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/** Drupal comments **/
#comments /* Wrapper for all comments */ {
	margin: 1em 0;
}

.comment /* Wrapper for a single comment */ {
}

.comment-inner /* Additional wrapper for a single comment */ {
}

.comment.odd /* An odd-numbered comment in the list of comments */ {
}

.comment.even /* An even-numbered comment in the list of comments */ {
}

.comment-unpublished /* Unpublished comments */ {
	/* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */ {
}

.comment-by-author /* A comment created by the node's author */ {
}

.comment-by-anon /* A comment created by an anonymous user */ {
}

.comment-mine /* A comment created by the current user */ {
}

.comment h3.title /* Comment title */ {
}

.new /* "New" marker for comments that are new for the current user */ {
	color: #c00;
}

.comment .picture /* The picture of the comment author */ {
}

.comment .submitted /* The "posted by" information */ {
}

.comment .content /* Comment's content wrapper */ {
}

.comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */ {
	margin: 1em 0;
}

.indented /* Nested comments are indented */ {
	/* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
}

.preview .comment /* Preview of the comment before submitting new or updated comment */ {
	/* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/** Drupal blocks **/
.block /* Block wrapper */ {
	margin:0 0 12px;
	border:1px solid #e5e4e4;
}

.block.region-odd /* Zebra striping for each block in the region */ {
}

.block.region-even /* Zebra striping for each block in the region */ {
}

.block.odd /* Zebra striping independent of each region */ {
}

.block.even /* Zebra striping independent of each region */ {
}

.region-count-1 /* Incremental count for each block in the region */ {
}

.count-1 /* Incremental count independent of each region */ {
}

.block-inner /* Additional wrapper for block */ {
}

.block h2.title /* Block title */ {
	background:#fafafa url("images/bg_sidebar_header.png") 0 0 repeat-x;
	padding:10px 22px 10px;
	font-size:13px;
	border-bottom:1px solid #e5e4e4;
	font-weight:bold;
}

.block .content /* Block's content wrapper */ {
	padding:6px 12px;
	margin:0 0 8px;
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First administrator-defined block */ {
}

#block-blog-0 /* "Recent blog posts" block */ {
}

#block-book-0 /* "Book navigation" block for the current book's table of contents */ {
}

#block-comments-0 /* "Recent comments" block */ {
}

#block-forum-0 /* "Active forum topics" block */ {
}

#block-forum-1 /* "New forum topics" block */ {
}

#block-menu-2 /* "Primary links" block */ {
}

#block-node-0 /* "Syndicate" block for primary RSS feed */ {
}

#block-poll-0 /* "Most recent poll" block */ {
}

#block-profile-0 /* "Author information" block for the profile of the page's author */ {
}

#block-search-0 /* "Search form" block */ {
}

#block-statistics-0 /* "Popular content" block */ {
}

#block-user-0 /* "User login form" block */ {
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */ {
}

#block-user-2 /* "Who's new" block for a list of the newest users */ {
}

#block-user-3 /* "Who's online" block for a list of the online users */ {
}

/** Drupal boxes **/
/* Wrapper for Comment form, Comment viewing options, Menu admin, and
* Search results.
*/
.box /* Wrapper for box */ {
}

.box-inner /* Additional wrapper for box */ {
}

.box h2.title /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/** Miscellaneous Drupal styles **/
.error /* Errors that are separate from div.messages status messages (see above.) */ {
	/* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages (see above.) */ {
	/* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.more-link /* Aggregator, blog, and forum more link */ {
	text-align: right;
}

#user-login-form /* Drupal's default login form */ {
	text-align: left;
}

tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */ {
	border-bottom: none;
	padding: 0;
}

tr.even {
	/* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
	/* background-color: #eee; */ /* Drupal core uses a #eee background */
	background-color:#fff;
}

tr.odd td.active {
	/* background-color: #eee; */ /* Drupal core uses a #eee background */
	background-color:#eee;
}

th, thead th, tbody th {
	text-align:left;
}

table.views-table {
	width:99%;
}

li a.active /* The active item in a Drupal menu */ {
	color: #000;
}


/** Drupal forms **/
.form-item, /* Wrapper for a form element (or group of form elements) and its label */
.form-checkboxes,
.form-radios {
	margin: 1em 0;
}

.form-item input.error, /* Highlight the form elements that caused a form submission error */
.form-item textarea.error,
.form-item select.error {
	border: 2px solid #c00;
}

.form-item label /* The label for a form element */ {
	display: block;
	font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */ {
	display: inline;
	font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */ {
	color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */ {
	font-size: 0.85em;
}

.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
.form-radios .form-item {
	margin: 0.4em 0;
}

.container-inline div, .container-inline label /* Inline labels and form divs */ {
	display: inline;
}

.tips /* Tips for Drupal's input formats */ {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

/** OpenID **/
/* The default styling for the OpenID login link seems to assume Garland's
* styling of list items.
*/
#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
	margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

#user-login-form li.openid-link, /* The "Log in using OpenID" links. */
#user-login li.openid-link {
	margin-top: 1em;
	margin-left: -20px; /* Un-do some of the padding on the ul list. */
	padding-left: 20px;
	background-position: left center;
}

#user-login-form li.user-link, /* The "Cancel OpenID login" links. */
#user-login li.user-link {
	margin-top: 1em;
	list-style-type: disc;
	list-style-position: outside;
}

#user-login li.openid-link, /* The OpenID links on the /user form. */
#user-login li.user-link {
	margin-left: -2em; /* Un-do all of the padding on the ul list. */
}

/** Drupal admin tables **/
/* We overrode these styles in html-elements.css, but restore them for the
* admin section of the site.
*/
.section-admin tbody {
	border-top: 1px solid #ccc;
}

.section-admin th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

.section-admin tbody th {
	border-bottom: 1px solid #ccc;
}

.section-admin thead th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

.section-admin tr.even,
.section-admin tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}

.section-admin tr.odd {
	background-color: #f2f2f2;
}


/** Industries Block **/
#block-block-1 h2.title {
	background:#fff url("images/bg_sidebar_header_gray.png") 0 0 repeat-x;
	color:#444;
	margin:0 0 2px;
	font-weight:bold;
}

#block-block-1 .content {
	padding:0;
	margin:0;
}

#block-block-1 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#block-block-1 li {
	background:#e8e8e8;
}

#block-block-1 li a {
	padding:7px 22px;
	border-bottom:2px solid #fff;
	display:block;
	_height:1em;
	zoom:1;
}

#block-block-1 li a:hover {
	text-decoration:none;
}

#block-block-1 li a.refinery {
	background:transparent url("images/bg_nav_ind_refinery.png") 0 0 no-repeat;
}

#block-block-1 li a.defense {
	background:transparent url("images/bg_nav_ind_defense.png") 0 0 no-repeat;
}

#block-block-1 li a.environment {
	background:transparent url("images/bg_nav_ind_environmental.png") 0 0 no-repeat;
}

#block-block-1 li a.hazmat {
	background:transparent url("images/bg_nav_ind_hazmat.png") 0 0 no-repeat;
}

#block-block-1 li a.safety {
	background:transparent url("images/bg_nav_ind_safety.png") 0 0 no-repeat;
}

#block-block-1 li a:hover.refinery {
	background-color:#e3ae80;
	color:#222;
}

#block-block-1 li a:hover.hazmat {
	background-color:#cc8d8d;
	color:#222;
}

#block-block-1 li a:hover.safety {
	background-color:#93a1bc;
	color:#222;
}

#block-block-1 li a:hover.defense {
	background-color:#a49ab7;
	color:#222;
}

#block-block-1 li a:hover.environment {
	background-color:#adc09d;
	color:#222;
}

.page-industries-hazmat #block-block-1 li a.hazmat {
	background-color:#cc8d8d;
	color:#222;
}

.page-industries-industrial-safety #block-block-1 li a.safety {
	background-color:#93a1bc;
	color:#222;
}

.page-industries-civil-defense #block-block-1 li a.defense {
	background-color:#a49ab7;
	color:#222;
}

.page-industries-environmental #block-block-1 li a.environment {
	background-color:#adc09d;
	color:#222;
}

/** Buy Products and Accessories Block **/
#block-block-2 h2.title {

}

#block-block-2 .content {
	padding:0;
	margin:0;
}

#block-block-2 .content-inner {
	padding:10px 0 16px;
	margin:0;
}

#block-block-2 .content-inner-purple {
	padding:6px 0 12px;
	margin:0;
	background:#e8e8e8;
}

#block-block-2 p {
	font-size:11px;
	padding:0 22px;
}

#block-block-2 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#block-block-2 li {
	background:#e8e8e8;
}

#block-block-2 li a {
	/*padding:12px 10px 13px 0px;*/
	display:block;
	font-size:11px;
	line-height:15px;
	border:none;
	_height:1em;
	zoom:1;
}

#block-block-2 li a:hover {
	text-decoration:none;
}

#block-block-2 li a strong {
	color:#4e3878;
}

#block-block-2 li a.spare-parts {
	background:transparent url("images/bg_icon_spare_parts.png") 21px 50% no-repeat;
	_height:1em;
}

#block-block-2 li a.accessories {
	background:transparent url("images/bg_icon_accessories.png") 21px 50% no-repeat;
	_height:1em;
}

/* for situations when multiple related-products are supposed to show up */
#block-block-2 .view-display-id-block_1 .views-field-view-node p {
  padding-left: 42px;
}


/** Browse Product Guide Block **/
#block-block-3 h2.title {
	margin:0;
}

#block-block-3 .content {
	padding:0 0 10px;
	margin:0;
}

#block-block-3 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#block-block-3 li {

}

#block-block-3 li a {
	padding:12px 10px 13px 22px;
	display:block;
	font-size:11px;
	line-height:15px;
	border:none;
	color:#4e3878;
	_height:1em;
	zoom:1;
}

#block-block-3 li a span {
	color:#444;
}

#block-block-3 li a:hover {
	background-color:#f6f6f6;
}


/** Product Categories Block **/
#block-block-4 h2.title {
	background:#faf9fb url("images/bg_sidebar_header_purple.png") 0 0 repeat-x;
	color:#444;
	margin:0 0 2px;
	font-weight:bold;
}

#block-block-4 .content {
	padding:0;
	margin:0;
}

#block-block-4 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#block-block-4 li a {
	padding:7px 22px;
	background:#ebe8ef;
	border-bottom:2px solid #fff;
	display:block;
	_height:1em;
	zoom:1;
}

#block-block-4 li a:hover {
	background:#b1a6c5;
	color:#fff;
	text-decoration:none;
}

.portable-detection #block-block-4 li a.pd,
.portable-detection-wireless #block-block-4 li a.pdw,
.fixed-detection #block-block-4 li a.fd,
.fixed-detection-wireless #block-block-4 li a.fdw,
.area-detection #block-block-4 li a.ad,
.area-detection-wireless #block-block-4 li a.adw,
.all #block-block-4 li a.all,
.software-solutions #block-block-4 li a.ss,
.decision-support #block-block-4 li a.ds {
	background-color:#b1a6c5;
	color:#fff;
}

#block-block-4 li div {
	background:#f4f1f7;
	border-bottom:2px solid #fff;
	padding:6px 0 8px;
	display:none;
}

#block-block-4 li ul li {
	background:none;
}

#block-block-4 li ul li a {
	padding:0 30px;
	background:none;
	border-bottom:0;
	display:inline;
	_height:auto;
}

#block-block-4 li ul li a:hover {
	text-decoration:underline;
	background:none;
	color:#444;
}

.portable-detection #block-block-4 li div.pds,
.portable-detection-wireless #block-block-4 li div.pdws,
.fixed-detection #block-block-4 li div.fds,
.fixed-detection-wireless #block-block-4 li div.fdws,
.area-detection #block-block-4 li div.ads,
.area-detection-wireless #block-block-4 li div.adws,
.software-solutions #block-block-4 li div.ss,
.decision-support #block-block-4 li div.dss {
	display:block;
}

/** Chemical Index Block **/
#block-block-5 h2.title {
	background:#fff url("images/bg_sidebar_header_green.png") 0 0 repeat-x;
	color:#444;
	margin:0 0 2px;
	font-weight:bold;
}

#block-block-5 .content {
	padding:0;
	margin:0;
	height:56px;
}

#block-block-5 ul {
	margin:0 0 12px;
	padding:8px 10px 8px 20px;
	width:250px;
	list-style-type:none;
}

#block-block-5 li {
	float:left;
	line-height:15px;
}

#block-block-5 li a {
	padding:2px 5px 3px;
	display:block;
	text-decoration:none;
}

#block-block-5 li a:hover {
	background:#4e3878;
	color:#fff;
}

/** About Us Block **/
#block-block-6 h2.title {
	background:#faf9fb url("images/bg_sidebar_header_purple_dark.png") 0 0 repeat-x;
	margin:0;
	font-weight:bold;
	padding:16px 22px;
}

#block-block-6 .content {
	padding:8px 20px;
	margin:0;
	background:#d8d4df url("images/bg_block_purple_dark.png") 0 0 repeat-x;
	height:161px;
}

#block-block-6 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#block-block-6 li a {
	padding:7px 22px;
	background:#ebe8ef;
	border-bottom:2px solid #fff;
	display:block;
	_height:1em;
	zoom:1;
}

#block-block-6 li a:hover {
	background:#b1a6c5;
	color:#fff;
	text-decoration:none;
}

#block-block-6 p {
	font-size:11px;
}

/** Promo One Block **/
#block-block-7 {
	border:none;
}

#block-block-7 h2.title {
	display:none;
}

#block-block-7 .content {
	padding:0;
	margin:0;
}

/** Contact Support Block **/
#block-block-8 h2.title {
	background:#fff url("images/bg_sidebar_header_gray.png") 0 0 repeat-x;
	margin:0 0 2px;
	font-weight:bold;
}

#block-block-8 .content {
	padding:0;
	margin:0;
}

#block-block-8 .content-inner {
	padding:10px 0 16px;
	margin:0;
}

#block-block-8 .content-inner-purple {
	padding:8px 0 2px;
	margin:0;
	background:#ece7f3;
}

#block-block-8 p {
	font-size:11px;
	padding:0 22px;
}

#block-block-8 p.heading {
	color:#444;
}

#block-block-8 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#block-block-8 li {
	background:#e8e8e8;
}

#block-block-8 li a {
	padding:12px 10px 13px 58px;
	display:block;
	font-size:11px;
	line-height:15px;
	border:none;
	_height:1em;
	zoom:1;
}

#block-block-8 li a:hover {
	text-decoration:none;
}


/** Training Docs Block **/
#block-block-9 h2.title {
	margin:0;
}

#block-block-9 .content {
	padding:0 0 10px;
	margin:0;
}

#block-block-9 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#block-block-9 p {
	padding:11px 22px 0;
	margin:0;
}

#block-block-9 li a {
	background:transparent url("images/bg_icon_pdf.gif") 21px 7px no-repeat;	
	padding:6px 10px 8px 58px;
	display:block;
	font-size:11px;
	line-height:15px;
	border:none;
	color:#4e3878;
	_height:1em;
	zoom:1;
}

#block-block-9 li a span {
	color:#444;
}

#block-block-9 li a:hover {
	background-color:#E9E7E7;
	text-decoration:none;
}


/** Investor Relations Block **/
#block-block-10 h2.title {
	background:#faf9fb url("images/bg_sidebar_header_purple_dark.png") 0 0 repeat-x;
	margin:0;
	font-weight:bold;
	padding:16px 22px;
}

#block-block-10 .content {
	padding:8px 22px;
	margin:0;
	background:#d8d4df url("images/bg_block_purple_dark.png") 0 0 repeat-x;
	height:161px;
}

#block-block-10 p {
	font-size:11px;
}

#block-block-10 ul {
	margin:0 0 12px;
	padding:0;
	list-style-type:none;
}

#block-block-10 li {
	background:transparent url("images/bg_prod_li.png") 0 7px no-repeat;
	padding:0 20px 0;
	margin:0 0 5px;
	font-size:11px;
}

#block-block-10 li a {
	padding:7px 22px;
	background:#ebe8ef;
	border-bottom:2px solid #fff;
	display:block;
	_height:1em;
	zoom:1;
}

#block-block-10 li a:hover {
	background:#b1a6c5;
	color:#fff;
	text-decoration:none;
}


/** Company Nav Block **/
#block-block-11 h2.title {
	background:#fff url("images/bg_sidebar_header_blue.png") 0 0 repeat-x;
	color:#444;
	margin:0 0 2px;
	font-weight:bold;
}

#block-block-11 .content {
	padding:0;
	margin:0;
}

#block-block-11 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#block-block-11 li a {
	padding:7px 22px;
	background:#ced7e3;
	border-bottom:2px solid #fff;
	display:block;
	_height:1em;
	zoom:1;
}

#block-block-11 li a:hover {
	background:#a7b1be;
	color:#fff;
	text-decoration:none;
}

#block-block-11 li div {
	background:#e2e9f3;
	border-bottom:2px solid #fff;
	padding:6px 0 8px;
	display:none;
}

#block-block-11 li ul li {
	background:none;
}

#block-block-11 li ul li a {
	padding:0 30px;
	background:none;
	border-bottom:0;
	display:inline;
	_height:auto;
}

#block-block-11 li ul li a:hover {
	text-decoration:underline;
	background:none;
	color:#444;
}

.page-company-about-rae-systems #block-block-11 li a.company-nav-about,
.page-company-investor-relations #block-block-11 li a.company-nav-ir,
.page-company-press-room #block-block-11 li a.company-nav-pr,
.events #block-block-11 li a.company-nav-events,
.page-company-newsletters #block-block-11 li a.company-nav-news,
.page-company-careers #block-block-11 li a.company-nav-careers,
.page-company-contact-us #block-block-11 li a.company-nav-contact {
	background-color:#a7b1be;
	color:#fff;
}

.press-room #block-block-11 li div.prs {
	display:block;
}


/** Company Page: Contact RAE Systems Block **/
#block-block-12 h2.title {
	background:#fff url("images/bg_sidebar_header_gray.png") 0 0 repeat-x;
	margin:0 0 2px;
	font-weight:bold;
}

#block-block-12 .content {
	padding:0;
	margin:0;
}

#block-block-12 .content-inner {
	padding:10px 0 16px;
	margin:0;
}

#block-block-12 .content-inner-purple {
	padding:8px 0;
	margin:0;
	background:#ece7f3;
}

#block-block-12 p {
	font-size:11px;
	padding:0 22px;
}

#block-block-12 p.heading {
	color:#444;
}

#block-block-12 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#block-block-12 li {
	background:#e8e8e8;
}

#block-block-12 li a {
	padding:12px 10px 13px 58px;
	display:block;
	font-size:11px;
	line-height:15px;
	border:none;
	_height:1em;
	zoom:1;
}

#block-block-12 li a:hover {
	text-decoration:none;
}



/** Careers Block **/
#block-block-13 h2.title {
	background:#fff url("images/bg_sidebar_header_gray.png") 0 0 repeat-x;
	margin:0 0 2px;
	font-weight:bold;
}

#block-block-13 .content {
	padding:6px 0;
	margin:0;
}

#block-block-13 .content-inner {
	padding:10px 0 16px;
	margin:0;
}

#block-block-13 p {
	font-size:11px;
	padding:0 22px;
}

/** Support Navigation Block **/
#block-block-14 h2.title {
	background:#faf9fb url("images/bg_sidebar_header_purple.png") 0 0 repeat-x;
	color:#444;
	margin:0 0 2px;
	font-weight:bold;
}

#block-block-14 .content {
	padding:0;
	margin:0;
}

#block-block-14 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#block-block-14 li a {
	padding:7px 22px;
	background:#ebe8ef;
	border-bottom:2px solid #fff;
	display:block;
	_height:1em;
	zoom:1;
}

#block-block-14 li a:hover {
	background:#b1a6c5;
	color:#fff;
	text-decoration:none;
}

.node-type-support #block-block-14 li a.su,
.node-type-training #block-block-14 li a.tr,
.node-type-downloads #block-block-14 li a.dl {
	background-color:#b1a6c5;
	color:#fff;
}

/** About Us Block **/
#block-block-15 h2.title {
	background:#faf9fb url("images/bg_sidebar_header_purple_dark.png") 0 0 repeat-x;
	margin:0;
	font-weight:bold;
	padding:16px 22px;
}

#block-block-15 .content {
	padding:8px 22px;
	margin:0;
	background:#d8d4df url("images/bg_block_purple_dark.png") 0 0 repeat-x;
	height:161px;
	overflow:auto;
	overflow-x:hidden;
}

#block-block-15 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#block-block-15 li a {
	/*background:transparent url("images/icon_pdf_sm.png") 0 0 no-repeat;	
	padding:0 10px 2px 24px;*/
	padding:0 0 2px;
	margin:0 0 8px;
	display:block;
	font-size:11px;
	color:#4e3878;
	_height:1em;
	zoom:1;
}

#block-block-15 li a span {
	color:#444;
}

/** Related Products and Accessories Block **/
#block-block-16 h2.title {

}

#block-block-16 .content {
	padding:0;
	margin:0;
}

#block-block-16 .content-inner {
	padding:10px 0 16px;
	margin:0;
}

#block-block-16 .content-inner-purple {
	padding:6px 0 12px;
	margin:0;
	background:#e8e8e8;
}

#block-block-16 p {
	font-size:11px;
	padding:0 22px;
}

#block-block-16 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#block-block-16 li {
	background:#e8e8e8;
}

#block-block-16 li a {
	padding:12px 10px 13px 58px;
	display:block;
	font-size:11px;
	line-height:15px;
	border:none;
	_height:1em;
	zoom:1;
}

#block-block-16 li a:hover {
	text-decoration:none;
}

#block-block-16 li a strong {
	color:#4e3878;
}

#block-block-16 li a.spare-parts {
	background:transparent url("images/bg_icon_spare_parts.png") 21px 50% no-repeat;
	_height:1em;
}

#block-block-16 li a.accessories {
	background:transparent url("images/bg_icon_accessories.png") 21px 50% no-repeat;
	_height:1em;
}

/* Framework template */

.framework #header-wrap {
	background:transparent url('images/bg_header_global2.jpg') 0 0 no-repeat;
	width:645px;
	height:200px;
	margin:0 0 12px;
}

.framework #header-wrap h1.title {
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0 20px;
	position:relative;
	top:167px;
	color:#fff;
}

.section-purchase #photo,
.node-type-rsm #photo {
	float:left;
	margin:0 12px 12px 0;
}

.section-purchase #manager,
.node-type-rsm #manager {
	width:300px;
	margin:0 0 20px 90px;
}
/* used by the oneLink to translate and hide portions of the contact page */

.OneLinkNoTx { /*no-op*/ }
.OneLinkHide { /*no-op*/ }
.OneLinkTxShow { display:none; }
.OneLinkShow { display:none; }
.OneLinkTxShow_de  { display:none; }
.OneLinkTxShow_fr  { display:none; }
.OneLinkTxShow_nl  { display:none; }
.OneLinkTxShow_es  { display:none; }
.OneLinkTxShow_jp  { display:none; }
.OneLinkTxShow_kr  { display:none; }


