/* BEGIN SITE */

html>body { 
	font-size: 10px; 
}

BODY {
	font-family: Verdana, san-seriff;
	font-size: 62.5%;
	color: #e3b468;
	background-color: #000000;
	font-weight: lighter;
	letter-spacing: 0.0em;
}

#pageContainer {
	width: 800px;
	height: 1%;
	margin: 30px auto 100px auto;
	border: 1px solid #972e15;
	background-color: #440c01;	
}
#preLoad {
	display: none;
}
IMG {
	border: 0;
}
IMG.imageBtn {
	cursor: pointer;	
}
EM {
	text-decoration: underline;
	font-style: normal;
}
SMALL {
	font-style: italic;
	font-size: 0.9em;
}
a {
	border: 0;
}
a:link, a:visited, a:active {
	color: #eac078;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #e3b468;
	text-decoration: underline;
	font-style: italic;
}
P, HR {
	margin: 0;
	padding: 0;
}
UL, LI, OL {
	margin: 0px;
	padding: 0px;
}
H1, H2, H3 {
	margin: 0;
	padding: 0;
}
.indent_1 {
	padding: 0 40px;
}
FORM {
	margin: 0;
	padding: 0;
}

/* END SITE */

/* BEGIN FORMS */

form {
display: inline;
}
.masform {
  display: inline;
}
.submitBtn {
	font-size: 1.1em;
}
.alignSubmitBtn {
	vertical-align: top;
	border: 0px;
}
.searchField {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #9e3e1a;
	margin: 0 3px 0 8px;
	vertical-align: top;
	border: 2px solid #FFFFFF;
}
fieldset input, fieldset textarea, input.productQuantity, #cartItem LI input {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #9e3e1a;
	margin: 0 10px 5px 0;
	padding: 0px 0 0px 2px;
	border: 2px solid #FFFFFF;
}
input.noBorder {
	border: 0px;
	padding: 0px 0 0px 6px;
	margin: 0;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
fieldset label {
	margin: 0 5px 0 0;
}
input.checkBox {
	width: 14px;
	height: 14px;
	border: none;
	margin: 0 5px 0 5px;
	padding: 0 0 15px 0;
}
span.checkBoxLine {
	display: block;
}
select {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #9e3e1a;
}
fieldset select {
	margin: 0 0 20px 0;
	padding: 0;
}
select.noMargin {
	margin: 0 0 0 5px;
	padding: 0;
}
fieldset small {
	vertical-align: middle;
}
fieldset input[type="submit"], fieldset input[type="image"] {
	vertical-align: middle;
}
fieldset .fieldsetComment {
	display: block;
	margin: 5px 0;
}

/* END FORMS */

/* BEGIN HEADER */

#header {
	width: 800px;
}
#topNav {
	margin: 0;
	padding: 4px 0 0 0;
	width: 800px;
	height: 21px;
	background-color: #000000;
	text-align: center;
	border-top: 1px solid #972e15;
	border-bottom: 1px solid #972e15;
	overflow: hidden;
}
.navBtn {
	padding: 3px 0;
	margin: 0;
	display: inline;
	background-image: url(../redland/navOn_BG.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#topNav a {
	padding: 3px 29px;
	margin: 3px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eac078;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 1px;
	background-color: #000000;
}
#topNav a:hover {
	background-color: transparent;	
}

/* END HEADER */

/* BEGIN CONTENT */

