body {
  background:  #B1CFE7 url('../images/bg/body_bg.png')  repeat-x scroll top center;
  
}

#clouds {
  background:  transparent url('../images/bg/clouds.png')  no-repeat scroll center 120px;
  
}


#container{
  width: 820px;
  margin: 0 auto;
  background-color:  #FFFFFF;
  /* background:  #FFFFFF url('../images/backgrounds/body_bg.gif')  repeat-y top center; */
   
}

#header{
  background:  transparent url('../images/bg/header_bg.png')  repeat-x top center;
  height: 102px; 
}

#logo{
  padding: 30px 18px 0 18px;
}

#nav {
  float: right;
  margin-bottom: 0;
  overflow: hidden;
  clear: both;
  position: relative;
  top: -2px;

}
/*     background: transparent url('../images/nav/nav-default.png') center top no-repeat; */

#nav ul{
  padding: 0;
  margin: 0;
  list-style: none;
	padding: 10px 10px 0 10px;

}

#nav li {

  display: inline;
  margin: 0;
}

#nav li a {
  color: #FFFFFF;
  font-weight: bold;
  
  
  margin-bottom: 10px;
  padding:3px 15px 4px 30px;
  	

  text-decoration: none;
  background: transparent url('../images/nav/nav-default.gif') 100% 0px no-repeat;
}


#nav li a:hover,
#nav li a.current {
  color: #000;
  background: transparent url('../images/nav/nav-active.gif') 100% 0px no-repeat;

}

#femto-impact {
  clear:both;
  background: url('../images/femto-impact.jpg');
  height: 267px;
}

#femto-impact div {
  position:  relative;
  left: 100px;
  top: 130px;
  width: 220px;
}

#femto-impact div.comment {
  position:  relative;
  left: 40px;
  top: 160px;
  width: 360px;
  
  
}
#femto-impact div.comment p#comment{
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
}
  
#femto-impact div.comment p#customer{
  text-align: right;
  margin-top: -1em;
  /* margin-bottom: 2em; */
}


#content{
  margin: 20px;
}
#content .left_2,
#content .left_3,
#content .left_4,
#content .left_5,
#content .left_6,
#content .left_7 {
  float: left;
}
#content .right_2,
#content .right_3,
#content .right_4,
#content .right_5,
#content .right_6,
#content .right_7{
  float: right;
}
#content .left_2,
#content .right_2{
  width: 140px;
}

#content .left_3,
#content .right_3{
  width: 220px;
}

#content .left_4,
#content .right_4{
  width: 300px;
}

#content .left_5,
#content .right_5{
  width: 380px;
}

#content .left_6,
#content .right_6{
  width: 460px;
}

#content .left_7,
#content .right_7{
  width: 540px;
}
#content .left_8,
#content .right_8{
  width: 620px;
}

#content-left{
}

#content-right{
  width: 300px;
  float: right;
} 

#footer{
  clear: both;
  background:  transparent url('../images/bg/footer_bg.png')  repeat-x top center;
  color: #000000;
  font-size: 0.9em;
  border-top: 3px solid #0079C2;
  height: 30px;
  padding: 25px 0 0 0;
  text-align: center;
  
}

#footer ul{
  margin: 0;
  padding: 0;
  display: inline;
}

#footer ul li{
  list-style: none;
  display: inline; 
  margin: 0 0 0 0;
  padding: 0 1em;   
}

#footer a{
  text-decoration: none;
  font-weight: bold;
}
