/******** general styles *********/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #69593D;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #B83322;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #665639;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {color:#EBE1D6;
}
table.main {
	margin: 0px;
	padding: 0px;
	border: 1px solid #DED8AD;
	border-collapse:collapse;
	z-index:100;
}
th {
  background-color:#F5FCF8;
 } 
 
blockquote {
     font-size: 11px;
}	
.bottombar {
	background-color: #B83322;
}
.messagebox {
	background-color: #E9E5C9;
} 
.red {	color: #B83322;
}
.small {
	font-size: 10px;
	font-weight: normal;
}
/******** top navigation ********/

.nav {
	background-color: #B83322;
	text-align:center;
	z-index:50;
}
ul.nav {
  padding: 0;
  margin: 1px 20px 1px 20px;
  list-style: none;  
  }
li.nav {
  display: block;
  float: left;
  position: relative;
  }
li.nav ul {
  display: none;
  position: absolute; 
  top:20px;
  left: 0;
  width:100px;
  border-bottom: 1px solid #B83322;
  }
li.nav a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin:	1px 2px 1px 2px;
	padding: 2px 4px 2px 4px;
	border: 0px;
	border-bottom: 0;
	background:  #B83322; /* IE6 Bug */
	color: #ffffff;
} 
li.nav a:hover {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin:	1px 2px 1px 2px;
	padding: 2px 4px 2px 4px;;
	border: 0px;
	border-bottom: 0;
	text-decoration: none;
	color: #F3F1E2;
	background-color: #B83322;
	background: #B83322; /* IE6 Bug */
} 
li.nav ul {
	width:100px;
	padding:2px 0 0 0;
	margin: 0px 0px 0px 0px;
}  
li.nav ul li a {
	width: 100px;
	display: block;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	text-align: left;
	background: #E9E5C9; /* IE6 Bug */
	border:1px solid #B83322;
	border-collapse:collapse;
    color: #665639;
}
li.nav ul li a:hover {
  	width:100px;
	display: block;
	font-weight: normal;
	font-size:11px;
	margin: 1px;
	padding: 2px;
	text-align:left; 
	background: #ffffff; /* IE6 Bug */
	background-color: #ffffff;
	border: 0;
	border-bottom: 0;
	color: #B83322;
}
li.nav > ul.nav {
	top: auto;
	left: auto;
	}
li:hover ul, li.over ul{ display: block; }

/******** Styles for the category menu *********/

#catmenu{
    padding-bottom:10px;
	z-index:1;
}
.catListTableCell{
	background-color: #E9E5C9;
	border-style: solid;
	border-color: #B6BE7C #B6BE7C #803221 #D9EEE9;
	border-width: 0px 1px 1px 0px;
    width: 200px;
}
.catListTable{
	border: 1px solid #D9EEE9;
	border-collapse:collapse;
    width: 200px;
}
.listItem{
	line-height: 13px;
	background-color: #E9E5C9;
}
.listItemNoSubCats{
	color: #B83322;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
	background-color: #E9E5C9;
	background-image: url('../images/spacer.gif');
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
.listCat{
	color: #B83322;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}
a.listCatBold{
	color: #B83322;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}
.listCat:hover{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}
.subListItem
{
	background-image: url('../images/spacer.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	cursor: pointer;
	color: #B83322;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	/*background-color: #EDEFDE;*/
}
.subListItemClicked
{
	background-image: url('../images/minus.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	cursor: pointer;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding-top:5px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.parentCat{
	color: #B83322;
    cursor: pointer;
    font-weight: bold;
}
.parentCatOver{
	color: #FF0000;
    font-weight: bold;
}

.offset1{
	background-image: url('../images/list_arrow2.gif');
	background-repeat: no-repeat;
	position: relative;
    background-position: 0px 2px;
	background-color: #F3F1E2;
	/*left: -10px;*/
	/*margin-top: 5px;*/
	/*padding-top: 2px;*/
	padding-left: 15px;
	font-size: 11px;
}
.offset2{
	/*background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;*/
	position: relative;
	left: 0px;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 11px;
}
.offset3{
	/*background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;*/
	position: relative;
	left: 10px;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 11px;
}
.offset4{
	/*background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;*/
	position: relative;
	left: 25px;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 11px;
}

/******** cart display box styles *********/
.border {
	border-collapse:collapse;
}
.categorybg {			
	BACKGROUND-COLOR: #ffffff;
}
.searchbg {
	background-color:#D5D599;
	color: #CCCCCC;
}
a.searchbg {
	color:#554725;
	background-color:#D5D599;
}

/******** Shopping cart styles *********/
.cartRow{
     background-color: #FFFFFF;
     vertical-align: top;
}
.foot {
	font-size: 9px;
}
a.foot {
	font-size: 9px;
}
a.foot:hover {
	font-size: 9px;
}
.copyright {
	  font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     line-height: 20px;
}
input {
	font-size: 9pt;
	  font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
	.buttons{
	  font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
     .subHeading{
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     font-weight: 700;

}
