* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #fff;
	display: block;
}

#wrapper {
	width: 756px;
	height: 100%;
	margin: 0 auto;
	display: block;
}

#shop {
	height: 13px;
	font-size: .8em;
	color: #333;
	padding: 9px 5px 13px 435px;
	float: left;
	background-color: #fff;
}

#banner {
	width: 756px;
	height: 200px;
	background-color: #000;
	float: left;
	margin-top: 10px;
}

#conwrap {
	width: 756px;
	display: block;
	float: left;
	border-left: 1px solid #999;
}

#footer {
	width: 593px;
	font: .75em Arial, Helvetica, Verdana, sans-serif;
	color: #999;
	float: left;
	padding: 4px 2px 4px 160px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 5px;
}

#nav {
	width: 149px;
	height: 100%;
	font-size: .8em;
	font-weight: normal;
	color: #000;
	float: left;
}

#nav ul {
	font-weight: bold;
	text-indent: 10px;
	margin-bottom: 25px;
	color: #000;
}

#nav li {
	font-size: .9em;
	font-weight: normal;
	color: #999;
	border-bottom: #999 solid 1px;
	margin-top: 2px;
	display: block;
	text-indent: 10px;
	list-style: none;
}

#nav p {
	margin: 8px 0px 0px 12px;
}

#nav a, #nav a:visited {
	color: #999;
	border-bottom: 0px;
	text-decoration: none;
}

#nav a:hover {
	color: #06C;
	text-decoration: none;
}

h1 {
	font: 16px/22px bold Arial, Helvetica, sans-serif;
	color: #000;
	margin: 5px 10px;
}

p {
	font: 13px/17px normal Arial, Helvetica, sans-serif;
	margin: 5px 10px;
	color: #999;
}

td.item {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	padding: 15px 12px 15px 12px;
}

.searchbar {
	font-size: .8em;
	padding-left: 12px;
	color: #000;
	font-weight: bold;
	display: block;
}

.inputbar {
	display: block;
	margin-top: 10px;
}

.shop_body {
	font-size: .8em;
	margin: 0 10px 0 10px;
}

.text {
	font-size: .9em;
}

span.home {
	font-weight: bold;
	color: #000;
	margin-left: 10px;
}

span.home a:link, span.home a:visited {
	color: #000;
}

#content {
	width: 605px;
	height: auto;
	float: left;
	display: block;
	border-left: #999 solid 1px;
	border-right: #999 solid 1px;
}

form #search {
	background-color: #f00;
}

a:link, a:visited {
	color: #999;
	text-decoration: underline;
}

a:hover {
	color: #999;
}

.shop_cat {
	font-size: .95em;
	color: #000;
	padding: 0 10px 0 9px;
	border-bottom: 1px solid #1e66c3;
}

#content ul li {
	font: 13px/17px normal Arial, Helvetica, sans-serif;
	margin-left: 25px;
	list-style-type: disc;
	color: #999;
}

form  {
	font: 13px/17px normal Arial, Helvetica, sans-serif;
	margin: 5px 10px;
	color: #999;
}

form p {
	padding: 10px;
}

form i {
	font-style: normal;
}

textarea {
	font: 13px/17px normal Arial, Helvetica, sans-serif;
	width: 300px;
	height: 100px;
}

form b {
	font: 16px/22px bold Arial, Helvetica, sans-serif;
	color: #000;
}