*{
  margin : 0px;
  padding : 0px;
}
body{
  text-align:center;
  background-color:#ffffff;
  font-size:small;
  color:#333333;
  line-height:120%;
}


p{
	text-indent:1em;
}


#wraper{
width:720px;
margin:12px 0px;
}


#header{
  margin:0px;
  width:720px;
  text-align:left;
}
#l_head{
  text-align:left;
  float:left;
  width:230px;
}
#c_head{
  text-align:right;
  float:left;
  width:370px;
}
#r_head{
  text-align:right;
  float:left;
  width:120px;
}

#h_menu{
	width:720px;
	line-height:100%;
}

#h_menu ul{
list-style:none;
margin:0px;
padding:0px;
height:30px;
}

#h_menu li{
float:left;
width:120px;
margin:0px;
padding:0px;
}

#h_menu a{
	display:block;
	width:100%;
	padding:6px 0px 6px;
	color:#ffffff;
	background-color:#cccccc;
	text-decoration:none;
	background-image:url('../img/bg_img.gif');
	background-position:left top;
	text-align:center;
}

#h_menu a:hover{
	color:#ffffff;
	background-color:#999999;
	background-position:right top;

}

#content{
clear:both;
  margin:0px;
  width:720px;
  text-align:center;
}


#product{
clear:both;
text-align:center;
margin-top:4px;
width:720px;
}


#product h2{
	border-top:1px solid #cccccc;
	background-image:none;
}


#product li{
	float:left;
	width:165px;
	margin:26px 15px 0px 0px;
	text-align:center;
	list-style-type:none;
	background-image:none;
}

#product h3 a{
	display:block;
	margin:5px 2px;
	padding:2px 0px;
	color:#ffffff;
	font-weight:normal;
	font-size:small;
	background-color:#0099cc;
	background-image:none;
}

#product dl{
margin:2px 2px;
font-size:90%;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

#product dt{
	padding:2px 0px;
	text-align:center;
	background:#ededed;
	border-top:1px solid #cccccc;
}

#product dd{
	padding:2px 0px;
}


#topics{
clear:both;
width:720px;
text-align:left;
line-height:120%;
background-color:#ffffff;

}

#topics ul{
	list-style-type:none;
}

#topics li{
	margin:0;
	border-bottom:1px dotted #999999;
	background : url(../img/arrow-g.gif) left center no-repeat;
	padding : 2px 2px 2px 24px;
}

#footer{
text-align:left;
width:720px;
clear:both;

