 
/* BODY FONT AND SIZE */
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #543900;
	background-color: #F2F0DE;
	background-image: url(MainGraphics/flourishbk1.gif);


}

/* ANCHOR STYLES */
a {
	color: #663300;
	font-weight: normal;

}

a:hover {
	color: #C4A1B8;
	font-weight: normal;

}

/* TABLE DATA CELL FONT AND SIZE */
td { 
font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
}

/* SMALL FONT SIZE */
.smfont { 
font-size: 8pt; 
text-decoration: none; 
}

/* LARGE FONT SIZE */
.lgfont {
	font-size: 12pt;
	font-weight: bold;
}

/* BOLD FONT */
.boldtext { 
font-weight: bold; 
}

/* ACCENTED FONT */
.accent { 
font-style: italic; 
}

/* HIGHLIGHT TEXT */
.highlighttext { 
color: #5E77B9; 
font-weight: bold; 
}

/* ACCENT TEXT */
.accenttext { 
color: #D7C59B; 
font-weight: bold; 
}

/* HEADER FONT COLOR */
.header { 
color: #BEA36C; 
font-weight : bold; 
text-align : center; 
font-size : 24px; 
}

/* CELL COLOR FOR ACCENTS */
.accentcell { 
background-color: #D7C59B; 
}

/* TABLE BORDER FOR ACCENTS */
.accenttable { 
border: 1px solid #D7C59B; 
border-collapse: collapse; 
}

/* FORMATTING FOR ORDER/SEARCH BUTTONS AND LINKS */
.formbutton { 
color: #F3EBD2; 
font-weight: bold; 
background-color: #BEA36C; 
border-color: #800000; 
border: 1px solid; 
}

.orderlink { 
font-weight: bold; 
color: #F3EBD2; 
background-color: #BEA36C; 
border-color: #800000; 
border: 1px solid; 
text-decoration: none; 
padding: 3; 
}

/* SALE AND ERROR COLOR */
.salecolor { 
color: #800000; 
}

/* HORIZONTAL LINE LINK */
.linecolor { 
color: ; 
height: 1px; 
width: 100%; 
}

/* LINE TABLE */
.linetable { 
border: 1 solid ; 
border-collapse: collapse; 
}

/* LINE TABLE CELL */
.linecell { 
border: 1 solid ; 
}

