/*-----------------------------------------------------------------------------------------------
Basic Style Sheet(for version 6 browsers)
Author:   Kevin Fu
Email:    fukan211@gmail.com 
Copyright:NKE
------------------------------------------------------------------------------------------------*/
/*-------------------The Global Style---------------------------*/
body{
	font-family:Arial;
	font-size:12px;
	text-align:center;
	color:#494949;
	background:#6a6a6a url(../images/bg.png) center top no-repeat;
}
.wrapper_shadow{
	width:973px;
	margin:0 auto;
	background:url(../images/shadowline.png) 0 0 repeat-y;
}
.wrapper{
	width:960px;
	margin:0 auto;
	background:#fff;
}
.container{
	text-align:left;
	min-height:500px;
}
.container_design{
	text-align:left;
	min-height:745px;
	
}
.container_product{
	text-align:left;
	min-height:500px;
	background: url(../upload/inspiration/bg.png) center top no-repeat;
}
.content h5{
	font:normal 11px Arial;
	text-align:left;
}
.step{
	clear:both;
	margin:10px 30px;
	text-align:right;
}
.step a{
	display:inline-block;
	height:18px;
	line-height:18px;
	padding:0 4px;
	margin:0 3px;
	color:#000;
	font:bold 11px Arial;
	text-align:center;
}
.step .current_step{
	color:#fff;
	background:#83a500;
}
/*-------------------End Global Style-------------------------*/
