body {
	background: #ECDFCF url(../images/bg.gif) repeat-y;
	padding: 0px;
	margin: 0px;
}

body, table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 15px;
}
h2 {
	font-size: 11px;
}

a {
	color: #333333;
}
a:hover {
	color: #B91619;
}

#navarea {
	position: absolute;
	left: 0px;
	background: url(../images/nav-bg.gif) repeat-y;
	width: 203px;
	margin-top: 4px;
}
#navarea a {
	color: white;
}

#logo {
	position: absolute;
	left: 661px;
	z-index: 100;
}

#main {
	margin-left: 210px;
	width: 735px;
	padding-top: 128px;
}
#main2 {
	margin-left: 20px;
}
#widecontent {
	width: 670px;
}
#content {
	width: 520px;
	padding-top: 15px;
}
#content h1.category {
	color: #B91619;
	font-size: 18px;
	margin-top: 0px;
}

p.first {
	width: 575px;
}

.nav ul {
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.nav li a {
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
	line-height: 1.7em;
}

#nav1 ul {
	margin-right: 6px;
	background-color: #B91619;
	border-bottom: 1px solid #E3A2A3;
}
#nav1 li {
	border-top: 1px solid #E3A2A3;
}
#nav1 li a {
	padding: 4px 0px 4px 26px;
	display: block;
}
html>body #nav1 li a {
	width: 171px;
}
#nav1 li a:hover {
	background: #DB282B;
}

#nav2 ul {
	margin-left: 14px;
}
#nav2 a:hover {
	text-decoration: underline;
}

#basket {
	position: absolute; 
	margin: -6px 0px 0px 6px;
}
#account {
	margin: 0px 0px 8px 65px;
}

#subnav {
	position: absolute;
	top: 0px;
	left: 100px;
	background-color: #B09679;
	width: 175px;
	overflow: hidden;
	visibility: hidden;
	border: 1px solid black;
	border-top: none;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav li {
	border-top: 1px solid black;
}
#subnav li a:hover {
	background: #C4AD94;
}
#subnav li a {
	padding: 4px 5px 4px 15px;
	display: block;
}

#breadcrumbs {
	height: 36px; 
	background: #C6B198; 
	border-top: 3px solid #94806E; 
	border-bottom: 3px solid #94806E; 
	margin-left: -21px; 
	padding-left: 21px;
	line-height: 26px;
	font-size: 120%;
}
html>body #breadcrumbs {
	height: 30px; 
}
#breadcrumbs a {
	color: white;
}

#top10etc {
	position: absolute; 
	left: 755px; 
	width: 190px; 
	background: #821417; 
	margin-top: 36px; 
	padding-top: 18px; 
	color: white; 
	z-index: 0
}
#top10etc h1, #top10etc div {
	border-bottom: 1px solid DC8B8C;
}
#top10etc h1 {
	font-size: 110%;
	text-align: center;
	border-bottom: 1px solid DC8B8C;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
#top10etc div {
	padding: 5px 7px 5px 7px;
	background: #B91619;
}
#top10etc img {
	border: 1px solid black;
	margin: 2px;
}
#top10etc ol {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 30px;
	margin-left: 0px;
}
#top10etc a {
	color: white;
	text-decoration: none;
}
#top10etc a:hover {
	text-decoration: underline;
}

.tableListing {
	width: 520px;
}

.product img {
	border: 1px solid black;
}
.product h1, .product h2, .product p {
	font-size: 11px;
	margin-top: 0px;
}
.product h1, .product h2 {
	margin-bottom: 0px;
}
.product h2 a {
	text-decoration: none;
}

.productsubmit2 {
	width: 230px;
}

.productsubmit {
	width: 230px;
	color: #FFFFFF;
	text-align: center;
}

div.productsubmit {
	background-color: #821417;
}
div.productsubmit a {
	color: white;
	width: 100%;
}
input.productsubmit {
	background-color: #B49A7D;
	text-decoration: underline;
	border-style: none;
	cursor: hand;
}
html>body input.productsubmit {
	cursor: pointer;
}

form {
	margin: 0px;
	padding: 0px;
}

#productsTitle {
	position: absolute; 
	margin-top: -27px;
	margin-left: -5px;
}
* html #productsTitle {
	margin-left: 15px;
}

.spotlight h1 {
	color: white;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.spotlight h2 {
	color: white;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.spotlight .tableListing {
	width: 85%;
	margin: 10px 0px 25px 10px;
}
.spotlight .tableListing h2 {
	color: black;
}
.spotlight .tableListing td {
	padding-right: 10px;
}

.basketHeaderFooter {
	background: #B91619;
	color: white;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}

#sizes {
}
#sizes h2 {
	background-color: #B91619;
	width: 80%;
	color: white;
	text-align: center;
	padding: 3px 0px 3px 0px
}
#sizes table {
	background-color: #CCCCCC;
	width: 70%;
	margin-left: 5%;
}
html>body #sizes table {
	width: 75%;
	margin-left: 5%;
}
#sizes th {
	background-color: #B91619;
	color: white;
}
#sizes td {
	background-color: #FFFFFF;
}
#sizes p {
	text-align: center;
	width: 80%;
}

#hotsmall {
	width: 366px;
	background: #EC2B31;
	border-left: 3px solid #DFCBB4;
	border-right: 2px solid #DFCBB4;
	color: white;
}
#hotsmall a {
	color: white;
}
#hotsmall ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 7px;
}
html>body #hotsmall {
	width: 361px;
}

