body{
    width: 100%;
    margin: 0px;
    background-color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
}
a {
  color: #74c8e2;
  content: inherit;
  font-weight: normal !important;
  text-decoration: none !important;
}
a:hover {
  color: #f37421;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
}
h1 {
  font-size: 22px;
}
h2 {
  border-bottom: 2px solid #74c8e2;
  color: #74c8e2;
  font-size: 18px;
  font-weight: bold;
}
h2.orange {
  border-bottom: 2px solid #f37421;
  color: #f37421;
}
h2.green {
  border-bottom: 2px solid #3b9355;
  color: #3b9355;
}
h2.blue {
  border: none;
  color: #74c8e2;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
h3 {
  font-size: 16px;
  color: #5ec7e5;
}
h3.black {
  color: #000;
  font-weight: bold;
  margin-bottom: 0px;
}
h4 {
  color: #FF7900;
  margin: 0px;
  font-size: 16px;
}
h5 {
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
h6.orange {
  color: #f37421;
  font-size: 14px;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

p{
    margin: 0 0 10px;
}

table{
    margin-bottom: 0px;
}

th, td{
  padding: 5px 0 0 0;
}

ul {
  margin: 0px 0px 0px 15px;
  *margin-left: 20px;
  padding: 0px;
}

li {
  list-style-image: url('/images/frontend/list_style_gold_li.jpg');
  *list-style-image: url('/images/frontend/list_style_gold_li_ie.jpg');
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
select{
    background-color: #fafafa !important;
    border-top: 1px solid #cecece !important;
    border-left: 1px solid #cecece !important;
    border-bottom: 1px solid #e7e7e7 !important;
    border-right: 1px solid #e7e7e7 !important;
    font-size: 14px;
    line-height: 20px;
    padding: 4px;
    outline: none;
    width: 138px;
}
input {
    background-color: #fafafa !important;
    border-top: 1px solid #cecece !important;
    border-left: 1px solid #cecece !important;
    border-bottom: 1px solid #e7e7e7 !important;
    border-right: 1px solid #e7e7e7 !important;
    font-size: 14px;
    line-height: 20px;
    padding: 4px;
    outline: none;
    width: 310px;
}

input.zip{
    width: 150px;
}

label{
    font-weight: normal;
}

input:focus, textarea:focus{
    border-bottom: 1px solid #edeadb !important;
    border-right: 1px solid #edeadb !important;
    background-color: #fffeec !important;
}

input.errorFound, textarea.errorFound{
    background-color: #faf3f3 !important;
}

textarea{
    height: 100px;
    width: 638px;
    border-top: 1px solid #cecece !important;
    border-left: 1px solid #cecece !important;
    border-bottom: 1px solid #e7e7e7 !important;
    border-right: 1px solid #e7e7e7 !important;
    background-color: #fafafa !important;
}

input[type=submit],
input[type="button"]{
    background-image: url('/images/frontend/perigen-elements-form.png');
    background-position: 0 0;
    width: 150px;
    height: 37px;
    color: #ffffff;
    font-weight: bold;
    border: none !important;
}

input[type=submit]:hover{
    background-position: 0 -40px;
}



-moz-any-link:focus {
 outline: none;
}

p.title{
    color: #ff7700;
    font-size: 16px;
    border-bottom: 2px solid #ff7700;
    padding: 0 0 5px;
    font-weight: bold;
}

/*********************** marquee *********************************/
.marquee_black{
  background-color: black;
  color: white;
  padding: 4px 0px;
}

#content{
    border-bottom: 10px #f6f6f6 solid;
    border-left: 10px #f6f6f6 solid;
    border-right: 10px #f6f6f6 solid;
    background-color: white;
    width: 1000px;
    margin: auto;
}

#conteint{
    border-left:  1px solid #e5e5e5;
    border-right:  1px solid #e5e5e5;
    border-bottom:  1px solid #e5e5e5;
}
.papers_detail{
    width: 100%;
}

.papers_detail thead{
    color: #2a8f57;
    font-size: 20px;
}

.papers_detail thead tr td.title{
    border-bottom: #2a8f57 2px solid;
}

/* search */
.searchContainer div {
    background-color:#fff;
    display:inline;
    padding:5px;
}
.searchContainer input[type="text"] {
    border:none;
}
.searchContainer img {
    vertical-align:middle;
}

/*************** overwrite style validation *********************/
.formError .formErrorContent {
        background:#5bc7e3 !important;
        font-size: 13px;
}

.formError .formErrorArrow .line10{ background:#5bc7e3 !important;}
.formError .formErrorArrow .line9{ background:#5bc7e3 !important;}
.formError .formErrorArrow .line8{ background:#5bc7e3 !important;}
.formError .formErrorArrow .line7{ background:#5bc7e3 !important;}
.formError .formErrorArrow .line6{ background:#5bc7e3 !important;}
.formError .formErrorArrow .line5{ background:#5bc7e3 !important;}
.formError .formErrorArrow .line4{ background:#5bc7e3 !important;}
.formError .formErrorArrow .line3{ background:#5bc7e3 !important;}

/***
* Menu Principal - Header
*/
#menu {
  display: inline-block;
  float: left;
  height: 38px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#menu a {
  color: #000;
}
#menu li.selected {
  background: url('/images/frontend/menu_arrow.jpg') bottom center no-repeat;
  height: 38px;
  position: relative;
  z-index: 1;
}
#menu li.selected > a {
  color: #f37421 !important;
}
#menu li.selected:hover > a {
  color: #fff !important;
}
#menu > li {
  display: inline-block;
  cursor: pointer;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#menu > li > .first,
#menu > li > .last {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  border: none;
  display: inline-block;
  height: 31px;
  vertical-align: top;
  width: 6px;
}
#menu > li:hover > .first {background-image: url('/images/frontend/menu-header-1.gif');}
#menu > li:hover > .last {background-image: url('/images/frontend/menu-header-3.gif');}
#menu > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold !important;
  height: 31px;
  line-height: 31px;
  left: 0px;
  margin: 0px;
  padding: 0px 5px;
  top: 0px;
}
#menu > li:hover > a {
  background: url('/images/frontend/menu-header-2.gif') 0px 0px repeat-x;
  color: #fff;
}
/** SUBMENUS **/
#menu li ul {
  display: none;
  left: 0px;
  margin: 28px 0px 0px 0px !important;
  opacity: 0.95;
  padding: 5px 0px 5px 0px;
  position: absolute;
  top: 0px;
  width: 200px;
  z-index: 1000;
}
#menu li:hover ul {
  display: block;
}
#menu li ul li {
  display: block;
  line-height: 16px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#menu li ul li > a {
  display: block;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 16px;
  margin: 0px 7px;
  padding: 5px;
}
#menu li ul li > a:hover {
  background-color: #e9f6f9;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

