	html {
		background: #000 url(../images/paul-chen-swords-background.jpg)  no-repeat top center;
	}
	
	body {
		margin: 0;
		padding: 0;		
		background: none;		
		color: #000;
	}
	
	#pcs-header {
		position: relative;
		background: url(../images/paul-chen-swords-header.jpg);
		width: 960px;
		height: 197px;
		margin: 0 auto;
	}
	
	#pcs-feature {
		width: 960px;
		height: 222px;
		margin: 0 auto;
	}
	
	#pcs-featureabs {
		position: absolute;
		top: 197px;
		width: 100%;
	}
	
	#pcs-featurebody {
		background: url(../images/paul-chen-feature-background.jpg) repeat-x;		
		width: 960px;
		height: 222px;
		margin: 0 auto;		
	}
	
	#pcs-footer {
		width: 960px;
		height: 213px;
		margin: 0 auto;
		background: #000;		
		color: #fff;
		text-align: center;
		background-image: url(../images/paul-chen-swords-footer.jpg);
	}		
	
	#pcs-footercontent {
		padding-top: 18px;		
	}
	
	#pcs-sectioncontentcontainer {
		width: 960px;
		margin: 0 auto;
		background: #edede5;		
	}	
	
	#pcs-sectioncontent {
		padding-left: 14px;
		padding-right: 14px;
		padding-bottom: 14px;
	}
	
	#pcs-sectioncontent p {
		font: 107%/1.65em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;		
		margin-bottom: 1em;
	}
	
	#pcs-sectioncontent h1 {
		font-size: 182%;
		margin-bottom: 0.3em;
		color: #091639;
	}	
	
	#pcs-sectioncontent h2 {
		font-size: 152%;
		color: #3757bc;
		margin-bottom: 0.3em;		
	}
	
	#pcs-sectioncontent h3 {
		font-size: 136%;
		margin-bottom: 0.3em;
	}	
	
	#pcs-sectioncontent h4 {
		font-size: 122%;
		margin-bottom: 0.3em;
	}		
	
	p.news-dateline {
		color: #505050;
		margin-bottom: 1em;
	}
	
	/* h1, h2, h3, h4, h5, h6, p {
		margin-bottom: 1em;
	}	*/
	
	:focus {
		outline: none;
	}	

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}	

#pcs-mak-table td {
	vertical-align: top;
}

#pcs-mak-table td.description {
	padding-left: 14px;
}

#pcs-mak-table tr {
	height: 200px;
}

table.analtable {
	border: 1px solid black;
	border-collapse: collapse;
}

table.analtable td {
	border: 1px solid black;
	text-indent: 5px;

}

table.analtable caption {
	font-size: 122%;
	text-align: center;
}

table.spectable {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 107%; 
	margin: 10px 0 20px 0;
	color: #555;
}

table.spectable th {
	font-weight: bold;
}

table.spectable th.top {
	border-left: 1px solid black;
	text-indent: 5px;
}

table.spectable th {
	border-bottom: 1px solid black;
}

table.spectable td {
	border-left: 1px solid black;
	text-indent: 5px;
	border-bottom: 1px solid black;
}

table.swordaz {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 107%; 
	margin: 10px 0 20px 0;
	color: #555;
}

table.swordaz th {
	font-weight: bold;
}

table.swordaz tr.odd {
	background-color: #e1e1d9;
}

a.button-details {
	display: block;
	width: 76px;
	height: 35px;
	background: url(/images/feature-details.jpg);
	margin-top: 10px;
	margin-left: 324px;	
}

a.button-details:hover {
	background-position: 0 35px;
}

h3.retailers-heading {
	color: #d61b22;
}

p.retailers-info {
	margin-bottom: 2px !important;
}

p.retailers-listing span {
	background-color: #bebeb7;
}

form#form-filter label,input, select {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

form#form-filter label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

form#form-filter br {
	clear: left;
}

/* sticky footer stuff */
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -213px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 213px; /* .push must be the same height as .footer */
}

