@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F8FFEE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	height: 80px;
	background-image: url(images/backmain.jpg);
	background-color: #666666;
}
body a {
color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 10;
	padding-right: 2px;
	padding-bottom: 10;
	padding-left: 2px;
	height: 63px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	font-size: 24px;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	border: 1px none #E0DFE3;
}
.oneColFixCtrHdr #mainContent {
	background-color: #333333;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000000;
	border: 1px solid #784242;
	font-size: 80%;
	font-weight: normal;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #FCFCFD;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent p {
	color: #FCFCFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent {
	color: #862627;
	font-weight: bold;
	border: 1px solid #872323;
	padding-left: 20px;
	height: 550px;
}
.oneColFixCtrHdr #container #mainContent #apDiv1 a {
	color: #862627;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent #apDiv3 a {
	color: #862627;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent #apDiv4 a {
	color: #862627;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent #apDiv2 a {
	font-weight: normal;
	color: #862627;
}
.shoediv {
	height: 225px;
	width: 181px;
	border: 1px double #CCCCCC;
	float: left;
	font-family: "Lucida Handwriting";
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}

.shoebox {
	height: 180px;
	width: 181px;
	border: 1px double #CCCCCC;
	float: left;
	font-family: "Lucida Handwriting";
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}
.oneColFixCtrHdr #container #mainContent .shoes .shoediv a {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;	
}
.nav {
	font-size: 12px;
	text-transform: uppercase;
	color: #CCCCCC;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
}
.nav a{
	font-size: 12px;
	text-transform: uppercase;
	color: #CCCCCC;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover{
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
}
.shoes {
	margin-left: 10px;
	float: left;
	width: 750px;
	padding: 0px;
}
.fltlft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