#contentContainer {
	width: 800px;
	margin-top: 20px;
	border-top: 1px solid #972e15;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: auto;
	min-height: 527px;
}
#leftColumn {
	width: 160px;
	float: left;
	width: 160px;
	padding: 0;
	margin: 0;
}
#leftColumn DIV {
	width: 160px;
}
#leftColumn .leftColumnIMG {
	border-bottom: 1px solid #972e15;
}
.catTree {
	width: 160px;
	min-height: 131px;
	height: auto;
	padding: 20px 0;
	background-color: #7c2d14;
}
#helpfulLinks {
	background-color: #50180c;
	padding-bottom: 3px;
	border-top: 1px solid #972e15;
	border-bottom: 1px solid #972e15;
}
#helpfulLinks P {
	text-align: center;
	margin-bottom: 5px;
}
#centerContent {
	width: 639px;
	position: relative;
	margin-left: 160px;
	border-left: 1px solid #972e15;
	background-image: url(../redland/content_BG.jpg);
	background-repeat: no-repeat;
	background-position: right 100%;
	
}
#contentInfoBar {
	width: 639px;
	height: 29px;
}
#cartInfo {
	float: right;
	text-align: center;
	padding: 0 0 0 0;
	width: 180px;
	height: 50px;
	background-image: url(../redland/cart_BG.gif);
	background-repeat: no-repeat;
	z-index: 12;
	position: absolute;
	top: 0;
	right: 0;
}
#cartInfo P {
	margin-top: 5px;
}
DIV#cartInfo > P:first-child {
	margin-top: 8px;
}
#searchBar {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	height: 29px;
	width: 459px;
	padding: 0 0 0 0;
	margin: 0;
	background-image: url(../redland/searchBar_BG.gif);
	background-repeat: repeat-x;
	font-style: italic;
	text-align: right;
}
#searchSite {
	float: left;
	display: inline;
	position: relative;
	height: 22px;
	padding: 0;
	margin-top: 5px;
}
#loginInfo {
	padding-top: 8px;
	padding-right: 10px;
}
a.hlinks_1 {
	font-size: 0.9em;
}
/* END CONTENT */

/* BEGIN THUMBNAILS */

#categoryNameNav {
	width: 459px;
	height: 22px;
	padding: 0;
	margin: 10px 0 10px 15px;
	color: #e3b468;
	font-style: italic;
	font-size: 0.9em;
}
#pagination {
	float: right;
	display: inline;
	padding-right: 10px;
}
#categoryName a:link, #categoryName a:active, #categoryName a:visited {
	color: #e3b468;
}
#categoryName a:hover {
	color: #e3b468;
}
#productResults {
	width: 639px;
	height: 260px;
	border-top: 1px solid #972e15;
}
#productResults a {
	font-family: Arial, Helvetica, sans-serif;
	color: #eac078;
	font-style: normal;
}
UL.results {
}
UL.results LI {
	width: 159px;
	height: 260px;
	float: left;	
	display: inline;
	background-color: #45130a;
	background-image: url(../redland/thumbnail_BG.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
UL.results LI.borderLeft {
	border-left: 1px solid #972e15;
}
LI DIV.thumbIMG {
	height: 102px;
	text-align: center;
	border-bottom: 1px dotted #972e15;
	background-color: #662310;
}
LI DIV.thumbIMG IMG {
	padding-top: 12px;
}
LI DIV.thumbName {
	height: 70px;
	width: 159px;
	text-align: center;
	padding: 0 0;
	margin-top: 7px;
}
LI DIV.thumbName H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: lighter;
	font-style: italic;	
	background-image: url(../redland/starStroke_1.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding-bottom: 13px;
	margin-bottom: 3px;
	letter-spacing: 0.1em;
}
LI DIV.saleIMG {
	height: 32px;
	text-align: center;
}
LI DIV.salePrice {
	height: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #cf7a38;
	font-style: italic;
}
LI DIV.moreInfo {
	padding-top: 7px;
	height: 20px;
	text-align: center;
	border-top: 1px dotted #972e15;
	background-color: #833015;
}
.moreInfoLink {
	color: #eac078;
}

/* END THUMBNAILS */

/* BEGIN DISPLAY */

#categoryNameDisplay {
	width: 459px;
	height: 22px;
	padding: 0;
	margin: 10px 0 10px 15px;
	font-style: italic;
	font-size: 0.9em;
}
#productInfo {
	position: relative;
	margin-left: 0px;
	width: 639px;
}
#rightDetails {
	float: right;
	margin-right: 15px;
	width: 165px;
	padding: 10px 0;
	border-top: 1px solid #9d4b26;
	border-bottom: 1px solid #9d4b26;
}
#rightDetails P {	
	margin-bottom: 5px;	
}
span.detail {
	color: #9d4b26;
	font-style: italic;
}
#rightDetails HR {
	margin: 15px 0;
}
.storePrice {
	font-style: italic;
	font-size: 1.1em;
	color: #a4d541;
 	font-family: Arial, Helvetica, sans-serif;
}
.retailPrice {
	font-size: 1.1em;
 	font-family: Arial, Helvetica, sans-serif;
}
#productTitle {
	width: 420px;
	background-image: url(../redland/dots_3.gif);
	background-repeat: repeat-x;
	background-position: 0% 65%;
	text-align: right;
	margin: 0 0 5px 15px;
	text-align: left;
}
#productTitle .title {
	font-weight: lighter;
	font-size: 1.4em;
	color: #e6a240;
	background-color: #440c01;
	padding-right: 7px;
	padding-left: 30px;
        padding-bottom: 2px;
        padding-top: 2px;
	background-image: url(../redland/title_star.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#productTitle .subtitle {
	background-color: #440c01;
	padding-left: 7px;
}
#productSubtitle {
	float: right;
	margin-top: 7px;
}
#productType {
	background-color: #45130a;
	padding-right: 0px;
}
#productDetails {
	width: 420px;
	border: 1px solid #972e15;
	background-color: #45130a;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: center;
}
.displayMedImage {
	margin-top: 15px;
}
#detailTabs {
	text-align: center;
}
#detailTabs IMG {
	padding: 0 15px;
	cursor: pointer;
}
.displayEmblem {
	padding: 10px 0;
}
DIV.detailBody {
	height: 120px;
	width: 360px;
	padding: 10px 30px 30px 30px;
	margin-bottom: 10px;
	text-align: left;
}
DIV.detailBody P.disclaimer {
	text-align: center;
	font-style: italic;
	font-size: 0.1em;
	color: #9d4b26;
}
#displaySpacer {
	height: 20px;
}
#div_features UL LI {
	float: left;
	display: inline;
	width: 170px;
}
#div_features UL LI:first-child {
	margin-right: 20px;
}
.saveMoney {
	padding-bottom: 15px;
}
DIV#rightDetails H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: lighter;
	font-style: italic;	
	background-image: url(../redland/starStroke_2.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-color: #662310;
	padding: 15px 0 13px 0;
	margin: 0;
	text-align: center;
	border: 1px solid #9d4b26;
	border-bottom: 0px;
}
.upsellSubtitle {
	text-align: center;
	background-color: #662310;
	padding: 0 0 15px 0;
	margin: 0;
	border: 1px solid #9d4b26;
	border-top: 0px;
}
.upsellImage {
	text-align: center;
	padding: 15px 0;
	margin: 0;
	background-color: #662310;
	border: 1px solid #9d4b26;
}
/* END DISPLAY */

