@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 865px;
}


/***************************** OVERFLASH 1 FOR HOME 2 FOR INSIDE PAGES ********************************/
#overflash {
	height: 40px;
	width: 425px;
	position: absolute;
	z-index: 2;
	left: 455px;
	top: 25px;
}
#overflash2 {
	height: 40px;
	width: 485px;
	position: absolute;
	z-index: 2;
	left: 390px;
	top: 25px;
}
#overflash a:link, #overflash a:visited, 
#overflash2 a:link, #overflash2 a:visited 
{
	color: #CBAA6C;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#overflash a:hover, #overflash a:active, 
#overflash2 a:hover, #overflash2 a:active 
{
	color: #7B633D;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#overflash li, 
#overflash2 li 
{
	display: inline;
}
#overflash form, 
#overflash2 form 
{
	display: inline;
}
#overflash input, 
#overflash2 input 
{
	display: inline;
}
#overflash ul, 
#overflash2 ul 
{
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}
#overflash img, 
#overflash2 img 
{
	margin-left: 1ex;
	margin-right: 1ex;
	margin-top: -3px;
}
#searchbox {
	margin-left:1ex;
	font-weight:bold;
	color:#8e8e8e;
	width:130px;
	padding:1px;
	padding-top:2px;
}




#centercolumn, #twocolumn, #twocolumn h1, #twocolumn h2, #twocolumn h3, #twocolumn p {
	margin-top:0px;
	padding-top:0px;
}
#centercolumn p:first-child, #centercolumn p img:first-child {
	margin-top:0px;
}


#centercolumn a:link, #centercolumn a:visited, 
#rightside a:link, #rightside a:visited 
{
	color: #7B633D;
	text-decoration:underline;
}
#centercolumn a:hover, #centercolumn a:active, 
#rightside a:hover, #rightside a:active 
{
	color: #4B330D;
	text-decoration:underline;
}

#twocolumn {
	margin-top:0;
}
#leftcolumn a img {
	margin-top:10px;
}
#rightcolumn a img {
	margin-top:10px;
}

.strike {
	text-decoration:line-through;
}

.storecategory {
	margin-top:4%;
	margin-bottom:2%;
}
.storeproduct {
	width:46%;
	height:70px;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	border:1px solid #CBAA6C;
	padding-top:4px;
	padding-left:4px;
}
.storeproduct img {
	border:none;
	float:left;
	margin-right:8px;
	margin-bottom:15px;
}
.storeproduct h5 {
	font-size:13px;
	margin-top:0px;
	margin-bottom:4px;
}
.storeproduct h6 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:4px;
}
.viewcart {
	float:right;
}


/* ============================== FOOTER ============================== */

#footer {
	clear:both;
	margin-top:2em;
	font-size: 11px;
}
#footer p, #footer li, #footer a:link, #footer a:visited {
	color: #c6b9a1;
}
#footer a:hover, #footer a:active {
	color:#aba08b;
}
#footer p {
	text-align:center;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer li {
	display: inline;
}
#footer a {
	padding: 5px;
	padding-right:7px;
	text-decoration: none;
}
.footerinfo {
	color:#640d19;
}

/* ============================== SITE MAP ============================== */

.m1 {
	font-weight:bold;
	font-size:120%;
}
.m2 {
	list-style-type:square;
	margin-left:2em;
}
.m3 {
	list-style-type:circle;
	margin-left:4em;
	font-size:90%;
}

/* ==============================  DONATION BOX DIV  ============================== */

#donatebox {
	background-color:#a77b3a;
	background-image:url(../images/donate_any_amount.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:83px;
	width:400px;	
}
#donatefield {
	padding-right:18px;
	padding-top:12px;
	width:170px;
	float:right;
}

.donatebtn {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	font-size: 11px; 
 	background-color: #333333; 
	color: #FFFFFF; 
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 6px;
}
.dollarsign {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
	
