html {
  overflow: auto;
  background: #fff;
   
}

html:not(:nth-child(1)) {
  overflow: visible;
}
*{
  margin: 0;
  padding: 0;
}

ul{
  list-style-type: none;
}

img {
  border: none;
}

html, body {
  width: 100%;
  height: 100%;
  min-width:1003px;
  
}

body {
  font: 14px Arial, Helvetica, sans-serif;
  position: relative;
}

#header {
  border-right: solid 36px #515354;
  height: 30px;
  background: #4c95d1;
  position: absolute;
  text-align: center;
  top: 0;
  margin-left: -36px;
  width: 100%;
  z-index: 1002;
  left: 0;
   
}

h1{
  font-size: 36px;
  font-style: italic;
  color: #3a468b;
  margin: -100px 0 100px 200px;
  text-align: left;
  text-decoration:none;
}

h1 a             {font-size: 36px;
  font-style: italic;
  color: #3a468b;  text-decoration:none;}

h2{
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}

h3,table caption{
  color: #1160a0;
  font-size: 16px;
  font-weight:bold;
  
}
table {margin-top:2em;}
table td {vertical-align:top;}
table caption {padding-bottom:1em;}

div#text{
  padding: 55px 10px 10px 30px;
  line-height: 20px;
}

div#text p{
  margin: 10px 0;

}

#text ul{
  list-style-image: url(images/list.gif);
  margin: 10px 0 10px 20px;
}


.column {
  padding-top: 110px !important;
}

#container {
  padding-right: 250px;
  overflow: hidden;
  float: right; /* IE 5.01 */
  float/**/: none;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  background: url(images/navbg.jpg) no-repeat;
  background-position: bottom right;
  border-right: solid 36px #515354;
  

}

* html #container { overflow: visible; }



#container:after {
  content: 'EasyClear';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#container { display: inline-block; }
/*\*/
#container { display: block; }
/**/

#right {
  width: 271px;
  position:absolute;
  top:30px;
  right:0px;
 
  z-index: 1001;
  padding-top:199px;
  background-image:url(images/circuit.gif);
  background-repeat:no-repeat;
}

.trans {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);-moz-opacity:0.95;opacity:0.95;khtml-opacity:0.95}
/*
* html #right {
  right: 250px;
  
}
*/
ul#navigation{
 float: right;
}

ul#navigation a{
  color: #fff;
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 0 0 15px;
  text-decoration: none;
  width: 200px;
  overflow:hidden;
  
}
ul#navigation ul { background: url(images/nav2nd.gif);background-position:top right;}
ul#navigation ul a {color:#fff;text-indent:10px;}
ul#navigation ul a:hover {color:#fff;text-indent:10px;}

a#nav0,a#nav1,a#nav2,a#nav3,a#nav4,a#nav5,a#nav6,a#nav7,a#nav8 {background-image:url(images/menu.png);background-repeat:no-repeat;}

a#nav0{ background-position:0px 0px; }
a#nav1{ background-position:0px -34px;}
a#nav2{ background-position:0px -68px;}
a#nav3{ background-position:0px -102px;}
a#nav4{ background-position:0px -136px;}
a#nav5,a#nav6,a#nav7,#nav8{background-position:0px -170px;}

a#nav0:hover,a#nav1:hover,a#nav2:hover,a#nav3:hover,a#nav4:hover,a#nav5:hover,a#nav6:hover,a#nav7:hover,a#nav8:hover{ background-position:-215px 0px; color: #000;}




#content {
  background: url(images/contentbg.gif) no-repeat top left;
  z-index: 1003;
  position:relative;
  width: 100%;
  padding-bottom:120px;
  
}

#footer {
  background: url(images/footer.jpg) no-repeat;
  height: 120px;
  position: relative;
  z-index: 1000;
  margin-top: -120px;
  width: auto;
  border-right: solid 36px #515354;
}

#footer_in{
  color: #1a517d;
  font-size: 12px;
  width:auto;
  background: url(images/navbg2.png) no-repeat;
  background-position: bottom right;
  height:120px;
}

* html #footer_in{ background: url(images/navbg.jpg) no-repeat; background-position: bottom right; }

#footer p{
  line-height: 16px;
  position: absolute;
  bottom: 10px;
  left: 20px;
}


.bold{
  font-weight: bold;
}

#catalogtoc {margin-left:0px;margin-bottom:2em;width:450px;margin-top:2em;}
#catalogtoc a,a.color{color:#3a468b;}
#catalogtoc {padding-left:2em;}
#catalogtoc li { list-style-position:outside;}
a.color {margin-top:3em;display:block;}

#catalogcontent
{
margin-top:3em;	
}

#catalogcontent h1,#catalogcontent h2 {  color: #1160a0;
  font-size: 16px;
  font-weight:bold;
   text-transform:uppercase;
   }
  
  #catalogcontent h3 {  color: #1160a0;
  font-size: 14px;
  
  font-weight:bold; }
  
  #catalogcontent table
  {
	  border-collapse: collapse;
      color: #434343;
  font-size: 11px;
  margin: 10px 10px 5px 10px;

  }
  
  #catalogcontent table th{
  background: #f5f5fd;
  border: 1px solid #928dbb;
  padding: 4px;
}

#catalogcontent table  td{
  border: 1px solid #928dbb;
  padding: 0 2px;
}


