/* HTML Defaults */

body {
	font: 94%/1.3em Georgia, "Times New Roman", Times, serif;
	color: #47443c;
	background: #fff;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: underline;
	color: #5e2916;
}
a:visited {
	text-decoration: underline;
	color: #82452f;
}
a:hover {
	text-decoration: underline;
	color: #41640f;
}
a:active {
	text-decoration: underline;
	color: #6c9334;
}
img {
	border: none;
}
hr {
	color: #e3d5b4;
	background: #e3d5b4;
	height: 1px;
	padding: 0;
	border: none;
}
table {
	width: 95%;
}

/* Main Container */

#container {
	background: #f8eed6;
	width: 100%;
	min-width: 980px;
	float: left;
}
.clear {
	clear: both;
}

/* Header and Nav */

#header {
	background: #ebdec0 url(../images/header_bg.png) repeat-x left top;
	height: 108px;
	width: 100%;
	float: left;
	position: relative;
	z-index: 1500;
}
#logo, #logo a {
	height: 108px;
	width: 290px;
}
#logo {
	background: url(../images/logo.png) no-repeat left top;
	float: left;
}
#logo a {
	display: block;
	text-indent: -9999px;
}
#contact {
	font: 80%/1.2em;
	float: left;
	padding: 10px 5px;
}
#contact p {
	height: 2.4em;
	float: left;
	margin: 0;
	padding: 5px 15px;
	border-right: solid 1px #e3d5b4;
}
#nav {
	position: absolute;
	top: 70px;
	left: 300px;
	min-width: 670px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	font-size: 92%;
	line-height: 30px;
	float: left;
	margin-right: 1px;
	list-style: none;
	border: solid 1px #e3d5b4;
	position: relative;
}
#nav ul li a {
	height: 30px;
	float: left;
	padding: 0 8px;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #5e2916;
	background: #f8eed6;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #f8eed6;
	background: #5e2916;
}
#nav ul li ul {
	display: none;
	width: 130px;
	border-bottom: solid 1px #e3d5b4;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2000;
}
#nav ul li#navabout ul {
	left: -48px;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul li {
	line-height: 1.7em;
	margin-right: 0;
	border-top: solid 1px #e3d5b4;
	border-right: solid 1px #e3d5b4;
	border-bottom: none;
	border-left: solid 1px #e3d5b4;
}
#nav ul li ul li a {
	height: 1.7em;
	width: 110px;
}
#headercurve {
	background: url(../images/header_curve.png) no-repeat left top;
	height: 48px;
	width: 363px;
	position: absolute;
	top: 108px;
	left: 0;
	z-index: 1000;
}

/* Footer */

#footerwrapper {
	clear: both;
	padding: 4px;
	border: solid 1px #e3d5b4;
}
#footer {
	font: 60%/1.2em Arial, Helvetica, sans-serif;
	background: #e3d5b4;
}
#footer p {
	margin: 0;
}
#copyright {
	float: left;
	padding: 10px;
}
#attribute {
	float: right;
	padding: 10px;
}

/* Content */

#content {
	background: #fff;
	width: 100%;
	float: left;
}
#side {
	width: 245px;
	float: left;
}
#sidenav dl {
	margin: 0;
	padding: 0;
}
#sidenav dl dt {
	font-size: 120%;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #e3d5b4;
	background: #5e2916;
}
#sidenav dl dd {
	font: bold 100%/1.2em Arial, Helvetica, sans-serif;
	background: #fdf4de;
	margin: 0;
	border-bottom: solid 1px #e3d5b4;
}
#sidenav a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
#sidenav dl dt a, #sidenav dl dt a:visited {
	color: #e3d5b4;
}
#side + #bodywrapper {
	padding-left: 245px;
}
#bodytext {
	padding: 20px;
}
#title h1 {
	font-size: 160%;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #e3d5b4;
	background: #5e2916;
	text-align: right;
	letter-spacing: .1em;
	margin: 0;
	padding: 10px 20px;
}
#bodytext h2 {
	font-size: 150%;
	line-height: 1.3em;
	font-weight: normal;
	color: #5e2916;
}
#bodytext h3 {
	font: bold 120%/1.3em Arial, Helvetica, sans-serif;
	color: #5e2916;
}
#bodytext h4 {
	font: bold 100%/1.3em Arial, Helvetica, sans-serif;
}

