@charset "UTF-8";
/* CSS Document */

#mainpic{
         background:url(../images/products_mainpic.jpg) no-repeat;
		 width:950px;
		 height:250px;
		 margin-top:-1px;
}

/*------------------------ body ---------------------------*/

#products_title{
         width:500px;
		 padding-left:50px;
		 padding-top:52px;
}

#products_title p{ 
                  font:25px "Arial", Helvetica, sans-serif;
			      color:#cc0000;
}

#products_texts{
               width:580px;
			   padding-left:50px;
			   padding-top:37px;
}

#products_texts p{
                font:14px "Arial", Helvetica, sans-serif;
			    color:#666666;
}

#list_container{
                width:550px;
				padding-left:50px;
				padding-top:27px;
}

#list_left{
           background:url(../images/products_pic1.jpg) no-repeat;
		   width:284px;
		   height:473px;
		   float:left;
}

#list_right{
            width:266px;
			float:right;
}

.list{
      width:266px;
      padding-left:30px;
}

.list li, .list li a{
           font:14px Arial, Helvetica, sans-serif;
		   color:#666666;
		   line-height:23px;
		   text-decoration:none;
}

.list li a:hover{
           color:#FF0000;
}

/*---------------------------- what we do ----------------------------*/

#products_pic2{
          background:url(../images/products_pic2.jpg) no-repeat;
		  width:224px;
		  height:107px;
		  margin-left:15px;
		  margin-top:13px;
}