/* BEGIN GENERAL CONTENT */
#generalContent {
	width: 559px;
	padding-bottom: 5px;
	margin-top: 40px;
	margin-left: 40px;
	height: auto;
	min-height: 525px;
}
#generalContent P {
	margin: 8px 0;
}
#generalContent H1 {
	width: 100%;	
	border: 1px solid #953d16;
	padding: 6px 0;
	margin: 12px 0;
	color: #e6a240;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	font-size: 1.1em;
	font-style: italic;
	letter-spacing: 0.2em;
	background-image: url(../redland/BG_lines2.gif);
	background-repeat: repeat;
	background-color: #45130a;
}
#generalContent H1 IMG {
	padding: 0 15px;
}
#generalContent H2 {
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
	background-image: url(../redland/checkMark_1.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 6px 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #953d16;
}
#generalContent H3 {
	width: 100%;	
	border: 1px solid #953d16;
	padding: 6px 0 6px 25px;
	margin: 12px 0;
	color: #e6a240;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	font-size: 0.1em;
	letter-spacing: 0.1em;
	background-color: #45130a;
	background-image: url(../redland/error.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
fieldset.loginpage {
	margin-bottom: 20px;
}
fieldset.loginpage label {
	text-align: right;
	width: 75px;
	float: left;
	padding: 3px;
}
#errorText {
	font-style: italic;
	color: #e6a240;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #953d16;
}
#errorText > P:first-child, #errorText P.firstLine {
	font-weight: bold;
	padding: 2px 0 4px 26px;
	background-image: url(../redland/error.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 10px;
}
#errorText UL{
	margin-left: 26px;
	font-size: 0.1em;
	list-style-type: none;
}
.generalError {
	height: 400px;
	margin: 30px 0 0 0;
}
#errorText P.errorBtn {
	margin-top: 30px;
}
.centerBtn {
	text-align: center;
	margin-bottom: 30px;
}

