@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
article,aside,canvas,details,embed,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display:block;
}
command,datalist,keygen,mark,meter,progress,rp,rt,ruby,time,wbr{
	display:inline;
}
ul, li {
	 list-style-type:none;
}
a,a:hover {
	text-decoration:none;
	cursor:pointer;
}
img {
	border:0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,td,caption {
  vertical-align: top;
}
q {
  quotes: none;
}
q:before,q:after {
  content: "";
  content: none;
}
input[type="submit"],input[type="button"] {
	cursor:pointer;
}
h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 14px;
}
b {
 font-weight:normal;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/shop.jpg) no-repeat;
}
#warpper {
	width:100%;
	overflow:hidden;
}
#container {
	margin:0 auto;
	width:980px;
	background-color: #FFF;
	border:2px solid #a8e3f3;
	border-top:0
	padding:0 0 20px 0;
}
#footer {
	margin:10px 0 0 0 ;
}
