@charset "UTF-8";

body {
	background-image: url(../images/Shoe-Grid.jpg);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #3f3232;
}

#banner {
	height: auto;
	width: 1032px;
	margin: 0 auto;
	text-align: center;
}

#mainDiv {
	width: 1028px;
	height: auto;
	margin: 0 auto 10px;
	border: 2px solid #3f3232;
	background-color: #e9cbca;
	padding-bottom: 0;
}

#globalNav {
	width: 1028px;
	height: 25px;
	margin: 0 0 10px 0;
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: #f8e2e2;
}

a:link {
	text-decoration: none;
	color: #403232;
	background-color: none;
}

a:visited {
	text-decoration: none;
	color: #403232;
	background-color: none;
}

a:hover {
	text-decoration: underline;
	color: #dbb3b2;
	background-color: #fff;
}

a:active {
	text-decoration: underline;
	color: #457093;
	background-color: #fff;
}

#globalNav ul {
	margin: 0;
	padding: 3px 0 0 0;
}

#globalNav li {
	float: left;
	list-style: none;
	margin: 0 88px;
	padding: 0;
}


#globalNav #firstlink {
	margin-left: 10px;
}

#globalNav #lastlink {
	margin-right: 0;
}

#footer {

}


h2 {
	height: 60px;
}

h2 span, h3 span {
	display: none;
}

.setTotals {
	text-align: center;
	font-weight: 700;
}

#legal {
	height: auto;
	width: 1028px;
	text-align: center;
	margin: 10px auto;
	padding-bottom: 20px;
	font: 9px Georgia, "Times New Roman", Times, serif;
}
