body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/content_bg.jpg) center repeat-y #005e20;
	font-size:62.5%;
	line-height:1.5em;
	color:#000000;
	margin:0;
	text-align:center;
}

ul,ol,li,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	list-style:none;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.clear {
	clear: both;
}

#site_wrap {
	text-align:left;
	width:960px;
	margin:0 auto;
	border-left: 3px #000 solid;
	border-right: 3px #000 solid;
}

#content_wrap {
	background-color:#FFF;
}

#top_nav {
	background-color: #111;
	height: 16px;
	padding: 3px 0;

}
#top_nav a {
	font-size:1.2em;
	color: #f1f1f1;
}

#top_nav ul {
	float: right;
	padding: 0 7px 0 0;
}
#top_nav ul li {
	display:inline;
	margin:0 0 0 10px;
}
#top_nav #breadcrumbs {
	float: left;
	padding: 0 0 0 7px;
color: #f1f1f1;
}

#new_products {
	padding:0 20px;
}


table.productListing a {
	color: #000;
	font-size: 12px;
}
table.productListing .productListing-heading {
	display: none;
}
table .smallText {
	color: #000;
	font-size: 11px;
}
#mens-type img {
	border: none;
	float: left; 
}
table.productListing tr.productListing-odd {
	background-color: #f1f1f1;
}

#new_products .infoBoxHeading {
	background:#fff;
	color:#2d2c2c;
	font-size:30px;
	padding:0 0 20px;
}
#product-info-wrap {
	width: 800px;
	margin: 0 auto;
}
	.pageHeading {
	font-size: 1.5em;
	padding: 20px;
}
#product-info-wrap li {
	font-size: 1.0em;
	margin: 0 0 15px 0;
}

#footer_nav {
	background: url(images/nav-bg.jpg) no-repeat;
	height:80px;
	width: 960px;
}

#footer_nav ul {
	margin:0 auto;
	padding:35px 0 0 0;
	height:54px;
	border-top: 3px #000 solid;
}

#footer_nav ul li {
	display:block;
	list-style:none;
	float:left;
	padding:0 29px;
}

#footer_nav ul li a {
	color:#FFF;
	font-weight:bold;
	font-size:30px;
	text-decoration:none;
}

#footer_nav ul li a:hover {
	border-top:3px #FFF solid;
	border-bottom:3px #FFF solid;
	text-decoration:none;
}

#footer_copy {
	width:954px;
	height:40px;
	background-image:url(images/footer_img.gif);
}