/* VillageCraft Factory Direct */
/* Global Style Definitions    */

/* General Page */

body {
	background-image:url(../imgs/bg.jpg); background-repeat:repeat-y; background-color:#d89568; 
	font-family:arial; font-size:11px; color:#444; }
	
a {
	color:#008; text-decoration:none; }
a:hover {
	text-decoration:underline; }	


/* Right-side Navigation Column */

#cats {
	position:absolute; top:75px; left:655px; 
	border:#555 solid 1px; }
#cats td {
	background:#b87548; 
	padding:3px 5px 3px 5px;}
#cats td a {
	color:#fff; }
	
	
/* Images */
	
#img_detail {
	border:#fff solid 1px; }
#img_header {
	position:absolute; top:25px; left:100px; 
	border:0px; }
#img_matte {
	position:absolute; top:100px; left:120px;
	border:#f8b588 solid 5px; }
#img_subheader {
	position:absolute; top:100px; left:300px; }
#img_corner {
	position:absolute; top:100px; left:520px; }