/* CSS Document */

#header h1 a span{  
  display: block;
  width:310px;
  height: 140px;
  background: url(/ro/img/permen.jpg) no-repeat 42px 0 ;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  cursor: hand;  
}

/* content */  
#ixIntro{
	width: 560px;
	height: 250px;
	background: url(/img/intro.jpg) no-repeat;
}
#ixIntro ol{
	list-style: none;
	background: url(/ro/img/permen_box.jpg) no-repeat 35px 15px;
	padding: 0px 0 23px 30px ;
	margin: 0 ;
	position: relative;
	top: 20px;
}
#ixIntro ol li{
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 50px;
	margin: 0 0 0 220px ;
	padding: 2px 20px 0 50px;
	font-weight: bold;
	color: #00446e;
}