/* END GENERAL CONTENT */

/* BEGIN MISC NAV TEMPLATES */
#indexContent1 {
	width: 639px;
	height: 500px;
	background-image: url(../redland/ads/index_main.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#shopNowBtn {
	position: absolute;
	margin-top: 329px;
	margin-left: 283px;
}
#address {
	margin: 15px 0 20px 0;
}
#contactUs {
	line-height: 1.2em;
	margin: 40px 0 20px 0;
}
#dealers {
	padding: 20px 40px;
	border-bottom: 1px solid #953d16;
}
#dealers P {
	padding: 5px 0;
}
#historyScroll {
	padding: 0px 20px;
	height: 465px;
	overflow: auto;
	width: 475px;
	margin: 25px 0 0 0;
}
#historyScroll P {
	padding: 0px 30px;
	margin: 30px 0;
}
#historyScroll H1 {
	color: #e6a240;
	text-align: center;
	padding: 7px 0 24px 0;
	margin: 0px 0px 0 0px;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	background-image: url(../redland/ruleline_1.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	border: none;
 	background-color: transparent;
}
#historyScroll H1 IMG {
	padding: 0 20px;
}

#faq P.question {
	margin-top: 25px;
}
#faq P:first-letter {
	font-size: 15px;
	color: #a4562e;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	letter-spacing: 0.2em;
}
#legal P {
	margin-bottom: 10px;
}
#legal P.section {
	font-size: 12px;
	color: #a4562e;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	letter-spacing: 0.2em;
	background-color: #440c01;
	padding: 4px;
}


/* END MISC NAV TEMPLATES */

/* BEGIN REVIEWS */
#reviewHeader {
	width: 609px;
	height: 20px;
	text-align: center;
	padding-top: 8px;
	background-image: url(../redland/BG_lines1.gif);
	background-repeat: repeat;	
	border: 1px solid #972e15;
	margin: 0 0 0 15px;
	padding-bottom: 0px;
}
#writeReview {
	line-height: 1.2em;
}
#writeReview input, #writeReview textarea, #writeReview select {
	margin: 5px 0 0 0;
}
#writeReview OL LI {
	margin: 14px 0;
}
#reviewBtn {
	text-align: center;
	margin: 20px 0 30px 0;
}
#previewReview {
	border: 1px solid #972e15;
	padding: 20px;
	margin-bottom: 25px;
}
#previewReview P,  #reviews P {
	margin-bottom: 6px;
}
#previewReview P.title, #reviews P.title, #address .title {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Geneva, Arial, "Arial Narrow", sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
}
#reviews {
	width: 609px;
	border: 1px solid #972e15;
	border-top: none;
	margin: 0 0 0 15px;
}
#review {
	padding: 30px;
}

/* END REVIEWS */

