/*-----------------------------------------------------------------------------
HTML RESET
------------------------------------------------------------------------------*/
html,body{height:100%}
body {
  background: #fff url;
  color: #000;
  font: 11px Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {  font-weight: 700;  margin: 0;  padding: 0;  font-family: Arial, Helvetica, serif; color: #000; }
h1 {  font-size: 1.6em;  margin: .5em 0;}
h2 {  font-size: 1.4em;  margin: .75em 0 .5em;}
h3 {  font-size: 14px;  margin: .3em 0;}
h4 {  font-size: 1.1em;  margin: .5em 0;}

a:link, a:visited {  color: #ff3200;  text-decoration: none;}
a:focus {  outline: 1px dotted;}
a:hover, a:active {  color: #ff3200;  outline: none;  text-decoration: none;}
a:hover { text-decoration: underline;}

p {  font-size: 1em;  line-height: 1.2em;  margin: 0 0 0.5em;}
blockquote {  margin: 1.25em;  padding: 1.25em 1.25em 0 1.25em;}
em {  padding: 0 3px 0 0;}
img, a img {  border: none;  outline: none;}
ul { margin:0; padding: 0;}


/*Styling*/
#language {
	float: right;
    margin-right: 20px;
}
#logo {
	margin-bottom: 10px;
}
#user_block {
	float: right;
	position: relative;
	top: -32px;
	right: 0;
    margin-right: 20px;
}
#user_block li {
	list-style:none;
	float:left;
	border-left: 1px solid #8f8f8f;
}
#user_block li.first {
	border: 0;
}
#user_block li a {
	color: #000;
	padding: 0 5px;
}
#navigation {
	background: url(images/nav.png) top left repeat-x;
	position: relative;
	top: -14px;
	height: 33px;
}
#navigation a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 10px;
}
#navigation a:hover {
	text-decoration: none;
}
#navigation li {
	list-style:none;
	float:left;
}
#primary_nav {
	padding-top: 5px;
}
#secondary_nav {
	position: absolute;
	top: 0;
	right: 0;
	width:160px;
	float: right;
	height: 33px;
}
/*style the main menu*/
#secondary_nav li {
	list-style:none;
	float:left;
}
#secondary_nav li a:link {
	display:block;
	text-decoration:none;
	margin:0;
	padding: 4px;
}
/* submenu, it's hidden by default */
#sec_nav ul {
			position:absolute;
			left:0;
			display:none;
			margin:0 0 0 -1px;
			padding:0;
			list-style:none;
			z-index: 10000;
		}
