* {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
html, body, label, input, label, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
body {
	background: #dfbf86 url('../images/bkgrd.jpg') repeat-y 50% top;
	font-size: 14px;
	font-family: Times, serif;
	color: #1f1d17;
	text-align: center;
}
td, tr {
	vertical-align: top;
	border-collapse: collapse;
}
img {
	border: none;
}

a {
	border:none;
	outline:0;
}
/*-----------------------  LAYOUT  -------------------------*/
#wrapper {  /* makes the site be nicely centered horizontally */
	margin: 0 auto;
}
#content { /* covers header-main-footer */
}
#header {
}
#main { /* covers the area between header and footer */
}
#footer {
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	color: #4A863C;
}
#footer a:hover, #footer a:active {
	color: #CC3300;
}
#footer p {
	padding-top: 75px;
	padding-bottom: 10px;
	white-space: nowrap;
}
/*-----------------------  SHOPPING and SEARCH  -------------------------*/
#shopping {
	background: url('../images/shoppingBkgrd.jpg') no-repeat 50% top;
	height: 38px;
	width: 229px;
}
#shopping a, #nav_bottom a:link, #nav_bottom a:visited {
	display: block;
}
#shopping img {
	/*width: 100%;
	height: 100%;*/
	border: 0;
}
#shopping a:hover img {
	visibility: hidden;
}
#search {
	background: url('../images/searchBkgrd.jpg') no-repeat 50% top;
	height: 28px;
	width: 229px;
	width:100%;
}
#search input {
	position: relative;
	top: 5px;
	left: 2px;
	width: 138px;
	height: 14px;
	font-size: 10px;
	vertical-align: middle;
}
#search a, #nav_bottom a:link, #nav_bottom a:visited {
	display: block;
}
#search img {
	/*width: 100%;
	height: 100%;*/
	border: 0;
}
#search a:hover img {
	visibility: hidden;
}
#cart {
}
#searchkeyword {
}
#searchbutton {
}
/*-----------------------  OTHER  -------------------------*/

