@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------
   5-HOME CONTENTS-1
------------------------------------------------------------------------------------------------- */
#home_content_home{
	width:960px;	
	
	
}


.slides{
	margin:0;
	padding:0;
	list-style:none;
}


	
#how-to-order{
	width:960px;
	height:204px;
	margin-top:.5em;
	background:url(../_images/how-to-order.png) no-repeat 8px 16px;
	
}

.top-header-960{
	width:960px;
	height:4px;
	background:url(../_images/top-header-960.png);
}


.process{
	width:150px;
	height:150px;
	float:left;
	margin-top:50px;
	padding:0 5px;
	
}




/* ----------------------------------------------------------------------------------------------
   5-HOME CONTENTS-2
------------------------------------------------------------------------------------------------- */
#topic{
	width:752px;
	line-height:32px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
	color:#f7a700;
}

#home-category{
	width:960px;

}


.category-icon{
	width:180px;
	margin-bottom:16px;
	float:left;
	padding:0 6px;
	
}

.category-icon a{
	color:#0061af;
}

.category-icon a:hover,.category-icon a:focus {
	color:#f7a700;
}

.category-title{
	width:180px;
	line-height:32px;
	text-align:center;
	
	float:left;
	font-weight:bold;
	
	
}


#see-all-produts{
	margin:0 auto;
	
	font-weight:bold;
	line-height:30px;
	width:150px;
	clear:both;
	text-align:center;
	
}


#see-all-produts ul{
	margin:0;
	padding:0;
	list-style:none;
	

}

#see-all-produts ul li{
	width:10em;
	line-height:2.5em;
	text-align:center;	
	text-decoration: none;
	background:url(../_images/menu-bg-sprite.png) no-repeat left top;
	
}

#see-all-produts ul li a{
	display: block;
	color:#fff;
	text-decoration: none;
	/* 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	*/
}

#see-all-produts ul li a:hover,#see-all-produts ul li a:focus {
	background:url(../_images/menu-bg-sprite.png) no-repeat -176px 0;
	color: #1A1A1A;
}

#see-all-produts a:hover{
	background:rgba(49,49,64,0.9);
	color:#fff;
	text-decoration: none;	
}