
/**************************************************************************************************
html-body Section
***************************************************************************************************/
  body{
  text-align:center;
  background:#fff;               
  } 
/**************************************************************************************************
Framework Section
 ***************************************************************************************************/ 
  #wraper{   
  width:990px;
  margin:0 auto;
  text-align:left;
  background:#fff;
  }
/**************************************************************************************************
Header section
 ***************************************************************************************************/ 
   .header{
   width:990px;
   height:119px;
   background:url(/images/bghead.gif) no-repeat left top;
   background-position:0% 0%;
   }
 
/**************************************************************************************************
Green section
 ***************************************************************************************************/ 
   .green{
   position:relative;
   width:990px;
   height:11px;
   _margin-top:-3px;
   background:#a6cf51 url(/images/greenloop.gif)repeat-x left top;
   border:0px solid pink;
   }
     

/**************************************************************************************************
Hormenu1 section
 ***************************************************************************************************/
   .hormenu1{
   width:990px;
   border:0px solid red;
   }
   html>body .hormenu1{
   overflow:hidden;
   }
   .hormenu1box{
   width:690px;
   height:30px;
   margin:10px 0 0 295px;
   }
   .hormenu1 ul{
   list-style:none;
   margin:0px 0 0 0px;
   }
   .hormenu1 ul li{
   float:left;
   font-size:13px;
   border:0px solid green;
   }
   .hormenu1 a{
   padding:0 4px 0 10px;
   font-size:13px;
   background:url(/images/circlebullet.gif) no-repeat left top;
   background-position:0% 50%;
   }
   .hormenu1 li a:hover{
	color:#0095d8;
   font-size:13px;
	background:url(/images/circlebulletover.gif) no-repeat left top;
   background-position:0% 50%;
	}
   /*.firstchild a, .hormenu .firstchild a:hover{
   font-size:13px;
	background:none;
   }  */
   .hormenu1 .menuitem-active a{
   font-size:13px;
   color:#0095d8;
   }





/**************************************************************************************************
Hormenu section
 ***************************************************************************************************/
   .hormenu{
   width:990px;
   border:0px solid red;
   }
   html>body .hormenu{
   overflow:hidden;
   }
   .hormenubox{
   width:690px;
   height:30px;
   margin:10px 0 0 295px;
   }
   .hormenu ul{
   list-style:none;
   margin:0px 0 0 0px;
   }
   .hormenu ul li{
   float:left;
   font-size:13px;
   border:0px solid green;
   }
   .hormenu a{
   padding:0 4px 0 10px;
   font-size:13px;
   background:url(/images/circlebullet.gif) no-repeat left top;
   background-position:0% 50%;
   }
   .hormenu li a:hover{
	color:#0095d8;
   font-size:13px;
	background:url(/images/circlebulletover.gif) no-repeat left top;
   background-position:0% 50%;
	}
   /*.firstchild a, .hormenu .firstchild a:hover{
   font-size:13px;
	background:none;
   }  */
   .hormenu .menuitem-active a{
   font-size:13px;
   color:#0095d8;
   }



/**************************************************************************************************
Contentwraper section
***************************************************************************************************/  
   .contentwraper{
   width:990px;
   }


/**************************************************************************************************
Footer section
 ***************************************************************************************************/  
   
   .footer{
   position:relative;
   width:990px;
   clear:both;
   }
  .footerbox{
   width:780px;
   height:42px;
   margin-left:150px;
   }
   .footer p{
   color:#666666;
   font-size:10px;
   }
   .footer p a{
   color:#666666;
   }
   .logo{
   width:212px;
   height:107px;
   position:absolute;
   top:-62px;
   left:800px;
   _cursor:hand;
   _cursor:pointer;
   }


