/* ******** */
/* DOCUMENT */
/* ******** */

html,
body {
	margin: 0;
	padding: 0;
	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#e4eaff;

}

#main {
	position: relative;
	width: 900px;
	min-width:900px;
	margin: 1em auto 1em auto;
	/*border:1px solid #A6CCFD;*/
	background-color:#fff;
}

/* ******************* */
/* HEADER & SITE TITLE */
/* ******************* */

#header {
	width:100%;
	height:175px;
	overflow: hidden;
		/* without this producers will gleefully play hob with the layout */
	/*background-color:transparent;*/
	text-align:center;
}

/* *************** */
/* PRIMARY CONTENT */
/* *************** */

#bodyCopy {
	float: left;
	width:52%;
	padding:20px 2% 2em 2%;
		/* Remember to add left/right padding to width in order to calc final width */
}

#fullWidth {
	width:96%;
	padding:20px 2% 2em 2%;
		/* Remember to add left/right padding to width in order to calc final width */
}
	
#bodyCopy p, #fullWidth p {
	line-height:1.5em;
	color:#555;
	margin:0.5em 0 1.5em 0;
	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif;
}

#bodyCopy a, #fullWidth a {
	color:#333;
	text-decoration:underline;
}

#bodyCopy a:hover, #fullWidth a:hover {
	color:#666;
	text-decoration:none;
}

h2 {
	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif;
	font-size:225%;
	font-weight:bold;
	color:#005;
	margin:0.5em 0;
}

h3 {
	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif;
	font-size:125%;
	color:#005;
	margin:1.5em 0 0.5em 0;
}

#bodyCopy ul, #fullWidth ul {
	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif;
	font-size:inherit;
	color:#555;
	line-height:1.5em;
	margin:0 0 0 2em;
	padding-left:0.5em;
}

#bodyCopy ul li, #fullWidth ul li {
	margin:0 0 1em 0;
	padding-left:0;
}

#bodyCopy dl, #fullWidth dl {
	margin:0 0 1em 0;
}

#bodyCopy dt, #fullWidth dt {
	margin:2.5em 0 0 0;
}

#bodyCopy dd, #fullWidth dd {
	margin-left:2.5em;
}

#bodyCopy dd:before, #fullWidth dd:before {
	content:"- ";
}

div.product {
	border-bottom:1px solid #005;
	margin-bottom:15px;
}

div.product img {
	float:left;
	/*clear:left;*/
	margin-right:20px;
}

div.product table {
	width:380px;
}

div.product table td.col1 {
	width:160px;
}

div.product table td.col2 {
	width:220px;
}

div.spacer_70 {
	margin-top:7em;
}

div.spacer_12 {
	margin-top:12.5em;
}

div.spacer_20 {
	margin-top:20em;
}

div.spacer_75 {
	margin-top:7.5em;
}

/* ***************** */
/* SIDEBAR CONTENT */
/* ***************** */

#sidebar {
	margin-left: 56%;
	width:40%;
	padding:0 2%;
	text-align:center;
}

#sidebar div#slideshow1 {
	margin-top:75px;
}

#sidebar p {
	margin-top:75px;
}

#sidebar div.coffins {
	width:200px;
	height:150px;
	margin:6px auto;
	overflow:hidden;
	background:url("../images/pr_coffins.jpg") top left no-repeat;
}

#sidebar div.coffins a {
	display:block;
	height:150px;
	background:url("../images/pr_coffins.jpg") top left no-repeat;
}

#sidebar div.coffins a:hover {
	background-position:-200px 0;
}

#sidebar div.caskets {
	width:200px;
	height:150px;
	margin:6px auto;
	overflow:hidden;
	background:url("../images/pr_caskets.jpg") top left no-repeat;
}

#sidebar div.caskets a {
	display:block;
	height:150px;
	background:url("../images/pr_caskets.jpg") top left no-repeat;
}

#sidebar div.caskets a:hover {
	background-position:-200px 0;
}

#sidebar div.specialty {
	width:200px;
	height:150px;
	margin:6px auto;
	overflow:hidden;
	background:url("../images/pr_specialty.jpg") top left no-repeat;
}

#sidebar div.specialty a {
	display:block;
	height:150px;
	background:url("../images/pr_specialty.jpg") top left no-repeat;
}

#sidebar div.specialty a:hover {
	background-position:-200px 0;
}

/* ************************ */
/* FOOTER                   */
/* ************************ */

#footer {
	clear: both;
	margin:1em 0 0 0;
	padding:0.25em 1em 1.5em 1em;
	background: #e4eaff url('../images/footer.jpg') bottom center no-repeat;

}

#footerInfo {
	text-align: center;
	font-size:110%;
	margin:2em 0 0.5em;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#005;
}

span.bold {
	font-weight:bold;
}

#copyrightStatement {
	text-align: center;
	font-size:80%;
	margin:0.5em 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#55f;
}

span.copyrightHighlight {
	color:#005;
	padding:0 3em;
}