/* BEGIN ACCOUNT */
#signUp {
	line-height: 1.2em;
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #953d16;
}
fieldset.signUp label {
	text-align: right;
	width: 120px;
	float: left;
	padding: 3px;
}
fieldset.signUp span.checkBoxLine {
	display: block;
	margin: 20px 0px 20px 125px;
}
#customerInfo {
	line-height: 1.2em;
	padding-bottom: 20px;
}
#customerInfo P.comment {
	text-align: center;
	margin: 0 0 20px 0;
	font-style: italic;
	font-size: 0.1em;
	line-height: 1.0em;
	padding: 10px 20px;
	background-color: #742913;
}
fieldset.customerInfo LEGEND {
	margin: 0 0 0px 7px;
	color: #e6a240;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	padding: 0 10px;
}
fieldset.customerInfo {
	border: 1px solid #953d16;
	padding: 0 0 20px 0;
	-moz-border-radius: 8px;
}
fieldset.customerInfo DIV#spacer {
	height: 30px
}
fieldset.customerInfo label {
	display: block;
	text-align: right;
	width: 150px;
	float: left;
	padding: 3px;
}
fieldset.customerInfo span.checkBoxLine {
	display: block;
	margin: 20px 0px 20px 155px;
}
UL#accountInfo {
	list-style-position: outside;
	padding-left: 30px;
	list-style-type: circle;
	line-height: 1.8em;
	margin: 30px 0;
}
#historyHeader {
	padding: 10px 0;
	color: #e6a240;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	font-size: 1.0em;
	font-style: italic;
	letter-spacing: 0.2em;
}
#historyHeader UL LI, #historyItem UL LI {
	float: left;
	display: inline;
	font-size: 0.9em;
}
#historyHeader UL, #historyItem UL {
	display: block;
}
#historyHeader LI.orderID {
	width: 100px;
	margin-left: 17px;
}
#historyHeader LI.date {
	width: 300px;
}
#historyHeader LI.status {
	width: 100px;
}
#historyItem {
	margin: 8px 0 20px 0;
	border-top: 1px solid #953d16;
}
#historyItem UL {
	margin: 0 0;
	background-color: #7c2c15;
	height: 20px;
	border-bottom: 1px solid #953d16;
	padding-top: 4px;
}
#historyItem LI.orderID {
	width: 100px;
	margin-left: 20px;
}
#historyItem LI.date {
	width: 300px;
}
#historyItem LI.status {
	width: 100px;
}
a.addressBook, a.addressBook:hover {
	color: #e3b468;
	text-decoration: none;
	font-style: normal;
}

/* END ACCOUNT */

/* BEGIN CART PAGE */
#cartItemHeader {
	padding: 10px 0;
	color: #e6a240;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	font-size: 1.0em;
	font-style: italic;
	letter-spacing: 0.2em;
}
#cartItemHeader UL LI{
	float: left;
	display: inline;
}

#cartItemHeader LI.sku {
	width: 45px;
	margin-left: 17px;
}
#cartItemHeader LI.brand {
	width: 240px;
	margin-left: 6px;
}
#cartItemHeader LI.brand2 {
	width: 305px;
}
#cartItemHeader LI.quantity {
	width: 112px;
}
#cartItemHeader LI.quantity2 {
	width: 45px;
}
#cartItemHeader LI.price {
	width: 61px;
}
#cartItemHeader LI.subtotal {
	width: 0px;
}
#cartItem {
	margin: 8px 0 20px 0;
	padding-top: 5px;
	border-top: 1px solid #953d16;
	border-bottom: 1px solid #953d16; 
}
#cartItem UL {
	margin: 5px 0;
	background-color: #7c2c15;
	height: 30px;
}
#cartItem UL LI {
	float: left;
	display: inline;
}
#cartItem LI.sku {
	width: 45px;
	margin-left: 17px;
	margin-top: 6px;
}
#cartItem LI.brand {
	width: 240px;
	margin-top: 6px;
	margin-left: 6px;
}
#cartItem LI.brand2 {
	width: 305px;
	margin-top: 2px;
}
#cartItem LI.quantity {
	width: 112px;
	margin-top: 6px;
}
#cartItem .remove {
	padding-top: 6px;
	vertical-align: top;
}
#cartItem LI.quantity2 {
	width: 45px;
	margin-top: 6px;
}
#cartItem LI.price {
	width: 61px;
	margin-top: 6px;
}
#cartItem LI.subtotal {
	width: 0px;
	margin-top: 6px;
}
#cartTotal P.button {
	height: 38px;
	text-align: right;
	padding-right: 12px;
}
#cartTotal P input {
	padding-top: 0px;
}
#cartTotal P.total {
	height: 40px;
	text-align: right;
	padding: 14px 12px 4px 0;
	font-size: 1.1em;
	border-top: 1px solid #953d16;
	border-bottom: 1px solid #953d16; 
}
#shippingQuote {
	margin-bottom: 30px;
}
#orderStatus {
	padding-bottom: 30px;
	height: 135px;
	font-size: 0.9em;
}
.bottomLine1 {
	border-bottom: 1px solid #953d16;
}
#orderStatus UL {
	float: left;
	display: inline;
	width: 255px;
	margin-left: 20px;
	padding: 20px 0;
}
#orderStatus UL LI {
	float: none;
	display: block;
	list-style-type: none;
	list-style-position: outside;
}
#orderStatus LI .section {
	display: block;
	color: #e6a240;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	margin-bottom: 6px;
}
#orderTotal { 
	padding-bottom: 15px;
	text-align: right;
}
#orderTotal span.orderTotal {
	display: block;
	width: 50px;
}
#upsBlock {
	margin: 25px 0 50px 0;
}
#upsBlock IMG {
	float: left;
	padding: 0 20px 30px 0;
}
#miscContent, #shippingOptions {
	margin-left: 35px;
	padding-bottom: 15px;
}
#shippingOptions input {
	border: 0px;
	padding: 0;
	margin: 10px 5px 0 0;
	height: 11px;
	width: 11px;
}
LI.checkBoxList {
	margin: 8px 0;
}	
.orderSummary {
	border-bottom: none;
}
LI.manageBtn {
	margin: 0 0 8px 0;
}
.completeOrderBtn {
	padding-bottom: 15px;
}
/* END CART PAGE */

