html{
	margin: 0;
	padding: 0;
	overflow-y: scroll;

}

body{
	width: 90%;
	margin: 0 auto;
	padding: 0;
	font-family: PT Sans, Helvetica, Calibri, Arial,Helvetica;
	font-size: 16px;	
}

:focus{
	outline: none}

img{
	border: none
}

#banner{
	height:250px;
	background: url(/ass3t/image/bg.jpg) no-repeat; 
	background-position: bottom center;
	background-size: contain;
	overflow:hidden;
	margin:0;
}

.banner_detail{
	text-align:right;
	font-family: 'Russo One', Helvetica, Calibri, Arial,Helvetica;
	font-size: 30px;
	margin-top:60px;
	margin-right: 30px;
}

#main_menu{
	margin:0;
	position:relative;
	z-index: 2;
}

#content{
	margin-top:30px;
	position: relative;
	overflow:hidden;
	z-index:1;
}

#about{
	line-height: 20px;
}

#footer{
	margin: 30px 0;
	text-align:center;
	color:#aaa;
}

.wrapper{
	margin:0;
	padding:0;
	width:100%;
	clear:both;
	height:1px;
	overflow: hidden;
}

.item_name{
	font-family: 'PT Sans', 'Russo One', Helvetica, Calibri, Arial,Helvetica;
	font-size: 18px;
	font-weight: bold;
}

.aitem{
	width:100%;
	min-height: 225px;
	border:2px dotted #ccc;
	border-radius: 10px;
	margin:0 auto;
	padding:15px;
	font-size:15px 10px;
	line-height: 15px;
	text-align: center;
}

.aitem h3{
	font-family: 'Russo One', Helvetica, Calibri, Arial,Helvetica;
	font-size: 18px;
	text-align: center;
}

.aitem:hover{
	background: #efe;
}

.scope_item{
	width:230px;
	height:230px;
	overflow:hidden;
	border-radius:130px;
	margin-left:15px;
	border:15px solid #EE632C;
}

.product_cell{
	margin-top:20px;
	padding:10px;
}

.product_cell:hover{
	border-radius:10px;
	background: #eee;
}

.product_cell img{
	margin-top: 15px;
	border-radius:150px;
}

.orderCount{
	overflow: hidden;
	padding:3px 7px;
	color: #34495e;
	border-radius:100%;
	background: #fff;
	font-weight: bold;
}

.orderError{
	float:right;
	margin-top:-10px;
	width:100%;
	overflow:hidden;
}