/* CSS Document */

body {
	margin: 0px;
	padding: 5px;
	background: url(art/body-bg.jpg) top center repeat-x #8C3129;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-align: center; /* IE FIX */
}

#page {
	width: 740px;
	margin: 0px auto;
	padding: 42px 0px 0px 0px;
	overflow: hidden;
	text-align: left; /* IE FIX */
}

#logo {
	margin: -35px 0px 0px 0px;
	padding: 0px;
	width: 273px;
	height: 77px;
}

ul#top-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: right;
}

ul#top-nav li {
	display: block;
	padding: 0px 10px;
	margin: 0px;
	border-left: 1px solid #361310;
	border-right: 1px solid #DC8D87;
	float: left;
}

ul#top-nav li a {
	display: block;
	padding: 5px 0px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

ul#top-nav li a#current, ul#top-nav li a:hover {
	padding: 9px 0px 1px 0px;
	background: url(art/top-nav-hover-bg.jpg) top center no-repeat;
}

ul#left {
	width: 230px;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	list-style: none;
	float: left;
}

ul#left li {
	background: #98463F;
	padding: 5px 20px;
	margin: 2px 0px;
}

ul#left li.browse {
	background: #381410;
	padding: 5px 10px;
	font-weight: bold;
}

ul#left li a {
	color: white;
	text-decoration: none;
}

ul#left li a:hover {
	color: #111111;
}

ul#left li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#left li ul li {
	padding: 2px 20px;
}

ul#left li ul li a {
	font-size: 10px;
	font-weight: bold;
}

#content-right {
	width: 470px;
	margin: 10px 10px 0px 10px;
	float: left;
	line-height: 1.4em;
}

#content-right a {
	color: white;
	text-decoration: none;
}

#content-right a:hover {
	text-decoration: underline;
}

img.sep {
	margin: 13px 0px 7px 0px;
}

#footer {
	width: 720px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	text-align: right;
	background: #98463F;
	float: left;
}

#footer, #footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}

label  {
	width: 90px;
	margin: 0px 0px 0px 20px;
	padding: 2px 0px 0px 0px;
	float: left;
	clear: left;
}

input, textarea {
	margin: 0px 0px 6px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	float: left;
}

.indent {
	width: 350px;
	margin: 0px 0px 10px 0px;
	float: left;
}

.indent input {
	margin: 8px 0px 0px 0px;
	float: none;
}

.product, .product-right {
	float: left;
	width: 110px;
	height: 105px;
	_height: 110px;
	margin: 0px 10px 10px 0px;
	text-align: center;
}

#content-right a.product:hover, #content-right a.product-right:hover {
	text-decoration: none;
	background: #FEFCD3;
	color: #8c3129;
}

.product-right {
	margin: 0px 0px 10px 0px;
}

.product img, .product-right img {
	width: 106px;
	height: 66px;
	border: 1px solid #FEFCD3;
	padding: 1px;
	margin: 0px 0px 3px 0px;
	background: #8C3129;
}
