html,body,div,span,hr,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,:before,:after,input,textarea,select{background:none;border:0;border-collapse:collapse;border-spacing:0;border-width:0;bottom:auto;clear:none;content:none;direction:ltr;float:none;left:auto;margin:0;outline:0;padding:0;right:auto;text-decoration:none;text-indent:0;top:auto;}
body,input,select,textarea,option,iframe,code{background:#fff;font-family:Arial,Helvetica,sans-serif;}
body { background: #000; color: #ccc; font-size: 62.5%; text-align: center; }



/* main page wrapper */

#nav {
background: #333;
color: #606377;
font-size: 1.2em;
padding: 8px 0;
}

	#nav a {
	color: #ccc;
	padding: 0 5px;
	}
	
		#nav a:hover {
		color: #CDA670;
		}
	
	
	
/* logo bar */

#logo {
background: #804849;
font-size: 1.8em;
font-weight: bold;
text-align: right;
}

	#logo p {
	background: url(../graphics/layout/logos/index.jpg) 50% 0 no-repeat;
	height: 20px;
	margin: 0 auto;
	padding: 5px 10px;
	width: 840px;
	}



/* content wrapper */

#wrapper {
font-size: 1.2em;
margin: 0 auto;
text-align: left;
width: 840px;
}



/* right */

#right {
background: #321517 url(../graphics/layout/right/index.jpg) no-repeat;
float: right;
width: 534px;
}

	#contactinfo {
	background: url(../graphics/layout/base/index.jpg) 100% 0 no-repeat;
	font-size: .9em;
	padding: 20px 0;
	text-align: center;
	}



/* content */

#content {
line-height: 1.6em;
padding: 20px 50px 0;
text-align: justify;
}

	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #939590;
	font-family: Georgia;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0 0 20px;
	}

	#content p, #content ul, #content ol, #content blockquote {
	padding: 0 0 20px;
	}

		#content ul, #content ol, #content blockquote {
		list-style: inside circle;
		margin: 0 40px;
		}
		
	#content a {
	color: #ccc;
	text-decoration: underline;
	}
	
		#content a:hover {
		color: #CDA670;
		}



/* left */

#left {
background: #000 url(../graphics/layout/replace.jpg) no-repeat;
float: left;
width: 306px;
}

#left img {
margin: 490px 0 0 0;
}

#left .alt img {
margin: 0;
}



/* footer */

#footer {
font-size: 1em;
line-height: 1.8em;
padding: 5px 0;
margin: 0 auto;
width: 840px;
}

	#footer_left {
	float: left;
	width: 306px;
	}

	#footer_right {
	float: right;
	width: 534px;
	}
	
	#footer a {
	color: #aaa;
	}
	
		#footer a:hover {
		text-decoration: underline;
		}
		
		

/* coffins table */

table#coffinstable { 
margin: 0 auto;
}

	table#coffinstable td { 
	padding: 5px;
	text-align: center;
	}
		
		

/* contact table */

p#formheader {
background: #836041;
padding: 10px 0;
margin: 0 4px;
text-align: center;
}

table.cms_form {
width: 100%;
}

	table.cms_form thead {
	display: none;
	}

	table.cms_form td {
	background: #836041;
	border: 4px solid #534032;
	padding: 5px;
	}

		table.cms_form td.left {
		width: 102px;
		}

		table.cms_form td input, table.cms_form td textarea {
		border: 1px solid #7F9DB9;
		padding: 2px 4px;
		}

			table.cms_form td input#cms_contact_name { width: 145px; }
			table.cms_form td input#cms_contact_email { width: 205px; }
			table.cms_form td textarea#cms_contact_enq { height: 112px; width: 283px; }

	p.cart_buttons input {
	border: 4px solid #534032;
	cursor: pointer;
	float: right;
	padding: 5px 10px;
	}



/* info message */

p#info_message {
background: #836041;
border: 4px solid #534032;
padding: 10px;
margin: 0 0 20px;
}


/* fixes */

		  #wrapper,			  #footer { height: 1%; }
html>body #wrapper, html>body #footer { height: auto; overflow: auto; }