/* BEGIN FOOTER */
#footer {
	text-align: center;
	width: 800px;
	padding: 8px 0;
	font-size: 10px;
	border-top: 1px solid #972e15;	
}
#footer IMG {
	padding: 0 15px;
}


/* END FOOTER */


/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #leftColumn {
	margin-right: -3px;
}
* html #centerContent {
	height: 1%;
	margin-left: 157px;
}
* html #rightDetails {
	margin-right: 7px;
}
* html #cartInfo {
	margin-right: -1px;
}
* html .catTree {
	height: 131px;
}
* html #generalContent {
	height: 525px;
}
* html .searchField {
	margin: 0 3px 0 8px;
	padding: 0 0 0 2px;
	color: #9e3e1a;
	vertical-align: top;
	border: 1px solid #FFFFFF;
}
* html fieldset input {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #9e3e1a;	
	padding: 0 0 0 2px;
	border: 1px solid #FFFFFF;
}
* html DIV#cartItem LI input {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #9e3e1a;
	padding: 0 0 0 2px;
	border: 1px solid #FFFFFF;
}
* html input.productQuantity {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #9e3e1a;
	padding: 0 0 0 2px;
	border: 1px solid #FFFFFF;
}
* html input.checkBox {
	margin: 0 0 0 10px;
}
* html #cartItem UL {
	margin: 5px 0 0 0;
	background-color: #7c2c15;
	height: 1px;
}
* html #topNav a {
	padding: 0px 29px;
	margin: 0 0;
}
* html .navBtn {
	padding: 0 0;
	margin: 0 0;
}

/* End hide from IE5/mac */


#nav {
  WIDTH: 800px;
  HEIGHT: 21px;
  Z-INDEX: 100;
  BACKGROUND-COLOR: #000000;
  BORDER-BOTTOM: #972e15 1px solid;
  BORDER-TOP: #972e15 1px solid;
  text-align: center;

  PADDING-TOP: 4px; 
}
		
#nav li { 
  display: inline;
  position: relative;
  width: 11em;

  Z-INDEX: 105;

}
/* top navigation menu */		
		
#nav a { 
/*
  width: 6em;
  padding: 0 2.5em;
  line-height: 1.6;
  color: #FFF; 
  background-color: #F00 
*/

    PADDING-RIGHT: 25px;
/*    DISPLAY: block;*/
    PADDING-LEFT: 25px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 4px;
    COLOR: #eac078;
    FONT-SIZE: 10px;
    FONT-STYLE: normal;
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    LETTER-SPACING: 1px;
    BACKGROUND-COLOR: #000000;
    TEXT-DECORATION: none;
    TEXT-ALIGN: CENTER;
} 
		
		
#nav a:hover { 
/*background-color: #900*/

    BACKGROUND-IMAGE: url(../redland/navOn_BG.jpg);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: 50% 50%; 
}

#nav li ul { 
    position: absolute; 
    width: 11em; 
    left: -999em;
    z-index: 10;
} 
		
#nav li li, #nav li li a { display: block; height: 1.6em }
		
#nav li li a { width: auto; padding: 0px }

#nav li:hover ul { top: 2.0em; left: 0; DISPLAY:block }
#nav li.over ul {  top: 2.0em; left: 0; DISPLAY: block }
/* end top navigation menu */
