html, body, p, h1, h2, h3, h4, h5, h6, a, img, div, ul, lo, li, form, small {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font: normal 100.01% Arial, Helvetica, sans-serif;
  color: #102b58;
  background: #ffffff url(../../images/background.jpg) repeat;
}
h1 {
  padding: 10px 5px;
  font: bold 1.2em  Arial, Helvetica, sans-serif;
  text-align: center;
}
h2 {
  padding: 5px;
  font: bold 1.125em  Arial, Helvetica, sans-serif;
  text-align: left;
}
h3 {
  padding: 5px;
  font: bold 1.125em  Arial, Helvetica, sans-serif;
  text-align: center;
}
h4 {
  padding: 5px;
  font: bold 1.0em  Arial, Helvetica, sans-serif;
  text-align: left;
}
p {
  padding: 5px;
  text-align: justify;
}
a:link, a:visited {
  color: #0139b9;
}
a:hover, a:active {
  color: #6587cc;
}
li {
  margin: 3px 0 3px 30px;
}
hr {
  color: #102b58;
  background: #102b58;
  width: 100%;
  height: 1px;
  border: 0;
}
input.textbox, select, option, textarea {
  font: 0.9em Arial, Helvetica, sans-serif;
  color: #102b58;
  border: 1px solid #7f9db9;
  background: #ffffff !important;
}
option {
  border: 0;
}
small {
  display: block;
  clear: both;
  font-size: 0.8em;
  padding-top: 10px;
  text-align: center;
}
.required, .error {
  color: #cc0000;
}
.formerror {
  width: 300px;
  margin: 5px 237px;
  color: #cc0000;
  border: 1px solid #cc0000;
  background: #ffeeee;
}
.fact {
  font-style: normal;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.readmore {
  font-style: normal;
}




/*--------------------------------------------------------------
--------------------   <<<  LAYOUT  >>>   ----------------------
--------------------------------------------------------------*/


#outer {
  width: 100%;
  margin: 0 auto;
  font-size: 0.825em;
  
}
#inner {
  width: 777px;
  margin: 0 auto;
}




/*------------------   <<<  HEADER  >>>   --------------------*/


#header {
  width: 777px;
  height: 118px;
  background: url(../../images/header.jpg) no-repeat;
}




/*-----------------   <<<  NAVIGATION  >>>   -----------------*/


#nav {
  width: 753px;
  height: 27px;
  margin: 0;
  padding: 0 0 0 24px;
  list-style: none;
  background: url(../../images/nav_background.jpg) no-repeat;
}
#nav li {
  float: left;
  margin: 0;
  padding: 0;
}
#nav a {
  display: block;
  float: left;
  height: 27px;
  background-position: 0 0;
}
a#home {
  width: 68px;
  background: url(../../images/btn_home.jpg) no-repeat;
}
a#about_ias {
  width: 96px;
  background: url(../../images/btn_about_ias.jpg) no-repeat;
}
a#services {
  width: 87px;
  background: url(../../images/btn_services.jpg) no-repeat;
}
a#indoor_air_facts {
  width: 134px;
  background: url(../../images/btn_indoor_air_facts.jpg) no-repeat;
}
a#projects {
  width: 83px;
  background: url(../../images/btn_projects.jpg) no-repeat;
}
a#articles {
  width: 79px;
  background: url(../../images/btn_articles.jpg) no-repeat;
}
a#mycometer {
  width: 102px;
  background: url(../../images/btn_mycometer.jpg) no-repeat;
}
a#contact {
  width: 82px;
  background: url(../../images/btn_contact.jpg) no-repeat;
}
a#home:hover, a#about_ias:hover, a#services:hover, a#indoor_air_facts:hover, a#projects:hover, a#articles:hover, a#mycometer:hover, a#contact:hover {
  background-position: 0 -27px;
}




/*----------------   <<<  CONTENT AREA  >>>   ----------------*/


#content_area, #content_admin {
  width: 735px;
  padding: 10px 20px 0 20px;
  border-top: 1px solid #666666;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #cccccc;
  background: #ffffff url(../../images/footer.jpg) left bottom repeat-x;
}
#content_area img {
  margin:5px;
  padding:3px;
  border:1px solid #bfcbe0;
  background:#ffffff;
}
#content_area .box {
  float:right;
  clear:right;
  width:225px;
  margin:5px 0 5px 20px;
  padding:5px;
  border:1px solid #bfcbe0;
  background:#f7fafe;
}
a#netphiles {
  display: block;
  clear: both;
  width: 156px;
  height: 27px;
  margin: 5px auto 0 auto;
  background: url(../../images/netphiles.jpg) no-repeat;
  background-position: 0 0;
}
a#netphiles:hover {
  background-position: 0 -27px;
}
