.headerBG {
	width:980px;
	height:140px;
	position:absolute;
	top:0;
	left:-10px;
	background:url(./images/headerBG.png) no-repeat 0 0;
}
.header {
	position:relative;
	z-index:2;
	margin:0 0px;
}

.headerMain {
	position:relative;
}
.headerMain h1 {
	position:absolute;
	left:40px;
	top:5px;
	color:#666666;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
}
.headerMain h1 a,
.headerMain h1 a:visited,
.headerMain h1 a:hover {
	color:#666666;
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}
.headerMain span {
	position:absolute;
	left:52px;
	top:53px;
	color:#666;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}

.header_stershop {
	height:200px;
	background:url(./stershop/header.jpg) no-repeat 0 0;
}
.header_stershop h1,
.header_stershop h1 a,
.header_stershop h1 a:visited,
.header_stershop h1 a:hover {
	color:#666666;
}
.header_stershop span {
	color:#666666;
}

.headerSearch {
	width:200px;
	height:25px;
	position:absolute;
	bottom:0;
	right:0px;
	background:url(./images/headerSearch.png) no-repeat 0 0;
}
.headerMain .searchQuery {
	display:block;
	float:left;
	padding:6px 5px 5px 10px;
	width:157px;
	height:14px;
	font-size:11px;
	border:0;
	color:#333;
	background:none;
}
.headerMain .searchQueryIA {
	color:#888b8d;
	font-style:italic;
}
.headerMain .searchButton {
	display:block;
	float:left;
	margin-left:3px;
	width:25px;
	height:25px;
	padding:0;
	border:0;
	background:none;
	text-indent:-1000px;
	cursor:pointer;
}