#menu li ul#first {
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

#menu li ul.sub1 {background-image: url('/images/frontend/menu-header-4-aboutus.gif') !important;}
#menu li ul.sub2 {background-image: url('/images/frontend/menu-header-4-oursolutions.gif') !important;}
#menu li ul.sub5 {background-image: url('/images/frontend/menu-header-4-research-and-trends.gif') !important;}
#menu li ul.sub6 {background-image: url('/images/frontend/menu-header-4-newsandevents.gif') !important;}
#menu li ul.sub7 {background-image: url('/images/frontend/menu-header-4-contactus.gif') !important;}
#menu li ul.sub78 {background-image: url('/images/frontend/menu-header-4-perigen-research.gif') !important;}

#menu li ul li#last,
#menu li ul li#last img{
  height: 3px;
  line-height: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: -1px;
  width: 200px;
}
/***
* Menu Right - Submenu
*/
#subMenu {
  margin-bottom: 20px;
}
#subMenu h4 {
  background-color: #e9f6f9;
  font-weight: bold;
  color: #000;
  padding: 5px;
}
#subMenu ul {
  margin: 0px;
  padding: 0px;
}
#subMenu ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
}
#subMenu li a {
  background: url('/images/frontend/list_style_blue.jpg') 10px 50% no-repeat;
  border-bottom: #d2edf6 1px solid;
  color: #000;
  display: block;
  font-weight: normal;
  line-height: 28px;
  margin: 0px;
  padding: 0px;
  text-indent: 25px;
}
#subMenu ul.sublevel li a {
  background-position: 40px;
  text-indent: 55px;
}
#subMenu li a:hover {
  background: url('/images/frontend/list_style_gold.jpg') 10px 50% no-repeat;
}
#subMenu li a.selected {
  background: #f5c465 url('/images/frontend/list_style_menu_white.jpg') left no-repeat;
}
#subMenu li a.selected {
  color: white;
}
#subMenu ul.sublevel li a.selected {
  background-position: 30px;
}
/**
* Footer
*/
#footer {
  font-weight: normal;
  padding: 20px 0px;
}
#footer a img {
  margin-right: 5px;
  vertical-align: middle;
}
#footer ul {
  margin: 10px 0px;
  padding: 0px;
}
#footer ul li:first-child {
  border: none;
  padding: 0px 10px 0px 0px;
}
#footer ul li {
  border-left: 1px solid #74c8e2;
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px 10px;
}
/**
* Calculator
*/
#calculator,
#calculatorButton {
  background-color: #f0fafc;
  margin: 10px 0px;
  padding: 10px 0px 10px 10px;
}
#calculator {
  min-height: 260px;
  max-height: 300px;
}
#calculator .errorCalc {
  color: red;
  font-size: 12px;
}
#calculator #errorCalculator {
  color: red;
  font-size: 12px;
  height: 14px;
  line-height: 1em;
}
#calculator input[type="text"] {
  color: #444;
  font-size: 13px;
  font-weight: normal;
  margin: 2px 0px 0px 0px;
  *margin: 0px;
  width: 230px;
}
#calculator input[type="text"].errorFound {
  border: 1px solid #f8a3a3 !important;
}
#calculator input[type="submit"],
#calculatorButton input[type="button"] {
  background: url('/images/frontend/perigen-elements-form.png') 0px -224px no-repeat;
  font-size: 13px;
  font-weight: bold;
  height: 37px;
  margin: 10px 0px 0px 0px;
  width: 240px;
}
#calculator input[type="submit"]:hover,
#calculatorButton input[type="button"]:hover {
  background-position: 0px -264px;
}
#calculatorButton input[type="button"] {
  margin: 0px;
}
#calculator #loader {
  margin-left: 110px;
}
/* Div Floating */
.overlay {
  background-color: #fff;
  border: 10px solid rgba(82, 82, 82, 0.698);
  border: 10px solid rgb(82, 82, 82); /* Only IE 7 and olders*/
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  display: none;
  height: 340px;
  left: 50%;
  margin-left: -170px;
  margin-top: -200px;
  padding: 10px;
  position: fixed;
  top: 50%;
  width: 270px;
  z-index: 6000;
}
.overlay #calculator {
  background-color: #fff;
}
.overlay .close {
  background-image: url('/images/frontend/close.png');
  top: 0px;
  cursor: pointer;
  height: 35px;
  margin: 0px;
  position: absolute;
  right: 0px;
  width: 35px;
}


