/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
body {
	background: #4c3804 url(../_img/body_bg.gif) repeat-x 0px 0px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #000;
	height: 100%;
}
h1 {
	margin: 0;
	color: #32557E;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #da7a20;
	font-size: 1.75em;
	line-height: 1.714em;
	margin: 0;
	font-weight: normal;
}
h3 {
	color: #4c3804;
	font-size: 1.5em;
	line-height: 2;
	font-weight: normal;
	margin: 0;
}
h4 { margin: 0; }
a {
	color: #006;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	background: #f5f6e9 url(../_img/wrap_bg.gif) repeat-x;
}

#header h1 {
	margin: 0 auto;
	float: left;
	width: 227px;
	height:130px;
	padding-top: 10px;
	text-indent:-9999px;
}
#header h1 a:link, #header h1 a:visited {
	width:293px;
	height:109px;
	font-size: 1px;
	overflow: hidden;
	/*padding-top: 105px;*/
	margin-top:10px;
	display: block;
	background: url(../_img/logo.jpg) no-repeat;
}
#header {
	background: url(../_img/header_highlight.gif) no-repeat top center;
	height: 141px;
	padding: 0 10px;
	margin: 0 auto;
}

#toptools {
	margin: 16px 20px 0 0;
	padding: 0;
	float: right;
	width: 300px;
	text-align: right;
}
#toptools li { display: inline; }
#toptools li a { 
	border-right: 1px solid #bfbfbf;
	color: #bfbfbf;
	padding: 0 .5em;
	text-decoration: none;
}
#toptools li.last a {
	border-right: none;
	padding-right: 0;
}
#nav {
	margin: 108px 0 0 0;
	width: 535px;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	float: right;
	text-transform: uppercase;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #4c3804;
	text-decoration: none;
	padding: 0 0 2px;
	margin: 0 20px 0 0;
}
#nav li a.last { margin-right: 0; }
#nav li a:hover {
	color: #da7a20;
	background: url(../_img/nav-hover.gif) repeat-x left bottom;
}
#leaderboard {
	padding: 0px 10px 0;
	background: url(../_img/leaderboard_bg.gif) no-repeat right top;
	margin: 0 auto;
	height: 353px;
}
#leaderboard div {
	float: right;
	width: 300px;
}
#leaderboard h3 {
	font-weight: bold;
	line-height: 1;
	font-size: 30px;
	color: #f89a4a;
	margin-top: 30px;
	margin-bottom: 18px;
}
#leaderboard p {
	margin: 0;
	color: #f8f9ed;
	font-size: 16px;
	font-size: 1.333em;
	line-height: 1.125;
	font-weight: normal;
}
#leaderboard img { 
	float: left;
	margin-top: 36px;
	border: 3px solid #f8f9ed;
}
#leaderboard h4 {
	width: 160px;
	float: right;
	margin-top: 18px;
	text-align: center;
}
#leaderboard h4 a {
	background-color: #da7a20;
	color: #fff;
	display: block;
	border: 1px solid #fff;
	padding: 0 5px;
	text-decoration: none;
	line-height: 27px;
	font-size: 16px;
	outline: 1px solid #da7a20;
}
#leaderboard h4 a:hover {
	background-color: #fff;
	color: #da7a20;
	border-color: #da7a20;
	outline: 1px solid #fff;
}
/* Featured Shoes Buttons */
#featured {
	clear: both;
	height: 162px;
	padding: 20px;
	margin-bottom: 27px;
	background: url(../_img/feature_bg.gif) repeat-x;
}
#featured h4 {
	float: left;
	width: 270px;
}
#featured h4 a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	font-size: 27px;
	line-height: 1;
	color: #333;
	padding: 120px 7px 13px 0;
}
#featured h4 a:hover { color: #666; }
#mens{ background: url(../_img/btn_mens.jpg) no-repeat; }
#womens { background: url(../_img/btn_womens.jpg) no-repeat; margin: 0 44px; }
#kids { background: url(../_img/btn_kids.jpg) no-repeat; }

#contentContainer {
	background: url(../_img/content_bg.gif) repeat-x center top;
	padding: 36px 10px;
}

/* Main Content Styles */
#mainContent {
	float: left;
	width: 620px;
}
#contentContainer p {
	margin: 0 0 1.615em;
	font-size:13px;
}
.content h2 span {
	font-size: .619em;
}

#mainContent img.sidepic {
	float: right;
	padding: 3px;
	background: #fff;
	border: 1px solid #d7d3c1;
	margin-bottom: 20px;
	margin-left: 20px;
}
/* Secondary Content Styles */
#secondaryContent {
	width: 300px;
	float: right;
}

/* Legal Areas */
.legalareas {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-image: url(../_img/list-arrow.gif);
	float: left;
	width: 100px;
	font-size: .916em;
}
.legalareas li {
	line-height: 1;
	margin-bottom: .75em;
}
.legalareas + .legalareas {
	margin-left: 20px;
}
#footer {
	height: 42px;
	border-top: 1px solid #fafbf5;
	font-size: .916em;
	line-height: 1.2em;
	color: #fdbd88;
	clear: both;
	background: #270706 url(../_img/footer_bg.gif) repeat-x 0px 0px;
	padding: 18px 10px 0;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 21px 0 0 0;
}

#footer p {
	text-align: center;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #fdbd88;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #fdbd88;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #fdbd88;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}

p.quote {
	padding-left:20px;
	font-style:italic;
}
p.author {
	text-align:right;
	font-size:10px;
	color:#999;
	line-height:16px;
}
.right {
	float:right;
	padding:3px; 
	margin-left:5px;
	border:1px solid #999;	
}
.left {
	float:left;
	padding:3px;
	margin-right:5px;
	border:1px solid #999;
}

