@charset "utf-8";
/* CSS Document */
/*---text----*/
#titletext1  {
   visibility: visible;
   position: absolute;
   left: 152px;
   top: 130px;
   z-index: 4;
   width: 680px;
}

#titletext1 p
  {
   font: 18px/20px Tahoma;
   margin: 0px;
   color: #84BDEC;
   padding-bottom: 7px;
   text-align: left;
}

#line_vertical {
	background: url(http://www.modulight.com/images/line_vertical.gif);
	background-repeat:repeat-y;
	visibility: visible;
	position: absolute;
	left: 592px;
	top: 175px;
	z-index: 4;
	width: 1px;
	height: 680px;
}

#text1  {
	visibility: visible;
	position: absolute;
	left: 152px;
	top: 170px;
	z-index: 4;
	width:415px;
}

#text2 {
    visibility: visible;
	position: absolute;
	left: 617px;
	top: 170px;
	z-index: 4;
	width:415px;
}

#text3  {
	visibility: hidden;
	position: absolute;
	left: 152px;
	top: 170px;
	z-index: 5;
	width:415px;
}

#text4 {
    visibility: hidden;
	position: absolute;
	left: 617px;
	top: 170px;
	z-index: 5;
	width:415px;
}

#text1 p,
#text2 p,
#text3 p,
#text4 p
  {
   font: 11px/14px Tahoma;
   margin: 0px;
   color: #767676;
   padding-bottom: 7px;
   text-align: left;
}

#text1 p a,
#text2 p a,
#text3 p a,
#text4 p a{
   font-style:normal;
   color:#E77710;
   text-decoration: none;
}


