@charset "UTF-8";
/* CSS Document */

/*GENERAL STYLES*/

body {
	background-image: url(../images/layout/bgslice.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #C3B5A1;
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #2b2a0b;
}
h1 {
	margin-top: 0;
	font: 2em Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
a:link, a:visited {
	color: #076a35;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.floatlft {
	float: left;
}
.floatrgt {
	float: right;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
td {
	vertical-align: top;
}
img {
	border-style: none;	
}


/*SPECIFIC CLASSES*/

/*defines div.hline for horizontal divider*/
.hline, .hlinelight {
	/*border-top: 1px dashed #2B2A0B;*/
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	height: 16px;
}
/*used in place of .hline for horizontal dividers fairly high on page (different bg color)*/
.hlinelight {
	background-image: url(../images/divider-light.gif);
}


/*LAYOUT STYLES*/

#divPrintLogo {
	display: none;
}
#divBg {
	background-image: url(../images/layout/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#divWrap {
	width: 820px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #ffffff;
}
#divHeader {
	min-height: 155px;
	height: expression( this.scrollHeight < 155 ? "155px" : "auto" );
	background-image: url(../images/layout/header-bg.jpg);
	background-repeat: no-repeat;
	background-color: #DFC893;
	position: relative;
}
#divSearch {
	position: absolute;
	top: 14px;
	right: 17px;
}
#divThoughts {
	position: absolute;
	top: 0px;
	left: 14px;
}
#divNav {
	width: 820px;
	height: 125px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#divContentBg {
	background-image: url(../images/layout/bgslice-internal.jpg);
	background-repeat: repeat-x;
	background-color: #d4cdb8;
	border-right: 2px solid #DDDFC4;
	border-bottom: 2px solid #DDDFC4;
	border-left: 2px solid #DDDFC4;
	margin: 0px 10px 10px;
}
#divLeft {
	width: 150px;
	min-height: 400px;
	height: expression( this.scrollHeight < 400 ? "400px" : "auto" );
	float: left;
	background-image: url(../images/layout/leftcol-bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	text-align: center;
}
#divLeft ul, #divLeft li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#divLeft li {
	min-height: 25px;
	border-top: 2px solid #c5bda1;
	background-image: url(../images/layout/left-bg.gif);
	background-repeat: repeat-x;
	line-height: 25px;
	background-color: #CDC4AA;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}
#divLeft li:hover, #divLeft li.sfhover {
	background-image: url(../images/layout/left-bg-ro.gif);
	background-repeat: repeat-x;
	background-color: #dedac2;
}
#divLeft li li {
	margin-left: 10px;
	line-height: 1em;
	padding: 5px;
}
#divLeft li a:hover {
	text-decoration: none;
}
#divLeftLinks {
	padding-top: 10px;
	padding-bottom: 10px;
}
#divContent {
	background-repeat: no-repeat;
	background-position: right top;
	padding: 65px 10px 10px;
	float: left;
	width: 626px;
}
#divContent   ul   {
	padding-left: 1.5em;
	margin-left: 0em;
}
#divContent  ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 0px 1em;
	background-position: left .25em;
	margin-bottom: .8em;
}
#divContent ul li ul {
	margin-top: 0.4em;
	padding-left: 2em;
	margin-left: .3em;
}
#divContent  ul  li  ul li {
	background-image: none;
	list-style-type: disc;
	padding-left: .3em;
	margin-bottom: 0.2em;
}
#divContent ol li {
	margin-bottom: 0.8em;
}
#divFooter {
	background-image: url(../images/layout/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 73px;
	padding-top: 34px;
	padding-right: 16px;
	padding-left: 16px;
	color: #8D7356;
}

/*used for placeholder divs that create wraparound of bg images*/
.imagewrap {
	clear: right;
	float: right;
	margin: 0px;
	padding: 0px;
}

/*RANDOM STYLES*/

#testimonials p {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
}
.storeselectmenu {
	width: 162px;
	margin-bottom: 10px;
}
.quotegreen {
	color: #076a35;
}
.importantnote {
	margin: 10px 110px 10px 20px;
	padding: 0px 15px;
	border: 1px solid #076a35;
}
