@charset "UTF-8";
* {
	margin: 0px;
}
html, body {
	background-repeat: repeat;
	background-image: url(../images/bkgd.gif);
}
#wrapper {
	min-height: 100%;
	text-align: center;
	background-image: url(../images/stampBkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
}
#wrapper  #page{
	width: 810px;
	background-repeat: repeat-y;
	background-image: url(../images/contentBkgd.gif);
	height: 440px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#wrapper #header {
	width: 810px;
	height: 155px;
	background-image: url(../images/headerBkgd.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: auto;
}
#header #topNav {
	height: 20px;
	text-align: right;
	margin-right: 30px;
}
#searchForm {
	padding: 0px;
	margin: 0px;
	text-align: right;
	width: 810px;
	height: 20px;
	overflow: hidden;
}
#searchForm  #searchField {
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9A9478;
	margin: 2px 5px 0px 0px;
	font-size: 9px;
	vertical-align: top;
	overflow: visible;
	height: 12px;
}
#header #mainNav {
	height: 35px;
	text-align: right;
	margin-right: 120px;
}
#header #homeHot  {
	height:100px;
	text-align: left;
	padding-left: 70px;
}
#mainNav  img {
	margin-left: 28px;
}
#page  #content{
	width: 750px;
	text-align: left;
	background-color: #FFFFFF;
	height: 370px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/homeContentBkgd.jpg);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	background-repeat: repeat-x;
	line-height: 18px;
}
#content #women {
	height: 345px;
	width: 240px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	background-image: url(../images/homePanel_1.jpg);
	cursor: pointer;
}
#women p {
	padding-top: 240px;
	padding-left: 10px;
	color: #FFF;
}
#content #panel2 {
	float: left;
}
#content #kids {
	height: 205px;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-image: url(../images/homePanel_2.jpg);
	cursor: pointer;
}
#kids p {
	color: #FFF;
	text-align: left;
	padding-right: 10px;
	padding-top: 70px;
	padding-left: 30px;
}
#content #jewelry {
	height: 135px;
	width: 250px;
	margin-bottom: 5px;
	clear: left;
	background-image: url(../images/homePanel_3.jpg);
	cursor: pointer;
}
#jewelry p {
	color: #FFF;
	padding-top: 5px;
	padding-left: 8px;
	cursor: pointer;
}
#content #bags {
	height: 155px;
	width: 250px;
	margin-bottom: 5px;
	float: left;
	margin-top: 5px;
	background-image: url(../images/homePanel_4.jpg);
}
#bags p {
	color: #FFF;
	padding-top: 100px;
	text-align: right;
	padding-right: 10px;
	cursor: pointer;
}
#content #men {
	height: 185px;
	width: 250px;
	margin-bottom: 5px;
	float: left;
	background-image: url(../images/homePanel_5.jpg);
	cursor: pointer;
}
#men p {
	color: #422C00;
	text-align: right;
	padding-right: 30px;
	padding-top: 15px;
}
#page  #features {
	width: 810px;
	font-size: 12px;
	line-height: 14px;
	color: #452C05;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 70px;
}
#features a:link, #features a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #008C9F;
}
#features a:hover, #features a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #008C9F;
}
#features img {
	float: left;
	margin-right: 10px;
}
#features #feature1 {
	width: 374px;
	float: left;
	text-align: left;
	background-color: #FFF;
	margin-left: 30px;
	display: inline;
	cursor: pointer;
}
#feature1 h1 {
	font-size: 14px;
	color: #2C8C2C;
	margin-top: 10px;
	margin-bottom: 4px;
}
#features #feature2 {
	width: 376px;
	text-align: left;
	background-color: #FFF;
	float: left;
	display: inline;
	cursor: pointer;
}
#feature2 h1 {
	font-size: 14px;
	color: #008C9F;
	margin-top: 10px;
	margin-bottom: 4px;
}
#wrapper  #footer{
	height: 130px;
	background-image: url(../images/footerBkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 810px;
	margin: auto;
	clear: both;
}
#footer p  {
	margin-right: 20px;
	margin-left: 20px;
	color: #794B04;
	font-size: 11px;
	margin-top: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 14px;
}

a:active, a:focus{
	outline:none;
}
