#store_logo {
	background-color: #000000;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 84px;
	width: 570px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 0px;
	top: 0px;
}

.headerbar {
	background-color: #000000;
	background-image: url(../images/headerBar_07.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 980px;
	position: relative;
}

.headerbar_01 {
	background-image: url(../images/headerBar_01.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 36px;
	width: 101px;
	background-position: 0px 0px;
	margin: 0px;
}

.headerbar_01:HOVER {
	background-position: 0px -36px;
}

.headerbar_04 {
	background-image: url(../images/headerBar_04.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 36px;
	width: 100px;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	position: absolute;
	left: 101px;
	top: 0px;
	bottom: 0px;
}

.headerbar_04:HOVER {
	background-position: 0px -36px;
}

.headerbar_05 {
	background-image: url(../images/headerBar_05.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 36px;
	width: 100px;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	position: absolute;
	left: 201px;
	top: 0px;
	bottom: 0px;
}

.headerbar_05:HOVER {
	background-position: 0px -36px;
}

.headerbar_02 {
	background-image: url(../images/headerBar_02.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 36px;
	width: 100px;
	background-position: 0px 0px;
	margin: 0px;
	position: absolute;
	left: 301px;
	top: 0px;
	bottom: 0px;
	display: block;
}

.headerbar_02:HOVER {
	background-position: 0px -36px;
}

.headerbar_03 {
	background-image: url(../images/headerBar_03.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 36px;
	width: 100px;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	position: absolute;
	left: 401px;
	top: 0px;
	bottom: 0px;
}

.headerbar_03:HOVER {
	background-position: 0px -36px;
}

.headerbar_06 {
	background-image: url(../images/headerBar_06.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 36px;
	width: 100px;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	position: absolute;
	left: 501px;
	top: 0px;
	bottom: 0px;
}

.headerbar_06:HOVER {
	background-position: 0px -36px;
}

#navMainSearch {
	display: block;
	position: absolute;
	height: 36px;
	width: 205px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	}

input.search_input {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 10px;
	right: 55px;
	bottom: 10px;
	display: block;
	color: #423218;
	background-color: #E8DCBA;
}

input.search_input:FOCUS {
	background-color: #e7dcba;
}