html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#272B2B url("/images/bg.jpg") repeat;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#444;
}

h1 {font:1.5em georgia,serif;margin:0.5em 0;}
h2 {font:1.25em georgia,serif;margin:0 0 0.5em;}
h1, h2, a {color:#35352C;}
p {line-height:1.5;margin:0 0 1em;}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:786px;
	background:#FFF url("/images/bgnavleft.jpg") repeat-y top left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding:0;
	height:156px;
	background:#272B2B url("/images/bgheader.jpg") no-repeat;
	text-align:center;
	color:#777;
	font-weight:bold;
}
	div#header p {font-style:italic;font-size:1.1em;margin:0;}

div#content {
	width:576px;
	min-height:950px;
	padding:1em 1em 5em; /* bottom padding for footer */
	background:#FFF;
	position:relative;
	left:183px;
	
}
	div#content p {text-align:justify;padding:0 1em;}
	
.homelist {padding:6px;list-style-type:disc;}
.homelist LI {padding:2px;font-weight:bold;}

div#navleft {
	width:164px;
	height:180px;
	background:#091221 url("/images/bgnavlefttop.jpg") no-repeat top left;
	position:absolute;
	left:-183px;
	top: 0px;
	color:#FFF;
	padding:0 0 0 6px;
}

	div#navleft a:link {color: #FFF; text-decoration: none;font-weight:bold; }
	div#navleft a:active {color: #FFF; text-decoration: none;font-weight:bold; }
	div#navleft a:visited {color: #FFF; text-decoration: none;font-weight:bold; }
	div#navleft a:hover {color: #D68B65; text-decoration: none;font-weight:bold; }

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	border-top:6px double gray;
	text-align:center;
}
	div#footer p {padding:1em;margin:0;}
	div#footer a:link {color: #006; text-decoration: none;}
	div#footer a:active {color: #006; text-decoration: none; }
	div#footer a:visited {color: #006; text-decoration: none; }
	div#footer a:hover {color: #900; text-decoration: none; }
	
.clear {clear:both;}
.idc {font-size:10px;}	
.catitemtitle {font-size:13px;font-weight:bold;}
.catprice {font-weight:bold;font-size:22px;color:#145C14}
.catitemdetails {color:#00F}
.featuredtable {width:380px;border-top:6px double #BBB;}