/***
* News and Events
*/
#news table {
  border-collapse: separate;
  border-spacing: 0px; 23
}
#news td {
  line-height: normal;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}
#news img {
  clear: right;
  float: left;
  margin-right: 10px;
}
#news > div {
  margin: 0px 20px 0px 0px;
}
#newsPress {
  border-bottom: 1px solid #d1eef6;
  margin: 0px;
  padding: 3px 0px;
}
#newsPress > table {
  border-collapse: separate;
  border-spacing: 0px 3px;
}
#newsPress .fecha {
  color: #f6c463;
  text-align: center;
  width: 90px;
}
#newsPress .titulo > a {
  color: black;
  display: block;
  padding: 10px;
}
#newsPress .fecha,
#newsPress .summary {
  padding: 10px;
  vertical-align: top;
}
#newsPress tr:hover .fecha {
  background-color: #fef3df;
}
#newsPress tr:hover .titulo {
  background-color: #fef3df; /*#fdf9ee;*/
}
#newsPress td {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}
#newsPress .summary {
  display: none;
  margin: 0px 0px 20px 0px;
  padding: 0px 10px;
}
#newsPress input[type="text"] {
  width: 220px;
}
#newsPress input[type="submit"],
#newsPress input[type="button"] {
  background: url('/images/frontend/perigen-elements-form.png') 0px -304px no-repeat;
  font-weight: normal;
  height: 30px;
  width: 104px;
}
#newsPress input[type="submit"]:hover,
#newsPress input[type="button"]:hover {
  background-position: 0px -338px;
}
/***
* Pagination links
*/
#pagination {
  border-bottom: 1px solid #f37421;
  margin-top: 20px;
  padding: 3px 0px;
  text-align: center;
}
#pagination li {
  color: #f37421;
  display: inline;
  margin: 0px;
  padding: 0px;
}
#pagination li.selected a {
  background-color: #fed7b0;
}
#pagination li a {
  color: #f37421;
  display: inline-block;
  margin: 0px;
  padding: 0px 5px;
}
#pagination li a:hover {
  background-color: #f37421;
  color: #fff;
}
/***
* Testimonials Thumbs
*/
.testimonials p {
  background-color: #9fd0bb;
}
.testimonial {
  border: none !important;
  margin: 10px 0px;
}
.testimonial .image {
  width: 115px;
}
.testimonial .caption a {
  font-size: 12px;
  line-height: 1.3em;
  padding: 5px !important;
}
/***
* Site Map
*/
#sitemap ul {
  margin: 0px;
  padding: 0px;
}
#sitemap .seccion {
  border-bottom: 1px solid #e9f6f9;
}
#sitemap .seccion li {
  list-style: none;
  margin: 10px 0px;
  padding: 10px;
}
#sitemap .seccion li:hover {
  background-color: #fef3df;
}
#sitemap .seccion > li > a {
  color: #f6c463;
  font-weight: bold !important;
  margin: 0px;
  padding: 0px;
}
#sitemap .subseccion {
  margin-left: 100px;
}
#sitemap .subseccion li {
  list-style-type: square;
  margin: 0px;
  padding: 0px;
}
#sitemap .subseccion li a {
  color: #000;
}
/***
* Miscelaneas
*/
hr {
  color: white;
  background-color: white;
  background: none;
  margin: 0px;
  height: 20px;
}
hr.blue {
  border-bottom: 2px solid #5bc7e1;
  height: auto;
  margin: 10px 0px;
}
hr.black {
  border-bottom: 2px solid #000;
  height: auto;
  margin: 5px 0px 20px 0px;
}
a.black {
  color: #000;
}
a.blue {
  color: #74c8e2;
  margin: 0px;
  padding: 0px;
}
hr.divisor{
  border: 1px solid black;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.results p,
.testimonials p {
  color: #fff;
  line-height: normal;
  margin: 5px 0px 10px 0px;
  padding: 5px 10px;
  text-align: left;
}
.title {
  border-bottom: 2px solid #5bc7e1;
  margin-bottom: 10px;
}
.title h2 {
  margin: 0px;
}
.results p {
  background-color: #f37421;
}
.learnMore li {
  margin-bottom: 0px;
}
.ancla {
  background: url('/images/frontend/bg_top.jpg') 0px 0px no-repeat;
  color: #fff;
  font-size: 24px;
  height: 51px;
  line-height: 51px;
  padding: 0px 5px;
  text-transform: uppercase;
  width: 950px;
}
.inputHintOverlay { color: #888;}
.msn_ready{background-color: #e0ffe0;border: 1px solid #aae653;margin-top: 10px;padding: 10px;font-weight: bold;width: auto;text-align: left}
.msn_error{background-color: #ffdfe0;border: 1px solid #e65455;margin-top: 10px;padding: 10px;font-weight: bold;width: auto;text-align: left}
.msn_help{font-size: 11px;font-style: italic; color: #4B94C9;}
.errorForm{color: #e65455;font-size: 11px;}
.requiredExtra{ color: red;}
.msn_error{background-color: #ffdfe0;border: 1px solid #e65455;margin-top: 10px;margin-bottom: 10px; padding: 10px;font-weight: bold;width: auto;text-align: left; font-size: 11px;}

.contentPicture a {
  background-color: #ffffff;
  border: #b9cede solid 1px;
  float: left;
  margin: 5px 14px;
  margin-left: 0px;
  padding: 4px;
  table-layout: fixed;
}