body, html {
    margin:0;
    padding:0;
	background-color: rgb(46,46,30);
	background-image:url(sysImages/background.gif);
    }
	
body {
    min-width: 960px;
    }
#wrapper {
	background:rgb(26,26,17); /*same color as sidebar*/
    margin:0 auto;
    width:960px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    }
/*********************************************************************************** TOP NAVIGATION BAR ************************************************/
#header {
	background: url(sysImages/logo3.gif) no-repeat left top;
	background-color: rgb(182, 182, 137);
	height: 187px;
    }
#header #login{
	
	text-transform: uppercase;
	font-size: .7em;
	float: right;
	margin-bottom: -100px;
	color: black;
	
}
/************************************************************************************/
#topNav {
   	background-color: rgb(230, 232, 208);/*#rEEEBE2;*/
	background: url(sysImages/navBack.gif) repeat-x left center;
	margin-top: -1px;
	margin-bottom: -1px;
	padding-top: 1px;
	padding-bottom: 30px;


    }
#topNav ul{
	margin:0;
    padding:0;
    list-style:none;
	padding-right: 10px;
    }
#topNav li{
    display:inline;
	float:right;
    margin:0;
    padding:0;
    }
#topNav a {
	text-decoration: none;
	color: #000000;
	font-size: .95em;
	text-transform: uppercase;
	border: 1px solid #999999;
/*	border-left: none;*/
	display: block;
	padding: 3px 4px 3px 30px;
	background: #E7E7E7 url(sysImages/link.png) no-repeat left center;
/*	background: #E7E7E7 url(sysImages/headerButtons.gif) repeat-x;*/

}
#topNav a:hover {
	background: #B2F511 url(sysImages/go.png) no-repeat 5px 50%;
/*	font-weight: bold;*/
}
/* special formatting for home page link */
a#homeLink {
	background: #E7E7E7 url(sysImages/home.png) no-repeat 5px 52%;
}

/* styles for the "you are here" buttons - SPECIFICALLY THE TOP NAVIGATION ONES*/
#home #topNav a#homeLink,
#sale #topNav a#saleLink,
#aboutUs #topNav a#aboutUsLink,
#shoppingCart #topNav a#cartLink
{
	background: #FFFFFF url(sysImages/bg_here.png) no-repeat 5px 50%;
	font-weight: bold;
}
/*
#home #topNav a#homeLink:hover,
#monthly #topNav a#monthlyLink:hover,
#aboutUs #topNav a#aboutUsLink:hover,
#wholesale #topNav a#wholesaleLink:hover,
#gift #topNav a#giftLink:hover,
#friend #topNav a#friendLink:hover,
#coupons #topNav a#couponsLink:hover,
#shipping #topNav a#shippingLink:hover,
#comments #topNav a#commentsLink:hover,
#shoppingCart #topNav a#cartLink:hover {

	color: #B2F511;
}
*/

/* styles for the "you are here" buttons - SPECIFICALLY THE BOTTOM NAVIGATION ONES*/
#comments #bottomNav a#commentsLink,
#monthly #bottomNav a#monthlyLink,
#wholesale #bottomNav a#wholesaleLink,
#gift #bottomNav a#giftLink,
#friend #bottomNav a#friendLink,
#coupons #bottomNav a#couponsLink,
#shipping #bottomNav a#shippingLink,
#faq #bottomNav a#faqLink
{
	background-color: #e3e2cf;
	font-weight: bold;
	color: black;
}


.preload {
	background-image:url(sysImages/go.png);
	display: none;
}
/*********************************************************************************** LEFT NAVIGATION BAR **********************************************/
#leftNav {
    background:rgb(26,26,17);/*rgb(54,54,38);*/
	color: white;
	float:left;
	width: 245px;
	margin-top: -10px;
	text-decoration: none;
    }

#leftNav a{
	text-decoration: none;
}


#leftNav h4{
/*	margin-bottom: -8px;*/
	border-top: 1px solid;
	border-left: 5px solid #993300;
	border-left-color: rgb(46,46,29);/*(rgb(41,41,26);*/
	border-bottom-color: rgb(91, 74, 49);
	border-top-color: rgb(205, 187, 160);
	border-right-color: rgb(179,179,111);	
	text-decoration: none;	
/*	letter-spacing: .01em;*/
/*	margin-right: 26px;*/

/*	font-family: "Bradley Hand ITC", "Comic Sans MS" italic, fantasy, "Marker Felt";
	font-weight: bold;*/
	
	text-transform: uppercase;
	font-size: 1em;
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
/*	padding: 3px 3px 3px 3px;*/
	padding: 1px 3px 2px 5px;
	margin: 5px 10px 2px 5px;
/*	color: rgb(232, 218, 216);*/
	color: white;
	background-color: rgb(118, 118, 73);/*182, 182, 137);/*#660000;*/
	}

#leftNav h5 a{
	color: rgb(41, 41, 26);
}
#leftNav h5{
	list-style: none;
	margin: 0 12px 0 15px;
	padding: 0 0 0 10px;
	text-decoration: none;	