/* PRODUCT LINK */
.itemcolor {
	color: #BEA36C;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

a.itemcolor:hover {
	color: #C4A1B8;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

/* PAGE LINK */
.pagelinkcolor { 
color: #543900; 
font-weight: bold; 
text-decoration: none;
}

a.pagelinkcolor:hover {
	color: #573152;
	font-weight: bold;
	text-decoration: none;

}
a.pagelinkcolor:active {
	color: #543900;
	font-weight: bold;
	text-decoration: none;

}
a.pagelinkcolor:visited {
	color: #543900;
	font-weight: bold;
	text-decoration: none;

}

/* FEATURED ITEMS */
.featurecolor {
	color: #BEA36C;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

a.featurecolor:hover {
	color: #926D8E;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

/* EMAIL FRIEND LINK */
.emailcolor { 
color: #543900; 
}

a.emailcolor:hover { 
color: #800000; 
}

/* RELATED ITEM LINK */
.relatedcolor { 
color: #BEA36C; 
}

a.relatedcolor:hover { 
color: #800000; 
}

/* POP UP LINK */
.popupcolor { 
color: #BEA36C; 
}

a.popupcolor:hover { 
color: #800000; 
}

/* DRILL DOWN LINK */
.drilldown {
	color: #BEA36C;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.drilldown:active {
	color: #BEA36C;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
a.drilldown:visited {
	color: #BEA36C;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
a.drilldown:hover {
	color: #C4A1B8;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}

/* VIEW CART LINK */
.cartcolor { 
color: #BEA36C; 
font-weight: bold; 
}

a.cartcolor:hover { 
color: #FAF9EB; 
font-weight: bold; 
}

/* MAIN CATEGORY LINK */
.catcolor { 
color: #F3EBD2; 
font-weight: bold; 
}

a.catcolor:hover { 
color: #FAF9EB; 
font-weight: bold; 
}

/* SUBCATEGORY LINK */
.subcatcolor { 
color: #000000; 
}

a.subcatcolor:hover { 
color: #BEA36C; 
}

/* END CATEGORY LINK */
.endcatcolor { 
color: #000000; 
}

a.endcatcolor:hover { 
color: #BEA36C; 
}

/* PARAGRAPH LAYOUT FOR CATALOG PRODUCTS */
.p_layout { 
margin-top: 10; margin-bottom: 10; 
}

/* BUTTON SETUP FOR USE WITH %PAGES_TABLE% OR %NAVBAR_TABLE% */
td.buttoncell { 
border: 1 solid #FAF9EB; 
background-color: #BEA36C; 
color: #543900; 
}

td.buttoncell a { 
font-weight: bold; 
color: #543900; 
text-decoration: none; 
background-color: #BEA36C; 
display: block; 
}

td.buttoncell a:hover, td.buttonactive a:hover { 
font-weight: bold; 
color: #BEA36C; 
text-decoration: none; 
background-color: #FAF9EB; 
display: block; 
}

td.buttonactive { 
border: 1 solid #FAF9EB; 
background-color: #FAF9EB; 
color: #543900; 
}

td.buttonactive a { 
font-weight: bold; 
color: #543900; 
text-decoration: none; 
background-color: #FAF9EB; 
display: block; 
}

/* TAB CELL STYLE FOR USE WITH %PAGES_TABS% OR %NAVBAR_TABS% */
td.tabcell { 
border-top: 1 solid #FAF9EB; 
border-left: 1 solid #FAF9EB; 
border-right: 1 solid #FAF9EB; 
background-color: #BEA36C; 
color: #543900; 
}

td.tabcell a { 
font-weight: bold; 
color: #543900; 
text-decoration: none; 
background-color: #BEA36C; 
display: block; 
}

td.tabcell a:hover, td.tabactive a:hover { 
font-weight: bold; 
color: #BEA36C; 
text-decoration: none; 
background-color: #FAF9EB; 
display: block; 
}

td.tabactive { 
border-top: 1 solid #FAF9EB; 
border-left: 1 solid #FAF9EB; 
border-right: 1 solid #FAF9EB; 
background-color: #FAF9EB; 
color: #543900; 
}

td.tabactive a { 
font-weight: bold; 
color: #543900; 
text-decoration: none; 
background-color: #FAF9EB; 
display: block; 
}


.tanline{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E2D9B0;
}
.border {
	border: 1px solid #C2B26F;
}
#contentarea {
	padding-left: 10px;
	width: 436px;

}
#nav{
	line-height: 140%;
	width: 157px;

}
#topperarea{
	background-image: url(MainGraphics/upperright.jpg);
	background-repeat: no-repeat;
	height: 158px;
	width: 298px;
	padding-left: 3px;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;


}
#topperarea a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 140%;
	font-weight: bold;
	color: #7F4C6C;
	text-decoration: none;
	letter-spacing: 1px;

}
#topperarea a:hover{
	color: #996633;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;



}
#footer{
	font-size: 8pt;
	font-weight: bold;
	color: #7F4C6C;
	letter-spacing: 1px;

}
#footer a{
	font-size: 8pt;
	color: #7F4C6C;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;


}
#footer a:hover{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;

}
.footertop {
	border-top: 5px double #936C8B;

}
.rfloat {
	float: right;
	border: 1px solid #666666;

}
.address{
	font-size: 8pt;
	font-weight: bold;
	color: #7F4C6C;
	letter-spacing: 1px;

}
a.address{
	font-size: 8pt;
	color: #7F4C6C;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;


}
a:hover.address{
	font-size: 7pt;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;

}