/* Front */

#front {
	background: #5e2916 url(../images/front_bg.jpg) repeat-x left top;
	width: 100%;
	float: left;
	position: relative;
	z-index: 500;
}
#front h2 {
	font-size: 100%;
	line-height: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 4px;
	border: solid 1px #865d46;
}
#front a {
	text-decoration: none;
}
#front a:hover {
	text-decoration: underline;
}
#front h2 a {
	display: block;
	padding: 5px 10px;
}
#front h2 a:hover, #obits ul li a:hover, ul.more li a:hover, #sidenav a:hover {
	text-decoration: none !important;
	color: #f8eed6;
	background-color: #82452f;
}
#intro {
	color: #f2e6cb;
	background: url(../images/intro_bg.jpg) no-repeat left top;
	height: 347px;
	padding-left: 540px;
	min-width: 500px;
}
#intro h1 {
	font-size: 120%;
	line-height: 1.2em;
	font-height: bold;
	margin: 0;
	padding: 20px 20px 10px 0;
}
#intro p {
	font: 93%/1.3em Arial, Helvetica, sans-serif;
	margin: 0;
	padding-right: 20px;
}
#obits {
	background: #fdf4de;
	width: 245px;
	padding: 4px 0;
	position: absolute;
	top: 205px;
	right: 0;
	z-index: 4000;
	min-height: 300px;
}
#obits h2 {
	background: #e3d5b4;
	border: solid 1px #e3d5b4;
}
#obits ul {
	margin: 0;
	padding: 0;
}
#obits ul li {
	font-size: 94%;
	line-height: 1.2em;
	border-bottom: solid 1px #e3d5b4;
	list-style: none;
}
#obits ul li a {
	height: 1.2em;
	display: block;
	padding: 4px 10px;
}
#tools {
	color: #fff;
	background: url(../images/tools_bg.gif) repeat-y right top;
	width: 100%;
	float: left;
	padding: 4px 0 10px 0;
}
#tools a, #tools a:visited {
	color: #e3d5b4;
}
#tools p, #tools ul {
	font: 87%/1.2em Arial, Helvetica, sans-serif;
}
#tools p {
	margin: 0;
	padding: 15px 10px 10px 56px;
}
ul.more {
	margin: 0;
	padding-left: 56px;
}
ul.more li {
	font-weight: bold;
	float: left;
	border: solid 1px #865d46;
	list-style: none;
}
ul.more li a {
	background-image: url(../images/more_arrow.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	float: left;
	padding: 5px 10px 5px 20px;
}
#candles, #memorials, #flowers{
	background-repeat: no-repeat;
	background-position: 4px 38px;
	width: 25%;
	float: left;
}
#candles {
	background-image: url(../images/tools_candles_bg.png);
}
#memorials {
	background-image: url(../images/tools_memorials_bg.png);
}
#flowers {
	background-image: url(../images/tools_flowers_bg.png);
}


#featuredcandle {
	width: 90%;
	float: left;
	clear: both;
	margin: 10px 0 0 4px;
	padding: 6px 4px;
	border-top: solid 1px #865d46;
}
#featuredcandle h3 {
	font-size: 87%;
	line-height: 1.2em;
	color: #e3d5b4;
	text-align: right;
	float: left;
	width: 60px;
	margin: 0;
	padding: 4px 10px;
	border-right: solid 1px #865d46;
}
#featuredcandle p {
	font-size: 75%;
	float: left;
	padding: 4px;
}
#featuredcandle img {
	float: left;
	padding: 4px 0 4px 4px;
}