#sec_nav 	li#sec_nav-2 ul {
	left: 100px;
}
ul#sec_nav ul li {
	width:97px;
	float:none;
	border-top:1px solid #fff;
}
ul#sec_nav li#sec_nav-2 ul li {
	width: 61px;
}
/* display block will make the link fill the whole area of LI */
#sec_nav ul a {
	display:block;
	height:15px;
	padding: 8px 5px;
	color:#fff;
	background: url(images/nav-active.png) top left repeat-x;
}
#sec_nav ul a:hover {
	text-decoration:underline;
}
#secondary_nav li#sec_nav-2 {
	border-left: 2px solid #a0a0a0;
	padding-right: 10px;
}
#secondary_nav li#sec_nav-1 a {
	padding-right: 40px;
}
#secondary_nav li#sec_nav-1,
#secondary_nav li#sec_nav-2 {
	background: url(images/arrowdn.png) right 13px no-repeat;
}
#secondary_nav select {
  border: 0;
	margin: 6px 0 0 3px;
  padding: 2px;
  width: 55%;
}
#secondary_nav select#currency {
	border-left: 2px solid #a0a0a0;
	width: 42%;
	padding: 2px;
}
#secondary_nav select option {
}
#primary_nav a.active,
#secondary_nav {
	background: url(images/nav-active.png) top left repeat-x;
	height: 33px;
}
#primary_nav a.active {
	padding-top: 7px;
}
#search {
}
#search input.search {
	border: 2px solid #a0a0a0;
	width: 40%;
	font-size: 18px;
	background: url(images/search.png) right 3px no-repeat;
}
#search input.submit {
	border: 2px solid #a0a0a0;
	background: url(images/arrowdn.png) center 12px no-repeat;
	height: 28px;
	margin-left: -2px;
	position: absolute;
}
#tool_links {
	float: right;
	position: relative;
	top: -24px;
}
#tool_links li {
	float: left;
	list-style: none;
	padding: 5px 10px 5px 20px;
}
#tool_links li a {
	color: #000;
}
#tool_links li#download {
	background: url(images/download.png) left 4px no-repeat;
}
#tool_links li#email {
	background: url(images/email.png) left 6px no-repeat;
}
#tool_links li#print {
	background: url(images/print.png) left 4px no-repeat;
}
#lower_header {
	margin-top: -5px;
}
#content {
	clear: both;
  position: relative;
	top: -15px;
}
#content #col1,
#content #col2 {
	width:49%;
	float: left;
}
#content #col3 {
	width:100%;

}
#content #col2 {
	float: right;
}
/*Col1*/
#content #col1 #company_overview {
	background: #000;
	border: 1px solid #a0a0a0;
	padding: 10px;
}
#content #col1 #company_overview h1.title {
	color: #fff;
	margin: 0;
}
#content #col1 #company_overview p.desc {
	color: #a0a0a0;
	font-size: 14px;
}
#content #col1 #company_overview ul.links li {
	display: inline;
}
#content #col1 #company_overview ul.links li.first {
	padding-right: 30px;
}
#content #col1 #company_overview ul.links li a {
	color: #fff;
}
#content #company_overview,
#content .cblock {
	margin-bottom: 5px;
}
#content .cblock {
	border: 1px solid #a0a0a0;
	background: url(images/block.png) top left repeat-x;
	padding: 0 10px;
}
#content .cblock h2.block_title {
	color: #fff;
	margin: 2px 5px 10px;
	font-weight: normal;
}
a.read_more {
	float: right;
	font-size: 13px;
	margin-top: -15px;
}
#content .cblock p {
	font-size: 12px;
}
/*yellow table*/
table.yellow {
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: center;
}
.yellow td {
	border: 1px solid #000;
	width: 75px;
}
.yellow th {
	background: #FF9A4F;
	border: 1px solid #000;
}
.yellow td.first {
	background: #a0a0a0;
	width: 210px;
	text-align: left;
	
}
/*summary table*/
table#summary {
	float: left;
	width: 55%;
	border-top: 1px solid #a0a0a0;
	border-collapse: collapse;
}
table#summary td {
	border-right: 1px solid #a0a0a0;
	color: #003343;
}
#col1 table.purification {
	width: 45%;
	clear: right;
	text-align: right;
	border-top: 1px solid #a0a0a0;
}
table.purification td {
	height: 20px;
	color: #003343;
}
#col2 table.purification {
	border-top: 1px solid #a0a0a0;
	border-collapse: collapse;
}
#col2 table.purification td,
#col2 table.purification th {
	border-right: 1px solid #a0a0a0;
	width: 165px;
}
table.purification th {
	background: #eee;
	color: #003343;
	font-weight: bold;
	border-bottom: 1px solid #a0a0a0;
	height: 20px;
	font-size: 13px;
}
tr.last {
	background: #92d9ff;
}
tr.odd {
	background: #f5f5f5;
}
.clearfix {
	clear: both;
}
#status_logo {
	height: 50px;
	width: 50px;

}
/*footer */
.footer{background-color: #6D6D6D;margin-top: -55px;padding:20px 20px 20px 140px;height:15px;position: relative;clear: both;}
.footer span{color:#fff;font:normal 12px Tahoma;text-align:center;}


/*IE fixes*/
*+html #search input.submit {
	 margin-left: -5px;
}
@media \0screen {
  #search input.submit {margin-left: -5px;}
}
*html #sec_nav ul {
	margin:0 0 0 -2px;
}
*+html #primary_nav a.active {
	padding-top: 6px;
}
@media \0screen {
	#primary_nav a.active {padding-top: 6px;}
}
*html #primary_nav a.active {
	padding-top: 6px;
}

/*login page*/
#wrap{min-height: 100%;padding-top: 50px;}
#login-wrap {
    margin:0px auto;
    padding: 15px;
    border: 4px solid #d7d7d7;
	background: url(html/images/BgLogin.png) no-repeat;
	min-height:540px;
	width:570px;
}
#login-logo {
		margin-top: 368px;
        width: 189px;
        height: 44px;
        float: right;
}

#login-logo a{float: left;
display: inline-block;
width: 189px;
height: 35px;}

#login{float: left;margin-top: 368px;}
#IRLoginForm label {
    display: block;
    color: #8f8f8f;
    font-size: 14px;
    margin-bottom: 3px;
		position: relative;
		width: 300px;
}
#IRLoginForm label span {
	position: absolute;
	top: 0;
	right: 0;	
	display: block;
}
#IRLoginForm .form-item {
    padding: 0;
		clear: both;
}
.form-item input {
	height: 15px;
	display: block;
  border: 2px solid #d7d7d7;	
	width: 300px;	
	float: left;
	padding: 3px;
	margin: 0 0 10px;
}
.form-submit {
    float: left;
}
#IRLoginForm {
  margin: 0 auto;
}

/*Secondary nav fixes*/
#secondary_nav {
    width: 210px;
}
#secondary_nav select {
    width: 54%;
		background: #FFFFFF url(images/nav-active.png) left -6px repeat-x;
}


#secondary_nav select#currency {
    width: 40%;
}
#secondary_nav select option {
	background: #FFFFFF url(images/nav-active.png) left -6px repeat-x;
}

*html  #secondary_nav select option,
*html  #secondary_nav select option {
    background-color: #FFFFFF;
    display: block;
}
@media \0screen {
    #secondary_nav select option { background-color: FFFFFF;  display: block; }
}

.searchList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	width: 400px;
	height: 160px;
	z-index:1;
	
}
.wrapSearch {
}

.searchList li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	width: 100%;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	
}
.searchList li a{
	display: block;
	color: #006;
	text-decoration: none;
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	
}
.searchList li a:hover{
	color: #FFF;
	background-color: #555;
}
.listWrap {
	visibility: hidden;
	position: relative;
	float:left;
	
	
}
.btn{width:80px!important;vertical-align:top;height:20px;background-color:#e56006;color:#fff;font:bold 13px Arial;border-radius:4px;margin:0px;border:0px;cursor:pointer;line-height:17px;}