/*	margin-left: -37px;/*-1.8em;*/
/*	margin-right: 26px;*/
/*	margin-top: 3px;*/
	border: 1px solid #993300;
	border-left: 3px solid;
	border-left-color: rgb(46,46,29);
	border-bottom-color: rgb(91, 74, 49);
	border-top-color: rgb(205, 187, 160);
	border-right-color: rgb(179,179,111);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
/*	font-family: "Bradley Hand ITC", "Comic Sans MS" italic, fantasy, "Marker Felt";*/
	text-transform: capitalize;/*uppercase;*/
	font-size: 1em;
	font-size: .75em;
	color: rgb(41,41,26);

	/*color: rgb(232, 218, 216);*/
/*	padding: 3px 3px 3px 3px;*/

	background-color: rgb(143, 143, 88);	
	}
#leftNav #selected{
	background-color: #cccc99;
}
#leftNav #selected a{
	color: black;
}
/*********************************************************************************** MAIN BODY **********************************************/
#mainBody {
    background: rgb(227, 226, 207);
	float:right;
	width: 700px;
	margin-top: 5px;
	margin-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
    }
#mainBody p{
	padding-left: 20px;
	padding-right: 20px;
}
/********************************Display of main category info**************/
#mainBody #catImage{
	width: 500px;
/*	float:right;*/
	border: solid black 1px;
	background-color:#CCCC99;
	padding: 5px 5px 5px 5px;
/*	margin-right: 100px;*/
	margin-bottom: 15px;
	font-weight: bold;
}
#mainBody #catImage #catName{
	font-weight: bold;
	font-size: 1.4em;
	font-variant:small-caps;
	border: 1px solid black;
	background-image:url(sysImages/saleHeader.gif);
	letter-spacing: 1px;
	color: white;
	margin-bottom: 5px;
	padding: 20px 5px 5px 10px;
}
#mainBody #catImage img{
	border: black solid 1px;
}
#mainBody #catImage #catShortDesc{
	background-color: white;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	border: black solid 1px;
	font-size: .8em;
}
#mainBody #catLongDesc{
	background-color: white;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	margin: 5px 5px 30px 5px;
/*	float: right;*/
}
/********************************Display of small product thumbnails**************/
#mainBody #catSmallName{
	font-weight: bold;
	font-size: 1.3em;
	font-variant:small-caps;
	padding: 20px 5px 2px 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image:url(sysImages/saleHeader.gif);
	letter-spacing: 1px;
	color: white;
	margin-top: -17px;
}

#mainBody .productSmall{
	float: left;
	border: 1px black solid;
	background-color:#CCCC99;
	width: 200px;
	height: 250px;
	margin: 10px 10px 10px 10px;
}
#mainBody .productSmall .title{
	background-color: #003300;
	background-image:url(sysImages/saleHeader.gif);
	color: white;
	font-weight: bold;
	font-size: .9em;
	border: 1px solid black;
	margin: 4px 4px 4px 4px;
	padding: 5px 5px 5px 5px;
	height: 35px;
}
/*#mainBody .productSmall a{
	background-color: black;
	margin-right: 4px;
	margin-left: 4px;
	width: 190px;
	height: 150px;
	border: 1px solid black;
}*/
#mainBody .productSmall img{
	border: solid black 1px;
	max-height: 147px;
	max-width: 198px;
	margin-right: auto;
	margin-left: auto;

}
#mainBody .productSmall .pricing{
	background: white;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	margin: 4px 4px 4px 4px;
	font-weight: bold;
}
/********************************Display of product information**************/
#mainBody #prodName{
	font-weight: bold;
	font-size: 1.3em;
	font-variant:small-caps;
	padding: 20px 5px 2px 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image:url(sysImages/saleHeader.gif);
	letter-spacing: 1px;
	color: white;
	margin-top: -16px;
}
#mainBody .prodMain{
	background: white;
	border: 1px solid black;
	margin: 15px 400px 23px 15px;
	padding: 5px 5px 5px 5px;
	width: 267px;

}

#mainBody #prodImage{
	width: 350px;
	float:right;
	border: solid black 1px;
	background-color:#CCCC99;
	padding: 5px 7px 5px 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: bold;
	font-size: .8em;
}
#mainBody #prodImage img{
	border: black solid 1px;
}
#mainBody #prodImage #prodShortDesc{
	background-color: white;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	border: black solid 1px;
	

}

#mainBody #colors{
	background: white;
	border: 1px solid black;
	margin: 15px 400px 23px 15px;
	padding: 5px 5px 5px 5px;
	height: 195px;
	width: 267px;

}
#mainBody #colors .colorItem{
	width: 60px;
	height: 35px;
	font-size: .7em;
	font-weight: bold;
	border: 1px solid black;
	float: left;
	padding-top: 5px;
	margin-left: 3px;
	margin-top: 3px;
}
/*********************************************************************************** BOTTOM NAVIGATION BAR **********************************************/
#bottomNav {

    clear:both;
	padding-top: 5px;
	padding-bottom: 5px;
    }
#bottomNav a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: .8em;
	background-color: rgb(79,79,51);
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
	border: 2px solid black;

	color: white;
}